summaryrefslogtreecommitdiff
path: root/vcs-svn/svndump.c
AgeCommit message (Expand)Author
2011-03-29vcs-svn: a void function shouldn't try to return somethingMichael Witten
2011-03-26vcs-svn: handle log message with embedded NULJonathan Nieder
2011-03-26vcs-svn: avoid unnecessary copying of log message and authorJonathan Nieder
2011-03-26vcs-svn: make reading of properties binary-safeJonathan Nieder
2011-03-22Merge branch 'db/length-as-hash' into svn-feJonathan Nieder
2011-03-22vcs-svn: use strchr to find RFC822 delimiterDavid Barr
2011-03-22vcs-svn: implement perfect hash for top-level keysDavid Barr
2011-03-22vcs-svn: implement perfect hash for node-prop keysDavid Barr
2011-03-22vcs-svn: use strbuf for author, UUID, and URLDavid Barr
2011-03-22vcs-svn: use strbuf for revision logDavid Barr
2011-03-22vcs-svn: improve reporting of input errorsJonathan Nieder
2011-03-07vcs-svn: simplify repo_modify_path and repo_copyJonathan Nieder
2011-03-07vcs-svn: handle_node: use repo_read_pathJonathan Nieder
2011-02-26Merge commit 'jn/svn-fe' of git://github.com/gitster/git into svn-feJonathan Nieder
2011-02-26vcs-svn: teach line_buffer to handle multiple input filesJonathan Nieder
2011-01-19svndump.c: Fix a printf format compiler warningRamsay Jones
2010-12-08vcs-svn: Allow change nodes for root of tree (/)Jonathan 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-15SVN dump parserDavid Barr