summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Support double-quoted filenames in all context diff formatsAndreas Gruenbacher2012-08-113-7/+7
* Remove SHA1 hashes from the file id cacheAndreas Gruenbacher2012-08-082-24/+0
* Detect concatenated git-style patches by tracking what's in the output queueAndreas Gruenbacher2012-08-081-19/+29
* In the file id cache, allow to flag files in the output queueAndreas Gruenbacher2012-08-082-0/+22
* Change outst variable name to tmpoutst to be less misleadingAndreas Gruenbacher2012-08-071-7/+7
* In git-style diffs, create new files immediatetly and only remember files to ...Andreas Gruenbacher2012-08-021-3/+25
* Don't close a negative file descriptorJim Meyering2012-08-011-1/+2
* build: remove unnecessary if-before-freeJim Meyering2012-08-011-2/+1
* build: mark an internal function as "pure"Jim Meyering2012-08-011-1/+1
* Try to recognize concatenated git diffs and handle them appropriatelyAndreas Gruenbacher2012-08-011-0/+25
* Allow to process only part of the deferred output file listAndreas Gruenbacher2012-08-011-5/+20
* Allow to remember SHA1 hashes in the file id cacheAndreas Gruenbacher2012-07-312-9/+48
* Accessor functions for SHA1 hashes in git-style diffsAndreas Gruenbacher2012-07-312-7/+33
* Fix segfault in output_file_later()Andreas Gruenbacher2012-04-241-1/+1
* Only warn when trying to modify read-only filesAndreas Gruenbacher2012-04-171-2/+17
* For git-style patch files, do not output files immediatelyAndreas Gruenbacher2012-04-171-6/+117
* Export the patch typeAndreas Gruenbacher2012-04-172-16/+26
* No longer remember backup filesAndreas Gruenbacher2012-04-173-48/+24
* Do not delete files immediatelyAndreas Gruenbacher2012-04-174-38/+102
* Create and delete output files in a single functionAndreas Gruenbacher2012-04-172-22/+40
* Add a type field to entries in the file id cacheAndreas Gruenbacher2012-04-173-17/+24
* Switch from the `old' gnu quoting style to the 'new' oneAndreas Gruenbacher2012-04-175-30/+30
* Fix use-after-free bug in name_is_valid()Andreas Gruenbacher2012-04-062-21/+32
* maint: enable the useless_cpp_parens syntax-check ruleJim Meyering2012-01-011-1/+1
* maint: update all copyright year number rangesJim Meyering2012-01-0112-14/+14
* build: update to latest gnulib and adaptJim Meyering2011-12-145-24/+24
* Timestamp not set when creating files with --set-time or --set-utcAndreas Gruenbacher2011-12-093-9/+17
* give a diagnostic rather than a failed assertion for a mangled patchJim Meyering2011-10-111-1/+3
* don't call fdopen with a negative FD upon dup failureJim Meyering2011-05-251-2/+5
* plug a leak in inp.c's plan_aJim Meyering2011-05-251-1/+4
* emit one more diagnostic with the required "program_name: " prefixJim Meyering2011-05-251-2/+2
* remove side effect from assertJim Meyering2011-05-251-1/+2
* explicitly ignore close return value to placate static analyzersJim Meyering2011-05-251-1/+2
* plug a leak in fetchnameJim Meyering2011-05-251-0/+1
* avoid a used-uninitialized error in fetchnameAndreas Gruenbacher2011-05-251-3/+2
* plug a leak in bestmatchJim Meyering2011-05-251-2/+7
* build: don't turn off -Wmissing-prototypesJim Meyering2011-03-272-2/+2
* maint: remove now-unneeded macro definitionsJim Meyering2011-03-272-12/+0
* maint: use gnulib's progname moduleJim Meyering2011-03-272-3/+2
* maint: update copyright date year ranges to include 2011Jim Meyering2011-03-2710-17/+16
* build: avoid three gcc warningsJim Meyering2011-03-273-4/+2
* build: accept new configure-time option --enable-gcc-warningsJim Meyering2011-03-261-0/+2
* maint: remove unnecessary tests before freeJim Meyering2011-02-213-18/+9
* don't warn twice about the same invalid file nameJim Meyering2011-02-171-1/+9
* Ignore dangerous filenames instead of failing immediatelyAndreas Gruenbacher2011-02-162-12/+27
* Fix use of uninitialized outstAndreas Gruenbacher2011-02-151-3/+4
* Also check if the input file is seekable if a filename is given (-i)Andreas Gruenbacher2011-02-031-39/+35
* Do not let a malicious patch create files above current directoryJim Meyering2011-02-032-2/+13
* Create missing parent directories of temporary filesAndreas Gruenbacher2010-12-041-0/+10
* Fix the USE_XATTR checksAndreas Gruenbacher2010-10-291-2/+2