Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tar: don't export names that aren't used elsewhere | Paul Eggert | 2010-08-23 | 8 | -71/+56 |
* | tar: fix misspelled identifier "set_comression_program_by_suffix" | Paul Eggert | 2010-08-23 | 4 | -5/+5 |
* | tar: change interdir_made from int to bool | Paul Eggert | 2010-08-20 | 1 | -9/+9 |
* | tar: remove trailing white space from source files | Paul Eggert | 2010-08-19 | 12 | -55/+53 |
* | * src/misc.c (struct wd): Fix comment to match code. | Paul Eggert | 2010-07-18 | 1 | -1/+1 |
* | tar: no need to report getcwd error if never using the result | Paul R. Eggert | 2010-07-18 | 1 | -15/+21 |
* | tar: go back to absolutifying filenames in normalize_filename for now | Paul R. Eggert | 2010-07-17 | 1 | -1/+26 |
* | Allow for size suffixes in -L and --record-size options. | Sergey Poznyakoff | 2010-07-17 | 1 | -3/+11 |
* | tar: don't crash if getcwd fails | Paul R. Eggert | 2010-07-15 | 2 | -91/+45 |
* | Keep a detailed map of archive members stored in the record buffer. | Sergey Poznyakoff | 2010-07-11 | 8 | -131/+162 |
* | Fix exclusion of long file names when extracting from pax format archives. | Sergey Poznyakoff | 2010-06-28 | 3 | -7/+3 |
* | Minor fix. | Sergey Poznyakoff | 2010-06-28 | 1 | -1/+1 |
* | Minor fix. | Sergey Poznyakoff | 2010-06-27 | 1 | -1/+1 |
* | Remove some lint, found by gcc -W etc. | Paul Eggert | 2010-06-16 | 13 | -408/+396 |
* | Bugfix. | Sergey Poznyakoff | 2010-05-17 | 1 | -1/+1 |
* | New option --full-time. | Sergey Poznyakoff | 2010-03-28 | 3 | -2/+11 |
* | Fix coredump. | Sergey Poznyakoff | 2010-03-27 | 1 | -0/+1 |
* | Fix dead loop on extracting existing symlinks with the -k option. | Sergey Poznyakoff | 2010-03-27 | 1 | -34/+67 |
* | Fix undesired error exit on receiving SIGPIPE. | Sergey Poznyakoff | 2010-03-20 | 1 | -2/+0 |
* | Fix --remove-files. | Sergey Poznyakoff | 2010-03-17 | 1 | -4/+94 |
* | Bugfixes. | Sergey Poznyakoff | 2010-03-12 | 1 | -1/+1 |
* | Fix `--test-label' and `--label -r' behavior. | Sergey Poznyakoff | 2010-03-11 | 3 | -22/+57 |
* | Shut up a gcc warning message. | Sergey Poznyakoff | 2010-03-11 | 1 | -14/+18 |
* | Bugfix. | Sergey Poznyakoff | 2010-03-11 | 1 | -1/+1 |
* | Fix possible overflow in code_timespec (tiny change) | Kamil Dudka | 2010-03-08 | 1 | -0/+4 |
* | Fix eventual memory override and fd exhaustion in create.c | Sergey Poznyakoff | 2010-03-08 | 1 | -5/+7 |
* | Add Lzip support | Antonio Diaz Diaz | 2010-03-02 | 3 | -0/+13 |
* | Fix large file support. | Eric Blake | 2010-03-02 | 1 | -1/+1 |
* | Bugfix | Sergey Poznyakoff | 2010-03-02 | 1 | -7/+7 |
* | Supply more information to the --to-command script. | Sergey Poznyakoff | 2010-02-25 | 1 | -0/+6 |
* | Minor change. | Sergey Poznyakoff | 2010-02-17 | 1 | -6/+3 |
* | Bugfix (tiny change) | Ondřej Vašík | 2010-02-05 | 1 | -1/+0 |
* | Read POSIX multivolume archives split at the header boundary. | Sergey Poznyakoff | 2010-01-25 | 6 | -29/+81 |
* | Minor change. | Sergey Poznyakoff | 2010-01-24 | 1 | -4/+2 |
* | Bugfix (tiny change). | Rob Vermaas | 2010-01-24 | 1 | -2/+2 |
* | Minor fix. | Sergey Poznyakoff | 2010-01-24 | 1 | -4/+4 |
* | Improve handling of --test-label. | Sergey Poznyakoff | 2010-01-24 | 5 | -41/+105 |
* | Fix listing of volume labels (in particular in PAX archives). | Sergey Poznyakoff | 2010-01-24 | 9 | -110/+193 |
* | Fix prefix length calculation in ustar mode. | Sergey Poznyakoff | 2010-01-22 | 1 | -4/+6 |
* | Rewrite update algorithm. | Sergey Poznyakoff | 2009-10-14 | 6 | -132/+164 |
* | Minor changes. | Sergey Poznyakoff | 2009-10-14 | 2 | -3/+5 |
* | Bugfix. | Sergey Poznyakoff | 2009-10-14 | 1 | -1/+2 |
* | Improve previous changes. | Sergey Poznyakoff | 2009-10-10 | 2 | -39/+57 |
* | Allow installers to specify alternative program names for compression programs. | Sergey Poznyakoff | 2009-10-10 | 2 | -20/+22 |
* | Minor fix. | Sergey Poznyakoff | 2009-10-09 | 2 | -9/+9 |
* | Provide a way to explicitly set mtime for extended header ustar blocks. | Sergey Poznyakoff | 2009-10-07 | 2 | -13/+113 |
* | Use file's mtime as mtime for its extended header. | Sergey Poznyakoff | 2009-10-07 | 3 | -17/+18 |
* | Fix bugs in handling the --remove-files option. | Sergey Poznyakoff | 2009-10-07 | 9 | -50/+224 |
* | Fix bug in OLDGNU format creation. | Sergey Poznyakoff | 2009-10-04 | 3 | -21/+26 |
* | Restore extra help output. | Sergey Poznyakoff | 2009-09-16 | 1 | -183/+186 |