summaryrefslogtreecommitdiffstats
path: root/daemon/realpath.c
Commit message (Expand)AuthorAgeFilesLines
* daemon: Don't need to prefix error messages with the command name.Richard Jones2010-02-121-3/+3
* Make realpath call optional, disable it for Windows.Richard Jones2009-11-261-0/+15
* maint: remove unnecessary include of openat.hJim Meyering2009-11-201-2/+0
* daemon/Win32: NAME_MAX does not exist on Windows, use FILENAME_MAX instead.Richard Jones2009-11-201-0/+5
* convert uses of strcasecmp to STRCASEEQJim Meyering2009-11-091-1/+1
* daemon: Change chdir to use openat/fdopendir.Richard Jones2009-10-261-8/+23
* New API: case-sensitive-path to return case sensitive path on NTFS 3g fsRichard Jones2009-10-261-0/+122
* generator.ml: use new "Pathname" designationJim Meyering2009-08-131-4/+1
* update all NEED_ROOT usesJim Meyering2009-08-131-1/+1
* update all uses of ABS_PATHJim Meyering2009-08-131-1/+1
* Add 'realpath' command.Richard W.M. Jones2009-07-311-0/+47