Commit Graph

252 Commits

Author SHA1 Message Date
Peter Thorson
b71b224860 Merge branch 'experimental' into 0.3.x-cmake 2013-06-09 08:13:02 -05:00
Peter Thorson
4a94a7c518 Merge pull request #253 from breyed/spelling
fixed spelling, including "experimental" in API
2013-06-08 09:19:41 -07:00
breyed
808a8ce0a9 fixed spelling, including "experimental" in API 2013-06-08 11:03:11 -05:00
Peter Thorson
55fa61feb1 Merge remote-tracking branch 'origin/0.3.x-cmake' into experimental 2013-06-08 09:29:53 -05:00
Daniel Pocock
de4ad9e7f3 Add README for sip_client 2013-05-31 16:59:06 +02:00
Daniel Pocock
45e305b5c2 Fixes for sip_client new 0.3 API 2013-05-31 16:56:27 +02:00
Daniel Pocock
3dd3fd28d4 Correct the Via header for WS transport 2013-05-31 16:45:17 +02:00
Daniel Pocock
1dfa629ae4 Sending a SIP OPTIONS message 2013-05-31 15:45:34 +02:00
Daniel Pocock
a549f2b99e Renaming contents of sip_client from echo_client 2013-05-31 14:47:41 +02:00
Daniel Pocock
ca108ac693 Add examples/sip_client based on examples/echo_client 2013-05-31 14:45:54 +02:00
Peter Thorson
ec8b73cad4 clarifies the purpose of utility client and removes contradictory comments references #242 2013-05-24 22:14:06 -07:00
Peter Thorson
2c09846722 Merge pull request #239 from zaphoyd/experimental
updates cmake branch with latest changes
2013-05-18 05:05:00 -07:00
Peter Thorson
f988315ea8 updates broadcast_server to use common/thread rather than hardcoding boost thread 2013-05-16 10:31:02 -05:00
Jeff Mitchell
980fa8db67 Create -config and -configversion files so find_package in other
CMake-using applications works to include websocketpp. Also, a lot of
cleanup.
2013-05-15 08:23:37 -04:00
Peter Thorson
98c8c2ae5c Merge pull request #228 from zaphoyd/experimental
Merge experimental into 0.3.x-cmake
2013-05-09 04:35:11 -07:00
Peter Thorson
96158ee8b5 print get connection errors 2013-05-07 13:07:36 -05:00
Jeff Mitchell
5c9de71415 Merge remote-tracking branch 'upstream/experimental' into 0.3.x-cmake 2013-05-06 13:09:40 -04:00
Peter Thorson
b2fbb7b8ba registers missing handlers 2013-05-05 19:09:03 -05:00
Peter Thorson
844334efbb fixes perftest constructor call 2013-05-05 18:47:30 -05:00
Peter Thorson
2dcc87a7d3 fixes incorrect duration type 2013-05-05 18:46:30 -05:00
Peter Thorson
0ff8bbfbb7 adds proper close status 2013-05-05 18:43:33 -05:00
Peter Thorson
971482e0b8 typos 2013-05-05 18:42:00 -05:00
Peter Thorson
b4edb1be06 some stuff for performance testing 2013-05-05 18:38:10 -05:00
Peter Thorson
3c9f3206c5 tls support for utility client 2013-05-04 14:25:21 -05:00
unknown
1e6c1f9807 Merge remote-tracking branch 'upstream/0.3.x-cmake' into cmake_prebuild_system
Conflicts:
	websocketpp/endpoint.hpp
2013-05-04 02:07:17 +03:00
Peter Thorson
b6a741ed23 fixes utility client tls settings 2013-05-03 17:12:51 -05:00
Peter Thorson
28eecb80e0 adds utility client example 2013-05-03 17:08:05 -05:00
Peter Thorson
371aa07180 fixes SConscript name comment 2013-05-01 06:10:16 -05:00
Tobias Oberstein
d4f2b6083d logging: total silence 2013-04-28 20:06:28 +02:00
Tobias Oberstein
eeb6d778ff add testee server 2013-04-28 19:54:25 +02:00
Peter Thorson
285069b178 final cleanup 2013-04-24 07:47:58 -05:00
Peter Thorson
6359f3bb0a clean up 2013-04-24 07:25:42 -05:00
Peter Thorson
94919f125c character by character experiment 2013-04-24 07:21:58 -05:00
Peter Thorson
d1e05df4fa some logging 2013-04-24 07:00:39 -05:00
Peter Thorson
1081fcb6ef tests with iostream_server 2013-04-24 06:56:59 -05:00
Peter Thorson
d40321333a additional documentation and cleanup 2013-04-23 13:37:51 -05:00
Peter Thorson
04244da3f9 small logic cleanup 2013-04-23 13:28:54 -05:00
Peter Thorson
fbdc122774 adds an fail handler to telemetry client 2013-04-23 13:23:53 -05:00
Peter Thorson
648c387048 adds some explanatory comments 2013-04-23 12:41:35 -05:00
Peter Thorson
72b3def6d6 tabs to spaces 2013-04-23 12:35:05 -05:00
Peter Thorson
f51960e8ff adds telemetry client example 2013-04-23 12:33:25 -05:00
Peter Thorson
c68e2207c2 adds print server example 2013-04-23 12:33:18 -05:00
Peter Thorson
5f87341e9e adds file based logging to iostream server 2013-04-23 10:03:56 -05:00
Peter Thorson
07a4394ba6 new iostream example 2013-04-23 09:26:57 -05:00
Peter Thorson
466c9bd626 removes redundant code from echo_server 2013-04-20 08:34:58 -05:00
Peter Thorson
bfbb4a94db adds an example to demonstrate subprotocol negotiation 2013-04-06 15:30:58 -05:00
Jonne Nauha
df4d7167fd CMake continued: Try to detect g++, clang, windows and osx and setup appropriate defines and build flags. Improve so that each setup can define platform, boost and ssl libs. I tried to copy everything that I could from the scons scripts, probably some of this can be removed (might be automated from cmake already), left todo:s for that. Added building simple examples, more to follow. NOTE: This has only been tested on windows. 2013-04-03 01:56:10 +03:00
Jonne Nauha
e039a57ee0 CMake prebuild system: Initial commit that has most of the basics down. Only tested on windows atm. TODO: Properly support examples, tests and cpp11 defines to build websocketpp in different setups. 2013-04-01 17:48:47 +03:00
Peter Thorson
f38acd5784 impliments the autobahn echo client spec to allow autobahn test suite to test the client 2013-03-31 21:20:14 -05:00
Peter Thorson
8587647657 Adds echo_client example 2013-03-31 15:12:57 -05:00