index
:
plymouth.git
master
Unnamed repository; edit this file to name it for gitweb.
Casey Dahlin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libply
/
ply-utils.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Log the dlerror, don't just call it for no reason.
Peter Jones
2008-06-12
1
-1
/
+1
*
Get rid of everything about directory switching and PLY_WORKING_DIRECTORY.
Peter Jones
2008-06-04
1
-210
/
+0
*
Remove ply_create_detachable_directory() and ply_detach_directory(), add
Peter Jones
2008-06-04
1
-49
/
+11
*
Add ply_move_mount().
Peter Jones
2008-06-04
1
-0
/
+15
*
Make sure create_unix_address_from_path() doesn't get passed the abstract
Peter Jones
2008-06-04
1
-1
/
+1
*
s/sun_family/sun_path/ in assertion
Ray Strode
2008-06-03
1
-1
/
+1
*
Daemonize after starting boot server
Ray Strode
2008-06-03
1
-0
/
+60
*
Fix socket address creation off-by-one bug for abstract socket paths.
Peter Jones
2008-06-03
1
-5
/
+9
*
When copying a directory, be sure the destination directory is in place first
root
2008-05-28
1
-0
/
+3
*
Only allow root clients to talk to daemon
Ray Strode
2008-05-21
1
-0
/
+39
*
add ply_unmount_filesystem function to handle lazy umount
Ray Strode
2007-10-21
1
-2
/
+10
*
don't error out if the directory already exists in the mkdir function
Ray Strode
2007-10-21
1
-1
/
+1
*
add ply_list_directory function
Ray Strode
2007-10-21
1
-0
/
+38
*
fix typo in function name
Ray Strode
2007-10-20
1
-4
/
+4
*
Make ply_create_directory more robust about trailing slashes
Ray Strode
2007-10-19
1
-1
/
+9
*
dump everything i'm working on into the main refactor branch for now
Ray Strode
2007-06-21
1
-5
/
+16
*
change ply_create_scratch directory to be a two step,
Ray Strode
2007-06-13
1
-10
/
+24
*
return true in the success path to ply_file_copy
Ray Strode
2007-06-13
1
-0
/
+1
*
don't leak fds in copy function
Ray Strode
2007-06-13
1
-6
/
+14
*
fix up the copy dir function
Ray Strode
2007-06-12
1
-1
/
+160
*
drop lame ply_filesystem_is_mounted function
Ray Strode
2007-06-11
1
-17
/
+0
*
add new untested ply_create_scratch_directory that creates
Ray Strode
2007-06-11
1
-0
/
+41
*
add untested recursive mkdir function (ply_create_directory)
Ray Strode
2007-06-10
1
-0
/
+41
*
split the common code off into libply and move things to separate directories
Ray Strode
2007-06-06
1
-0
/
+629