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
|
800028d1a9
|
Changes HTTP response parser behavior to only read response bodies when a content length header is present
|
2013-03-31 21:16:33 -05:00 |
|
Peter Thorson
|
8587647657
|
Adds echo_client example
|
2013-03-31 15:12:57 -05:00 |
|
Peter Thorson
|
babe00bc60
|
adds default client configs
|
2013-03-31 15:12:09 -05:00 |
|
Peter Thorson
|
35dbc8c8aa
|
adds asio async connect and resolve functionality
|
2013-03-31 15:11:58 -05:00 |
|
Peter Thorson
|
7a1e9a2f59
|
fixes connection client bug where it would wait for the HTTP body to be read when there wasn't one
|
2013-03-31 15:11:39 -05:00 |
|
Peter Thorson
|
e7e0c05e9a
|
async_connect requires uri as a parameter now
|
2013-03-31 15:11:05 -05:00 |
|
Peter Thorson
|
4d78ba6daf
|
fixes typo
|
2013-03-31 15:10:09 -05:00 |
|
Peter Thorson
|
859689bdf7
|
removes extraneous debug code
|
2013-03-31 15:09:59 -05:00 |
|
Peter Thorson
|
439efa0895
|
adds getter for connection uri part 2
|
2013-03-31 15:09:42 -05:00 |
|
Peter Thorson
|
2d35726edb
|
adds getter for connection URI
|
2013-03-31 15:09:17 -05:00 |
|
Peter Thorson
|
7efcf1b047
|
processors now generate correct random masking keys
|
2013-03-31 15:08:43 -05:00 |
|
Peter Thorson
|
8a083528a2
|
finishes client handshake processing
|
2013-03-31 12:38:47 -05:00 |
|
Peter Thorson
|
13ec782a4f
|
lots of tests
|
2013-03-31 12:37:59 -05:00 |
|
Peter Thorson
|
aec59a1eb9
|
adds client handshake request generation and server response validation
|
2013-03-31 12:37:43 -05:00 |
|
Peter Thorson
|
6659846b2e
|
extracts a method for processing handshake keys
|
2013-03-31 12:37:20 -05:00 |
|
Peter Thorson
|
45198eb4c6
|
major overhaul to processor unit tests to reduce duplicated code
|
2013-03-31 10:49:31 -05:00 |
|
Peter Thorson
|
c5842802e2
|
turns on error reporting by default
|
2013-03-31 09:24:53 -05:00 |
|
Peter Thorson
|
f423d051ee
|
adds a new processor error code
|
2013-03-31 09:24:31 -05:00 |
|
Peter Thorson
|
1475e30930
|
updates http constants to match the code style of the rest of the library
|
2013-03-31 09:24:15 -05:00 |
|
Peter Thorson
|
46fb7e6645
|
adds more logic for reading client handshake responses
|
2013-03-30 22:41:57 -05:00 |
|
Peter Thorson
|
ddddef5444
|
updates to unit tests to support new connection and processor api that includes RNG
|
2013-03-30 20:12:37 -05:00 |
|
Peter Thorson
|
67c740e264
|
adds HTTP request sending to connections
|
2013-03-30 19:55:40 -05:00 |
|
Peter Thorson
|
cb6c396a6b
|
adds handshake request processing to hybi13 and 00 processors
|
2013-03-30 19:55:04 -05:00 |
|
Peter Thorson
|
f494c72006
|
adds RNG support for endpoints, connections, and processors
|
2013-03-30 19:54:26 -05:00 |
|
Peter Thorson
|
39c278a871
|
Adds the ability to detect and use constexpr to the C++11 common header
|
2013-03-30 17:49:56 -05:00 |
|
Peter Thorson
|
b5b2fb9e0a
|
adds default client version to core config
|
2013-03-30 17:49:35 -05:00 |
|
Peter Thorson
|
837d9eef9f
|
Fixes a member variable that was not initialized before use
|
2013-03-30 17:48:35 -05:00 |
|
Peter Thorson
|
26d601e7c4
|
impliments async connect for iostream transport
|
2013-03-30 07:57:10 -05:00 |
|
Peter Thorson
|
3eef03d31e
|
disables termination of connections that return bad handles
|
2013-03-30 07:56:50 -05:00 |
|
Peter Thorson
|
924bb1a050
|
adds client endpoint connection methods
|
2013-03-30 07:55:05 -05:00 |
|
Peter Thorson
|
f2d939ab37
|
moves transport endpoing base types into the right file
|
2013-03-30 07:54:36 -05:00 |
|
Peter Thorson
|
8ced80b2ed
|
adds method to retrieve connection handle from iostream connections
|
2013-03-30 07:53:45 -05:00 |
|
Peter Thorson
|
1ddd43ccb0
|
client get_connection now sets URI
|
2013-03-30 07:05:31 -05:00 |
|
Peter Thorson
|
7afcd866a0
|
adds the ability to set a connection URI outside of the server handshake
|
2013-03-30 07:05:08 -05:00 |
|
Peter Thorson
|
afd5646ca5
|
adds more client functionality and associated tests
|
2013-03-28 22:58:54 -05:00 |
|
Peter Thorson
|
0b0106a97f
|
adds is_secure method to transport endpoint
|
2013-03-28 22:58:39 -05:00 |
|
Peter Thorson
|
4f00240a3b
|
adds preliminary foundations for client support
|
2013-03-28 22:43:55 -05:00 |
|
Peter Thorson
|
e2489001cf
|
adds connection dependencies
|
2013-03-28 22:43:23 -05:00 |
|
Peter Thorson
|
842c5749fc
|
adds more error codes
|
2013-03-28 22:43:07 -05:00 |
|
Peter Thorson
|
ef857ea831
|
splits basic logger from log constants
|
2013-03-28 22:42:51 -05:00 |
|
Peter Thorson
|
e54c890b4b
|
adds role unit test modules
|
2013-03-28 22:41:51 -05:00 |
|
Peter Thorson
|
dfd61f8504
|
updates copyright dates
|
2013-03-28 22:41:23 -05:00 |
|
Peter Thorson
|
91c1e59ec4
|
fixes a legacy/hybi00 handshake processing bug on 32 bit x86
|
2013-03-28 08:23:59 -05:00 |
|
Peter Thorson
|
ff04d307e5
|
Updates readme
|
2013-03-19 11:29:41 -05:00 |
|
Peter Thorson
|
45092c9633
|
adds get_io_service to asio transport
|
2013-03-17 22:57:27 -05:00 |
|
Peter Thorson
|
ceea7f7be9
|
adds additional C++11 library blacklist defines
|
2013-03-17 22:10:08 -05:00 |
|
Peter Thorson
|
59d7efd1ba
|
updates iostream unit tests
|
2013-03-17 21:48:43 -05:00 |
|
Peter Thorson
|
16c7d42bed
|
adds boost_system for mutex dependency
|
2013-03-17 21:46:12 -05:00 |
|
Peter Thorson
|
3822384105
|
testing new scons g++ config
|
2013-03-17 21:43:12 -05:00 |
|