summaryrefslogtreecommitdiff
path: root/otap_create.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed memory leaks on directory statAlberto2011-09-301-20/+22
* Taking into account recursive directory creation. Code cleanups.Alberto2011-09-291-38/+47
* Fixed symlink metadataAlberto Ruiz2011-09-291-12/+6
* Implemented special file deltasAlberto Ruiz2011-09-281-24/+39
* Taking metadata into account in file deltas. Code cleanupsAlberto Ruiz2011-09-281-50/+78
* Directory permission/ownership delta implementedAlberto Ruiz2011-09-281-8/+5
* Fix dir opening mechanismAlberto Ruiz2011-09-281-2/+52
* Fix directory permission/ownership creationAlberto Ruiz2011-09-271-3/+21
* Fix chown/chmod order, fixes SGID/SUIDAlberto Ruiz2011-09-271-6/+0
* Preserve ownership while creating special devicesAlberto Ruiz2011-09-271-3/+9
* File permission and ownership preservation on creationAlberto Ruiz2011-09-271-7/+35
* Fixed coding styleAlberto Ruiz2011-09-271-412/+455
* Creating of special devices completeAlberto Ruiz2011-09-261-3/+3
* Creation of special filesAlberto Ruiz2011-09-261-10/+69
* Modifying symlinks now worksAlberto Ruiz2011-09-261-9/+56
* Applying mtimeAlberto Ruiz2011-09-261-6/+10
* Implemented support for symlinksAlberto Ruiz2011-09-231-3/+6
* Fix readlink return value checkAlberto Ruiz2011-09-231-5/+5
* Initial support for symlinksAlberto Ruiz2011-09-221-13/+62
* Adding metadata enum and fieldsAlberto Ruiz2011-09-161-2/+0
* Fixed an unintended feature which caused incorrect deltas to be created infre...Ben Brewer2011-08-181-3/+4
* Added unix style error propagation (yuck!), to ease debugging.Ben Brewer2011-08-181-95/+130
* Minor modifications to error more gracefully.Ben Brewer2011-08-181-0/+2
* Re-wrote stat functions to be faster, now the trees are generated as needed r...Ben Brewer2011-08-181-57/+81
* Cleaned up code further, ensured that empty deltas don't get written out to t...Ben Brewer2011-08-171-18/+12
* Cleaned up the code quite a bit.Ben Brewer2011-08-171-64/+39
* Initial commit.Ben Brewer2011-08-171-0/+332