72e2760a4c
Merge pull request #771 from c72578/patch-2
master
Peter Thorson
2018-11-01 20:18:04 -05:00
4bccfb04a2
Update version number in CMakeLists.txt to 0.8.1
Wolfgang Stöggl
2018-11-01 20:58:10 +01:00
2a885d5cc4
Remove duplicated word
develop
Juan Eugenio Abadie
2018-08-23 00:22:11 -03:00
c6d7e295bf
Set version flags for release
0.8.1
Peter Thorson
2018-07-16 07:40:53 -05:00
c43242523c
Update changelog
Peter Thorson
2018-07-16 07:38:45 -05:00
12b8f37cf5
Merge branch 'pr/732' into develop
Peter Thorson
2018-07-16 07:34:02 -05:00
6b8dfe02c2
Merge branch 'pr/731' into develop
Peter Thorson
2018-07-16 07:32:03 -05:00
e99aef04c3
cmake: Install websocketpp includes in the right cmake way, leaving out the examples and other stuff
Gianfranco Costamagna
2018-07-12 20:25:09 +02:00
5c48a114f4
Fix testsuite errors, due to a "Connection: upgrade" seen differently than "Connection: Upgrade"
Gianfranco Costamagna
2018-07-12 18:48:47 +02:00
c2fd89bede
Update version flags for future development
Peter Thorson
2018-07-12 07:52:49 -05:00
c612a35f06
Set version flags for 0.8.0 release
0.8.0
Peter Thorson
2018-07-12 07:50:48 -05:00
99d169f586
Update changelog for recent PRs
Peter Thorson
2018-07-12 07:46:21 -05:00
241741ba01
Merge pull request #727 from bauerj/patch-1
Peter Thorson
2018-07-12 07:27:05 -05:00
702b6a919b
Make HTTP Connection header capitalized
Johann Bauer
2018-06-18 12:46:01 +02:00
19cad9925f
credits
Peter Thorson
2017-09-24 10:48:12 -05:00
c4050979c3
tcp_pre_bind_handler returns a lib::error_code not an asio::error_code. These are sometimes the same but not always. Fix ensures that the error code types always match correctly no matter what they are. Update test suite to reflect adjusted behavior
Peter Thorson
2017-09-24 10:44:21 -05:00
7e8c8a8fad
Fix preprocessor syntax issue
Peter Thorson
2017-09-24 09:56:21 -05:00
88de392422
Merge pull request #652 from vadz/preserve-asio-errors
Peter Thorson
2017-09-24 09:52:52 -05:00
bc12b81b29
Merge branch 'pr/608' into develop
Peter Thorson
2017-09-24 09:27:42 -05:00
8bc11bdf24
credits
Peter Thorson
2017-09-24 09:19:50 -05:00
1cb045d946
Add pointers in the docs to new mingw support
Peter Thorson
2017-09-24 09:17:34 -05:00
2a36e41a9a
Remove auto selection of mingw-std-threads when MinGW is detected. Increase the priority of mingw-std-threads given its optional status.
Peter Thorson
2017-09-24 09:17:17 -05:00
0e1fc63b83
remove submodule
Peter Thorson
2017-09-24 09:16:05 -05:00
0b0871d879
remove submodules
Peter Thorson
2017-09-24 08:55:47 -05:00
20c67910e1
Merge pull request #658 from gjasny/drop-unused-members
Peter Thorson
2017-09-24 08:49:12 -05:00
e943c9e1ed
credits for patch
Peter Thorson
2017-09-24 08:44:28 -05:00
749b119b6b
Merge pull request #665 from gegles/develop
Peter Thorson
2017-09-24 08:41:15 -05:00
b34a1786bc
Drop unused class members
Gregor Jasny
2017-07-04 09:31:37 +02:00
e50ed8c1b1
update changelog for PR
Peter Thorson
2017-06-11 17:49:41 -05:00
67224f71b5
Merge pull request #636 from gjasny/remove-undefined-behaviour
Peter Thorson
2017-06-11 17:47:48 -05:00
0b2e14ee3a
Merge branch 'pr/589' into develop
Peter Thorson
2017-06-11 17:44:02 -05:00
1cb9666036
Update changelog for PR
Peter Thorson
2017-06-11 17:43:09 -05:00
cb3d7de91f
Remove deprecated features to allow compiling with C++17 compilers fixes#592
Peter Thorson
2017-06-11 17:37:14 -05:00
9baab8faa9
Normalize line endings to unix format fixes#644
Peter Thorson
2017-06-11 17:27:41 -05:00
6330286ad5
Use separate buffers for compression and decompression to prevent corruption when reading and writing from separate threads. references #633 references #615
Peter Thorson
2017-06-11 17:24:51 -05:00
cb4cf66911
Merge branch 'pr/634' into develop
Peter Thorson
2017-06-11 16:46:31 -05:00
99e1a99633
change log update for PR
Peter Thorson
2017-06-11 16:46:18 -05:00
96b2d42c83
Merge branch 'pr/638' into develop
Peter Thorson
2017-06-11 16:39:32 -05:00
bc04ae4f5f
update changelog for PR
Peter Thorson
2017-06-11 16:37:46 -05:00
ee74047c2d
Merge pull request #645 from alex-che/integration_tests_sleep
Peter Thorson
2017-06-11 16:34:49 -05:00
2819d364d9
Merge branch 'develop' into integration_tests_sleep
Peter Thorson
2017-06-11 16:31:21 -05:00
d282738c81
Merge branch 'pr/643' into develop
Peter Thorson
2017-06-11 16:28:58 -05:00
a32eb0887b
change log entry for PR
Peter Thorson
2017-06-11 16:28:47 -05:00
6645fcb390
Merge pull request #646 from alex-che/timers_tests_sleep
Peter Thorson
2017-06-11 16:18:00 -05:00
29bb4ada91
Merge branch 'pr/647' into develop
Peter Thorson
2017-06-11 16:16:38 -05:00
ac9164c3b5
update changelog for PR
Peter Thorson
2017-06-11 16:16:13 -05:00
4cab5e5c0c
minor adjustments to recent extension negotiation related fixes, refactor a bit more extension negotiation code to be simpler
Peter Thorson
2017-06-11 16:13:25 -05:00
16d126ee61
Remove custom handling of SSL_R_SHORT_READ errors. fixes#599
Peter Thorson
2017-06-11 15:41:06 -05:00
9ddb300d87
Update permessage-deflate support to reflect that zlib doesn't support a 256 bit window. Improve extension negotiation error checking and documentation. fixes#596fixes#653
Peter Thorson
2017-06-11 15:24:43 -05:00
81ef065ccf
Preserve ASIO errors if possible in asio::endpoint too
Vadim Zeitlin
2017-06-04 16:50:14 +02:00
e6e14df950
Make asio::connection::xxx_socket::translate_ec() methods static
Vadim Zeitlin
2017-06-04 01:52:26 +02:00
527f401049
Fix unitialized shared_ptr in mock_endpoint
Alex Korotkin
2017-05-17 09:54:14 +03:00
00456642fa
Fix the tls_handshake_timeout unit test failing due to server thread not having enough time to start
Alex Korotkin
2017-05-17 09:48:33 +03:00
7be37565ca
Fix refused client connection due to servers not yet started
Alex Korotkin
2017-05-16 18:13:11 +03:00
5675036891
Fix unit test timers clashing between tests
Alex Korotkin
2017-05-15 17:53:57 +03:00
4b6cfed3fc
"stdint header included to fix uintXX_t compilation error"
Alex Korotkin
2017-05-06 13:11:17 +03:00
6578aaea02
Avoid undefined behaviour at circular shift
Gregor Jasny
2017-04-09 23:59:23 -07:00
229134aa95
Add pre bind handler for listen socket
Gregor Jasny
2017-04-04 22:29:27 +02:00
c7bef866e4
Fixed Capatialisation issue with submodule
Peter Taylor
2016-12-11 11:31:08 +00:00