Commit Graph

236 Commits

Author SHA1 Message Date
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
Peter Thorson
54ef4db3a1 adds example code for enriched and associative storage 2013-03-10 13:22:53 -05:00
Peter Thorson
e5758d7b58 adds code from some of the manual examples 2013-03-08 08:47:28 -06:00
Peter Thorson
1979502a05 adds default logging settings to echo_server and catches more setup exceptions 2013-01-27 10:37:47 -06:00
Peter Thorson
a5d3555f96 whitespace 2013-01-27 08:18:10 -06:00
Peter Thorson
18fef37837 additional work on the broadcast server example 2013-01-20 14:31:54 -06:00
Peter Thorson
44e47267e9 initial work on broadcast_server example 2013-01-20 11:05:30 -06:00
Peter Thorson
5d7e32fa10 rearranges some stuff 2013-01-09 08:05:43 -06:00
Peter Thorson
a81a266c53 updates TLS code to new handler system 2013-01-09 06:14:39 -06:00
Peter Thorson
4f914f8477 updates tests and echo server to new handler interface 2013-01-08 07:48:32 -06:00
Peter Thorson
a3acc4a1cf removes all old style handler code 2013-01-08 06:43:47 -06:00
Peter Thorson
ef8898afef adds support for message_handler 2013-01-08 06:33:02 -06:00
Peter Thorson
f5d4cbe143 updates asio on_tcp_init callback to new api 2013-01-06 10:10:35 -06:00
Peter Thorson
2ad049055c updates echo_server to use new interrupt API 2013-01-06 09:59:55 -06:00
Peter Thorson
f10f8a4ce0 Initial commit from private 0.3 repository 2013-01-06 06:09:15 -06:00
Peter Thorson
52ce31bea4 updates the order of endpoint and handler construction #references 147 2012-10-12 06:36:23 -05:00
Peter Thorson
25322aac0d adds missing virtual destructor 2012-10-12 06:29:42 -05:00