1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 19 hours ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed initial commits into path_hash with --keep-revnums More... over 14 years ago
Updated todo More... over 14 years ago
Fixed handling of delete-only revisions in path_hash_reconstruct() More... over 14 years ago
Fixed path_hash file writing and reading Fixed return value of utils_file_readln() in case of an error Added additional path_hash diagnostics More... over 14 years ago
Added path_hash_reconstruct_file() More... over 14 years ago
Added writing of path_hash snaphots and deltas More... over 14 years ago
Fixed variable declaration in de_close_edit() More... over 14 years ago
Don't alter the path_hash in delta_check_copy() during dry runs More... over 14 years ago
Don't commit dry runs to the path hash (they're already present) Added delta_get_local_copyfrom_path() and made it available for everyone More... over 14 years ago
Manually retrieve and add a tree in path_hash_commit() if neccessary Use local copyfrom_rev for path_hash_check_parent() Moved determination of local copyfrom_rev number to seperate method More... over 14 years ago
Added incremental_sub test (currently failing) Added support for incremental dumping of subdirectories in test database API Fixed debug output in path_hash_reconstruct() Updated todo More... over 14 years ago
Fixed compile warning about unused debug function path_hash_dump() More... over 14 years ago
Dump the user prefix in the first revision only More... over 14 years ago
Fixed possible missing construction of user prefix if dumping with --keep-revnums More... over 14 years ago
Added new test case for copies and replacements in subdirectories (fixed by parent commit) Added repos_load() and diff_repos() to test database API More... over 14 years ago
Fixed multiple calls to delta_check_copy() which could corrupt the copyfrom_rev information of replaced nodes More... over 14 years ago
Fixed dumping of root node modifications More... over 14 years ago
Added support for dumping subdirectories in incremental dump test script Added testing notes Updated .gitignore and todo More... over 14 years ago
Replay logs into path_hash when starting at a revision other than 0 Fixed commiting an empty revision to the path_hash More... over 14 years ago
Fixed possible endless loop in path_hash_reconstruct() More... over 14 years ago
Moved tree cache handling from path_hash_reconstruct() to path_hash_check_parent() Increased the snapshot distance More... over 14 years ago
Added a small full-path cache to path_hash in order to speed up repeated queries More... over 14 years ago
Added snapshots to path_hash in order to speed up path reconstruction More... over 14 years ago
Completed path_hash functionality (including some fixes) More... over 14 years ago
Added path_hash in order to keep track of repository files and directories More... over 14 years ago
Prepared delta_propagate_copy() Fixed mult_copy_delete autotest (fails because of #2898487) More... over 14 years ago
Removed #ifdef'd-out checks for dumping nodes More... over 14 years ago
Updated todo More... over 14 years ago
Fixed usage of free'd pointers for de_node_baton.old_filename Added minor beautifications and debug messages in rhash.c More... over 14 years ago
Moved actual data output to the end of each delta editor run. This is needed because not all node data is sent at once (e.g. a directory property can change after its child nodes have been sent, as described in #2898815 by Gregg) More... over 14 years ago