Commit Graph

  • 945d4978e7 Fixed typo s/sise/size/ Am1GO 2014-12-09 18:41:28 +0300
  • 3baa877080 Merge pull request #28 from Am1GO/master Am1GO 2014-12-09 18:31:15 +0300
  • 68ffccff24 Fail gracefully if can't load index file Am1GO 2014-12-09 18:29:12 +0300
  • c51e014c0d Merge pull request #27 from Am1GO/BBBSnowball-lzo-pull-request Am1GO 2014-12-09 17:54:47 +0300
  • cc84486668 LZO and backup exchanger working together Additionally fixed segfault introduced in previous commit Am1GO 2014-12-09 17:42:41 +0300
  • 629718f9bc Why not to set outputSize right away? Am1GO 2014-12-09 17:09:00 +0300
  • efa7964d1c Added liblzo2-dev to .travis deps Am1GO 2014-12-09 15:24:15 +0300
  • 9e7ebcb03c Merge branch 'lzo-pull-request' of github.com:BBBSnowball/zbackup into BBBSnowball-lzo-pull-request Am1GO 2014-12-09 15:21:51 +0300
  • 4e37e90be5 Update README.md Am1GO 2014-12-09 13:33:34 +0300
  • 78e3839a80 Update README.md Am1GO 2014-12-01 15:42:51 +0300
  • fd511f5430 Merge pull request #20 from Sectoid/gc-impl Am1GO 2014-12-01 14:56:09 +0300
  • c993a7364e Merge pull request #24 from Am1GO/master Am1GO 2014-11-27 21:12:30 +0300
  • 151bc26830 Added Travis integration settings Am1GO 2014-11-27 21:01:59 +0300
  • 2c071efb89 Update README.md Am1GO 2014-11-27 20:51:05 +0300
  • c1433dd524 dropping away unneeded threads param in ZRestore Gleb Golubitsky 2014-11-27 18:29:09 +0200
  • e5cebd17e6 refactoring to eject gc code from ZRestore and make world a bit better place Gleb Golubitsky 2014-11-27 18:20:41 +0200
  • d90d793c5f gitignoring cmake's and protobuf's trash Gleb Golubitsky 2014-11-27 17:15:05 +0200
  • 7607f21728 fixing typo in the usage help message Gleb Golubitsky 2014-11-27 17:11:30 +0200
  • 5e094fb56f Update README.md Am1GO 2014-11-27 14:58:30 +0300
  • c4ccbe5c12 Merge pull request #21 from antevens/add_osx_compat Am1GO 2014-11-26 21:42:51 +0300
  • 5aa754654b Add MacOSX compatability Jarl Stefansson 2014-11-17 12:26:58 -0500
  • 3747a3e5c4 Removing empty directories in bundles after performing garbage collection Gleb Golubitsky 2014-11-25 15:17:07 +0200
  • 3522786202 Merge used chunks into single index instead of making new chunks for each used Gleb Golubitsky 2014-11-25 14:42:15 +0200
  • c57adde8f6 Added gc command to usage information Gleb Golubitsky 2014-11-25 12:43:11 +0200
  • 2c43343782 Basic garbage collection support Vitaliy Filippov 2014-07-14 00:11:01 +0400
  • 3e7ae35a7c Merge pull request #18 from Am1GO/master Am1GO 2014-10-17 18:06:22 +0400
  • 4468e69923 Added missed OpenSSL exception to the headers Am1GO 2014-10-17 18:02:45 +0400
  • 28be26b5bb Merge pull request #15 from Am1GO/master Konstantin Isakov 2014-10-17 12:46:07 +0400
  • 73ec33267d Merge pull request #17 from Am1GO/BackupExchangerInitialImplementation Konstantin Isakov 2014-10-17 12:43:53 +0400
  • 9709e1cdb8 Release version 1.3. Konstantin Isakov 2014-10-10 13:59:21 +0400
  • 34f6cb14d6 Add OpenSSL exception to the license, add the full texts of all licenses, update the copyright of the program to 2014. Konstantin Isakov 2014-10-10 13:50:55 +0400
  • 1d3a568a1b Slight refactoring Am1GO 2014-10-02 22:13:15 +0400
  • ea893dd868 Bundle support for backup exchange Adler32 calculation fixed Am1GO 2014-10-01 23:01:59 +0400
  • 0a61cc8a17 Initial bundle support for backup exchange Adler32 calculation for destination is in development Am1GO 2014-10-01 13:43:46 +0400
  • 83bdb77c4d Index support for backup exchange Am1GO 2014-09-30 17:36:16 +0400
  • 3cee914399 Initial support for backup exchange Bundle and index exchange is under development yet Am1GO 2014-09-30 14:36:28 +0400
  • a761c0078a Use sendfile if EXDEV received from rename call Am1GO 2014-09-29 14:21:30 +0400
  • 55b9486473 Added some boilerplates for backup exchanger Am1GO 2014-08-27 12:12:47 +0400
  • 9f8c631561 Added all appropriate sanity checks for cli Am1GO 2014-08-22 14:40:49 +0400
  • 7c2205a3e0 Add support for big-endian architectures. Konstantin Isakov 2014-01-15 21:48:05 +0400
  • 8b0846bca6 use the NoCopy class to make sure EnDecoder cannot be copied benny 2013-10-28 00:47:46 +0100
  • 00e3c32152 add my copyright to the files that I created or modified benny 2013-10-28 00:40:59 +0100
  • 9e5c5449fb fix a wrong word benny 2013-10-28 00:34:07 +0100
  • 4cf6ed1154 use '--compression lzo' instead of '--lzo', so we don't have to introduce a new argument when we add more compression methods benny 2013-10-28 00:25:19 +0100
  • 767c211c5d compression.hh gets a namespace and exceptions benny 2013-10-09 00:22:51 +0200
  • 44f3cdb98e update README.md: user can select the default compression method when she inits the repository benny 2013-10-09 00:03:53 +0200
  • fb4d814e5c Default compression is stored in StorageInfo benny 2013-10-08 23:57:27 +0200
  • abebe7a1ee Bump up file version, if we use a compression that the old code couldn't handle benny 2013-10-08 23:29:05 +0200
  • 2c3b20f332 adjust coding style some more benny 2013-10-08 23:18:39 +0200
  • f2a7446716 prepare lzo support for pull request - 2nd half benny 2013-10-08 01:43:33 +0200
  • bb623bbb19 prepare lzo support for pull request benny 2013-10-08 01:17:15 +0200
  • 3d27b516f1 clean up benny 2013-10-03 10:24:47 +0200
  • 072bec5071 misc benny 2013-10-03 10:14:14 +0200
  • 36a2b48579 Commandline argument for lzo benny 2013-10-03 10:13:51 +0200
  • c22482536c Test case for lzo compression and lots of bugfixes; test passed, now benny 2013-10-03 09:32:58 +0200
  • 272ff36f8b Support for lzo; only internal and not tested benny 2013-10-03 05:59:43 +0200
  • 6656866687 Refactor compression code: extract into compression.{hh,cc} and hide compression methods behind a consistent interface benny 2013-10-03 03:51:24 +0200
  • 747496eddd add test for bundle.cc because I'm going to modify it benny 2013-10-03 02:42:35 +0200
  • 61fe7528e1 add .gitignore benny 2013-10-03 02:41:32 +0200
  • ccdeab23b6 Release version 1.2. 1.2 Konstantin Isakov 2013-08-18 10:59:25 +0400
  • bf917bcf31 Always define __gnu_cxx::hash< unsigned long long >. Simplify the function, too. Konstantin Isakov 2013-07-24 13:55:29 +0400
  • ba00c58c85 Merge pull request #7 from ikatson/osx-after-review Konstantin Isakov 2013-07-22 13:39:18 -0700
  • e5d570259b Make zbackup compile on OS X. Igor Katson 2013-07-20 11:32:41 -0700
  • 62393385fb Merge branch 'master' of github.com:zbackup/zbackup Konstantin Isakov 2013-07-22 19:21:49 +0400
  • 9ba86aae6d Don't allow protocol buffers to refuse restoring large backup data. Konstantin Isakov 2013-07-22 19:13:37 +0400
  • dd573904bd Merge pull request #3 from eagafonov/master Konstantin Isakov 2013-07-20 13:02:38 -0700
  • 0f8d593846 Useful error message if protobuf compiler is not installed Eugene Agafonov 2013-07-21 02:59:46 +0400
  • 6444b1752a Fix another typo in README.md. Konstantin Isakov 2013-07-20 13:05:09 +0400
  • 2673878486 Lower the requirement of CMake to 2.8.2 in README.md. 1.1 Konstantin Isakov 2013-07-20 12:59:40 +0400
  • 86d9ead4c3 Correctly use FIND_PACKAGE_HANDLE_STANDARD_ARGS in FindLibLZMA.cmake. Konstantin Isakov 2013-07-20 12:47:02 +0400
  • 63b818e003 Release version 1.1. Konstantin Isakov 2013-07-20 12:29:57 +0400
  • b62fe9ae07 Fix a typo in README.md. Konstantin Isakov 2013-07-20 12:25:29 +0400
  • 0b4b7e8f32 Lower the required cmake version to 2.8.2. Konstantin Isakov 2013-07-20 12:05:53 +0400
  • 9d1d6f3abd Properly add new chains to the chunk ids' hash table for chunks with the same rolling hashes. Konstantin Isakov 2013-07-19 20:27:07 +0400
  • c11e05e6e6 Small fixes in README.md. Konstantin Isakov 2013-07-19 14:13:52 +0400
  • 8ffebd5b07 Merge pull request #1 from ikatson/protobuf-compiler-dep Konstantin Isakov 2013-07-19 00:46:56 -0700
  • f907bb28b4 Add "protobuf-compiler" to dependencies ikatson 2013-07-18 23:50:29 -0700
  • 168e5816b4 Some more tweaks 1.0 Konstantin Isakov 2013-07-18 23:16:47 +0400
  • 2218da178d Another minor tweak. Konstantin Isakov 2013-07-18 23:06:35 +0400
  • 4860cf98a5 Change the introduction language a bit. Konstantin Isakov 2013-07-18 22:58:59 +0400
  • ac689b04ae Add a writeup on similar projects and make the link to LZMA caveat more specific. Konstantin Isakov 2013-07-18 21:52:50 +0400
  • 78a5de2ea4 Initial import of all source code. Konstantin Isakov 2013-07-18 21:33:25 +0400
  • 962f3b8fd5 Initial commit Konstantin Isakov 2013-07-18 09:32:52 -0700