aboutsummaryrefslogtreecommitdiff
path: root/src/supplemental/http/server.c
Commit message (Expand)AuthorAge
* 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 #201 TLS configuration should support files for certificates and keysGarrett D'Amore2018-01-16
* 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
* Don't hold the lock while stopping HTTP!Garrett D'Amore2018-01-02
* Rename config init/fini to alloc/free, add documentation for them.Garrett D'Amore2017-12-31
* fixes #166 Websocket TLS mappingGarrett D'Amore2017-12-30
* Fix compilation warnings, bugs, and crashes found on Windows.Garrett D'Amore2017-12-28
* One more set of Windows fixes.Garrett D'Amore2017-12-27
* Compilation fixes for Windows.Garrett D'Amore2017-12-27
* fixes #165 Add address properties for websocket pipesGarrett D'Amore2017-12-26
* fixes #2 Websocket transportGarrett D'Amore2017-12-26