1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 08, 2024 — Dec 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed initial commits into path_hash with --keep-revnums More... almost 16 years ago
Updated todo More... almost 16 years ago
Fixed handling of delete-only revisions in path_hash_reconstruct() More... almost 16 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... about 16 years ago
Added path_hash_reconstruct_file() More... about 16 years ago
Added writing of path_hash snaphots and deltas More... about 16 years ago
Fixed variable declaration in de_close_edit() More... about 16 years ago
Don't alter the path_hash in delta_check_copy() during dry runs More... about 16 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... about 16 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... about 16 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... about 16 years ago
Fixed compile warning about unused debug function path_hash_dump() More... about 16 years ago
Dump the user prefix in the first revision only More... about 16 years ago
Fixed possible missing construction of user prefix if dumping with --keep-revnums More... about 16 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... about 16 years ago
Fixed multiple calls to delta_check_copy() which could corrupt the copyfrom_rev information of replaced nodes More... about 16 years ago
Fixed dumping of root node modifications More... about 16 years ago
Added support for dumping subdirectories in incremental dump test script Added testing notes Updated .gitignore and todo More... about 16 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... about 16 years ago
Fixed possible endless loop in path_hash_reconstruct() More... about 16 years ago
Moved tree cache handling from path_hash_reconstruct() to path_hash_check_parent() Increased the snapshot distance More... about 16 years ago
Added a small full-path cache to path_hash in order to speed up repeated queries More... about 16 years ago
Added snapshots to path_hash in order to speed up path reconstruction More... about 16 years ago
Completed path_hash functionality (including some fixes) More... about 16 years ago
Added path_hash in order to keep track of repository files and directories More... about 16 years ago
Prepared delta_propagate_copy() Fixed mult_copy_delete autotest (fails because of #2898487) More... about 16 years ago
Removed #ifdef'd-out checks for dumping nodes More... about 16 years ago
Updated todo More... about 16 years ago
Fixed usage of free'd pointers for de_node_baton.old_filename Added minor beautifications and debug messages in rhash.c More... about 16 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... about 16 years ago