| Commit message (Expand) | Author | Age | Files | Lines |
* | [SERVER] On-the-fly transparent proxying | Simon Rettberg | 2013-08-26 | 8 | -99/+136 |
* | [SERVER] WIP: On-the-fly image cloning | Simon Rettberg | 2013-08-23 | 4 | -57/+243 |
* | [CLIENT] Fix daemon-kill command | Simon Rettberg | 2013-08-22 | 1 | -1/+4 |
* | [CLIENT] Fixes & Tweaks | Simon Rettberg | 2013-08-20 | 1 | -12/+24 |
* | [CLIENT] Fix nullpointer access | Simon Rettberg | 2013-08-20 | 1 | -3/+1 |
* | [CLIENT] Finish daemon-mode support | Simon Rettberg | 2013-08-20 | 1 | -15/+105 |
* | [SERVER] Formatting | Simon Rettberg | 2013-08-19 | 2 | -6/+19 |
* | [CLIENT] Start implementing a daemon mode which should make connecting dnbd3 ... | Simon Rettberg | 2013-08-19 | 1 | -140/+348 |
* | [KERNEL] Check for invalid ioctls to prevent kernel panics :) | Simon Rettberg | 2013-08-19 | 1 | -12/+21 |
* | [SERVER] (Hopefully) fix starving uplink requests | Simon Rettberg | 2013-08-15 | 2 | -20/+39 |
* | [SERVER] Remove dead code | Simon Rettberg | 2013-08-15 | 1 | -2/+0 |
* | [SERVER] Reduce priority (nice) of integrity check thread | Simon Rettberg | 2013-08-15 | 1 | -0/+7 |
* | [SERVER] Fix embarrassing descriptor leak | Simon Rettberg | 2013-08-15 | 1 | -76/+55 |
* | [KERNEL] Throw a coin here and there when it comes to switching to a faster s... | Simon Rettberg | 2013-08-13 | 1 | -89/+94 |
* | [SERVER] Name uplink thread, remove most integrity check debug messages | Simon Rettberg | 2013-08-13 | 2 | -6/+5 |
* | Test your coke, dork! | Simon Rettberg | 2013-08-13 | 4 | -7/+9 |
* | [SERVER] Fix race condition in uplink request aggregation, other small improv... | Simon Rettberg | 2013-08-13 | 8 | -12/+32 |
* | I'm stupid | Simon Rettberg | 2013-08-12 | 1 | -1/+1 |
* | [SERVER] Improve proxy mode, implement integrity check in proxy mode | Simon Rettberg | 2013-08-12 | 12 | -131/+448 |
* | I'm stupid | Simon Rettberg | 2013-08-05 | 1 | -1/+1 |
* | [SERVER] Fix use-after-free, improve cleanup | Simon Rettberg | 2013-08-02 | 6 | -36/+90 |
* | [SERVER] Some sanity here and there, minor fixes, trying to track down proxy ... | Simon Rettberg | 2013-08-02 | 7 | -13/+54 |
* | [SERVER] several improvements | Simon Rettberg | 2013-08-02 | 9 | -21/+157 |
* | fix0rs | Simon Rettberg | 2013-08-02 | 3 | -3/+7 |
* | [SERVER] Fix create_image() by adding fallback solutions for fallocate() | Simon Rettberg | 2013-08-01 | 7 | -20/+41 |
* | [SERVER] Add command line options to create empty image of certain size with ... | Simon Rettberg | 2013-08-01 | 10 | -191/+383 |
* | [SERVER] Add inih (http://code.google.com/p/inih/) for *.ini parsing | Simon Rettberg | 2013-08-01 | 2 | -0/+231 |
* | [SERVER] Uplink handing complete (untested, as alt servers can't be defined y... | Simon Rettberg | 2013-07-31 | 11 | -124/+483 |
* | [SERVER] Still working on the uplink... Almost there | sr | 2013-07-26 | 7 | -165/+245 |
* | Work in progress: uplink | sr | 2013-07-25 | 7 | -28/+107 |
* | ...Working on proxy mode... | sr | 2013-07-25 | 8 | -39/+366 |
* | Implement CRC-32 list generation; fix quick CRC-32 check on image loading | sr | 2013-07-23 | 6 | -25/+148 |
* | Completely remove glib as dependency | sr | 2013-07-18 | 4 | -60/+3 |
* | fix deadlock | sr | 2013-07-18 | 2 | -8/+21 |
* | kernel module changes | sr | 2013-07-18 | 5 | -33/+69 |
* | Remove all glib dependencies from server | sr | 2013-07-17 | 11 | -42/+51 |
* | Replace all pthread_spin_* calls with spin_*, so that all locking can be trac... | sr | 2013-07-17 | 10 | -64/+102 |
* | Add debug-lock functions that will helpt to spot deadlocks etc. while developing | sr | 2013-07-16 | 5 | -3/+258 |
* | Fix more bugs, remove debug messages | sr | 2013-07-16 | 4 | -32/+32 |
* | Fix bugs from rewrite so it actually works | sr | 2013-07-16 | 3 | -10/+17 |
* | "It's compiling!" | sr | 2013-07-15 | 10 | -126/+204 |
* | Rewriiiiiiiiite | sr | 2013-07-15 | 7 | -240/+274 |
* | Rewriting..... | sr | 2013-07-13 | 2 | -44/+23 |
* | Rewrite still in progres.... | sr | 2013-07-11 | 5 | -170/+394 |
* | Rewrite in progres.... | sr | 2013-07-09 | 8 | -104/+405 |
* | Rewriting.... | sr | 2013-07-08 | 16 | -2593/+142 |
* | [KERNEL/CLIENT] Add IPv6 supportdnbd3-sr-thesis-final | sr | 2013-01-15 | 3 | -42/+151 |
* | [SERVER] Remove old TODO note | sr | 2013-01-15 | 1 | -13/+0 |
* | [SERVER] Add IPv6 support (clients and RPC connections) | sr | 2013-01-15 | 9 | -155/+336 |
* | [SERVER] Add socket helper module to simplify connection setup | sr | 2013-01-15 | 4 | -69/+118 |