Benjamin Sergeant
|
afed387bcf
|
Socket Factory has only one function which works for server and client code, and can do tls for both
|
2019-09-30 22:06:46 -07:00 |
|
Benjamin Sergeant
|
845bbc5208
|
all ws subcommands propagate tls options to servers (unimplemented) or ws or http client (implemented) (contributed by Matt DeBoer)
|
2019-09-30 18:21:20 -07:00 |
|
Benjamin Sergeant
|
864249b62d
|
most ws command take tls options, no-op for now (contributed by Matt DeBoer)
|
2019-09-29 18:29:51 -07:00 |
|
Benjamin Sergeant
|
cd3c9d879c
|
reformat everything with clang-format
|
2019-09-23 10:25:23 -07:00 |
|
Benjamin Sergeant
|
be93f7480a
|
WebSocket callback only take one object, a const ix::WebSocketMessagePtr& msg
|
2019-06-09 11:33: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 |
|
Benjamin Sergeant
|
f5efd41dc1
|
fix compiler warnings in ws command line tool
|
2019-03-04 13:56:30 -08:00 |
|
Benjamin Sergeant
|
98e7f5cb22
|
ping pong added to ws
|
2019-02-22 21:47:57 -08:00 |
|