2013-04-16 |
Steinar H.... | Fix a Valgrind hit. |
commit | commitdiff | tree | snapshot |
2013-04-16 |
Steinar H.... | Log all finished accesses to an access log. |
commit | commitdiff | tree | snapshot |
2013-04-16 |
Steinar H.... | Less confusing error message when realpath() fails. |
commit | commitdiff | tree | snapshot |
2013-04-16 |
Steinar H.... | Clearer warnings in the cubemap.config.sample file... |
commit | commitdiff | tree | snapshot |
2013-04-16 |
Steinar H.... | Run --config-test with the canonicalized paths. |
commit | commitdiff | tree | snapshot |
2013-04-16 |
Steinar H.... | Support daemonizing. |
commit | commitdiff | tree | snapshot |
2013-04-16 |
Steinar H.... | Canonicalize paths, so that we do not need to worry... |
commit | commitdiff | tree | snapshot |
2013-04-15 |
Steinar H.... | Shut down cleanly on SIGINT (Ctrl-C), for easier Valgri... |
commit | commitdiff | tree | snapshot |
2013-04-15 |
Steinar H.... | Drop NO_LEVEL; it does not look very pretty now. |
commit | commitdiff | tree | snapshot |
2013-04-15 |
Steinar H.... | Log when we have a successful HTTPInput request. |
commit | commitdiff | tree | snapshot |
2013-04-15 |
Steinar H.... | Identify UDPInput error messages by the stream, too. |
commit | commitdiff | tree | snapshot |
2013-04-15 |
Steinar H.... | Identify HTTPInput error messages by the stream. |
commit | commitdiff | tree | snapshot |
2013-04-15 |
Steinar H.... | Make things line up a bit better. |
commit | commitdiff | tree | snapshot |
2013-04-15 |
Steinar H.... | Merge branch 'master' of /srv/git.sesse.net/www/cubemap |
commit | commitdiff | tree | snapshot |
2013-04-15 |
Steinar H.... | Correct use of strerror_r(); we always need to use... |
commit | commitdiff | tree | snapshot |
2013-04-15 |
Steinar H.... | Merge branch 'master' of /srv/git.sesse.net/www/cubemap |
commit | commitdiff | tree | snapshot |
2013-04-15 |
Steinar H.... | Store socket and fwmark in the stats file. |
commit | commitdiff | tree | snapshot |
2013-04-15 |
Steinar H.... | Log IP address instead of file descriptor. |
commit | commitdiff | tree | snapshot |
2013-04-15 |
Steinar H.... | Merge branch 'master' of /srv/git.sesse.net/www/cubemap |
commit | commitdiff | tree | snapshot |
2013-04-15 |
Steinar H.... | Replace all perror() calls with our own log calls. |
commit | commitdiff | tree | snapshot |
2013-04-15 |
Steinar H.... | Merge branch 'master' of /srv/git.sesse.net/www/cubemap |
commit | commitdiff | tree | snapshot |
2013-04-15 |
Steinar H.... | Document the new logging options in the example config. |
commit | commitdiff | tree | snapshot |
2013-04-15 |
Steinar H.... | Implement much better logging, with support for both... |
commit | commitdiff | tree | snapshot |
2013-04-15 |
Steinar H.... | Merge branch 'master' of /srv/git.sesse.net/www/cubemap |
commit | commitdiff | tree | snapshot |
2013-04-15 |
Steinar H.... | Fix a signed/unsigned warning. |
commit | commitdiff | tree | snapshot |
2013-04-15 |
Steinar H.... | Store the client pointer directly in the epoll structur... |
commit | commitdiff | tree | snapshot |
2013-04-14 |
Steinar H.... | Small microoptimization in do_work(). |
commit | commitdiff | tree | snapshot |
2013-04-14 |
Steinar H.... | We now have benchmark results. |
commit | commitdiff | tree | snapshot |
2013-04-14 |
Steinar H.... | Ignore SIGPIPE, so we do not die when a client shuts... |
commit | commitdiff | tree | snapshot |
2013-04-14 |
Steinar H.... | Make read_tempfile() much faster, and make it close... |
commit | commitdiff | tree | snapshot |
2013-04-14 |
Steinar H.... | Do not start the servers until all the deserialized... |
commit | commitdiff | tree | snapshot |
2013-04-14 |
Steinar H.... | Signal thread stop through a pipe; fixes issues where... |
commit | commitdiff | tree | snapshot |
2013-04-14 |
Steinar H.... | Remove an include IWYU should not have added. |
commit | commitdiff | tree | snapshot |
2013-04-14 |
Steinar H.... | Move SIGHUP handling as soon as possible, so that repea... |
commit | commitdiff | tree | snapshot |
2013-04-14 |
Steinar H.... | Log bytes sent and lost better. |
commit | commitdiff | tree | snapshot |
2013-04-14 |
Steinar H.... | Fix a crash on re-exec if a client was not in SENDING_DATA. |
commit | commitdiff | tree | snapshot |
2013-04-14 |
Steinar H.... | Rename bytes_sent to stream_pos, because that is what... |
commit | commitdiff | tree | snapshot |
2013-04-13 |
Steinar H.... | Make more usable documentation. |
commit | commitdiff | tree | snapshot |
2013-04-13 |
Steinar H.... | Merge branch 'master' of ssh://git.sesse.net/srv/git... |
commit | commitdiff | tree | snapshot |
2013-04-13 |
Steinar H.... | When HTTPInput disconnects, also clear the header. |
commit | commitdiff | tree | snapshot |
2013-04-13 |
Steinar H.... | Another include-what-you-use pass. |
commit | commitdiff | tree | snapshot |
2013-04-13 |
Steinar H.... | Make backlog_size changeable across HUPs. |
commit | commitdiff | tree | snapshot |
2013-04-13 |
Steinar H.... | Move Server:add_data() into Stream, where it more logic... |
commit | commitdiff | tree | snapshot |
2013-04-13 |
Steinar H.... | Run include-what-you-use. |
commit | commitdiff | tree | snapshot |
2013-04-13 |
Steinar H.... | Fix incorrect struct/class in forward declares (found... |
commit | commitdiff | tree | snapshot |
2013-04-13 |
Steinar H.... | Move Client and Stream into their own files. |
commit | commitdiff | tree | snapshot |
2013-04-13 |
Steinar H.... | Support configurable BACKLOG_SIZE (per-stream). No... |
commit | commitdiff | tree | snapshot |
2013-04-13 |
Steinar H.... | Fix a socket leak in HTTPInput. |
commit | commitdiff | tree | snapshot |
2013-04-13 |
Steinar H.... | Fix a spurious warning. |
commit | commitdiff | tree | snapshot |
2013-04-13 |
Steinar H.... | Send data using sendfile() instead of write(). Seems... |
commit | commitdiff | tree | snapshot |
2013-04-13 |
Steinar H.... | Fix a bug introduced with the move of read_tempfile... |
commit | commitdiff | tree | snapshot |
2013-04-13 |
Steinar H.... | Move the “read the whole file” logic into a new file. |
commit | commitdiff | tree | snapshot |
2013-04-12 |
Steinar H.... | Even more missing unistd.h includes. |
commit | commitdiff | tree | snapshot |
2013-04-12 |
Steinar H.... | Even more missing unistd.h includes. |
commit | commitdiff | tree | snapshot |
2013-04-12 |
Steinar H.... | Thread has virtual member functions, so it should have... |
commit | commitdiff | tree | snapshot |
2013-04-12 |
Steinar H.... | Fix a missing #include. |
commit | commitdiff | tree | snapshot |
2013-04-12 |
Steinar H.... | When re-execing, try with --test-config first, and... |
commit | commitdiff | tree | snapshot |
2013-04-12 |
Steinar H.... | Implement --test-config. |
commit | commitdiff | tree | snapshot |
2013-04-12 |
Steinar H.... | Since we just broke upgrade compatibility, kill some... |
commit | commitdiff | tree | snapshot |
2013-04-12 |
Steinar H.... | Switch option parsing to getopt. |
commit | commitdiff | tree | snapshot |
2013-04-12 |
Steinar H.... | Move some serialization logic into ServerPool, where... |
commit | commitdiff | tree | snapshot |
2013-04-12 |
Steinar H.... | Split configuration parsing out cleanly from initializa... |
commit | commitdiff | tree | snapshot |
2013-04-12 |
Steinar H.... | Fix UDPInput serialization. |
commit | commitdiff | tree | snapshot |
2013-04-11 |
Steinar H.... | Add rudimentary README. |
commit | commitdiff | tree | snapshot |
2013-04-11 |
Steinar H.... | Split config parsing out of parse.h. |
commit | commitdiff | tree | snapshot |
2013-04-11 |
Steinar H.... | Support UDP input. Also fix some issues with socket... |
commit | commitdiff | tree | snapshot |
2013-04-11 |
Steinar H.... | When create_input() fails, give an error message instea... |
commit | commitdiff | tree | snapshot |
2013-04-11 |
Steinar H.... | Do not keep pending data across HTTP connections. |
commit | commitdiff | tree | snapshot |
2013-04-11 |
Steinar H.... | More support for multiple input types. |
commit | commitdiff | tree | snapshot |
2013-04-11 |
Steinar H.... | Move version identification into a common place. |
commit | commitdiff | tree | snapshot |
2013-04-11 |
Steinar H.... | Make Input a bit more generic, to pave the way for... |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Steinar H.... | Support multiple listening sockets. Actually mostly... |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Steinar H.... | Move stopping into ServerPool. |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Steinar H.... | Factor serializing into its own function. Again, less... |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Steinar H.... | Move stream creation out of main(). |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Steinar H.... | Some small refactoring of main(). |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Steinar H.... | Factor all the common thread starting/stopping into... |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Steinar H.... | Minor nit. |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Steinar H.... | Wrap the acceptor into the same thread logic as everyth... |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Steinar H.... | Merge branch 'master' of /srv/git.sesse.net/www/cubemap |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Steinar H.... | Factor statistics writing into its own class and file. |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Steinar H.... | Small refactoring in main.cpp. |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Steinar H.... | Factor statistics writing into its own class and file. |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Steinar H.... | Separate out the acceptor stuff into its own file. |
commit | commitdiff | tree | snapshot |
2013-04-10 |
Steinar H.... | Add support for setting fwmarks per-connection. Useful... |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Steinar H.... | Remove some obsolete #defines. |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Steinar H.... | Explicitly SIGHUP threads to kill them out of syscalls... |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Steinar H.... | Measure how long the serialize/exec/deserialize process... |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Steinar H.... | Support writing a stats file listing the number of... |
commit | commitdiff | tree | snapshot |
2013-04-09 |
Steinar H.... | Rename cubemap.cpp to main.cpp. Aaaa.... |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Steinar H.... | Parse the HTTP header (more) properly, and send the... |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Steinar H.... | Deserialize/serialize inputs. Woo, totally glitch-free... |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Steinar H.... | Fix a few issues in the to_process() handling. |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Steinar H.... | Add URL parsing. |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Steinar H.... | Write our own HTTP client instead of using curl. Not... |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Steinar H.... | Make most operations on Server deferred, so that we... |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Steinar H.... | Make the acceptor thread stop nicely, so that it does... |
commit | commitdiff | tree | snapshot |
2013-04-07 |
Steinar H.... | Make the list of sleeping clients be per-stream instead... |
commit | commitdiff | tree | snapshot |
2013-04-07 |
Steinar H.... | If accept() fails, do not take down the entire thing... |
commit | commitdiff | tree | snapshot |
2013-04-07 |
Steinar H.... | Fix so clients would actually be woken up from the... |
commit | commitdiff | tree | snapshot |
next |