Peter Thorson
|
9dd53d2e28
|
code style
|
2013-06-30 19:38:50 -05:00 |
|
Peter Thorson
|
915f5c77a8
|
support c2s_max_window_size
|
2013-06-30 18:34:21 -05:00 |
|
Peter Thorson
|
36cae596db
|
update documentation
|
2013-06-30 18:32:37 -05:00 |
|
Peter Thorson
|
407b931395
|
Add s2c_max_window_bits negotiation
|
2013-06-29 17:53:53 -05:00 |
|
Peter Thorson
|
25b530b8a8
|
fix bug that prevented multiple attributes from working
|
2013-06-27 19:49:13 -05:00 |
|
Peter Thorson
|
038a9aee58
|
setting and negotiation of c2s_no_context_takeover
|
2013-06-27 19:48:48 -05:00 |
|
Peter Thorson
|
9749c0a3d5
|
enable server initiated s2c_no_context_takeover
|
2013-06-27 19:02:28 -05:00 |
|
Peter Thorson
|
c7b1ddd9fa
|
permessage-deflate negotiation of s2c_no_context_takeover
|
2013-06-27 18:35:32 -05:00 |
|
Peter Thorson
|
7a0d9c0238
|
cleanup permessage deflate extension
|
2013-06-25 21:07:46 -05:00 |
|
Peter Thorson
|
cb08f07cb0
|
add combination error code / string type
|
2013-06-25 20:59:29 -05:00 |
|
Peter Thorson
|
743cd7a713
|
HTTP cleanup and documentation
|
2013-06-25 20:57:30 -05:00 |
|
Peter Thorson
|
88fe1bfb1c
|
Fix issue where pong timeout handler always fired
|
2013-06-24 14:59:19 -05:00 |
|
Peter Thorson
|
5fd65a934b
|
fix typo
|
2013-06-24 13:35:25 -05:00 |
|
Peter Thorson
|
bb1420fe06
|
endpoint code style
|
2013-06-24 13:33:06 -05:00 |
|
Peter Thorson
|
0264b63fc3
|
Add ping and pong endpoint wrapper methods
|
2013-06-24 13:32:56 -05:00 |
|
Peter Thorson
|
256f8325e8
|
spelling, documentation, and style
|
2013-06-23 21:06:33 -05:00 |
|
Peter Thorson
|
ce410a9428
|
transport documentation and style
|
2013-06-23 19:41:48 -05:00 |
|
Peter Thorson
|
573dedcb9d
|
transport code style
|
2013-06-23 16:26:37 -05:00 |
|
Peter Thorson
|
4f8b2bdc98
|
transport documentation & style
|
2013-06-23 16:18:03 -05:00 |
|
Peter Thorson
|
330d564ded
|
Flags 64 bit literals in frame unit tests references #264
|
2013-06-22 20:10:49 -05:00 |
|
Peter Thorson
|
161a5b169a
|
Merge pull request #262 from breyed/streamed-timestamp
Write timestamp directly to output stream
|
2013-06-22 17:59:03 -07:00 |
|
Peter Thorson
|
7d36965149
|
Add accessor for raw http requests references #266
|
2013-06-22 10:59:26 -05:00 |
|
Peter Thorson
|
de5684aef3
|
add test fail handler
|
2013-06-22 10:50:28 -05:00 |
|
Peter Thorson
|
fd93ad89cb
|
update documentation and code style
|
2013-06-16 21:08:53 -05:00 |
|
Peter Thorson
|
6d620aa1e8
|
add documentation & update code style
|
2013-06-15 12:46:39 -05:00 |
|
Peter Thorson
|
816fe6410d
|
update documentation & code style
|
2013-06-15 12:39:57 -05:00 |
|
Peter Thorson
|
f3c65ab609
|
documentation
|
2013-06-15 12:34:11 -05:00 |
|
Peter Thorson
|
c938d9fd15
|
use strict masking for incoming messages references #264
|
2013-06-14 21:55:14 -05:00 |
|
Peter Thorson
|
0b764bdc62
|
add byte_mask_circ
|
2013-06-14 21:49:24 -05:00 |
|
Peter Thorson
|
86e2f364de
|
fix readme
|
2013-06-14 21:48:46 -05:00 |
|
Peter Thorson
|
54dd4c8084
|
look up version rather than hardcode
|
2013-06-14 21:48:29 -05:00 |
|
Peter Thorson
|
cae30acf91
|
update byte mask to use separate input & output types references #264
In particular this allows const iterators to be use for the input types.
|
2013-06-12 20:52:48 -05:00 |
|
Peter Thorson
|
24c1804e40
|
update documentation
|
2013-06-12 19:23:05 -05:00 |
|
breyed
|
8c6a360600
|
Write timestamp directly to output stream
This uses put_time (if supported) to avoid having to first write the timestamp to a temporary buffer and then copy it to the stream.
|
2013-06-09 18:28:19 -05:00 |
|
Peter Thorson
|
5c35535ffd
|
update changelog
|
2013-06-09 18:26:41 -05:00 |
|
Peter Thorson
|
3256c72d98
|
Merge pull request #261 from breyed/master
added guards to avoid macro definition when used with boost_config.hpp
|
2013-06-09 16:24:09 -07:00 |
|
breyed
|
07ab02407f
|
added guards to avoid macro definition when used with boost_config.hpp
|
2013-06-09 18:03:49 -05:00 |
|
Peter Thorson
|
edc0057a03
|
update unit test
|
2013-06-09 17:39:49 -05:00 |
|
Peter Thorson
|
9161119b4d
|
bump version to alpha2
|
2013-06-09 17:24:24 -05:00 |
|
Peter Thorson
|
7db60e3429
|
fix poor server handling of double close frames fixes #259
|
2013-06-09 17:03:14 -05:00 |
|
Peter Thorson
|
3c0b8a81b0
|
Fix handling of spurious frames after close. Fixes #258
|
2013-06-09 16:41:04 -05:00 |
|
Peter Thorson
|
b812fd001b
|
Change default HTTP response error code to 426
Changes default HTTP response error code when no http_handler is
defined from 500/Internal Server Error to 426/Upgrade Required
|
2013-06-09 16:20:53 -05:00 |
|
Peter Thorson
|
3a43986d9e
|
add documentation & normalize code style
|
2013-06-09 14:58:32 -05:00 |
|
Peter Thorson
|
64b1b52297
|
adds documentation on locations of version info
|
2013-06-09 11:07:19 -05:00 |
|
Peter Thorson
|
dc048ed021
|
test use of doxygen todo command
|
2013-06-09 11:05:48 -05:00 |
|
Peter Thorson
|
60b167bcb7
|
updates changelog
|
2013-06-09 09:27:08 -05:00 |
|
Peter Thorson
|
e680ca1ef4
|
add comment + TODO regarding VSPP warning
|
2013-06-09 09:25:30 -05:00 |
|
Peter Thorson
|
21d79e28c6
|
maybe fix markdown # escape?
|
2013-06-09 09:20:31 -05:00 |
|
Peter Thorson
|
d25a254e81
|
remove logger dynamic allocation
|
2013-06-09 09:20:04 -05:00 |
|
Peter Thorson
|
3e144cfd75
|
Merge pull request #257 from zaphoyd/experimental
merge last bit of changes from experimental to master
|
2013-06-09 07:15:12 -07:00 |
|