summaryrefslogtreecommitdiffstats
path: root/src/serialize.c
Commit message (Collapse)AuthorAgeFilesLines
* [SERVER] Fix types or add explicit casts everywhere we might have type ↵Simon Rettberg2017-10-241-2/+2
| | | | conversion problems
* remove kernel build breaking includeSebastian2016-02-111-1/+0Star
|
* cleanup commitsSebastian2016-02-111-1/+1
|
* [FUSE] Start refactoring so we can handle multithread fuseSimon Rettberg2015-11-211-1/+1
|
* Remove all glib dependencies from serversr2013-07-171-3/+1Star
|
* [*] Fixed and unified formattingsr2012-09-031-1/+1
|
* [KERNEL] Tell server whether we're a client or a server in proxy modesr2012-09-011-0/+12
| | | | | [KERNEL] SysFS: Return empty string for current_server if not connected [SERVER] Code refactoring
* [KERNEL] Make it possible to receive push messages by the serversr2012-08-251-1/+1
|
* [*] Fix bug in serializer_get_*sr2012-08-251-3/+4
| | | | | | [CLIENT/KERNEL] Change ioctl to handle volume names instead if vids [*] Make protocol endian safe [CLIENT] Display ioctl errorcode on failure
* [*] Cleanup, comments, more error checkssr2012-08-241-0/+74
[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