Commit Graph

180 Commits

Author SHA1 Message Date
b7c9bfd9f5 Fix libedit crash
Again, I have no idea why it started to happen, it just occured
to me to try to change the call, and it turns out out it works.
2020-09-01 19:02:41 +02:00
f6165164ee Fix prompt attributes under libedit
I can only guess why this works, and I'm not sure I want to /know/.
2020-09-01 19:02:41 +02:00
3a445c2db2 Name change 2020-09-01 19:02:41 +02:00
45d023147a Bump liberty 2020-09-01 19:02:40 +02:00
90b5364b29 Fix running helper programs
A bug was introduced in 5c38087.
2019-09-23 23:07:04 +02:00
1840ac795e json-rpc-test-server: fix some outstanding issues 2018-10-19 01:15:12 +02:00
df38bcf775 Merge in a JSON-RPC 2.0 test server 2018-10-18 07:49:36 +02:00
1c52f9e37e demo-json-rpc-server -> json-rpc-test-server 2018-10-18 07:27:55 +02:00
6e152ae37c More debugging information for static file serving 2018-10-18 07:17:06 +02:00
8d66435568 Remember to set the server context in SCGI requests 2018-10-18 06:41:12 +02:00
d883f4cc71 Finish the FastCGI backend
Bump liberty, also fixing SCGI.
2018-10-18 06:35:29 +02:00
62945cceb3 Finish the WebSocket backend
Of course, everything so far hasn't been tested much.
2018-10-18 04:44:40 +02:00
580f0a0c59 Synthesize EOF events in SCGI 2018-10-18 04:44:39 +02:00
253e35e1e4 Wrap request::write_cb in a function 2018-10-17 23:34:59 +02:00
cf56921c4e Allow WebSockets to micromanage shutdowns
They have their reasons, mostly event-related.
2018-10-17 23:26:54 +02:00
a3ec0942f8 Implement basic connection teardown
I finally understand the codebase again.  It's rather complicated.
2018-10-17 22:59:40 +02:00
efd500ca3c Accelerated daemon quitting 2018-10-17 06:08:11 +02:00
13892fcd0e Clean up client de/allocation 2018-10-17 05:16:17 +02:00
1d638c9170 Say "finalize" instead of "destroy" where appropriate
- _make() returns a struct directly
 - _init() initializes over a pointer
 - _free() deinitializes over a pointer
 - _new() is like _init() but also allocates
 - _destroy() is like _free() but also deallocates

Finalization is a matching concept in garbage-collected languages.
2018-10-17 03:53:07 +02:00
83363e6383 FastCGI: make it work at least in theory 2018-10-17 03:50:39 +02:00
272145ace2 Clarify EOF behaviour 2018-10-17 02:21:19 +02:00
4c54bc42b9 Clean up and better document client_vtable 2018-10-16 04:45:36 +02:00
7d922352ea Rename client_vtable::destroy to finalize
Matches a similar concept from garbage-collected languages.
2018-10-16 04:34:00 +02:00
7f6db9d39f Improve WebSocket shutdown 2018-10-16 04:33:59 +02:00
7cefdd496f Cleanup 2018-10-16 04:05:42 +02:00
e9530f450e Call ws_handler_start() 2018-10-16 01:47:51 +02:00
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