summaryrefslogtreecommitdiff
path: root/vcs-svn
Commit message (Expand)AuthorAgeFilesLines
...
| * vcs-svn: Combine repo_replace and repo_modify functionsJonathan Nieder2010-11-243-20/+12
| * vcs-svn: Replace = Delete + AddJonathan Nieder2010-11-241-6/+7
| * vcs-svn: handle_node: Handle deletion case earlyJonathan Nieder2010-11-241-3/+8
| * vcs-svn: Use mark to indicate nodes with included textJonathan Nieder2010-11-241-8/+8
| * vcs-svn: Unclutter handle_node by introducing have_props varJonathan Nieder2010-11-241-4/+5
| * vcs-svn: Eliminate node_ctx.mark globalJonathan Nieder2010-11-241-12/+11
| * vcs-svn: Eliminate node_ctx.srcRev globalJonathan Nieder2010-11-241-7/+8
| * vcs-svn: Check for errors from open()Jonathan Nieder2010-11-242-3/+5
| * vcs-svn: Allow simple v3 dumps (no deltas yet)David Barr2010-11-241-3/+18
* | vcs-svn: teach line_buffer about temporary filesJonathan Nieder2011-02-263-1/+52
* | vcs-svn: allow input from file descriptorJonathan Nieder2011-02-263-4/+14
* | vcs-svn: allow character-oriented inputJonathan Nieder2011-02-262-0/+6
* | vcs-svn: add binary-safe read functionJonathan Nieder2011-02-262-0/+7
* | vcs-svn: teach line_buffer to handle multiple input filesJonathan Nieder2011-02-266-38/+41
* | vcs-svn: collect line_buffer data in a structJonathan Nieder2011-02-262-23/+33
* | vcs-svn: replace buffer_read_string memory pool with a strbufJonathan Nieder2011-02-261-10/+6
* | vcs-svn: eliminate global byte_bufferJonathan Nieder2011-02-261-1/+2
* | svndump.c: Fix a printf format compiler warningRamsay Jones2011-01-181-1/+1
* | Merge branch 'jn/svn-fe' (early part)Junio C Hamano2011-01-051-3/+10
|\ \ | |/
| * vcs-svn: Error out for v3 dumpsJonathan Nieder2010-11-241-3/+10
* | Merge branch 'jn/maint-svn-fe'Junio C Hamano2010-12-163-5/+12
|\ \ | |/ |/|
| * vcs-svn: fix intermittent repo_tree corruptionJonathan Nieder2010-12-071-2/+2
| * treap: make treap_insert return inserted nodeJonathan Nieder2010-12-072-3/+10
* | vcs-svn: Fix some printf format compiler warningsRamsay Jones2010-09-122-5/+6
|/
* vcs-svn: Avoid %z in format stringJonathan Nieder2010-08-141-2/+3
* vcs-svn: Rename dirent pool to build on WindowsJonathan Nieder2010-08-141-73/+73
* treap: style fixJonathan Nieder2010-08-141-15/+15
* SVN dump parserDavid Barr2010-08-143-0/+315
* Infrastructure to write revisions in fast-export formatDavid Barr2010-08-144-0/+440
* Add stream helper libraryDavid Barr2010-08-143-0/+167
* Add string-specific memory poolDavid Barr2010-08-143-0/+156
* Add treap implementationJason Evans2010-08-143-0/+342
* Add memory pool libraryDavid Barr2010-08-141-0/+61
* Introduce vcs-svn libJonathan Nieder2010-08-141-0/+26