1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-23 00:07:38 +00:00
Commit graph

31 commits

Author SHA1 Message Date
Jonas Borgström
a8ff4362b8 Switched to msgpack and some bandedstore improvements. 2010-10-17 22:04:50 +02:00
Jonas Borgström
e72c558dec Fix cache recreation bug 2010-10-17 18:05:46 +02:00
Jonas Borgström
6eb65d07f9 Switched to using avro serialization for archives 2010-10-17 17:44:41 +02:00
Jonas Borgström
5cd5d761cd Added basic unit tests. 2010-10-16 11:45:36 +02:00
Jonas Borgström
03b0e85d0b Move pretty_size to helpers.py 2010-10-15 22:29:36 +02:00
Jonas Borgström
cbb62fd2a6 Removed unused store implementations 2010-10-15 22:22:29 +02:00
Jonas Borgström
98b1b5e0ce Switch from sha1 to sha256 2010-10-15 22:18:22 +02:00
Jonas Borgström
4bbd093a56 Added dedupestore "console script" 2010-10-15 20:46:17 +02:00
Jonas Borgström
767335e879 Use argparse instead of optparse 2010-10-15 20:35:49 +02:00
Jonas Borgström
885d267a42 Various bandstore improvements 2010-10-15 19:56:38 +02:00
Jonas Borgström
f576c251b8 Fix cache reinitalization. 2010-10-15 19:33:15 +02:00
Jonas Borgström
d0d8dc5f1e Improved robustness 2010-10-13 23:28:40 +02:00
Jonas Borgström
af8c943694 bandedstore: Handle aborted transactions better 2010-10-13 22:18:54 +02:00
Jonas Borgström
2eea138c92 Use smarter chunkifier algorithm (same as git and rsyncable gzip) 2010-10-13 22:07:55 +02:00
Jonas Borgström
4e476d7653 An almost working banded store impl 2010-05-26 21:41:55 +02:00
Jonas Borgström
62a4a37544 An experimental sqlite based storage implementation. 2010-05-10 22:35:46 +02:00
Jonas Borgström
3d89bf7eac More accurate archive stats display 2010-04-22 22:34:33 +02:00
Jonas Borgström
ddd32effba Fixed a chunk refcounting bug 2010-04-18 22:51:54 +02:00
Jonas Borgström
36d15b73e7 Initial archive stats implementation. 2010-04-18 22:34:21 +02:00
Jonas Borgström
357cad4d5d Nothing much. 2010-04-18 22:08:12 +02:00
Jonas Borgström
eedf969f67 Fixed archive delete bug. 2010-03-29 21:40:09 +02:00
Jonas Borgström
42ff0a850b Store more chunk metadata in the archive. 2010-03-15 21:23:34 +01:00
Jonas Borgström
98f738fe7f Some code refactoring. 2010-03-09 22:27:37 +01:00
Jonas Borgström
723c636f06 Various code refactoring. 2010-03-06 18:25:35 +01:00
Jonas Borgström
7252c328dd A working c based chunkify implementation. Result: A 20+x speedup. YAY 2010-03-03 23:27:40 +01:00
Jonas Borgström
c1a6a4f68c Partial C implementation of chunkifier 2010-03-03 22:52:57 +01:00
Jonas Borgström
3ce990ba19 Implemented checksum and roll_checksum in C.
About 30% Performance boost. Yay!
2010-03-02 20:21:13 +01:00
Jonas Borgström
61cbaf8642 Implemented checksum() in _speedups.c 2010-03-01 23:39:14 +01:00
Jonas Borgström
60126b6330 Some code refactoring. 2010-03-01 23:02:40 +01:00
Jonas Borgström
ef4a035e53 Smarter buffer handling. 2010-03-01 22:16:07 +01:00
Jonas Borgström
8416de6219 Rename. 2010-03-01 22:04:43 +01:00