summaryrefslogtreecommitdiffstats
path: root/daemon/daemon.h
Commit message (Expand)AuthorAgeFilesLines
* Daemon: fix handling of errors from xread and xwrite.Richard Jones2009-09-171-2/+4
* daemon: diagnose socket write failureJim Meyering2009-08-201-1/+1
* daemon.h: avoid warning about possible noreturn functionJim Meyering2009-08-171-1/+1
* adjust const "**" pointers to avoid warningsJim Meyering2009-08-171-3/+3
* fix daemon.h's use of NEED_ROOT-in-#defineJim Meyering2009-08-131-1/+1
* update all NEED_ROOT usesJim Meyering2009-08-131-1/+1
* s/NEED_ROOT_OR_IS_DEVICE/REQUIRE_ROOT_OR_RESOLVE_DEVICE/Jim Meyering2009-08-131-1/+1
* propagate semantic changes to NEED_ROOT, NEED_ROOT_OR_IS_DEVICEJim Meyering2009-08-131-8/+8
* convert the last few, manuallyJim Meyering2009-08-131-1/+1
* * daemon/daemon.h (RESOLVE_DEVICE): Rename from IS_DEVICE.Jim Meyering2009-08-131-3/+3
* define ATTRIBUTE_UNUSEDJim Meyering2009-08-101-0/+10
* Convert all TABs-as-indentation to spaces.Jim Meyering2009-08-031-2/+2
* Need to declare asprintf_nowarn as inline to avoid gcc complaining.Richard Jones2009-07-281-1/+1
* Replace shell_quote function with %Q and %R printf specifiers.Richard Jones2009-07-281-2/+16
* Make /sysroot path configurable.Richard Jones2009-07-181-3/+8
* Generate structs and struct lists generically.Richard Jones2009-07-071-3/+3
* Add list of function_names to the daemon.Richard W.M. Jones2009-07-021-0/+3
* Call 'udevadm settle' after operations which add/remove device nodes.Richard W.M. Jones2009-07-011-0/+2
* Make CHROOT_IN/OUT macros should loudly if the syscall fails.Richard Jones2009-06-221-4/+15
* Add strong note about deprecation of functions which take either device names...Richard W.M. Jones2009-06-201-0/+6
* Implement device name translation. Remove device name hacks in tests.Richard Jones2009-06-101-7/+8
* Refactor line splitting code in the daemon, and fix it so it works.Richard Jones2009-05-121-0/+2
* Add generated code for 'fsck' command.Richard Jones2009-04-301-0/+3
* catsprintf leaks, use open_memstream instead.Richard W.M. Jones2009-04-231-8/+0
* Implement extensible strings with catprintf.Richard W.M. Jones2009-04-231-0/+8
* Various fixes to the daemon:Richard Jones2009-04-201-4/+15
* Implement upload and download commands.Richard Jones2009-04-201-10/+19
* Implement NEED_ROOT_OR_IS_DEVICE macro.Richard Jones2009-04-191-0/+13
* Implement _send_sync, _send_file_sync and _receive_file_sync.Richard Jones2009-04-191-0/+7
* Rewrite of main loop impl, start of FileIn/FileOut support.Richard Jones2009-04-181-5/+20
* Added test suite.Richard Jones2009-04-111-3/+28
* CHROOT_OUT must preserve errno.Richard Jones2009-04-101-3/+7
* pvs/vgs/lvs commands working now.Richard Jones2009-04-071-0/+5
* Implement list-devices and list-partitions.Richard Jones2009-04-061-0/+2
* Implementations of 'cat', 'ls', and some cleanups.Richard Jones2009-04-061-2/+13
* Implement RString and RStringList return types.Richard Jones2009-04-041-0/+2
* Implemented 'mount' and 'touch' commands.Richard Jones2009-04-031-0/+22
* Makes a series of non-trivial calls.Richard Jones2009-04-031-1/+3
* Daemon and library are mostly talking to each other now.Richard Jones2009-04-031-0/+41