summaryrefslogtreecommitdiffstats
path: root/src/server/globals.h
Commit message (Collapse)AuthorAgeFilesLines
* [SERVER] Automatic replication of images that are not complete on proxy. ↵Simon Rettberg2013-11-131-0/+2
| | | | Speed probably needs tweaking for different link speeds etc.
* [SERVER] Increase RTT check delay for uplinks that failed too many times to ↵Simon Rettberg2013-11-131-0/+1
| | | | save network bandwidth
* Merge branch 'simon' of dnbd3:dnbd3 into simonSimon Rettberg2013-11-121-0/+5
|\ | | | | | | | | Conflicts: src/server/altservers.c
| * [SERVER] Minor tweaks here and thereSimon Rettberg2013-11-101-0/+5
| |
* | [SERVER] Add "client only" flag for alt serversSimon Rettberg2013-11-121-1/+1
|/
* aesfsrgdsrSimon Rettberg2013-11-071-0/+5
|
* [SERVER] More debugging, more safety checks, disable alt servers that fail ↵Simon Rettberg2013-09-161-1/+2
| | | | too often
* [SERVER] Copy CRC-32 list from uplink server if availableSimon Rettberg2013-08-281-2/+12
| | | | | Split up helper.c, move file/disk related functions to fileutil.c Uplink: Make sure relayed requests are at least 1MiB
* [SERVER] Improve proxy mode, implement integrity check in proxy modeSimon Rettberg2013-08-121-0/+1
|
* I'm stupidSimon Rettberg2013-08-051-1/+1
|
* [SERVER] Fix use-after-free, improve cleanupSimon Rettberg2013-08-021-1/+1
|
* [SERVER] several improvementsSimon Rettberg2013-08-021-0/+11
| | | | | | 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
* [SERVER] Fix create_image() by adding fallback solutions for fallocate()Simon Rettberg2013-08-011-0/+1
|
* [SERVER] Add command line options to create empty image of certain size with ↵Simon Rettberg2013-08-011-1/+8
| | | | empty cache map (so it needs an uplink server)
* [SERVER] Uplink handing complete (untested, as alt servers can't be defined ↵Simon Rettberg2013-07-311-1/+2
| | | | yet, so prepare for lots of fixes ;))
* [SERVER] Still working on the uplink... Almost theresr2013-07-261-10/+14
|
* Work in progress: uplinksr2013-07-251-0/+1
|
* ...Working on proxy mode...sr2013-07-251-4/+43
|
* Remove all glib dependencies from serversr2013-07-171-2/+1Star
|
* Add debug-lock functions that will helpt to spot deadlocks etc. while developingsr2013-07-161-0/+2
|
* "It's compiling!"sr2013-07-151-0/+72
|
* Rewrite in progres....sr2013-07-091-0/+14