]> git.sesse.net Git - cubemap/history - server.h
Do not crash on re-exec if we do not have an access log.
[cubemap] / server.h
2013-04-18 Steinar H. GundersonSend backlog file descriptors around instead of going...
2013-04-17 Steinar H. GundersonSupport Metacube _output_. Required splitting HTTP...
2013-04-13 Steinar H. GundersonMake backlog_size changeable across HUPs.
2013-04-13 Steinar H. GundersonMove Server:add_data() into Stream, where it more logic...
2013-04-13 Steinar H. GundersonRun include-what-you-use.
2013-04-13 Steinar H. GundersonMove Client and Stream into their own files.
2013-04-13 Steinar H. GundersonSupport configurable BACKLOG_SIZE (per-stream). No...
2013-04-13 Steinar H. GundersonSend data using sendfile() instead of write(). Seems...
2013-04-10 Steinar H. GundersonFactor all the common thread starting/stopping into...
2013-04-10 Steinar H. GundersonAdd support for setting fwmarks per-connection. Useful...
2013-04-09 Steinar H. GundersonSupport writing a stats file listing the number of...
2013-04-08 Steinar H. GundersonParse the HTTP header (more) properly, and send the...
2013-04-08 Steinar H. GundersonMake most operations on Server deferred, so that we...
2013-04-07 Steinar H. GundersonMake the list of sleeping clients be per-stream instead...
2013-04-07 Steinar H. GundersonFix so clients would actually be woken up from the...
2013-04-07 Steinar H. GundersonStop doing find_stream() every time we send out data...
2013-04-07 Steinar H. GundersonChange from level-triggered to edge-triggered epoll...
2013-04-07 Steinar H. GundersonSupport parsing streams from config file. Also support...
2013-04-07 Steinar H. GundersonMove the logic of load-balancing etc. into ServerPool...
2013-04-07 Steinar H. GundersonSupport deserialization of most state (curl input is...
2013-04-06 Steinar H. GundersonWhen we get a header, retroactively send it out to...
2013-04-06 Steinar H. GundersonSerialize and die on SIGHUP (no deserialization yet...
2013-04-06 Steinar H. GundersonStart working on serialization.
2013-04-06 Steinar H. GundersonMake a useful constructor for Client.
2013-04-06 Steinar H. GundersonMake Server stoppable.
2013-04-06 Steinar H. GundersonRename client_request to request, and clear it when...
2013-04-06 Steinar H. GundersonRename client_request to request, and clear it when...
2013-04-06 Steinar H. GundersonImplement sleeping/waking clients.
2013-04-06 Steinar H. GundersonImplement header sending.
2013-04-06 Steinar H. GundersonImplement epoll main loop in Server, and parse header.
2013-04-06 Steinar H. GundersonSplit Server and MutexLock out into separate source...