Peter Thorson
|
8993b34b3d
|
Allows changing the listen backlog queue length
|
2013-11-02 19:32:38 -05:00 |
|
Peter Thorson
|
430c49d394
|
splits tcp init into pre and post init
|
2013-11-02 18:25:21 -05:00 |
|
Peter Thorson
|
3e5404e1b1
|
split handler allocator into separate one for reads and writes
|
2013-11-02 18:24:14 -05:00 |
|
Peter Thorson
|
00b5bed0d1
|
moves base64 code into websocketpp namespace
|
2013-10-20 15:02:51 -05:00 |
|
Peter Thorson
|
0f6e93a13e
|
removes original copies of header-converted libraries to avoid confusion
|
2013-10-20 15:02:29 -05:00 |
|
Peter Thorson
|
6680606523
|
Merge pull request #297 from evgeni/master
fix "recieve" typo in various places
|
2013-10-20 12:17:58 -07:00 |
|
Peter Thorson
|
962a090300
|
update code style and add docs+tests for uri::get_query references #298
|
2013-10-20 14:15:05 -05:00 |
|
Peter Thorson
|
4d51d990a4
|
Merge pull request #298 from Banaan/master
add get_query to URI handling
|
2013-10-20 12:00:54 -07:00 |
|
Peter Thorson
|
aa74d2b295
|
switched asio read and write handler to use a custom allocator
|
2013-10-20 13:09:37 -05:00 |
|
Peter Thorson
|
746389efab
|
removes some range checking in an inner read loop
|
2013-10-20 13:05:46 -05:00 |
|
Peter Thorson
|
5894601291
|
caches callback functions rather than copying them from handler to handler
|
2013-10-20 13:03:32 -05:00 |
|
Peter Thorson
|
17c9831449
|
cache the binding of async read and write handler callbacks
|
2013-10-20 12:57:02 -05:00 |
|
Peter Thorson
|
45a612f44b
|
additional support for compile time disabling of multithreading features
|
2013-10-20 12:54:59 -05:00 |
|
Peter Thorson
|
2e3dfe7935
|
disable boundary checking in inner read loop
|
2013-10-20 12:50:10 -05:00 |
|
Peter Thorson
|
1b453e4679
|
adjust default read buffer size based on profiling
|
2013-10-20 12:49:22 -05:00 |
|
Banaan
|
e73f4cdb10
|
Update uri.hpp
get query of URI method
|
2013-10-20 19:35:47 +02:00 |
|
Evgeni Golov
|
86fe22334c
|
fix "recieve" typo in various places
|
2013-10-20 17:19:26 +02:00 |
|
Peter Thorson
|
71e6babd93
|
statically bind frame read and write handlers
|
2013-10-16 08:25:10 -05:00 |
|
Peter Thorson
|
1e97f6c67c
|
statically bind the async_read_handler
|
2013-10-16 08:23:42 -05:00 |
|
Peter Thorson
|
5c14c8e71e
|
adds a compile time multithreading switch
|
2013-10-16 08:22:14 -05:00 |
|
Peter Thorson
|
4231edec53
|
package as alpha4
|
2013-10-11 06:39:55 -05:00 |
|
Peter Thorson
|
4761938600
|
bugfix
|
2013-10-10 14:05:09 -05:00 |
|
Peter Thorson
|
bf5f2852f9
|
updates license information for UTF8 validation logic references #294
|
2013-10-10 14:00:10 -05:00 |
|
Peter Thorson
|
e16972b153
|
HTTP requests ending normally are no longer logged as errors. references #294
|
2013-10-10 13:47:01 -05:00 |
|
Peter Thorson
|
3d0d28affc
|
Eliminate spurious expired timers in certain error conditions references #295
|
2013-10-10 13:45:49 -05:00 |
|
Peter Thorson
|
63cdaec0ba
|
removes unused variable set per static analysis
|
2013-10-10 13:14:06 -05:00 |
|
Peter Thorson
|
3d57d412f7
|
Updates COPYING file to include all bundled licenses references #294
|
2013-10-10 08:20:03 -05:00 |
|
Peter Thorson
|
97e5e5fc7b
|
replaces sha1 library with a more clearly licensed project references #294
|
2013-10-10 08:19:43 -05:00 |
|
Peter Thorson
|
ed39a6ab1a
|
Re-introduces strands to asio transport
|
2013-10-06 14:58:29 -05:00 |
|
Peter Thorson
|
b934e71ace
|
adjust transport async_accept and async_connect to use connection_ptr instead of connection_hdl
prevents a newly created connection_ptr from being destroyed
immediately after accepting or connecting.
|
2013-10-06 10:51:41 -05:00 |
|
Peter Thorson
|
013c2da7e8
|
removes internal connection tracking mechanism from endpoint
|
2013-10-06 10:47:59 -05:00 |
|
Peter Thorson
|
aebdb26dc6
|
additional debug log detail
|
2013-10-06 10:34:15 -05:00 |
|
Peter Thorson
|
e91d6f6a45
|
refactor iostream read completion to remove memory leak
|
2013-09-28 07:56:41 -05:00 |
|
Peter Thorson
|
de6d15c9fc
|
adds documentation notes about when fatal_error and eof methods showed up
|
2013-09-28 07:56:03 -05:00 |
|
Peter Thorson
|
3035c8dc0a
|
Deprecates iostream transport readsome in favor of read_some
which is more consistent with the naming of the rest of the library.
|
2013-09-28 07:55:41 -05:00 |
|
Peter Thorson
|
c175ec4f42
|
Adds preliminary signaling to iostream transport of eof and fatal transport errors
|
2013-09-27 21:24:33 -05:00 |
|
Peter Thorson
|
e6319f51a4
|
Updates transport code to use shared rather than raw pointers. references #293
|
2013-09-26 07:43:10 -05:00 |
|
Peter Thorson
|
d17569fa87
|
fixes issue where custom headers couldn't be set for client connections
|
2013-09-25 08:18:46 -05:00 |
|
Peter Thorson
|
e9cb0b840f
|
fixes a compile error on visual studio when using interrupts
|
2013-08-30 15:52:26 -05:00 |
|
Peter Thorson
|
bd9c9767e1
|
Updates message buffer documentation and style
|
2013-08-17 12:16:21 -05:00 |
|
Peter Thorson
|
ac41f467ed
|
Merge branch 'master' of https://github.com/zaphoyd/websocketpp
Conflicts:
changelog.md
|
2013-08-15 07:46:48 -05:00 |
|
Peter Thorson
|
cab72215aa
|
adds new close codes per IANA registry
|
2013-08-15 07:46:07 -05:00 |
|
Peter Thorson
|
12d240ff09
|
fix typo
|
2013-08-12 11:25:12 -05:00 |
|
Peter Thorson
|
107d3c9bb6
|
add set_remote_endpoint method to iostream transport
|
2013-08-12 11:22:45 -05:00 |
|
Peter Thorson
|
49c07296dd
|
iostream transport documentation
|
2013-08-12 11:22:26 -05:00 |
|
Peter Thorson
|
8475f5f200
|
add iostream transport set_secure functionality
|
2013-08-12 11:21:41 -05:00 |
|
Peter Thorson
|
8ef8372af1
|
transport policy documentation
|
2013-08-12 11:16:59 -05:00 |
|
Peter Thorson
|
4a10d8ddfd
|
iostream transport docs and code style
|
2013-08-12 11:16:45 -05:00 |
|
Peter Thorson
|
f02c6f1c75
|
code style
|
2013-08-05 08:32:43 -05:00 |
|
Peter Thorson
|
eb9ab6f70f
|
add constexpr to static logging tests
|
2013-08-05 08:32:28 -05:00 |
|