Commit Graph

77 Commits

Author SHA1 Message Date
Benjamin Sergeant
c7fc4f0f8e add user list in readme 2019-12-30 22:16:29 -08:00
Olivia Zoe
2e1657167f Meta: documentation fixes (#127)
* Clarify versions, minor punctuation fix

* Copyediting, borked URL

* Fix Python comments in C++ code

* Copyediting

* Pretty code

* Copyediting, pretty code

* Typo

* Pretty code
2019-12-03 09:28:18 -08:00
Benjamin Sergeant
1b11ef006a Update README.md 2019-11-23 12:44:24 -08:00
Benjamin Sergeant
a3ad92b9d9 update readme 2019-11-06 23:12:45 -08:00
Benjamin Sergeant
e2121d809e fix unittest warnings + remove trailing spaces 2019-09-12 11:43:52 -07:00
Benjamin Sergeant
c09eac49c9 README: update link to the doc 2019-09-06 10:42:48 -07:00
Benjamin Sergeant
30b83b5ff0 Update README.md 2019-09-05 14:30:51 -07:00
Benjamin Sergeant
a43046c921 ws autobahn / report progress with spdlog::info to get timing info 2019-09-04 10:16:32 -07:00
Benjamin Sergeant
ba41dbc69a readme 2019-09-01 11:38:39 -07:00
Benjamin Sergeant
0c1f2252a1 readme 2019-08-26 22:49:40 -07:00
Benjamin Sergeant
98a397696c readme 2019-08-26 22:29:10 -07:00
Benjamin Sergeant
f968d4c333 one last tweak 2019-08-26 22:02:24 -07:00
Benjamin Sergeant
59e15be524 readme tweaks 2019-08-26 21:57:05 -07:00
Benjamin Sergeant
ccabe93ae8 new simple readme 2019-08-26 21:55:00 -07:00
Benjamin Sergeant
56def6def4 Add md doc made with mkdocs 2019-08-26 21:25:45 -07:00
Benjamin Sergeant
d3e5a63fa2 ws connect has a new option to send HTTP headers + use WebSocketHttpHeaders instead of unordered_map<string, string> 2019-08-26 10:19:09 -07:00
Benjamin Sergeant
c8d41f987f README tweaks 2019-08-19 20:35:26 -07:00
Benjamin Sergeant
d139dd88e8 README / formatting 2019-08-19 20:33:56 -07:00
Benjamin Sergeant
7898a5f4eb README.md: add reference to WSAStartup to initialize the networking system 2019-08-19 09:47:59 -07:00
Benjamin Sergeant
2f730303c2 CobraMetricThreadedPublisher _enable flag is an atomic, and CobraMetricsPublisher is enabled by default 2019-08-14 19:54:30 -07:00
Benjamin Sergeant
5c13cbb08f update readme 2019-08-06 20:55:44 -07:00
Benjamin Sergeant
64cfbe9514 fix #98 2019-08-02 17:11:53 -07:00
Benjamin Sergeant
8319dbb56a README.md / cosmetic 2019-07-23 14:04:45 -07:00
Benjamin Sergeant
b1b6697c37 fix typo in README 2019-07-23 13:52:16 -07:00
Benjamin Sergeant
280716394d README: add reference to conan/vcpk to the build section 2019-07-22 20:41:06 -07:00
Benjamin Sergeant
e8a20c7e8a refactor select code + add protection against large fds (cf Android 9) 2019-06-25 15:41:39 -07:00
Benjamin Sergeant
f84bc53c8d Feature/httpd (#94)
* Stub code for http server

* can send a response, cannot process body yet

* write headers to the response

* remove commented code

* add simple test + set default http handler

* tweak CI + unittest

* add missing file

* rewrite http::trim in a simple way

* doc
2019-06-23 14:54:21 -07:00
Benjamin Sergeant
6ef88b6303 update README to reflect the new API 2019-06-09 12:02:02 -07:00
Benjamin Sergeant
076e8bf6a3 add an option to easily disable per message deflate compression 2019-06-06 13:48:53 -07:00
Benjamin Sergeant
78b3d7ff2d Feature/http async (#90)
* unittest working / uses shared_ptr for a bunch of things 🗿

* fix command line tools

* fix ws + add doc

* add more logging
2019-06-05 17:04:24 -07:00
Benjamin Sergeant
06cbebe22e Feature/mbedtls (#84)
* try to import mbedtls and build it

* add stubs socket class

* some boilterplate, read and write function implemented

* more boilterplate / current error in handshake because no CA cert is setup

* add something so skip ca verification, can ws curl https://google.com !

* cleanup / close implemented

* tweak CMakefiles

* typo in include

* update readme

* disable unittests
2019-06-01 17:41:48 -07:00
Benjamin Sergeant
edfc03bed2 Update README.md 2019-05-15 19:22:05 -07:00
Benjamin Sergeant
59ce71b64d Update README.md 2019-05-15 18:57:17 -07:00
Dimon4eg
99a3bbc4f9 use C++11 enums (#67)
* use C++11 enums

* small rename

* update tests

* update tests

* update ws

* update ws

* update README.md
2019-05-11 14:22:06 -07:00
Dimon4eg
95e9faff95 update README.md (#54)
Yeah !
2019-05-06 15:02:16 -07:00
Benjamin Sergeant
3b576c3047 Update README.md 2019-05-06 09:22:52 -07:00
Benjamin Sergeant
28a7ec4f35 doc: add reference to the conan file built at https://github.com/Zinnion/conan-IXWebSocket 2019-05-01 21:31:32 -07:00
Benjamin Sergeant
b8087f6c48 Fix #38 Add some docker doc in the README 2019-04-23 20:51:58 -07:00
Benjamin Sergeant
678ee0615d Expand build section in the main README 2019-04-21 21:11:08 -07:00
dhruvkakadiya
93586deb6f For #39, fixed setOnMessageCallback() in README. 2019-04-21 14:56:02 -07:00
Benjamin Sergeant
b6b9ffd15c doc cobra 2019-04-21 11:52:38 -07:00
Benjamin Sergeant
1554c587b3 update doc 2019-03-24 21:48:14 -07:00
Benjamin Sergeant
f029321664 can send TEXT message (we only support BINARY messages now) 2019-03-22 14:24:22 -07:00
Benjamin Sergeant
eac611ab1e Feature/connection state (#25)
* (cmake) add a warning about 32/64 conversion problems.

* fix typo

* New connection state for server code + fix OpenSSL double init bug

* update README
2019-03-20 18:34:24 -07:00
Benjamin Sergeant
9c6eeed0f8 edit homebrew install steps 2019-03-18 15:45:33 -07:00
Dimon4eg
e98634a277 Fix typo (#19) 2019-03-17 16:08:28 -07:00
Benjamin Sergeant
5a241e77da edit README 2019-03-16 11:32:46 -07:00
Benjamin Sergeant
34de36fe01 Update README.md
Stop lying about Windows support ...
2019-03-13 23:10:40 -07:00
Benjamin Sergeant
f2778c0729 debian 9 unittest build fix 2019-03-10 16:07:48 -07:00
Benjamin Sergeant
86cc76388e create a blocking + cancellable Socket::readBytes method 2019-03-02 11:01:51 -08:00