Commit Graph

15 Commits (master)

Author SHA1 Message Date
Vladimir Stackov 9022e1fac4 Drop leading/trailing underscores in the header guards 2015-01-25 19:44:15 +03:00
Vladimir Stackov 30fe01a2a0 Added support for -o lzma.compression_level:
* Closes https://github.com/zbackup/zbackup/pull/10 completely
* editConfigInteractively moved to ZBackupBase again (to make possible
  to use Config almost anywhere)
2015-01-23 14:32:40 +03:00
Vladimir Stackov 74b904ecbd Storable variables validator done 2015-01-20 17:55:58 +03:00
Vladimir Stackov 2f736764ac Storable options is almost done 2015-01-18 03:42:52 +03:00
Am1GO 7658ac10c0 Source headers altered 2014-12-11 10:54:58 +03:00
Am1GO 8f47a9e312 Copyright added to source headers 2014-12-11 10:50:15 +03:00
Am1GO 9e7ebcb03c Merge branch 'lzo-pull-request' of github.com:BBBSnowball/zbackup into BBBSnowball-lzo-pull-request
Conflicts:
	.gitignore
	CMakeLists.txt
	bundle.cc
	chunk_storage.cc
	zbackup.cc
	zbackup.hh
	zbackup.proto
2014-12-09 15:21:51 +03:00
benny 8b0846bca6 use the NoCopy class to make sure EnDecoder cannot be copied 2013-10-28 00:48:48 +01:00
benny 00e3c32152 add my copyright to the files that I created or modified 2013-10-28 00:40:59 +01:00
benny 767c211c5d compression.hh gets a namespace and exceptions 2013-10-09 00:22:51 +02:00
benny 2c3b20f332 adjust coding style some more 2013-10-08 23:18:39 +02:00
benny bb623bbb19 prepare lzo support for pull request
implement dragonroot's suggestions:
- use smart pointers
- adjust coding style
- add info about LZO to README (and don't add anything that is only relevant for my fork repository)

TODO:
- move compression_method field from BundleInfo to file header

@dragonroot: Is it ok, now? (except for the compression_method field, of course)
2013-10-08 01:17:15 +02:00
benny 3d27b516f1 clean up 2013-10-03 10:24:47 +02:00
benny c22482536c Test case for lzo compression and lots of bugfixes; test passed, now 2013-10-03 09:32:58 +02:00
benny 6656866687 Refactor compression code: extract into compression.{hh,cc} and hide compression methods behind a consistent interface 2013-10-03 03:51:24 +02:00