summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* [*] Add automatic version string generationv2.0Simon Rettberg2014-01-131-0/+20
|
* [SERVER] Let's try compiler detection againSimon Rettberg2014-01-091-5/+7
|
* [SERVER] Minor fixes, add quick and dirty clang support to CMakeLists.txtSimon Rettberg2014-01-091-2/+9
| | | | | | Use 'CC=/usr/local/bin/clang cmake -D_CMAKE_TOOLCHAIN_PREFIX=llvm- ..' to compile using clang. Requires LLVM 3.1 since AddressSanitizer is used for clang debug builds.
* Refine CMakeLists: Tell cmake it's a C only projectSimon Rettberg2013-11-101-5/+4Star
|
* [SERVER] Uplink handing complete (untested, as alt servers can't be defined ↵Simon Rettberg2013-07-311-0/+3
| | | | yet, so prepare for lots of fixes ;))
* [SERVER] Still working on the uplink... Almost theresr2013-07-261-3/+7
|
* Implement CRC-32 list generation; fix quick CRC-32 check on image loadingsr2013-07-231-2/+2
|
* Completely remove glib as dependencysr2013-07-181-3/+3
|
* Remove all glib dependencies from serversr2013-07-171-1/+1
|
* "It's compiling!"sr2013-07-151-3/+4
|
* [SERVER] Add IPv6 support (clients and RPC connections)sr2013-01-151-4/+5
|
* [SERVER] Set _FILE_OFFSET_BITS=64 so that images >4GiB will be handled ↵sr2012-08-301-0/+1
| | | | | | | | | properly on 32bit [SERVER] Change IPC interface to be able to handle more than 1 request per connection [SERVER] Change IPC interface to use select() so it can handle multiple connections at the same time [SERVER] Re-Implement dnbd3_add_image() to work with image list [SERVER] Add lots of sanity/safety checks and error messages when loading/adding an image
* [KERNEL] Refactor and extend sysfs (add data the server will need in proxy mode)sr2012-08-271-2/+2
| | | | | | | [SERVER] Use MSG_MORE instead of cork/uncork to save two syscalls [KERNEL] Fail-Counter for alt servers, ignore servers that fail too often [KERNEL] Add new alt servers to list, instead of replacing the old list [*] Add CMD_LATEST_RID to tell client about new revisions
* [*] Cleanup, comments, more error checkssr2012-08-241-1/+2
| | | | | | | | [SERVER] Fix a few off-by-one bugs [SERVER] Make log available through IPC [KERNEL] Hot-Swap to faster connection on load-balance [KERNEL] Report I/O error to block layer if no server replies within a given time frame [*] Modified network protocol to handle volume names instead of ids
* [SERVER] IPC over TCPJohann Latocha2012-07-251-0/+2
|
* [SERVER] IPC is using xml now. NEW DEPENDENCY: libxml2-devJohann Latocha2012-07-241-2/+3
|
* [SERVER] Set groupid and permissions on ipc socketJohann Latocha2012-07-181-1/+1
|
* [ALL] Some cleanupJohann Latocha2012-05-211-1/+1
|
* [ALL] Warning warn_unused_result removedJohann Latocha2012-05-081-4/+4
|
* Debug => ReleaseJohann Latocha2012-05-011-1/+1
|
* [BUILD] Don't overwrite existing config filesJohann Latocha2012-02-161-1/+1
|
* [CLIENT] Connecting via config fileJohann Latocha2012-02-031-0/+3
|
* [BUILD] Install target addedJohann Latocha2012-02-031-1/+17
|
* [ALL] Some refactoringJohann Latocha2012-01-311-3/+8
|
* [KERNEL] Change server at runtimeJohann Latocha2012-01-301-2/+2
| | | | [SERVER] Build error/warning on x64 fixed
* First working version :)Johann Latocha2012-01-191-5/+6
|
* initial commitJohann Latocha2011-11-291-0/+68