Log

Author Commit Date CI Message
Thomas de Grivel b5c765f0 2018-06-04T15:13:13 readme
Thomas de Grivel 4e0ad0ea 2018-06-04T09:49:50 probe-dir
Thomas de Grivel 14ebc6f2 2018-06-03T23:08:07 debug directory
Thomas de Grivel 3c02c81c 2018-06-03T23:07:53 content
Thomas de Grivel b59a2101 2018-06-03T22:53:06 add debug info, support clisp
Thomas de Grivel 20845054 2018-06-01T19:03:52 fix directory index
Thomas de Grivel f7061b16 2018-06-01T19:03:37 debug
Thomas de Grivel 79319a4c 2018-06-01T19:02:59 only catch warnings
Thomas de Grivel 610b4793 2018-06-01T10:48:54 better browser
Thomas de Grivel 56326f5b 2018-05-31T07:53:25 print warnings
Thomas de Grivel 32601b6e 2018-05-30T16:22:31 unistd-stream
Thomas de Grivel 71b56b86 2018-05-30T16:22:21 untrace
Thomas de Grivel 79cff4db 2018-05-30T16:21:51 more compatible stream functions
Thomas de Grivel 0aa8a5bb 2018-05-30T13:16:57 unistd-input-stream
Thomas de Grivel e3a12ccf 2018-05-30T12:11:06 use str more
Thomas de Grivel a42b3f6c 2018-05-30T12:10:51 fix build on linux
Thomas de Grivel 3c17fb33 2018-05-29T10:57:01 copyright
Thomas de Grivel b46b1480 2018-05-29T10:55:36 epoll only on +LINUX threaded only on +THREADS
Thomas de Grivel 73358360 2018-05-29T10:55:15 fd-stream -> unistd-stream
Thomas de Grivel 330f94a1 2018-04-17T15:22:59 startup shell script
Thomas de Grivel e25887f3 2017-08-01T22:32:26 Better directory listing
Thomas de Grivel de062d89 2017-08-01T22:31:53 catch conditions in request handler
Thomas de Grivel 7475d49c 2017-08-01T22:31:13 catch conditions in epoll reader cont
Thomas de Grivel 9604b515 2017-08-01T21:53:34 Add support for directory listing.
Thomas de Grivel 82946856 2017-06-29T18:24:03 only end worker if reading was done
Thomas de Grivel 8cecff30 2017-06-29T18:16:00 fix warning
Thomas de Grivel cfe456c9 2017-06-29T18:15:55 debug
Thomas de Grivel 2af6aecd 2017-06-29T18:15:40 epoll-infos
Thomas de Grivel d6c465c3 2017-06-28T02:36:46 WIP epoll
Thomas de Grivel 41165afa 2017-06-28T02:36:03 remove unused slot worker-stream
Thomas de Grivel 091716df 2017-06-28T02:35:48 handle EPIPE
Thomas de Grivel 61a00406 2017-06-27T18:09:13 Self pipe for thot-threaded.
Thomas de Grivel a25bea41 2017-06-27T18:08:19 Use a multi-buffered-output-stream as reply-stream
Thomas de Grivel 5bc99df9 2017-06-27T18:06:44 support optional self-pipe in acceptor loop
Thomas de Grivel 78efbf61 2017-06-26T12:34:23 Merge worker-thread into acceptor-loop-simple. Make *listen-fds* local to with-worker-threads. Init *worker-thread-for-fd* to acceptor-loop-single.
Thomas de Grivel 52cca185 2017-06-26T12:30:26 Rename thot-single -> thot-simple.
Thomas de Grivel 543bad90 2017-06-25T23:58:09 rework thot-threaded
Thomas de Grivel 224277a6 2017-06-25T23:57:57 minor changes
Thomas de Grivel 40abbef2 2017-06-25T23:57:14 Allow for async reply.
Thomas de Grivel d99abcd9 2017-06-25T23:55:57 WIP epoll
Thomas de Grivel 9ab86096 2017-06-25T23:53:32 ws
Thomas de Grivel 96a40bd0 2017-06-25T23:53:12 WIP epoll
Thomas de Grivel 40b40bfc 2017-06-19T14:34:57 untabify
Thomas de Grivel 8f1f6033 2017-06-19T14:33:14 flush after request-cont
Thomas de Grivel 8a1e3541 2017-06-19T14:32:57 *request* -> request
Thomas de Grivel bb8fe3ff 2017-06-19T14:31:40 correct number of worker threads
Thomas de Grivel 77423617 2017-06-19T14:31:26 debug
Thomas de Grivel cce19c4d 2017-06-19T04:59:28 Well it compiles without warning, but...
Thomas de Grivel b929b26b 2017-04-07T15:08:31 Threaded server
Thomas de Grivel 83af3b3b 2017-04-02T14:46:53 WIP Thot HTTP server.