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