summaryrefslogtreecommitdiff
path: root/vcs-svn
AgeCommit message (Expand)Author
2011-02-26Merge commit 'jn/svn-fe' of git://github.com/gitster/git into svn-feJonathan Nieder
2011-02-26vcs-svn: teach line_buffer about temporary filesJonathan Nieder
2011-02-26vcs-svn: allow input from file descriptorJonathan Nieder
2011-02-26vcs-svn: allow character-oriented inputJonathan Nieder
2011-02-26vcs-svn: add binary-safe read functionJonathan Nieder
2011-02-26vcs-svn: teach line_buffer to handle multiple input filesJonathan Nieder
2011-02-26vcs-svn: collect line_buffer data in a structJonathan Nieder
2011-02-26vcs-svn: replace buffer_read_string memory pool with a strbufJonathan Nieder
2011-02-26vcs-svn: eliminate global byte_bufferJonathan Nieder
2011-01-19svndump.c: Fix a printf format compiler warningRamsay Jones
2011-01-05Merge branch 'jn/svn-fe' (early part)Junio C Hamano
2010-12-16Merge branch 'jn/maint-svn-fe'Junio C Hamano
2010-12-08vcs-svn: Allow change nodes for root of tree (/)Jonathan Nieder
2010-12-08vcs-svn: fix intermittent repo_tree corruptionJonathan Nieder
2010-12-08treap: make treap_insert return inserted nodeJonathan Nieder
2010-11-24vcs-svn: Implement Prop-delta handlingDavid Barr
2010-11-24vcs-svn: Sharpen parsing of property linesJonathan Nieder
2010-11-24vcs-svn: Split off function for handling of individual propertiesJonathan Nieder
2010-11-24vcs-svn: Make source easier to read on small screensJonathan Nieder
2010-11-24vcs-svn: More dump format sanity checksJonathan Nieder
2010-11-24vcs-svn: Reject path nodes without Node-actionJonathan Nieder
2010-11-24vcs-svn: Delay read of per-path propertiesJonathan Nieder
2010-11-24vcs-svn: Combine repo_replace and repo_modify functionsJonathan Nieder
2010-11-24vcs-svn: Replace = Delete + AddJonathan Nieder
2010-11-24vcs-svn: handle_node: Handle deletion case earlyJonathan Nieder
2010-11-24vcs-svn: Use mark to indicate nodes with included textJonathan Nieder
2010-11-24vcs-svn: Unclutter handle_node by introducing have_props varJonathan Nieder
2010-11-24vcs-svn: Eliminate node_ctx.mark globalJonathan Nieder
2010-11-24vcs-svn: Eliminate node_ctx.srcRev globalJonathan Nieder
2010-11-24vcs-svn: Check for errors from open()Jonathan Nieder
2010-11-24vcs-svn: Allow simple v3 dumps (no deltas yet)David Barr
2010-11-24vcs-svn: Error out for v3 dumpsJonathan Nieder
2010-09-12vcs-svn: Fix some printf format compiler warningsRamsay Jones
2010-08-15vcs-svn: Avoid %z in format stringJonathan Nieder
2010-08-15vcs-svn: Rename dirent pool to build on WindowsJonathan Nieder
2010-08-15treap: style fixJonathan Nieder
2010-08-15SVN dump parserDavid Barr
2010-08-15Infrastructure to write revisions in fast-export formatDavid Barr
2010-08-15Add stream helper libraryDavid Barr
2010-08-15Add string-specific memory poolDavid Barr
2010-08-15Add treap implementationJason Evans
2010-08-15Add memory pool libraryDavid Barr
2010-08-15Introduce vcs-svn libJonathan Nieder