summaryrefslogtreecommitdiffstats
path: root/src/libply/ply-utils.c
Commit message (Expand)AuthorAgeFilesLines
* Log the dlerror, don't just call it for no reason.Peter Jones2008-06-121-1/+1
* Get rid of everything about directory switching and PLY_WORKING_DIRECTORY.Peter Jones2008-06-041-210/+0
* Remove ply_create_detachable_directory() and ply_detach_directory(), addPeter Jones2008-06-041-49/+11
* Add ply_move_mount().Peter Jones2008-06-041-0/+15
* Make sure create_unix_address_from_path() doesn't get passed the abstractPeter Jones2008-06-041-1/+1
* s/sun_family/sun_path/ in assertionRay Strode2008-06-031-1/+1
* Daemonize after starting boot serverRay Strode2008-06-031-0/+60
* Fix socket address creation off-by-one bug for abstract socket paths.Peter Jones2008-06-031-5/+9
* When copying a directory, be sure the destination directory is in place firstroot2008-05-281-0/+3
* Only allow root clients to talk to daemonRay Strode2008-05-211-0/+39
* add ply_unmount_filesystem function to handle lazy umountRay Strode2007-10-211-2/+10
* don't error out if the directory already exists in the mkdir functionRay Strode2007-10-211-1/+1
* add ply_list_directory functionRay Strode2007-10-211-0/+38
* fix typo in function nameRay Strode2007-10-201-4/+4
* Make ply_create_directory more robust about trailing slashesRay Strode2007-10-191-1/+9
* dump everything i'm working on into the main refactor branch for nowRay Strode2007-06-211-5/+16
* change ply_create_scratch directory to be a two step,Ray Strode2007-06-131-10/+24
* return true in the success path to ply_file_copyRay Strode2007-06-131-0/+1
* don't leak fds in copy functionRay Strode2007-06-131-6/+14
* fix up the copy dir functionRay Strode2007-06-121-1/+160
* drop lame ply_filesystem_is_mounted functionRay Strode2007-06-111-17/+0
* add new untested ply_create_scratch_directory that createsRay Strode2007-06-111-0/+41
* add untested recursive mkdir function (ply_create_directory)Ray Strode2007-06-101-0/+41
* split the common code off into libply and move things to separate directoriesRay Strode2007-06-061-0/+629