2013-04-07 |
Steinar H. Gunderson | Make the list of sleeping clients be per-stream instead...
|
commit | commitdiff | tree |
2013-04-07 |
Steinar H. Gunderson | If accept() fails, do not take down the entire thing...
|
commit | commitdiff | tree |
2013-04-07 |
Steinar H. Gunderson | Fix so clients would actually be woken up from the...
|
commit | commitdiff | tree |
2013-04-07 |
Steinar H. Gunderson | Fix an error where clients in asleep state would hang...
|
commit | commitdiff | tree |
2013-04-07 |
Steinar H. Gunderson | Make edge-triggering more consistent.
|
commit | commitdiff | tree |
2013-04-07 |
Steinar H. Gunderson | Remove some leftover code.
|
commit | commitdiff | tree |
2013-04-07 |
Steinar H. Gunderson | Fix an issue where clients would be put twice into...
|
commit | commitdiff | tree |
2013-04-07 |
Steinar H. Gunderson | Some fixes to issues that could cause client hangs.
|
commit | commitdiff | tree |
2013-04-07 |
Steinar H. Gunderson | Stop doing find_stream() every time we send out data...
|
commit | commitdiff | tree |
2013-04-07 |
Steinar H. Gunderson | Change from level-triggered to edge-triggered epoll...
|
commit | commitdiff | tree |
2013-04-07 |
Steinar H. Gunderson | Handle streams coming and going from the configuration...
|
commit | commitdiff | tree |
2013-04-07 |
Steinar H. Gunderson | EINTR-protect a bunch of calls, and warn on close(...
|
commit | commitdiff | tree |
2013-04-07 |
Steinar H. Gunderson | Handle EINTR in epoll_wait().
|
commit | commitdiff | tree |
2013-04-07 |
Steinar H. Gunderson | Support parsing streams from config file. Also support...
|
commit | commitdiff | tree |
2013-04-07 |
Steinar H. Gunderson | When a transfer ends, output the URL.
|
commit | commitdiff | tree |
2013-04-07 |
Steinar H. Gunderson | Factor out some config parsing into its own function.
|
commit | commitdiff | tree |
2013-04-07 |
Steinar H. Gunderson | Add a sample configuration file.
|
commit | commitdiff | tree |
2013-04-07 |
Steinar H. Gunderson | Fetch num_servers from the config file.
|
commit | commitdiff | tree |
2013-04-07 |
Steinar H. Gunderson | Move the logic of load-balancing etc. into ServerPool...
|
commit | commitdiff | tree |
2013-04-07 |
Steinar H. Gunderson | Reopen the port if it changes between runs.
|
commit | commitdiff | tree |
2013-04-07 |
Steinar H. Gunderson | Take the port from the configuration file.
|
commit | commitdiff | tree |
2013-04-07 |
Steinar H. Gunderson | Parse a config file. Not used for anything yet.
|
commit | commitdiff | tree |
2013-04-07 |
Steinar H. Gunderson | Support deserialization of most state (curl input is...
|
commit | commitdiff | tree |
2013-04-07 |
Steinar H. Gunderson | Remember to turn off has_metacube_header once we have...
|
commit | commitdiff | tree |
2013-04-06 |
Steinar H. Gunderson | Make Input honor should_stop even when it is not connected...
|
commit | commitdiff | tree |
2013-04-06 |
Steinar H. Gunderson | When we get a header, retroactively send it out to...
|
commit | commitdiff | tree |
2013-04-06 |
Steinar H. Gunderson | Makefile tweaks to deal with the protobuf dependency.
|
commit | commitdiff | tree |
2013-04-06 |
Steinar H. Gunderson | Reconnect when the input goes away.
|
commit | commitdiff | tree |
2013-04-06 |
Steinar H. Gunderson | Serialize and die on SIGHUP (no deserialization yet...
|
commit | commitdiff | tree |
2013-04-06 |
Steinar H. Gunderson | Fix broken Client constructor.
|
commit | commitdiff | tree |
2013-04-06 |
Steinar H. Gunderson | Start working on serialization.
|
commit | commitdiff | tree |
2013-04-06 |
Steinar H. Gunderson | Make a useful constructor for Client.
|
commit | commitdiff | tree |
2013-04-06 |
Steinar H. Gunderson | Fix the broken SO_REUSEADDR.
|
commit | commitdiff | tree |
2013-04-06 |
Steinar H. Gunderson | Make Server stoppable.
|
commit | commitdiff | tree |
2013-04-06 |
Steinar H. Gunderson | Merge remote-tracking branch 'origin/master'
|
commit | commitdiff | tree |
2013-04-06 |
Steinar H. Gunderson | Rename client_request to request, and clear it when...
|
commit | commitdiff | tree |
2013-04-06 |
Steinar H. Gunderson | Rename client_request to request, and clear it when...
|
commit | commitdiff | tree |
2013-04-06 |
Steinar H. Gunderson | Remove a no longer relevant TODO.
|
commit | commitdiff | tree |
2013-04-06 |
Steinar H. Gunderson | When closing a client, make sure it is not left in...
|
commit | commitdiff | tree |
2013-04-06 |
Steinar H. Gunderson | Implement writev(). Working reflector!
|
commit | commitdiff | tree |
2013-04-06 |
Steinar H. Gunderson | Implement sleeping/waking clients.
|
commit | commitdiff | tree |
2013-04-06 |
Steinar H. Gunderson | Implement add_data().
|
commit | commitdiff | tree |
2013-04-06 |
Steinar H. Gunderson | Implement basic data sending support.
|
commit | commitdiff | tree |
2013-04-06 |
Steinar H. Gunderson | Skip the Metacube header when adding data.
|
commit | commitdiff | tree |
2013-04-06 |
Steinar H. Gunderson | Implement header sending.
|
commit | commitdiff | tree |
2013-04-06 |
Steinar H. Gunderson | Implement epoll main loop in Server, and parse header.
|
commit | commitdiff | tree |
2013-04-06 |
Steinar H. Gunderson | Set SO_REUSEADDR on the server socket.
|
commit | commitdiff | tree |
2013-04-06 |
Steinar H. Gunderson | Split Input into its own file.
|
commit | commitdiff | tree |
2013-04-06 |
Steinar H. Gunderson | Split Server and MutexLock out into separate source...
|
commit | commitdiff | tree |
2013-04-06 |
Steinar H. Gunderson | Piece a lot more stuff together.
|
commit | commitdiff | tree |
2013-04-06 |
Steinar H. Gunderson | Add a Makefile.
|
commit | commitdiff | tree |
2013-04-06 |
Steinar H. Gunderson | Fire off worker threads (that do nothing right now).
|
commit | commitdiff | tree |
2013-04-06 |
Steinar H. Gunderson | Make a mutex locker.
|
commit | commitdiff | tree |
2013-04-06 |
Steinar H. Gunderson | Open a server socket, and listen on it.
|
commit | commitdiff | tree |
2013-04-06 |
Steinar H. Gunderson | Start adding scaffolds for most of the basic classes.
|
commit | commitdiff | tree |
2013-04-06 |
Steinar H. Gunderson | gitignore the binary.
|
commit | commitdiff | tree |
2013-04-06 |
Steinar H. Gunderson | Remove remux.cpp, which seems to be irrelevant.
|
commit | commitdiff | tree |
2013-04-06 |
Steinar H. Gunderson | Initial checkin.
|
commit | commitdiff | tree |
|