Commit Graph

209 Commits

Author SHA1 Message Date
Peter Thorson
c3026e4e93 renames ERROR for better cross platform support 2012-03-06 19:04:43 -06:00
Peter Thorson
301edcd948 wsperf bug fixes, adds Xcode target 2012-03-06 07:10:40 -06:00
Peter Thorson
6e768d5816 client properly fires on_fail on connection failure references #69 2012-03-05 11:40:29 -06:00
Peter Thorson
623d9a1f98 corrected some stdint issues 2012-03-05 09:43:55 -06:00
Peter Thorson
2fba5ca478 uses union instead of reinterpret_cast 2012-02-24 07:36:29 -06:00
Peter Thorson
f0365ba42e masking_key casting fix to resolve aliasing warnings #references 72 2012-02-20 06:56:41 -06:00
Peter Thorson
c2cbe7110d newlines at end of all files #references #72 2012-02-20 06:41:09 -06:00
Peter Thorson
e94825bb41 adjust listen locking, fixes #66 2012-02-13 07:06:15 -06:00
Peter Thorson
84884ff9cd fixes #55 2012-02-13 06:57:15 -06:00
Peter Thorson
5065ff2615 preliminary work on endpoint/connection concurrency support fixes #63 2012-02-03 09:25:56 -06:00
Peter Thorson
30455f985f begins work on endpoint state detection 2012-02-03 07:10:13 -06:00
Peter Thorson
65689610e7 client uses local resolver, fixes #60 2012-02-03 07:08:37 -06:00
Peter Thorson
4e021d1584 adds additional, more flexible, sever listen overloads fixes #59 2012-02-03 07:04:30 -06:00
Peter Thorson
e43c6fa6ec adds SIZE_MAX definition 2012-02-02 07:16:14 -06:00
Peter Thorson
7e213d152e preliminary fix for async_write of stack data in server role. references #51 2012-01-31 10:45:29 -06:00
Peter Thorson
7ab7588c28 regex is no longer static, allows multi-threaded uri parsing. Fixes #54 2012-01-31 09:34:46 -06:00
Peter Thorson
f1e66bd425 initial fixes for custom logging, references #56 2012-01-31 09:23:07 -06:00
Peter Thorson
cdb1beb947 fixes a crash when sending messages to hybi00 clients 2012-01-31 09:14:44 -06:00
Peter Thorson
c4cab70702 libstdc++ and libc++ both work now 2012-01-31 09:14:00 -06:00
Peter Thorson
6826a6665c debugging code 2012-01-25 08:56:45 -06:00
Peter Thorson
41412cebd9 some workarounds for a potential libc++ bug 2012-01-25 08:55:54 -06:00
Peter Thorson
67a2cbcbed fixes an async write from stack issue references #51 2012-01-25 08:11:46 -06:00
Peter Thorson
6377358c0b experimenting with weak pointers references #53 2012-01-24 21:28:47 -06:00
Peter Thorson
f19d11a002 fixes character processing bug when using LLVM libc++ 2012-01-24 09:16:50 -06:00
Peter Thorson
4e6676ccca adds virtual destructors where appropriate 2012-01-24 09:08:54 -06:00
Peter Thorson
4b06fedd02 initial testing with shared_const_buffer references #51 2012-01-20 08:01:34 -06:00
Peter Thorson
45c67502cb typo 2012-01-20 08:00:37 -06:00
Peter Thorson
23a44d8112 client properly logs successful connections. 2012-01-20 07:23:25 -06:00
Peter Thorson
035e08de11 server error logging additions and fixes 2012-01-20 07:22:35 -06:00
Peter Thorson
6600f91bfa additional client cleanup 2012-01-20 06:41:01 -06:00
Peter Thorson
a89cb776a1 improves client connect error handling. Fixes #52 2012-01-20 06:30:22 -06:00
Peter Thorson
64441f6487 adds fail notification to fuzzing client 2012-01-19 08:07:34 -06:00
Peter Thorson
7cb31d1b2b bugfix 2012-01-18 13:55:52 -06:00
Peter Thorson
4beebe3bc1 fixes a windows/VC++ compile issue, references #50 2012-01-18 07:13:07 -06:00
Peter Thorson
048e57baa5 fixes a crash while closing all connections, references #50 2012-01-18 07:06:59 -06:00
Peter Thorson
5ec97306cf documentation updates 2012-01-17 19:40:47 -06:00
Peter Thorson
63c50a520b adds convenience typedefs 2012-01-17 09:40:10 -06:00
Peter Thorson
72a80bd87b some fixes for windows compiling references #50 2012-01-17 09:38:51 -06:00
Peter Thorson
5b660a78e5 updates name of ssl.hpp to tls.hpp 2012-01-17 09:35:44 -06:00
Peter Thorson
aaf2c7fa0a formatting and documentation fixes 2012-01-16 11:44:32 -06:00
Peter Thorson
656dbfa3ec sets listen limit back to non-debug value
High values leave the server open to DoS attacks.
2012-01-16 11:20:10 -06:00
Peter Thorson
609e6f3eaf better hixie 76 fix 2012-01-16 11:18:16 -06:00
Peter Thorson
4568ad8d40 fixes pixie 76 handshake bug 2012-01-16 11:15:16 -06:00
Peter Thorson
9d422107ab adjusts whitespace 2012-01-16 11:14:51 -06:00
Peter Thorson
2525de2545 changes for compiling on windows fixes #49 2012-01-14 08:23:50 -06:00
Peter Thorson
e8cd60e3a8 resolves member function name conflict 2012-01-13 08:41:43 -06:00
Peter Thorson
a1b5c503b2 removes debugging statement 2012-01-13 08:41:21 -06:00
Peter Thorson
befdd002d2 adds close_all(), run(), and stop() methods to endpoint
This is the beginning of more robust support for all of the io_service
operations, run, stop, reset that properly clean up existing
connections. close_all also allows the server to be shut down
gracefully.
2012-01-13 08:19:20 -06:00
Peter Thorson
e4a97f6233 server will end accept loop when create_connection returns NULL 2012-01-13 08:17:42 -06:00
Peter Thorson
3523052529 server policy delegates calls to run to endpoint 2012-01-13 08:16:50 -06:00