summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Getting rid of some of the otap prefixes, againAlberto2011-09-301-4/+4
* Getting rid of even more of the otap prefixesAlberto2011-09-302-135/+135
* Getting rid of some more of the otap prefixesAlberto2011-09-303-198/+197
* Getting rid of some of the otap prefixesAlberto2011-09-304-110/+111
* type name replacement otap_stat_t -> tdb_stat_tAlberto2011-09-305-95/+95
* Remove otap name from the file structureAlberto2011-09-3010-83/+61
* No mention to OTAP in the file structureAlberto2011-09-305-7/+5
* Tbdiff protocol ID is now in a private headerAlberto2011-09-304-9/+10
* Style fixingAlberto2011-09-308-1429/+1327
* Copyright headersAlberto2011-09-3010-0/+153
* Fixed memory leaks on directory statAlberto2011-09-303-24/+31
* Created COPYRIGHT file, updated TODO, renamed executables from otap to tbdiffAlberto2011-09-295-24/+304
* Taking into account recursive directory creation. Code cleanups.Alberto2011-09-292-54/+56
* Fixed symlink metadataAlberto Ruiz2011-09-292-15/+20
* Implemented special file deltasAlberto Ruiz2011-09-283-26/+42
* Metadata updated on filesAlberto Ruiz2011-09-281-17/+72
* Taking metadata into account in file deltas. Code cleanupsAlberto Ruiz2011-09-284-92/+103
* Directory permission/ownership delta implementedAlberto Ruiz2011-09-282-10/+11
* Fix dir opening mechanismAlberto Ruiz2011-09-284-54/+117
* Fix directory permission/ownership creationAlberto Ruiz2011-09-272-6/+39
* Fix chown/chmod order, fixes SGID/SUIDAlberto Ruiz2011-09-273-11/+5
* Preserve ownership while creating special devicesAlberto Ruiz2011-09-272-30/+46
* File permission and ownership preservation on creationAlberto Ruiz2011-09-275-19/+72
* More style fixesAlberto Ruiz2011-09-271-8/+18
* Fixed coding styleAlberto Ruiz2011-09-278-1184/+1281
* Fix FIFO creationAlberto Ruiz2011-09-261-18/+11
* Create FIFOs implementedAlberto Ruiz2011-09-262-5/+6
* Fix enum value for FIFOAlberto Ruiz2011-09-261-1/+1
* Creating of special devices completeAlberto Ruiz2011-09-262-8/+19
* Creation of special filesAlberto Ruiz2011-09-265-17/+141
* Modifying symlinks now worksAlberto Ruiz2011-09-263-30/+80
* Applying mtimeAlberto Ruiz2011-09-262-10/+23
* Implemented support for symlinksAlberto Ruiz2011-09-232-6/+8
* Fix file removalAlberto Ruiz2011-09-231-1/+1
* Fix readlink return value checkAlberto Ruiz2011-09-232-8/+5
* Using lstat instead of fstatAlberto Ruiz2011-09-231-25/+59
* Attempt symlink creation. Fix segfault.Alberto Ruiz2011-09-234-2/+10
* We set the correct mtime for the symbolic linkAlberto Ruiz2011-09-221-1/+5
* Initial support for symlinksAlberto Ruiz2011-09-225-25/+108
* Adding metadata enum and fieldsAlberto Ruiz2011-09-162-6/+10
* Make output file name parametric. Add install/uninstall option to Makefile.Alberto Ruiz2011-09-022-11/+18
* Merged in daniels latest changes.Ben Brewer2011-08-252-0/+8
* Initial todo notesDaniel Silverstone2011-08-241-0/+24
* CFLAGS: Add -Werror and make the code warning-cleanDaniel Silverstone2011-08-234-7/+17
* MAKE: Provide deps and neater buildingDaniel Silverstone2011-08-232-7/+28
* Fixed an unintended feature which caused incorrect deltas to be created infre...Ben Brewer2011-08-182-4/+9
* Added unix style error propagation (yuck!), to ease debugging.Ben Brewer2011-08-187-185/+270
* Metadata (modified time) is now set when applying patches.Ben Brewer2011-08-183-5/+14
* Removed binaries from the repository.Ben Brewer2011-08-182-0/+0
* Minor modifications to error more gracefully.Ben Brewer2011-08-183-0/+2