summaryrefslogtreecommitdiffstats
path: root/src/server/image.c
Commit message (Collapse)AuthorAgeFilesLines
* [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
| | | | corruption
* [SERVER] several improvementsSimon Rettberg2013-08-021-2/+2
| | | | | | 1) Close uplink if local copy is complete 2) Fix memleak when closing uplink (recv buffer was not cleared) 3) Add configurable artificial delays for client and server connections
* 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
| | | | empty cache map (so it needs an uplink server)
* [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 ↵sr2013-07-171-23/+24
| | | | | | tracked and debugged Fix compilation of kernel module
* 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