summaryrefslogtreecommitdiff
path: root/fast-import.c
AgeCommit message (Expand)Author
2007-01-14Additional fast-import tree delta corruption cleanups.Shawn O. Pearce
2007-01-14Correct tree corruption problems in fast-import.Shawn O. Pearce
2007-01-14Replace ywrite in fast-import with the standard write_or_die.Shawn O. Pearce
2007-01-14Reuse the same buffer for all commits/tags in fast-import.Shawn O. Pearce
2007-01-14Recycle data buffers for tree generation in fast-import.Shawn O. Pearce
2007-01-14Implemented tree delta compression in fast-import.Shawn O. Pearce
2007-01-14Converted hash memcpy/memcmp to new hashcpy/hashcmp/hashclr.Shawn O. Pearce
2007-01-14Don't crash fast-import if no branch log was requested.Shawn O. Pearce
2007-01-14Added 'reset' command to clear a branch's tree.Shawn O. Pearce
2007-01-14Map only part of the generated pack file at any point in time.Shawn O. Pearce
2007-01-14Fixed compile error in fast-import.Shawn O. Pearce
2007-01-14Fixed GPF in fast-import caused by unterminated linked list.Shawn O. Pearce
2007-01-14Added --branch-log to option to fast-import.Shawn O. Pearce
2007-01-14Added option to export the marks table when fast-import terminates.Shawn O. Pearce
2007-01-14Account for tree entry memory costs in fast-import.Shawn O. Pearce
2007-01-14Moved from command to after data to help cvs2svn.Shawn O. Pearce
2007-01-14Remove branch creation command from fast-import.Shawn O. Pearce
2007-01-14Round out memory pool allocations in fast-import to pointer sizes.Shawn O. Pearce
2007-01-14Implemented tree reloading in fast-import.Shawn O. Pearce
2007-01-14Implemented 'tag' command in fast-import.Shawn O. Pearce
2007-01-14Added branch load counter to fast-import.Shawn O. Pearce
2007-01-14Added mark store/find to fast-import.Shawn O. Pearce
2007-01-14Converted fast-import to accept standard command line parameters.Shawn O. Pearce
2007-01-14Fixed segfault in fast-import after growing a tree.Shawn O. Pearce
2007-01-14Allow symlink blobs in trees during fast-import.Shawn O. Pearce
2007-01-14Changed fast-import's pack header creation to use pack.hShawn O. Pearce
2007-01-14Converted fast-import to a text based protocol.Shawn O. Pearce
2007-01-14Implement blob ID validation in fast-import.Shawn O. Pearce
2007-01-14Added tree and commit writing to fast-import.Shawn O. Pearce
2007-01-14Implemented branch handling and basic tree support in fast-import.Shawn O. Pearce
2007-01-14Added basic command handler to fast-import.Shawn O. Pearce
2007-01-14Refactored fast-import's internals for future additions.Shawn O. Pearce
2007-01-14Cleaned up memory allocation for object_entry structs.Shawn O. Pearce
2007-01-14Added automatic index generation to fast-import.Shawn O. Pearce
2007-01-14Created fast-import, a tool to quickly generating a pack from blobs.Shawn O. Pearce