aboutsummaryrefslogtreecommitdiff
path: root/src/supplemental/websocket/websocket.c
Commit message (Expand)AuthorAge
...
* fixes #545 uaio assertion error in wsGarrett D'Amore2018-06-14
* fixes #518 Panic in compat_ws -- use after free?Garrett D'Amore2018-06-14
* fixes #484 crashes in websocket transportGarrett D'Amore2018-05-29
* fixes #474 websocket listen on ws://*:<x> failsGarrett D'Amore2018-05-22
* fixes #419 want to nni_aio_stop without blocking (#428)Garrett D'Amore2018-05-15
* fixes #352 aio lock is burning hotGarrett D'Amore2018-05-14
* fixes #390 panic in reqstress websocketGarrett D'Amore2018-05-02
* fixes #346 nng_recv() sometimes acts on null `msg` pointerGarrett D'Amore2018-04-20
* fixes #324 nni_aio_set_synch leads to race conditionGarrett D'Amore2018-04-04
* fixes #315 WebSocket message handling errorsGarrett D'Amore2018-03-30
* Modularize HTTP headers somewhat.Garrett D'Amore2018-02-21
* fixes #234 Investigate enabling more verbose compiler warningsGarrett D'Amore2018-02-14
* fixes #171 Refactor aio to use generic data fieldsGarrett D'Amore2018-02-08
* fixes #173 Define public HTTP server APIGarrett D'Amore2018-02-01
* fixes #219 transports should take URL structure instead of string addressGarrett D'Amore2018-01-22
* fixes #216 HTTP server side API refactoring, directory serving supportGarrett D'Amore2018-01-20
* fixes #206 Want NNG_OPT_TLS_VERIFIED optionGarrett D'Amore2018-01-16
* fixes #201 TLS configuration should support files for certificates and keysGarrett D'Amore2018-01-16
* Refactored file API.Garrett D'Amore2018-01-11
* Convert existing websocket and http code to use new URL framework.Garrett D'Amore2018-01-05
* Fix websocket hang after sending one message.Garrett D'Amore2018-01-03
* Do not free the request structure on error -- the http server needs it.Garrett D'Amore2018-01-03
* fixes #191 Several HTTP problems foundGarrett D'Amore2018-01-02
* Websocket handshake was broken (no base64 decode step needed).Garrett D'Amore2018-01-02
* fixes #166 Websocket TLS mappingGarrett D'Amore2017-12-30
* Compilation fixes for Windows.Garrett D'Amore2017-12-27
* fixes #180 add websocket header propertiesGarrett D'Amore2017-12-27
* fixes #165 Add address properties for websocket pipesGarrett D'Amore2017-12-26
* fixes #2 Websocket transportGarrett D'Amore2017-12-26