summaryrefslogtreecommitdiffstats
path: root/src/server/server.h
Commit message (Expand)AuthorAgeFilesLines
* [SERVER] Use monotonic clock for measuring timeSimon Rettberg2017-10-191-1/+1
* [SERVER] Refactor: Move client list to net.* and isolateSimon Rettberg2017-09-071-12/+0Star
* [SERVER] Split server-only defs from config.h to serverconfig.hSimon Rettberg2017-08-261-2/+1Star
* cleanup commitsSebastian2016-02-111-4/+4
* [SERVER] printf -> logadd, make USR2 trigger a log cycle, remove old fake del...Simon Rettberg2015-02-231-4/+0Star
* [SERVER] Big code cleanup, refactoring, minor bugfixingSimon Rettberg2015-01-061-3/+3
* [SERVER] Copy CRC-32 list from uplink server if availableSimon Rettberg2013-08-281-2/+1Star
* Completely remove glib as dependencysr2013-07-181-1/+1
* Remove all glib dependencies from serversr2013-07-171-1/+0Star
* Fix more bugs, remove debug messagessr2013-07-161-0/+1
* "It's compiling!"sr2013-07-151-39/+2Star
* Rewriiiiiiiiitesr2013-07-151-8/+0Star
* Rewrite still in progres....sr2013-07-111-26/+1Star
* Rewrite in progres....sr2013-07-091-10/+14
* Rewriting....sr2013-07-081-23/+39
* [SERVER] pthread_spin_lock != pthread_spin_unlocksr2013-01-031-1/+1
* [SERVER] Refactor codesr2012-12-191-1/+1
* [SERVER] Automatically assign and connect a dnbd3 device to a relayed imagesr2012-09-061-1/+1
* [SERVER] More work towards automatic server discovery and queryingsr2012-09-041-1/+14
* [SERVER] Check which dnbd3 devices are idle and ready to use for proxy modesr2012-09-031-26/+15Star
* [*] Fixed and unified formattingsr2012-09-031-17/+17
* [SERVER] Add list of trusted servers and namespaces (load, display)sr2012-09-021-0/+17
* [KERNEL] Tell server whether we're a client or a server in proxy modesr2012-09-011-1/+12
* [SERVER] Added soft and hard timeouts for image deletion: reject any new clie...sr2012-08-311-3/+5
* [SERVER] Set _FILE_OFFSET_BITS=64 so that images >4GiB will be handled proper...sr2012-08-301-3/+7
* [KERNEL] Refactor and extend sysfs (add data the server will need in proxy mode)sr2012-08-271-0/+5
* [*] Cleanup, comments, more error checkssr2012-08-241-17/+15Star
* [SERVER] IPC add imageJohann Latocha2012-07-261-0/+2
* [SERVER] Cache images on hddJohann Latocha2012-03-061-0/+2
* [SERVER] Segfault on conf reload (hopefully!) fixedJohann Latocha2012-02-221-0/+1
* [SERVER] Print more statistics (exported images, atime,...)Johann Latocha2012-02-151-0/+1
* [SERVER] Spinlocks to freeze threads while reloading configJohann Latocha2012-02-111-1/+1
* [ALL] RefactoringJohann Latocha2012-02-081-2/+2
* [SERVER] IPC over unix socketJohann Latocha2012-02-021-8/+8
* [SERVER] Parsing config file with glibJohann Latocha2012-02-021-2/+16
* [SERVER] Close all client sockets on shutdownJohann Latocha2012-02-011-0/+9
* [ALL] Some refactoringJohann Latocha2012-01-311-0/+34