summaryrefslogtreecommitdiff
path: root/fast-import.c
AgeCommit message (Expand)AuthorFilesLines
2007-01-14Replace ywrite in fast-import with the standard write_or_die.Libravatar Shawn O. Pearce1-20/+7
2007-01-14Reuse the same buffer for all commits/tags in fast-import.Libravatar Shawn O. Pearce1-20/+23
2007-01-14Recycle data buffers for tree generation in fast-import.Libravatar Shawn O. Pearce1-14/+32
2007-01-14Implemented tree delta compression in fast-import.Libravatar Shawn O. Pearce1-65/+155
2007-01-14Converted hash memcpy/memcmp to new hashcpy/hashcmp/hashclr.Libravatar Shawn O. Pearce1-26/+26
2007-01-14Don't crash fast-import if no branch log was requested.Libravatar Shawn O. Pearce1-1/+2
2007-01-14Added 'reset' command to clear a branch's tree.Libravatar Shawn O. Pearce1-0/+32
2007-01-14Map only part of the generated pack file at any point in time.Libravatar Shawn O. Pearce1-20/+24
2007-01-14Fixed compile error in fast-import.Libravatar Shawn O. Pearce1-1/+1
2007-01-14Fixed GPF in fast-import caused by unterminated linked list.Libravatar Shawn O. Pearce1-1/+2
2007-01-14Added --branch-log to option to fast-import.Libravatar Shawn O. Pearce1-5/+37
2007-01-14Added option to export the marks table when fast-import terminates.Libravatar Shawn O. Pearce1-1/+35
2007-01-14Account for tree entry memory costs in fast-import.Libravatar Shawn O. Pearce1-0/+1
2007-01-14Moved from command to after data to help cvs2svn.Libravatar Shawn O. Pearce1-3/+4
2007-01-14Remove branch creation command from fast-import.Libravatar Shawn O. Pearce1-98/+71
2007-01-14Round out memory pool allocations in fast-import to pointer sizes.Libravatar Shawn O. Pearce1-0/+3
2007-01-14Implemented tree reloading in fast-import.Libravatar Shawn O. Pearce1-13/+149
2007-01-14Implemented 'tag' command in fast-import.Libravatar Shawn O. Pearce1-0/+125
2007-01-14Added branch load counter to fast-import.Libravatar Shawn O. Pearce1-2/+4
2007-01-14Added mark store/find to fast-import.Libravatar Shawn O. Pearce1-17/+87
2007-01-14Converted fast-import to accept standard command line parameters.Libravatar Shawn O. Pearce1-6/+28
2007-01-14Fixed segfault in fast-import after growing a tree.Libravatar Shawn O. Pearce1-5/+10
2007-01-14Allow symlink blobs in trees during fast-import.Libravatar Shawn O. Pearce1-0/+1
2007-01-14Changed fast-import's pack header creation to use pack.hLibravatar Shawn O. Pearce1-9/+8
2007-01-14Converted fast-import to a text based protocol.Libravatar Shawn O. Pearce1-160/+326
2007-01-14Implement blob ID validation in fast-import.Libravatar Shawn O. Pearce1-4/+24
2007-01-14Added tree and commit writing to fast-import.Libravatar Shawn O. Pearce1-177/+729
2007-01-14Implemented branch handling and basic tree support in fast-import.Libravatar Shawn O. Pearce1-5/+165
2007-01-14Added basic command handler to fast-import.Libravatar Shawn O. Pearce1-14/+46
2007-01-14Refactored fast-import's internals for future additions.Libravatar Shawn O. Pearce1-66/+83
2007-01-14Cleaned up memory allocation for object_entry structs.Libravatar Shawn O. Pearce1-47/+46
2007-01-14Added automatic index generation to fast-import.Libravatar Shawn O. Pearce1-19/+163
2007-01-14Created fast-import, a tool to quickly generating a pack from blobs.Libravatar Shawn O. Pearce1-0/+214