index
:
libguestfs.git
master
oldlinux
stable-1.10
stable-1.12
stable-1.14
stable-1.16
stable-1.18
stable-1.2
stable-1.4
stable-1.6
stable-1.8
[MIRROR] library for accessing and modifying guest disk images
Richard W.M. Jones
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
daemon
/
realpath.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
case_sensitive_path: Allow trailing path element to be missing (RHBZ#840115).
Richard W.M. Jones
2012-07-17
1
-15
/
+21
*
case_sensitive_path: Move variables to top of function.
Richard W.M. Jones
2012-07-17
1
-6
/
+8
*
Use O_CLOEXEC / SOCK_CLOEXEC for almost all file descriptors.
Richard W.M. Jones
2012-03-14
1
-3
/
+5
*
Clarify the error message when unavailable functions are called (RHBZ#679737).
Richard W.M. Jones
2012-02-01
1
-8
/
+18
*
daemon: Fix use-after-free in case-insensitive-path (found by valgrind).
Richard W.M. Jones
2012-01-24
1
-38
/
+81
*
Tempus fugit.
Richard W.M. Jones
2012-01-18
1
-1
/
+1
*
Update FSF address.
Matthew Booth
2011-11-08
1
-1
/
+1
*
Coverity: Don't close fd_cwd if fd_cwd == -1.
Richard W.M. Jones
2011-06-09
1
-2
/
+5
*
daemon: Remove some less useful debugging messages.
Richard W.M. Jones
2011-05-08
1
-5
/
+1
*
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