summaryrefslogtreecommitdiffstats
path: root/daemon/dir.c
Commit message (Expand)AuthorAgeFilesLines
* NEW API: mktempWanlong Gao2012-10-171-21/+0
* daemon: collect list of called external commandsOlaf Hering2012-08-301-1/+3
* Update FSF address.Matthew Booth2011-11-081-1/+1
* daemon: Don't use ../src path to include generator_protocol.hRichard W.M. Jones2010-11-031-1/+1
* daemon: Move 'exists', 'is-file' and 'is-dir' to separate file.Richard Jones2010-09-091-22/+0
* Improved checking, documentation of modes (RHBZ#582901, RHBZ#582929).Richard Jones2010-04-171-0/+5
* daemon: Don't need to prefix error messages with the command name.Richard Jones2010-02-121-8/+8
* daemon error handling: recursive_mkdir shouldn't need to set errno.Richard Jones2009-12-071-5/+11
* use STREQ, not strcmp: part 1Jim Meyering2009-11-091-1/+1
* New API calls: truncate, truncate_size, mkdir_mode, utimens, lchown.Richard Jones2009-11-021-0/+17
* generator.ml: constify do_mkdtempJim Meyering2009-08-131-17/+8
* generator.ml: use new "Pathname" designationJim Meyering2009-08-131-20/+5
* update all NEED_ROOT usesJim Meyering2009-08-131-6/+6
* update all uses of ABS_PATHJim Meyering2009-08-131-6/+6
* Convert all TABs-as-indentation to spaces.Jim Meyering2009-08-031-2/+2
* Make /sysroot path configurable.Richard Jones2009-07-181-5/+2
* remove trailing blanksJim Meyering2009-07-031-1/+1
* Add mkdtemp command.Richard W.M. Jones2009-06-241-0/+30
* In the daemon, change all const char * parameters to char *.Richard Jones2009-06-101-5/+5
* Fix mkdir-p if directory exists (RHBZ#503133).Richard W.M. Jones2009-05-291-0/+11
* Added test suite.Richard Jones2009-04-111-1/+26
* New commands: rm rmdir rm-rf mkdir mkdir-p chmod chownRichard Jones2009-04-101-0/+167