daemon: Don't warn about 'long long' usage.
[libguestfs.git] / daemon / realpath.c
2010-02-12 Richard Jonesdaemon: Don't need to prefix error messages with the...
2009-11-26 Richard JonesMake realpath call optional, disable it for Windows.
2009-11-20 Jim Meyeringmaint: remove unnecessary include of openat.h
2009-11-20 Richard Jonesdaemon/Win32: NAME_MAX does not exist on Windows, use...
2009-11-09 Jim Meyeringconvert uses of strcasecmp to STRCASEEQ
2009-10-26 Richard Jonesdaemon: Change chdir to use openat/fdopendir.
2009-10-26 Richard JonesNew API: case-sensitive-path to return case sensitive...
2009-08-13 Jim Meyeringgenerator.ml: use new "Pathname" designation
2009-08-13 Jim Meyeringupdate all NEED_ROOT uses
2009-08-13 Jim Meyeringupdate all uses of ABS_PATH
2009-07-31 Richard W.M. JonesAdd 'realpath' command.