Commit Graph

43 Commits

Author SHA1 Message Date
Peter Thorson
7b2ed75e46 moves network related utility functions into network header 2013-01-20 08:57:51 -06:00
Peter Thorson
9a7631b2da updates endpoint concurrency features 2013-01-20 08:56:11 -06:00
Peter Thorson
eb1603177f updates close to include network header 2013-01-10 08:47:16 -06:00
Peter Thorson
931bd92782 adds a common header to organize platform specific network related includes 2013-01-10 08:45:51 -06:00
Peter Thorson
e1a333e4f3 include missing header 2013-01-10 07:07:08 -06:00
Peter Thorson
5d7e32fa10 rearranges some stuff 2013-01-09 08:05:43 -06:00
Peter Thorson
58dd020753 simplifies init_asio signature 2013-01-09 07:20:21 -06:00
Peter Thorson
4edc446b01 fixes a bug cleaning up external io_services 2013-01-09 07:20:05 -06:00
Peter Thorson
7ab2d2c937 removed unnecessary typenames 2013-01-09 07:06:50 -06:00
Peter Thorson
1b83d5e855 better debug printing 2013-01-09 07:06:38 -06:00
Peter Thorson
a81a266c53 updates TLS code to new handler system 2013-01-09 06:14:39 -06:00
Peter Thorson
b315f9f684 adds send adaptor functions to endpoints 2013-01-08 07:47:59 -06:00
Peter Thorson
a3acc4a1cf removes all old style handler code 2013-01-08 06:43:47 -06:00
Peter Thorson
31cc4af4f4 cleanup 2013-01-08 06:33:06 -06:00
Peter Thorson
ef8898afef adds support for message_handler 2013-01-08 06:33:02 -06:00
Peter Thorson
8df37fffbc Updates on_http and validate handlers to use new handler interface 2013-01-07 17:14:29 -06:00
Peter Thorson
e7b87e5d54 Updates on_ping, on_pong, and on_pong_timeout handlers to new interface 2013-01-07 16:53:14 -06:00
Peter Thorson
235b567b59 Updates on_close and on_fail to use new handler style 2013-01-07 12:45:09 -06:00
Peter Thorson
ebfb8b8e2f Removes handler_interface from all transport code 2013-01-07 12:30:41 -06:00
Peter Thorson
6a4173578e Removes handler_interface types from socket components 2013-01-07 12:27:17 -06:00
Peter Thorson
fe582e90e0 updates connection and endpoint to use new component styles 2013-01-07 12:23:21 -06:00
Peter Thorson
8b890d755b Updates asio transport components to new styles 2013-01-07 12:22:46 -06:00
Peter Thorson
052abf06ad Updates asio socket components to new styles 2013-01-07 12:22:16 -06:00
Peter Thorson
e339e0f5c6 Updates server role with new component style 2013-01-07 12:21:28 -06:00
Peter Thorson
7aa7f3af80 Updates iostream transport to new component style 2013-01-07 12:20:41 -06:00
Peter Thorson
f9c62ee778 Updates configs for new socket API 2013-01-07 12:18:37 -06:00
Peter Thorson
f5d4cbe143 updates asio on_tcp_init callback to new api 2013-01-06 10:10:35 -06:00
Peter Thorson
ce7b09767a adds documentation 2013-01-06 10:10:18 -06:00
Peter Thorson
05f9faebf5 updates interrupt functionality to latest API spec 2013-01-06 09:59:38 -06:00
Peter Thorson
5949c58d2e updates transport accept loop to use connection_hdl and not be a template function 2013-01-06 09:19:08 -06:00
Peter Thorson
a48c788ecc asio transport connection now recieves connection hdl 2013-01-06 09:17:09 -06:00
Peter Thorson
9ca476ae22 iostream connection now receives connection hdl 2013-01-06 09:16:49 -06:00
Peter Thorson
7bbfaa78bc connection forwards handle to transport 2013-01-06 09:16:11 -06:00
Peter Thorson
db6b32b90b const correctness 2013-01-06 09:15:55 -06:00
Peter Thorson
d705a805eb adds ability to retrieve connection_hdl and some docs 2013-01-06 08:53:58 -06:00
Peter Thorson
9253e4fca2 adds a pointer type 2013-01-06 08:50:25 -06:00
Peter Thorson
b5a5fd6fe3 adds a pointer type 2013-01-06 08:50:15 -06:00
Peter Thorson
266ceafa26 connects interrupt's error handling 2013-01-06 08:49:55 -06:00
Peter Thorson
21eb1bbd35 adds a convenience function to retrieve connection pointers from handles 2013-01-06 08:49:36 -06:00
Peter Thorson
853c46a0f5 clarifies source of request_type redefinition 2013-01-06 06:45:35 -06:00
Peter Thorson
a6002daddd fixes security category make_error_code 2013-01-06 06:43:20 -06:00
Peter Thorson
448588ac5c fixes missing return value 2013-01-06 06:42:55 -06:00
Peter Thorson
f10f8a4ce0 Initial commit from private 0.3 repository 2013-01-06 06:09:15 -06:00