Age | Commit message (Expand) | Author | Files | Lines |
2016-09-29 | Merge branch 'mr/vcs-svn-printf-ulong' into maint | Junio C Hamano | 1 | -2/+2 |
2016-09-14 | vcs-svn/fast_export: fix timestamp fmt specifiers | Mike Ralphson | 1 | -2/+2 |
2016-05-09 | vcs-svn: use error_errno() | Nguyễn Thái Ngọc Duy | 4 | -7/+7 |
2013-12-05 | strbuf: introduce starts_with() and ends_with() | Christian Couder | 1 | -10/+1 |
2012-10-07 | remote-svn: add incremental import | Florian Achleitner | 4 | -11/+17 |
2012-10-07 | Create a note for every imported commit containing svn metadata | Florian Achleitner | 3 | -4/+33 |
2012-10-07 | vcs-svn: add fast_export_note to create notes | Dmitry Ivankov | 2 | -0/+14 |
2012-10-07 | remote-svn, vcs-svn: Enable fetching to private refs | Florian Achleitner | 4 | -10/+10 |
2012-10-07 | Add svndump_init_fd to allow reading dumps from arbitrary FDs | Florian Achleitner | 2 | -4/+19 |
2012-07-13 | Merge branch 'jn/vcs-svn' | Junio C Hamano | 7 | -40/+31 |
2012-07-05 | vcs-svn: allow 64-bit Prop-Content-Length | Jonathan Nieder | 1 | -15/+18 |
2012-07-05 | vcs-svn: suppress a signed/unsigned comparison warning | Jonathan Nieder | 1 | -2/+3 |
2012-07-05 | vcs-svn: suppress a signed/unsigned comparison warning | David Barr | 1 | -1/+1 |
2012-07-05 | vcs-svn: suppress signed/unsigned comparison warnings | David Barr | 1 | -2/+2 |
2012-07-05 | vcs-svn: use strstr instead of memmem | David Barr | 1 | -1/+1 |
2012-07-05 | vcs-svn: use constcmp instead of prefixcmp | David Barr | 1 | -1/+1 |
2012-07-05 | vcs-svn: simplify cleanup in apply_one_window | David Barr | 1 | -4/+4 |
2012-07-05 | vcs-svn: avoid self-assignment in dummy initialization of pre_off | David Barr | 1 | -1/+1 |
2012-07-05 | vcs-svn: drop no-op reset methods | David Barr | 5 | -13/+0 |
2012-04-30 | remove superfluous newlines in error messages | Pete Wyckoff | 1 | -2/+2 |
2012-02-02 | vcs-svn: suppress a -Wtype-limits warning | Jonathan Nieder | 1 | -3/+3 |
2012-02-02 | vcs-svn: allow import of > 4GiB files | Jonathan Nieder | 3 | -14/+26 |
2012-02-02 | vcs-svn: rename check_overflow arguments for clarity | Ramsay Jones | 1 | -7/+7 |
2012-02-02 | vcs-svn: suppress -Wtype-limits warning | Jonathan Nieder | 1 | -3/+3 |
2012-02-02 | vcs-svn: allow import of > 4GiB files | Jonathan Nieder | 3 | -14/+26 |
2012-02-02 | vcs-svn: rename check_overflow and its arguments for clarity | Ramsay Jones | 1 | -7/+7 |
2012-01-27 | vcs-svn/svndiff.c: squelch false "unused" warning from gcc | Junio C Hamano | 1 | -1/+1 |
2012-01-27 | Merge branch 'svn-fe' of git://repo.or.cz/git/jrn into jn/svn-fe | Junio C Hamano | 18 | -938/+789 |
2011-12-21 | Fix a bitwise negation assignment issue spotted by Sun Studio | Ævar Arnfjörð Bjarmason | 2 | -3/+3 |
2011-06-23 | vcs-svn: reset first_commit_done in fast_export_init | Dmitry Ivankov | 1 | -0/+1 |
2011-06-21 | vcs-svn: do not initialize report_buffer twice | Dmitry Ivankov | 1 | -12/+0 |
2011-06-15 | vcs-svn: avoid hangs from corrupt deltas | Jonathan Nieder | 1 | -6/+9 |
2011-06-15 | vcs-svn: guard against overflow when computing preimage length | Jonathan Nieder | 1 | -1/+14 |
2011-06-15 | Merge branch 'db/delta-applier' into db/text-delta | Jonathan Nieder | 3 | -2/+5 |
2011-06-15 | vcs-svn: cap number of bytes read from sliding view | Jonathan Nieder | 2 | -1/+4 |
2011-05-26 | vcs-svn: implement text-delta handling | David Barr | 3 | -5/+120 |
2011-05-26 | Merge branch 'db/delta-applier' into db/text-delta | Jonathan Nieder | 7 | -4/+418 |
2011-05-26 | Merge branch 'db/svn-fe-code-purge' into svn-fe | Jonathan Nieder | 12 | -636/+58 |
2011-05-26 | Merge branch 'db/vcs-svn-incremental' into svn-fe | Jonathan Nieder | 7 | -355/+247 |
2011-04-27 | Merge branch 'rj/sparse' | Junio C Hamano | 1 | -0/+1 |
2011-04-22 | sparse: Fix some "symbol not declared" warnings | Ramsay Jones | 1 | -0/+1 |
2011-04-13 | remove doubled words, e.g., s/to to/to/, and fix related typos | Jim Meyering | 1 | -1/+1 |
2011-03-30 | Merge branch 'svn-fe' of git://repo.or.cz/git/jrn | Junio C Hamano | 1 | -1/+2 |
2011-03-29 | vcs-svn: a void function shouldn't try to return something | Michael Witten | 1 | -1/+2 |
2011-03-28 | vcs-svn: add missing cast to printf argument | Jonathan Nieder | 1 | -1/+2 |
2011-03-28 | vcs-svn: let deltas use data from preimage | Jonathan Nieder | 1 | -5/+23 |
2011-03-27 | vcs-svn: let deltas use data from postimage | Jonathan Nieder | 1 | -2/+26 |
2011-03-27 | vcs-svn: verify that deltas consume all inline data | Jonathan Nieder | 1 | -0/+2 |
2011-03-27 | vcs-svn: implement copyfrom_data delta instruction | Jonathan Nieder | 1 | -7/+108 |
2011-03-27 | vcs-svn: read instructions from deltas | Jonathan Nieder | 1 | -2/+5 |