summaryrefslogtreecommitdiff
path: root/obnamlib
AgeCommit message (Expand)AuthorFilesLines
2015-08-19Prepare for release version 1.15obnam-1.15Lars Wirzenius1-1/+1
2015-08-19Add get_metadata_from_file_keys and use itLars Wirzenius7-121/+91
2015-08-19Move set_file_keys_from_metadata further down the stackLars Wirzenius1-28/+41
2015-08-19Add set_file_keys_from_metadata to interfaceLars Wirzenius4-25/+77
2015-08-17Fix dangling link to ondisk format description (now on obnam.org).Philipp Kern1-1/+1
2015-08-16Fix typo in variable nameLars Wirzenius1-1/+1
2015-08-14Prepare for release version 1.14obnam-1.14Lars Wirzenius1-1/+1
2015-08-14Fix backup plugin to not treat URLs as filenamesLars Wirzenius1-28/+37
2015-08-02Avoid looking up in dir_obj cache twiceLars Wirzenius1-2/+3
2015-08-02Drop tracing callsLars Wirzenius1-3/+0
2015-08-02Move method closer to first use, for clarityLars Wirzenius1-6/+6
2015-08-02Lookup generation in dict, not linearlyLars Wirzenius1-5/+11
2015-08-02Make ClientFinder look up in cache firstLars Wirzenius1-4/+9
2015-08-02Move file-exists checking deeper into call stackLars Wirzenius1-6/+6
2015-08-02Inline _require_file_exists in case it's fasterLars Wirzenius1-1/+7
2015-08-01Update version numbers for 1.13Lars Wirzenius1-1/+1
2015-08-01forget: Commit changes after each generationLars Wirzenius1-10/+10
2015-08-01Add empty lines to make code clearerLars Wirzenius1-0/+8
2015-08-01Redefine commit_* to NOT unlockLars Wirzenius6-33/+105
2015-08-01Implement remove_unused_chunks for fm6, use itLars Wirzenius3-10/+21
2015-08-01Add remove_unused_chunks methodLars Wirzenius4-0/+19
2015-08-01Clarify that flush_chunks is for new chunksLars Wirzenius1-1/+1
2015-08-01Refactor forget plugin code for clarityLars Wirzenius1-39/+43
2015-07-25Drop --ignore-missing-chunks optionLars Wirzenius5-25/+14
2015-07-25Turn on forget --ignore-missing-chunk by defaultLars Wirzenius1-0/+1
2015-07-25Add --ignore-missing-chunks option to forgetLukáš Poláček5-11/+24
2015-07-21Return set from GAClientList.get_client_namesLars Wirzenius2-2/+2
2015-07-21Cache list of client namesLars Wirzenius1-1/+12
2015-07-19Use Bag.get_bytes to determine when bag is fullLars Wirzenius2-3/+3
2015-07-19Add Bag.get_bytes to get length in bytesLars Wirzenius2-2/+13
2015-07-19Only use one blob store per clientLars Wirzenius1-8/+11
2015-07-19Drop the simple formatLars Wirzenius6-702/+2
2015-07-19Split chunk and DIR object cache sizesLars Wirzenius4-2/+11
2015-07-19Rewrite GAChunkStore in terms of BlobStoreLars Wirzenius1-38/+35
2015-07-19Drop remove_chunkLars Wirzenius6-62/+13
2015-07-18Cache blobs in BlobStoreLars Wirzenius3-0/+50
2015-07-17Speed up repo_key_name with lookup tableLars Wirzenius1-4/+3
2015-07-17Simplify get_file_children in Green AlbatrossLars Wirzenius2-3/+27
2015-07-17Pack more DIR objects in a bagLars Wirzenius1-1/+1
2015-07-11Cache lookups of get_directoryLars Wirzenius1-3/+16
2015-07-11Always add . to a directoryLars Wirzenius1-0/+1
2015-07-11Don't return . as a fileLars Wirzenius1-1/+3
2015-07-11Drop unnecessary file removalLars Wirzenius1-1/+0
2015-07-11Bug fixesLars Wirzenius1-1/+2
2015-07-11Change GAFileMetadata to use GATreeLars Wirzenius1-50/+148
2015-07-11Fix GADirectory to get integer key codes, store namesLars Wirzenius1-2/+4
2015-07-11Do not require / is in cache when flushing GATreeLars Wirzenius1-1/+2
2015-07-11Rename metadata_id to root_object_idLars Wirzenius1-18/+19
2015-07-10Backup metadata before backing up file contentLars Wirzenius1-0/+1
2015-07-10Buffer added files until st_mode is knownLars Wirzenius2-11/+99