Commit Graph

204 Commits

Author SHA1 Message Date
dda22c2cd5 Eliminate unnecessary user_data pointers
The CONTAINER_OF macro can find the parent structure just as well.
2018-10-16 01:47:50 +02:00
7aff9c3475 Improve documentation 2018-10-16 01:47:50 +02:00
a14edb72e9 Make Doxygen a bit more useful 2018-10-15 05:07:57 +02:00
267a9a561b Eliminate some warnings 2018-10-15 03:28:09 +02:00
441c89f654 Handle FastCGI null request IDs better 2018-10-15 03:04:39 +02:00
14ded260a0 Clarify and degrade FastCGI multiplexing
No need to support more than 255 concurrent requests on one connection.
2018-10-15 03:02:49 +02:00
8b334e9c91 Fix fcgi_muxer_send()
Outgoing records were missing padding and the reserved field.
2018-10-13 04:08:43 +02:00
fd17b4e504 Update code comments 2018-10-13 04:07:45 +02:00
d182bcef3b More transient errors 2018-10-12 20:02:42 +02:00
329fc9b88f Bump liberty
Eliminates some fall-through warnings.
2018-10-11 21:03:34 +02:00
711d73f481 Fix text message UTF-8 validation 2018-06-24 06:12:16 +02:00
df340c13ed Add the missing Date header 2018-06-24 06:12:16 +02:00
8e986a6040 Remove .travis.yml
We don't depend on any proprietary services no longer.  I'll have to
make my own replacements with blackjack and hookers.  Until then,
the file stays in the commit log as an example.
2018-06-24 06:12:16 +02:00
131debe985 Bump liberty 2018-06-24 06:12:16 +02:00
2a071d319b Remove .travis.yml
We don't depend on any proprietary services no longer.  I'll have to
make my own replacements with blackjack and hookers.  Until then,
the file stays in the commit log as an example.
2018-06-24 05:50:29 +02:00
dc7438447e Update README 2018-06-24 04:17:04 +02:00
7c978fe50f Relicense to 0BSD, update mail address
I've come to the conclusion that copyright mostly just stands in the way
of software development.  In my jurisdiction I cannot give up my own
copyright and 0BSD seems to be the closest thing to public domain.

The updated mail address, also used in my author/committer lines,
is shorter and looks nicer.  People rarely interact anyway.
2018-06-24 04:16:27 +02:00
54e4bf6bd1 Bump liberty 2018-06-24 04:16:05 +02:00
b312c022ae Update README 2018-06-24 00:42:59 +02:00
4078c8845c Relicense to 0BSD, update mail address
I've come to the conclusion that copyright mostly just stands in the way
of software development.  In my jurisdiction I cannot give up my own
copyright and 0BSD seems to be the closest thing to public domain.

The updated mail address, also used in my author/committer lines,
is shorter and looks nicer.  People rarely interact anyway.
2018-06-24 00:21:10 +02:00
333efdc70f CMakeLists.txt: fix variable name 2018-06-24 00:15:53 +02:00
8d40122372 Display unexpected messages, too 2018-05-11 23:40:26 +02:00
19e10aaf3e Fix UTF-8 validation 2018-05-11 22:34:19 +02:00
2e1127e371 Fix sent close code when failing the connection 2018-05-11 22:34:06 +02:00
5c380878d5 Better fix for EOF handling with WebSockets
Used to spin.
2018-04-16 22:26:18 +02:00
3002fb32b0 Fix EOF handling with WebSockets 2018-04-16 16:26:00 +02:00
d8fcb22daf Bump liberty, fix GNUC detection, update README 2018-04-16 16:25:44 +02:00
5e88608286 Bump liberty and http-parser 2017-06-20 14:04:40 +02:00
ca90e9df83 Fix teardown 2017-06-20 14:01:23 +02:00
419147beec Update README 2017-06-20 14:01:10 +02:00
989825f7eb Cleanup 2017-02-07 03:28:15 +01:00
c03af00e30 WebSockets are no longer experimental
Now that I've made it work at all, at least in some cases.
2017-02-06 21:28:40 +01:00
9531f2b518 WebSocket: fix connection timeout 2017-02-06 21:28:40 +01:00
06e066a491 WebSocket: avoid closing an invalid FD 2017-02-06 21:12:12 +01:00
1be02128e3 WebSocket: fix reconnection 2017-02-06 21:11:17 +01:00
b85d1d74a4 Don't respond to notifications 2017-02-06 20:48:14 +01:00
6017ce464d WebSocket: fix showing the close reason 2017-02-06 20:11:29 +01:00
118d3318ee Bump liberty
Fixing a bug in the WebSocket frame parser.
2017-02-06 20:10:43 +01:00
d35e733c6e Bump liberty
Fixing a bug in the WebSocket frame parser.
2017-02-06 19:47:24 +01:00
5946081a91 WebSocket: fix segfault in HTTP parsing 2017-02-06 19:04:58 +01:00
e6f9e53229 Fix segfault in WebSocket parsing 2017-02-06 18:51:52 +01:00
753d5f02ae WebSocket: remember to send the protocol version 2017-02-06 18:39:33 +01:00
2986f6cda0 Fix segfault on client destruction etc. 2017-02-06 18:30:02 +01:00
c4ebf2ccd5 Fix segfault on missing Sec-WebSocket-Key 2017-02-06 18:28:53 +01:00
a785dc9670 WebSocket: fix header parsing 2017-02-06 18:28:40 +01:00
d73aa0436c WebSocket: fix header parsing 2017-02-06 18:27:40 +01:00
2b7d455471 Fix quitting 2017-02-06 17:18:24 +01:00
0ec0685714 Bump liberty 2017-02-05 22:44:01 +01:00
58408ae74a Fix and update LICENSE 2017-02-03 23:02:29 +01:00
1529b959d2 Travis CI: brevify notifications 2017-02-03 23:02:16 +01:00