summaryrefslogtreecommitdiff
path: root/src/incremen.c
Commit message (Expand)AuthorAgeFilesLines
...
* Bugfixes.Sergey Poznyakoff2008-09-071-4/+6
* Fix incremental archiving of renamed directories.Sergey Poznyakoff2008-07-311-30/+88
* Version 1.20.release_1_20Sergey Poznyakoff2008-05-051-86/+170
* * src/common.h (check_device_option): New global.Sergey Poznyakoff2008-03-271-1/+2
* Don't read from name[-1].Paul Eggert2007-11-131-9/+9
* Avoid compiler warnings.Paul Eggert2007-10-181-1/+0
* (try_purge_directory): Ensure that arguments to T and R are safe.Sergey Poznyakoff2007-10-031-0/+13
* (obstack_code_rename): Apply safer_name_suffix to name arguments before stori...Sergey Poznyakoff2007-09-291-2/+9
* (struct directory): New member tagfileSergey Poznyakoff2007-09-261-8/+57
* Don't include <getline.h>. No longer needed.Sergey Poznyakoff2007-08-261-9/+8
* Relicense under GPLv3Sergey Poznyakoff2007-06-271-1/+1
* Do not include mkdtemp.hSergey Poznyakoff2007-03-301-1/+0
* (list_dumpdir): Minor fixes.Sergey Poznyakoff2007-01-041-3/+10
* Port to Forte Developer 7 C 5.4 and C99.Paul Eggert2006-12-121-1/+4
* (try_purge_directory): Initialize struct st. Fix condition for selecting can...Sergey Poznyakoff2006-09-081-13/+14
* (read_incr_db_01): Check input strings morePaul Eggert2006-08-071-175/+259
* Remove not used variablesSergey Poznyakoff2006-06-241-3/+1
* (procdir): Use is_individual_file to check forSergey Poznyakoff2006-06-201-1/+1
* (dumpdir_locate,obstack_code_rename,purge_directory): Re-implement renaming. ...Sergey Poznyakoff2006-06-081-66/+146
* (make_directory): Fix initialization of struct directory.Sergey Poznyakoff2006-05-311-1/+3
* (find_directory_meta): BugfixSergey Poznyakoff2006-05-131-7/+11
* (struct directory.contents, flags): New membersSergey Poznyakoff2006-05-081-328/+830
* (directory.new): New memberSergey Poznyakoff2006-04-111-25/+31
* Update copyright year to 2006.Paul Eggert2006-02-071-28/+28
* (get_gnu_dumpdir): StaticSergey Poznyakoff2006-01-311-10/+18
* Update invocations of name_scan.Sergey Poznyakoff2005-12-141-1/+1
* (procdir): If name_scan() returns something, check if it was explicitely give...Sergey Poznyakoff2005-12-131-1/+2
* If --one-file-system is given and aSergey Poznyakoff2005-12-121-2/+6
* (read_directory_file): Fix format stringSergey Poznyakoff2005-12-091-1/+1
* (purge_directory): Skip the member and return if the archive is not in increm...Sergey Poznyakoff2005-12-011-0/+6
* Use mv_.* functions uniformly instead of fiddling with the global variables.Sergey Poznyakoff2005-11-091-9/+5
* (dumpdir_size, get_gnu_dumpdir): New functions.Sergey Poznyakoff2005-11-071-24/+56
* (struct directory.mtime): New member.Sergey Poznyakoff2005-11-051-66/+218
* (list_dumpdir): New function. Used to dump contents of GNUTYPE_DUMPDIR blocks.Sergey Poznyakoff2005-09-141-0/+29
* (purge_directory): Do not dereference symbolic links. Bug reported by Ralph C...Sergey Poznyakoff2005-09-031-1/+1
* (read_directory_file): Use strtoumax to read snapshot file contents.Sergey Poznyakoff2005-08-171-12/+17
* Carefully crafted invalid headers can cause buffer overrun.Paul Eggert2005-06-221-1/+5
* Update FSF postal mail address.Paul Eggert2005-05-151-1/+1
* Update copyright.Paul Eggert2005-05-021-1/+1
* Adjust to new hash API.Paul Eggert2005-05-021-4/+4
* Remove inclusion of obstack.hSergey Poznyakoff2005-01-181-3/+0
* Started merging with cpio into paxutils.Sergey Poznyakoff2004-09-061-1/+1
* (purge_directory): Fix format buffer typos in warning strings.Paul Eggert2004-08-071-2/+2
* (gnu_restore): Renamed to purge_directory().Sergey Poznyakoff2004-06-291-4/+20
* Fix improper use of 'path' wordSergey Poznyakoff2004-05-161-12/+12
* Merge recent gnulib changes, and remove some lint.Paul Eggert2004-04-051-20/+22
* Minor stylistic fixes.Sergey Poznyakoff2004-02-211-2/+6
* (sort_obstack): Fixed typo in the commentSergey Poznyakoff2004-02-201-1/+1
* Minor fixesSergey Poznyakoff2004-02-181-2/+2
* Removed accumulator stuff in favor of obstack.Sergey Poznyakoff2004-02-171-226/+177