Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | daemon: Don't need to prefix error messages with the command name. | Richard Jones | 2010-02-12 | 1 | -3/+3 |
* | Make realpath call optional, disable it for Windows. | Richard Jones | 2009-11-26 | 1 | -0/+15 |
* | maint: remove unnecessary include of openat.h | Jim Meyering | 2009-11-20 | 1 | -2/+0 |
* | daemon/Win32: NAME_MAX does not exist on Windows, use FILENAME_MAX instead. | Richard Jones | 2009-11-20 | 1 | -0/+5 |
* | convert uses of strcasecmp to STRCASEEQ | Jim Meyering | 2009-11-09 | 1 | -1/+1 |
* | daemon: Change chdir to use openat/fdopendir. | Richard Jones | 2009-10-26 | 1 | -8/+23 |
* | New API: case-sensitive-path to return case sensitive path on NTFS 3g fs | Richard Jones | 2009-10-26 | 1 | -0/+122 |
* | generator.ml: use new "Pathname" designation | Jim Meyering | 2009-08-13 | 1 | -4/+1 |
* | update all NEED_ROOT uses | Jim Meyering | 2009-08-13 | 1 | -1/+1 |
* | update all uses of ABS_PATH | Jim Meyering | 2009-08-13 | 1 | -1/+1 |
* | Add 'realpath' command. | Richard W.M. Jones | 2009-07-31 | 1 | -0/+47 |