]> git.sesse.net Git - cubemap/history - server.cpp
Correct the “bytes sent” counter for persistent connections in access.log.
[cubemap] / server.cpp
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. GundersonFix an error where clients in asleep state would hang...
2013-04-07 Steinar H. GundersonMake edge-triggering more consistent.
2013-04-07 Steinar H. GundersonFix an issue where clients would be put twice into...
2013-04-07 Steinar H. GundersonSome fixes to issues that could cause client hangs.
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. GundersonEINTR-protect a bunch of calls, and warn on close(...
2013-04-07 Steinar H. GundersonHandle EINTR in epoll_wait().
2013-04-07 Steinar H. GundersonSupport parsing streams from config file. Also support...
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. GundersonFix broken Client constructor.
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. GundersonMerge remote-tracking branch 'origin/master'
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. GundersonRemove a no longer relevant TODO.
2013-04-06 Steinar H. GundersonWhen closing a client, make sure it is not left in...
2013-04-06 Steinar H. GundersonImplement writev(). Working reflector!
2013-04-06 Steinar H. GundersonImplement sleeping/waking clients.
2013-04-06 Steinar H. GundersonImplement add_data().
2013-04-06 Steinar H. GundersonImplement basic data sending support.
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...