| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Get rid of unneccessary volatile | Simon Rettberg | 2015-02-22 | 1 | -7/+28 |
* | [SERVER] Fix two minor bugs: Replication stall, integrity checker 100% CPU usage | Simon Rettberg | 2015-02-04 | 1 | -1/+1 |
* | [SERVER] Implement proper keep alive for uplinks | Simon Rettberg | 2015-01-28 | 1 | -17/+16 |
* | [SERVER] Also fix fd leak if uplink_init fails | Simon Rettberg | 2015-01-27 | 1 | -0/+1 |
* | [SERVER] Fix automatic proxying to use supplied connection; fix race conditio... | Simon Rettberg | 2015-01-27 | 1 | -18/+26 |
* | [SERVER] Crank up warning levels of gcc and fix them all (mostly sign compare... | Simon Rettberg | 2015-01-14 | 1 | -2/+2 |
* | [SERVER] Fix stupid bug (not using errno) | Simon Rettberg | 2015-01-13 | 1 | -1/+1 |
* | [SERVER] Refactoring, extending protocol.h | Simon Rettberg | 2015-01-09 | 1 | -22/+13 |
* | [SERVER] Big code cleanup, refactoring, minor bugfixing | Simon Rettberg | 2015-01-06 | 1 | -8/+7 |
* | [SERVER] Dead code removal, minor performance tweaks, refactoring, etc. | Simon Rettberg | 2015-01-02 | 1 | -18/+9 |
* | [SERVER] Use stdbool.h for booleans; minor refactoring of variable and functi... | Simon Rettberg | 2014-12-31 | 1 | -39/+34 |
* | [SERVER] Create compilation unit for wait/signalling logic (using eventfd) | Simon Rettberg | 2014-12-31 | 1 | -26/+14 |
* | [SERVER] Add setting to enable/disable background replication, add comments t... | Simon Rettberg | 2014-12-29 | 1 | -4/+12 |
* | [SERVER] Improve replication and reconnecting behaviour | Simon Rettberg | 2014-12-22 | 1 | -27/+29 |
* | [SERVER] Configurable client timeout, adaptive replication speed (to be teste... | Simon Rettberg | 2014-12-22 | 1 | -15/+22 |
* | Improve uplink handling, add code to debug thread creation/destruction, chang... | Simon Rettberg | 2014-06-16 | 1 | -17/+18 |
* | [SERVER] Thread and uplink handling | Simon Rettberg | 2014-02-13 | 1 | -0/+1 |
* | [SERVER] Remove assertion that doesn't really check for an illegal state | Simon Rettberg | 2014-01-13 | 1 | -1/+0 |
* | [SERVER] Once again rework locking in uplink and freeing of resources to figh... | Simon Rettberg | 2013-11-15 | 1 | -17/+36 |
* | [SERVER] Automatic replication of images that are not complete on proxy. Spee... | Simon Rettberg | 2013-11-13 | 1 | -2/+54 |
* | [SERVER] Increase RTT check delay for uplinks that failed too many times to s... | Simon Rettberg | 2013-11-13 | 1 | -9/+11 |
* | [SERVER] Refactoring, more debug output, try to check for cyclic proxying | Simon Rettberg | 2013-10-22 | 1 | -0/+9 |
* | [SERVER] Fix unlock-without-lock in uplink | Simon Rettberg | 2013-10-01 | 1 | -1/+1 |
* | [SERVER] Block signals on network threads | Simon Rettberg | 2013-09-17 | 1 | -0/+1 |
* | [SERVER] Properly decrease uplink.queueLen when removing a client | Simon Rettberg | 2013-09-17 | 1 | -4/+2 |
* | [SERVER] More debugging, more safety checks, disable alt servers that fail to... | Simon Rettberg | 2013-09-16 | 1 | -6/+12 |
* | [SERVER] Save CRC-32 to disk if successfully retreived from uplink server | Simon Rettberg | 2013-08-28 | 1 | -1/+11 |
* | [SERVER] Remove stupid 1MiB request expansion, this clearly needs to be done ... | Simon Rettberg | 2013-08-28 | 1 | -3/+5 |
* | [SERVER] Fix *printf format strings, remove falsely detected errors | Simon Rettberg | 2013-08-28 | 1 | -3/+5 |
* | [SERVER] Copy CRC-32 list from uplink server if available | Simon Rettberg | 2013-08-28 | 1 | -16/+46 |
* | [SERVER] On-the-fly transparent proxying | Simon Rettberg | 2013-08-26 | 1 | -34/+42 |
* | [SERVER] (Hopefully) fix starving uplink requests | Simon Rettberg | 2013-08-15 | 1 | -5/+15 |
* | [SERVER] Name uplink thread, remove most integrity check debug messages | Simon Rettberg | 2013-08-13 | 1 | -3/+5 |
* | Test your coke, dork! | Simon Rettberg | 2013-08-13 | 1 | -2/+2 |
* | [SERVER] Fix race condition in uplink request aggregation, other small improv... | Simon Rettberg | 2013-08-13 | 1 | -10/+13 |
* | [SERVER] Improve proxy mode, implement integrity check in proxy mode | Simon Rettberg | 2013-08-12 | 1 | -97/+165 |
* | [SERVER] Fix use-after-free, improve cleanup | Simon Rettberg | 2013-08-02 | 1 | -6/+3 |
* | [SERVER] Some sanity here and there, minor fixes, trying to track down proxy ... | Simon Rettberg | 2013-08-02 | 1 | -2/+13 |
* | [SERVER] several improvements | Simon Rettberg | 2013-08-02 | 1 | -5/+42 |
* | fix0rs | Simon Rettberg | 2013-08-02 | 1 | -1/+1 |
* | [SERVER] Uplink handing complete (untested, as alt servers can't be defined y... | Simon Rettberg | 2013-07-31 | 1 | -71/+29 |
* | [SERVER] Still working on the uplink... Almost there | sr | 2013-07-26 | 1 | -50/+140 |
* | Work in progress: uplink | sr | 2013-07-25 | 1 | -10/+34 |
* | ...Working on proxy mode... | sr | 2013-07-25 | 1 | -5/+236 |
* | Replace all pthread_spin_* calls with spin_*, so that all locking can be trac... | sr | 2013-07-17 | 1 | -2/+3 |
* | Fix bugs from rewrite so it actually works | sr | 2013-07-16 | 1 | -1/+1 |
* | "It's compiling!" | sr | 2013-07-15 | 1 | -6/+12 |
* | Rewriiiiiiiiite | sr | 2013-07-15 | 1 | -0/+71 |