summaryrefslogtreecommitdiffstats
path: root/src/server/image.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed the amazing infinite loop I introduced when refactoringSimon Rettberg2014-01-111-8/+18
* [SERVER] Fix old image deletion, make image_load a bit nicerSimon Rettberg2014-01-091-102/+146
* [SERVER] Clean up properly when deleting an imageSimon Rettberg2013-12-061-1/+9
* [SERVER] Fix free disk space checkSimon Rettberg2013-12-041-0/+4
* [SERVER] Deletion restrictionsSimon Rettberg2013-11-201-1/+1
* [SERVER] Stümperhaften double-free gefixtSimon Rettberg2013-11-191-3/+3
* [SERVER] Forgot a return that lead to locking messup :/Simon Rettberg2013-11-131-0/+1
* [SERVER] Don't lock on image array when saving cache mapsSimon Rettberg2013-11-131-2/+4
* [SERVER] Mark image complete if soSimon Rettberg2013-11-131-0/+5
* [SERVER] Save cache maps every 30 minsSimon Rettberg2013-11-121-1/+13
* Merge branch 'simon' of dnbd3:dnbd3 into simonSimon Rettberg2013-11-121-7/+7
|\
| * [SERVER] Minor tweaks here and thereSimon Rettberg2013-11-101-7/+7
* | [SERVER] Fix embarrassing deadlock when deleting old imagesSimon Rettberg2013-11-121-9/+9
|/
* [SERVER] Fetch correct revision after cloningSimon Rettberg2013-10-011-3/+3
* [SERVER] Properly decrease uplink.queueLen when removing a clientSimon Rettberg2013-09-171-2/+7
* [SERVER] More debugging, more safety checks, disable alt servers that fail to...Simon Rettberg2013-09-161-1/+52
* [SERVER] Remove stupid 1MiB request expansion, this clearly needs to be done ...Simon Rettberg2013-08-281-1/+1
* [SERVER] Copy CRC-32 list from uplink server if availableSimon Rettberg2013-08-281-20/+97
* [SERVER] On-the-fly transparent proxyingSimon Rettberg2013-08-261-18/+42
* [SERVER] WIP: On-the-fly image cloningSimon Rettberg2013-08-231-4/+120
* I'm stupidSimon Rettberg2013-08-121-1/+1
* [SERVER] Improve proxy mode, implement integrity check in proxy modeSimon Rettberg2013-08-121-21/+75
* [SERVER] Fix use-after-free, improve cleanupSimon Rettberg2013-08-021-14/+50
* [SERVER] Some sanity here and there, minor fixes, trying to track down proxy ...Simon Rettberg2013-08-021-4/+29
* [SERVER] several improvementsSimon Rettberg2013-08-021-2/+2
* fix0rsSimon Rettberg2013-08-021-2/+3
* [SERVER] Fix create_image() by adding fallback solutions for fallocate()Simon Rettberg2013-08-011-11/+10Star
* [SERVER] Add command line options to create empty image of certain size with ...Simon Rettberg2013-08-011-21/+122
* [SERVER] Still working on the uplink... Almost theresr2013-07-261-2/+8
* Work in progress: uplinksr2013-07-251-3/+55
* ...Working on proxy mode...sr2013-07-251-4/+38
* Implement CRC-32 list generation; fix quick CRC-32 check on image loadingsr2013-07-231-4/+122
* Remove all glib dependencies from serversr2013-07-171-18/+24
* Replace all pthread_spin_* calls with spin_*, so that all locking can be trac...sr2013-07-171-23/+24
* Fix more bugs, remove debug messagessr2013-07-161-6/+2Star
* Fix bugs from rewrite so it actually workssr2013-07-161-9/+13
* "It's compiling!"sr2013-07-151-18/+33
* Rewriiiiiiiiitesr2013-07-151-0/+6
* Rewrite still in progres....sr2013-07-111-10/+248
* Rewrite in progres....sr2013-07-091-26/+247
* Rewriting....sr2013-07-081-0/+38