Skip to content

Better grammar #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 1, 2015
Merged

Better grammar #1

merged 1 commit into from
Apr 1, 2015

Conversation

nuclearace
Copy link
Member

No description provided.

melode11 added a commit that referenced this pull request Apr 1, 2015
@melode11 melode11 merged commit 07dd4f9 into socketio:master Apr 1, 2015
hesiod added a commit to SwarmMind/socket.io-client-cpp that referenced this pull request Oct 15, 2018
c6d7e29 Set version flags for release
c432425 Update changelog
12b8f37 Merge branch 'pr/732' into develop
6b8dfe0 Merge branch 'pr/731' into develop
e99aef0 cmake: Install websocketpp includes in the right cmake way, leaving out the examples and other stuff
5c48a11 Fix testsuite errors, due to a "Connection: upgrade" seen differently than "Connection: Upgrade"
c2fd89b Update version flags for future development
c612a35 Set version flags for 0.8.0 release
99d169f Update changelog for recent PRs
241741b Merge pull request #727 from bauerj/patch-1
702b6a9 Make HTTP Connection header capitalized
19cad99 credits
c405097 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
7e8c8a8 Fix preprocessor syntax issue
88de392 Merge pull request #652 from vadz/preserve-asio-errors
e79e0d1 Merge branch 'develop' of https://github.com/zaphoyd/websocketpp into develop
bc12b81 Merge branch 'pr/608' into develop
8bc11bd credits
1cb045d Add pointers in the docs to new mingw support
2a36e41 Remove auto selection of mingw-std-threads when MinGW is detected. Increase the priority of mingw-std-threads given its optional status.
0e1fc63 remove submodule
0b0871d remove submodules
20c6791 Merge pull request #658 from gjasny/drop-unused-members
e943c9e credits for patch
749b119 Merge pull request #665 from gegles/develop
e9c6546 Fix compile issues for ASIO_STANDALONE
b34a178 Drop unused class members
e50ed8c update changelog for PR
67224f7 Merge pull request #636 from gjasny/remove-undefined-behaviour
0b2e14e Merge branch 'pr/589' into develop
1cb9666 Update changelog for PR
cb3d7de Remove deprecated features to allow compiling with C++17 compilers fixes #592
9baab8f Normalize line endings to unix format fixes #644
6330286 Use separate buffers for compression and decompression to prevent corruption when reading and writing from separate threads. references #633 references #615
cb4cf66 Merge branch 'pr/634' into develop
99e1a99 change log update for PR
96b2d42 Merge branch 'pr/638' into develop
bc04ae4 update changelog for PR
ee74047 Merge pull request #645 from alex-che/integration_tests_sleep
2819d36 Merge branch 'develop' into integration_tests_sleep
d282738 Merge branch 'pr/643' into develop
a32eb08 change log entry for PR
6645fcb Merge pull request #646 from alex-che/timers_tests_sleep
29bb4ad Merge branch 'pr/647' into develop
ac9164c update changelog for PR
4cab5e5 minor adjustments to recent extension negotiation related fixes, refactor a bit more extension negotiation code to be simpler
16d126e Remove custom handling of SSL_R_SHORT_READ errors. fixes #599
9ddb300 Update permessage-deflate support to reflect that zlib doesn't support a 256 bit window. Improve extension negotiation error checking and documentation. fixes #596 fixes #653
81ef065 Preserve ASIO errors if possible in asio::endpoint too
e6e14df Make asio::connection::xxx_socket::translate_ec() methods static
527f401 Fix unitialized shared_ptr in mock_endpoint
0045664 Fix the tls_handshake_timeout unit test failing due to server thread not having enough time to start
7be3756 Fix refused client connection due to servers not yet started
5675036 Fix unit test timers clashing between tests
4b6cfed "stdint header included to fix uintXX_t compilation error"
6578aae Avoid undefined behaviour at circular shift
229134a Add pre bind handler for listen socket
c7bef86 Fixed Capatialisation issue with submodule
3ad5029 Added MinGW threading Capability
7451e0c Merge pull request socketio#1 from ronneke1996/implement_close_code_1014
facb698 Fixed typo in error message
37ce8ab Merge branch 'pr/593' into develop
abf927b Fix some bugs, normalize code style, update documentation, add tests
e1f7575 Expose HTTP request headers
f94b3c0 Implemented close code 1014
322e3ba Update telemetry_client to use Sleep on windows references #574
9019af0 Add FAQ entry
e65b277 Remove catching websocketpp::lib::error_code in examples, fixes #584
8434139 Add first draft of print_client and print_client_tls
d4a4b79 update changelog for recent PR
6b09310 Merge pull request #553 from yeswalrus/fix-tls-crash
2b310fa Merge branch 'develop' of https://github.com/zaphoyd/websocketpp into develop
0bb33e4 Change default listen backlog to socket_base::max_connections from 0, fixes #549
ebd0afd Check the return of get_connection, raise an appropriate error if it failed.
5f42305 remove trailing whitespaces
a2f1827 Merge pull request #550 from wal-rus/fix-cmake
59fb9ec Added interface target to config file for cmake versions > 3.0
73c3b81 Added include directories to targets (How was this ever working?)
cc851aa remove whitespace at end of lines in CMakeHelpers.cmake
0f2df92 Use CMakePackageConfigHelpers, make websocketpp-config.cmake.in relocatable
6b702cc Updated minimum required version to 2.8.8, Added VERSION argument to project if supported.
92c1f0c Fix default CMAKE_INSTALL_PREFIX setting on windows
9e51633 Add logging reference documentation
8f0fab3 Update docs & FAQ
94fe989  Store loggers in shared pointers references #501 #537
9da5ac9 Merge pull request #539 from jupp0r/feature/shutdown-fix-for-shared-ioservice
891a7a5 documentation
1013aa8 Fix shutdown bugs by holding loggers in shared_ptrs
366679b Update docs and changelog
94cc1ec Fix an issue detecting which version of the chrono library to use references #512
6f128a5 Move socket_init_handler from pre_init to init_asio #530
f5d14f3 Bump develop branch version
918745a Add test case for un-setting a handler (with NULL)

git-subtree-dir: lib/websocketpp
git-subtree-split: c6d7e295bf5a0ab9b5f896720cc1a0e0fdc397a7
arximboldi pushed a commit to arximboldi/socket.io-client-cpp that referenced this pull request Feb 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants