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
95da9c45c8
preliminary c++11 and libc++ build support
2012-01-25 08:10:37 -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
02b48a8dbb
tweaks echo server default error logging
2012-01-20 08:02:03 -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
3d38726970
updates broadcast server example for new convenience headers
2012-01-20 08:00:10 -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
100ba9825f
updates 9.7/9.8 to better match AutoBahn 0.4.10
2012-01-19 09:30:31 -06:00
Peter Thorson
bed6a41c50
updates makefiles for linux
2012-01-19 08:07:43 -06:00
Peter Thorson
64441f6487
adds fail notification to fuzzing client
2012-01-19 08:07:34 -06:00
Peter Thorson
15cd82d1b3
fuzzing client fully implements 9.1.x, 9.2.x, 9.7.x, 9.8.x
2012-01-18 18:19:18 -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
01516318d6
updates basic examples to use new convenience typedefs
2012-01-17 09:43:00 -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
d93eeabc4c
updates fuzzing examples for latest policy-refactor build
2012-01-13 08:41:55 -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
Peter Thorson
5704270138
adds internal endpoint logging flag
2012-01-13 08:16:14 -06:00
Peter Thorson
6fc8c588ff
calling close while a connection is connecting will now abort the connection
2012-01-13 08:15:58 -06:00
Peter Thorson
a17a4deb4b
normalizes whitespace and sets up gitattributes to preserve fixes #43 fixes #46
2012-01-12 09:57:06 -06:00
Peter Thorson
75a3f8b068
updates gitignore
2012-01-12 09:55:41 -06:00
Peter Thorson
38b5b561e7
cleans up example code
2012-01-11 17:34:23 -06:00
Peter Thorson
00d40215e2
are clear() and resize(0) different?
2012-01-11 12:31:00 -06:00
Peter Thorson
c4ca07ace5
bug fixes #47
2012-01-11 12:30:42 -06:00
Peter Thorson
9de65a10d4
very simple speed testing harness
2012-01-11 12:20:51 -06:00
Peter Thorson
1c0e1b0d2b
better IPv6 literal URI parsing
2012-01-11 12:20:12 -06:00
Peter Thorson
69716bf4cd
ignore binaries
2012-01-11 12:19:33 -06:00
Peter Thorson
cd60832468
better IPv6 literal parsing tests
2012-01-11 12:19:20 -06:00
Peter Thorson
0e92bb207a
ipv6 and uri parking fixes
2012-01-11 10:12:57 -06:00