summaryrefslogtreecommitdiffstats
path: root/src/server
Commit message (Collapse)AuthorAgeFilesLines
* [SERVER] Save cache maps every 30 minsSimon Rettberg2013-11-123-1/+24
|
* Merge branch 'simon' of dnbd3:dnbd3 into simonSimon Rettberg2013-11-125-86/+123
|\ | | | | | | | | Conflicts: src/server/altservers.c
| * [SERVER] Minor tweaks here and thereSimon Rettberg2013-11-105-9/+16
| |
| * [SERVER] Split "pending" lock for alt-server finding into producer and ↵Simon Rettberg2013-11-101-75/+105
| | | | | | | | | | | | consumer lock to fix a potential NPA when an uplink dies Also some refactoring of variable names and more comments
* | [SERVER] Fix embarrassing deadlock when deleting old imagesSimon Rettberg2013-11-121-9/+9
| |
* | [SERVER] Add "client only" flag for alt serversSimon Rettberg2013-11-123-6/+10
|/
* aesfsrgdsrSimon Rettberg2013-11-071-0/+5
|
* blaSimon Rettberg2013-11-072-0/+3
|
* Joey style commitSimon Rettberg2013-11-072-2/+2
|
* [SERVER] Add --bind parameter to specify bind interface (currently IPv4 only)Simon Rettberg2013-11-073-5/+19
|
* [SERVER] Only mark server as bad on unecpected errorSimon Rettberg2013-10-241-7/+6Star
|
* [SERVER] Refactoring, more debug output, try to check for cyclic proxyingSimon Rettberg2013-10-224-7/+23
|
* [SERVER] Fetch correct revision after cloningSimon Rettberg2013-10-011-3/+3
|
* [SERVER] Fix unlock-without-lock in uplinkSimon Rettberg2013-10-011-1/+1
|
* [SERVER] Block signals on network threadsSimon Rettberg2013-09-177-7/+28
|
* [SERVER] Properly decrease uplink.queueLen when removing a clientSimon Rettberg2013-09-172-6/+9
|
* [SERVER] Fix generation of alt-server list for clientSimon Rettberg2013-09-171-6/+6
|
* [SERVER] Typo...Simon Rettberg2013-09-161-1/+1
|
* [SERVER] More debugging, more safety checks, disable alt servers that fail ↵Simon Rettberg2013-09-167-37/+140
| | | | too often
* I'm stupid #62Simon Rettberg2013-08-281-1/+1
|
* [SERVER] Properly receive complete crc32 listSimon Rettberg2013-08-281-2/+8
|
* [SERVER] Save CRC-32 to disk if successfully retreived from uplink serverSimon Rettberg2013-08-281-1/+11
|
* [SERVER] Remove stupid 1MiB request expansion, this clearly needs to be done ↵Simon Rettberg2013-08-283-6/+8
| | | | differently :)
* [SERVER] Fix *printf format strings, remove falsely detected errorsSimon Rettberg2013-08-282-7/+11
|
* [SERVER] Copy CRC-32 list from uplink server if availableSimon Rettberg2013-08-2814-116/+298
| | | | | Split up helper.c, move file/disk related functions to fileutil.c Uplink: Make sure relayed requests are at least 1MiB
* [SERVER] On-the-fly transparent proxyingSimon Rettberg2013-08-268-99/+136
|
* [SERVER] WIP: On-the-fly image cloningSimon Rettberg2013-08-233-57/+241
|
* [SERVER] FormattingSimon Rettberg2013-08-192-6/+19
|
* [SERVER] (Hopefully) fix starving uplink requestsSimon Rettberg2013-08-152-20/+39
|
* [SERVER] Remove dead codeSimon Rettberg2013-08-151-2/+0Star
|
* [SERVER] Reduce priority (nice) of integrity check threadSimon Rettberg2013-08-151-0/+7
|
* [SERVER] Fix embarrassing descriptor leakSimon Rettberg2013-08-151-76/+55Star
|
* [SERVER] Name uplink thread, remove most integrity check debug messagesSimon Rettberg2013-08-132-6/+5Star
|
* Test your coke, dork!Simon Rettberg2013-08-134-7/+9
|
* [SERVER] Fix race condition in uplink request aggregation, other small ↵Simon Rettberg2013-08-138-12/+32
| | | | improvements and debugging features
* I'm stupidSimon Rettberg2013-08-121-1/+1
|
* [SERVER] Improve proxy mode, implement integrity check in proxy modeSimon Rettberg2013-08-1211-130/+447
|
* I'm stupidSimon Rettberg2013-08-051-1/+1
|
* [SERVER] Fix use-after-free, improve cleanupSimon Rettberg2013-08-026-36/+90
|
* [SERVER] Some sanity here and there, minor fixes, trying to track down proxy ↵Simon Rettberg2013-08-027-13/+54
| | | | corruption
* [SERVER] several improvementsSimon Rettberg2013-08-029-21/+157
| | | | | | 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-023-3/+7
|
* [SERVER] Fix create_image() by adding fallback solutions for fallocate()Simon Rettberg2013-08-017-20/+41
|
* [SERVER] Add command line options to create empty image of certain size with ↵Simon Rettberg2013-08-0110-191/+383
| | | | empty cache map (so it needs an uplink server)
* [SERVER] Add inih (http://code.google.com/p/inih/) for *.ini parsingSimon Rettberg2013-08-012-0/+231
|
* [SERVER] Uplink handing complete (untested, as alt servers can't be defined ↵Simon Rettberg2013-07-319-118/+475
| | | | yet, so prepare for lots of fixes ;))
* [SERVER] Still working on the uplink... Almost theresr2013-07-266-163/+243
|
* Work in progress: uplinksr2013-07-256-27/+106
|
* ...Working on proxy mode...sr2013-07-256-39/+356
|
* Implement CRC-32 list generation; fix quick CRC-32 check on image loadingsr2013-07-236-25/+148
|