summaryrefslogtreecommitdiff
path: root/obnamlib
AgeCommit message (Expand)AuthorFilesLines
2012-05-30Release version 0.30obnam-0.30Lars Wirzenius1-1/+1
2012-05-27Release version 0.29Lars Wirzenius1-1/+1
2012-05-26Reduce round trips for writing filesLars Wirzenius1-6/+7
2012-05-25Change write_file to not guarantee atomicityLars Wirzenius2-12/+9
2012-05-25Remove feature to make files in repository be read-onlyLars Wirzenius2-16/+0
2012-05-24Change output of "obnam ls"Lars Wirzenius1-23/+29
2012-05-24Fix error message when root is not a directoryLars Wirzenius1-5/+15
2012-05-24Change backup plugin to pool updates to shared B-treesLars Wirzenius1-2/+18
2012-05-24Avoid putting chunks in shared trees when not de-duplicatingLars Wirzenius1-5/+12
2012-05-24Fix backup plugin to handle new put_chunkLars Wirzenius1-1/+3
2012-05-24Fix chunk removal at commit time to handle chunks not in shared treesLars Wirzenius1-4/+10
2012-05-24Fix tests to handle split put_chunkLars Wirzenius1-11/+26
2012-05-24Rename put_chunk into put_chunk_only and drop its checksum argumentLars Wirzenius1-9/+1
2012-05-24Split put_chunk into put_chunk and put_chunk_in_shared_treesLars Wirzenius1-3/+17
2012-05-23Order work items so the list of items clears fasterLars Wirzenius1-4/+7
2012-05-23Cache get_file_id lookupsLars Wirzenius1-0/+8
2012-05-23Remove unnecessary codeLars Wirzenius1-2/+0
2012-05-23Refactor to make cache initialization centralizedLars Wirzenius1-2/+5
2012-05-23Remove finished work items from memoryLars Wirzenius1-8/+10
2012-05-23Only open a client when necessaryLars Wirzenius1-3/+6
2012-05-23Refactor to allow profiling see cache filling easilyLars Wirzenius1-3/+9
2012-05-23Remove dead codeLars Wirzenius1-8/+0
2012-05-23Fix backup to change a file if any xattr has changedLars Wirzenius1-1/+2
2012-05-22Put back caching of RepositoryTree.find_generations lookupsLars Wirzenius1-0/+12
2012-05-21Fix "obnam verify" to not stop at the firs terrorLars Wirzenius1-7/+21
2012-05-21Simplify and prettify backup progress reporting a littleLars Wirzenius1-18/+32
2012-05-12Log performance statistics at end of backup runLars Wirzenius1-0/+5
2012-05-10Prepare release 0.28Lars Wirzenius1-1/+1
2012-05-09Only count actually uploaded chunks in uploaded dataLars Wirzenius1-1/+3
2012-05-09Improve error message for incompatible repository versionLars Wirzenius1-1/+2
2012-05-08Make verify obey --quietLars Wirzenius1-3/+5
2012-05-07Re-use the single repository for adding a clientLars Wirzenius1-8/+8
2012-05-07Re-use the sftp connection when re-opening repository after checkpointLars Wirzenius2-7/+11
2012-05-05Handle all larch exceptions, not just a single oneLars Wirzenius1-2/+2
2012-05-05Fix client id lookup in fsckLars Wirzenius1-1/+2
2012-05-05Abort on ENOSPC errorsLars Wirzenius1-5/+5
2012-05-03Fix force-lock to remove more locksLars Wirzenius1-1/+1
2012-04-30Release version 0.27Lars Wirzenius1-1/+1
2012-04-29Fix conversionLars Wirzenius1-25/+38
2012-04-29Add tracingLars Wirzenius1-0/+1
2012-04-29Add tracing, repr for tag stringLars Wirzenius1-2/+14
2012-04-29Fixes to chunks conversionLars Wirzenius1-5/+6
2012-04-29Revert the change to use binary strings instead of hex strings for checksumsLars Wirzenius2-5/+1
2012-04-29Implement chunk conversionLars Wirzenius1-7/+33
2012-04-29Add placeholder method for converting the format version fileLars Wirzenius1-0/+4
2012-04-29Add dummy convert5to6 subcommandLars Wirzenius1-0/+47
2012-04-29Make fsck lock everythingLars Wirzenius1-0/+11
2012-04-29Lock the chunks directory while backing upLars Wirzenius1-9/+10
2012-04-29Use bad filename hashing during unit tests onlyLars Wirzenius2-2/+7
2012-04-29Handle hash collisions for filenamesLars Wirzenius1-14/+65