Commit Graph

106 Commits (afbad440b84befb5f34543959503b4ef7e792479)

Author SHA1 Message Date
Vladimir Stackov afbad440b8 Added libunwind to build process
But it's not used anywhere yet
2014-12-31 06:49:06 +03:00
Vladimir Stackov c548d81fa8 Merge pull request #41 from Am1GO/cmake-changes
Little cmake updates
2014-12-31 01:03:03 +03:00
Vladimir Stackov 3d3828ca7e Little cmake updates 2014-12-31 00:58:58 +03:00
Vladimir Stackov add52b2867 Respect -DCMAKE_BUILD_TYPE in cmake args
https://groups.google.com/forum/#!topic/zbackup/s6YWHGAS90w
2014-12-26 17:48:36 +03:00
Vladimir Stackov 2a76da37cd Update README.md
Added Fedora to distro list
2014-12-22 14:51:17 +03:00
Vladimir Stackov 7e6adda6b1 Merge pull request #35 from bfontaine/endian-fix-osx
endian.h import fixed in compression.cc on OSX
2014-12-20 02:28:33 +03:00
Baptiste Fontaine d010646472 endian.h import fixed in compression.cc on OSX 2014-12-20 00:18:48 +01:00
Vladimir Stackov 5beb057817 Update README.md
Update ddar link
2014-12-19 17:43:30 +03:00
Vladimir Stackov 3e7f6e3cbe Merge pull request #33 from Am1GO/master
Huge memleak fixed
2014-12-16 15:26:33 +03:00
Vladimir Stackov 854c8b769a Huge memleak fixed
https://github.com/zbackup/zbackup/issues/32
2014-12-16 15:25:02 +03:00
Vladimir Stackov e059230ff1 Merge pull request #30 from Am1GO/passwd
Added command to change repo password
2014-12-15 14:28:38 +03:00
Vladimir Stackov a331eb094f Added command to change repo password
Also:
- Slight refactoring (zcollector renamed to backup_collector)
- Fixed typo (s/genarate/generate/g)
2014-12-15 14:13:34 +03:00
Vladimir Stackov bb576a1adb Mention FreeBSD port in README 2014-12-12 14:21:17 +03:00
Vladimir Stackov 866acb94d8 Delete CNAME
Wrong branch...
2014-12-12 12:46:38 +03:00
Vladimir Stackov 84fbe724c4 Create CNAME
Let's swap sites finally
2014-12-12 12:45:58 +03:00
Vladimir Stackov b9149e8b5d Update README.md
s/Zbackup/ZBackup/
2014-12-12 12:28:26 +03:00
Vladimir Stackov 8720e14f5e Release version 1.4 2014-12-12 09:10:26 +03:00
Vladimir Stackov 514294f288 Merge pull request #29 from Am1GO/CONTRIBUTORS
Contributors list moved to separate file
https://github.com/zbackup/zbackup/issues/23
2014-12-12 09:06:27 +03:00
Am1GO 37aed10321 Little bit more source headers alteration 2014-12-11 10:59:26 +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 161b691474 Contributors list moved to separate file 2014-12-10 14:44:44 +03:00
Am1GO ce1a240b4e Update README.md 2014-12-09 18:52:23 +03:00
Am1GO 945d4978e7 Fixed typo
s/sise/size/
2014-12-09 18:41:28 +03:00
Am1GO 3baa877080 Merge pull request #28 from Am1GO/master
Fail gracefully if can't load index file
2014-12-09 18:31:15 +03:00
Am1GO 68ffccff24 Fail gracefully if can't load index file 2014-12-09 18:29:12 +03:00
Am1GO c51e014c0d Merge pull request #27 from Am1GO/BBBSnowball-lzo-pull-request
LZO compression (reworked)
2014-12-09 17:54:47 +03:00
Am1GO cc84486668 LZO and backup exchanger working together
Additionally fixed segfault introduced in previous commit
2014-12-09 17:42:41 +03:00
Am1GO 629718f9bc Why not to set outputSize right away? 2014-12-09 17:09:00 +03:00
Am1GO efa7964d1c Added liblzo2-dev to .travis deps 2014-12-09 15:24: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
Am1GO 4e37e90be5 Update README.md
Added links to some distros
2014-12-09 13:33:34 +03:00
Am1GO 78e3839a80 Update README.md
Concept of the future of garbage collection
2014-12-01 15:42:51 +03:00
Am1GO fd511f5430 Merge pull request #20 from Sectoid/gc-impl
Basic garbage collection support (updated)
2014-12-01 14:56:09 +03:00
Am1GO c993a7364e Merge pull request #24 from Am1GO/master
Added Travis integration settings
2014-11-27 21:12:30 +03:00
Am1GO 151bc26830 Added Travis integration settings 2014-11-27 21:01:59 +03:00
Am1GO 2c071efb89 Update README.md
Added Travis build status
2014-11-27 20:51:05 +03:00
Gleb Golubitsky c1433dd524 dropping away unneeded threads param in ZRestore
Signed-off-by: Gleb Golubitsky <sectoid@gnolltech.org>
2014-11-27 18:29:09 +02:00
Gleb Golubitsky e5cebd17e6 refactoring to eject gc code from ZRestore and make world a bit better place
Signed-off-by: Gleb Golubitsky <sectoid@gnolltech.org>
2014-11-27 18:20:41 +02:00
Gleb Golubitsky d90d793c5f gitignoring cmake's and protobuf's trash
Signed-off-by: Gleb Golubitsky <sectoid@gnolltech.org>
2014-11-27 17:15:05 +02:00
Gleb Golubitsky 7607f21728 fixing typo in the usage help message
Signed-off-by: Gleb Golubitsky <sectoid@gnolltech.org>
2014-11-27 17:11:30 +02:00
Am1GO 5e094fb56f Update README.md
Added Attic to similar projects description.
2014-11-27 14:58:30 +03:00
Am1GO c4ccbe5c12 Merge pull request #21 from antevens/add_osx_compat
Add MacOSX compatability
2014-11-26 21:42:51 +03:00
Jarl Stefansson 5aa754654b Add MacOSX compatability 2014-11-26 13:31:31 -05:00
Gleb Golubitsky 3747a3e5c4 Removing empty directories in bundles after performing garbage collection
Signed-off-by: Gleb Golubitsky <sectoid@gnolltech.org>
2014-11-25 15:17:07 +02:00
Gleb Golubitsky 3522786202 Merge used chunks into single index instead of making new chunks for each used
Signed-off-by: Gleb Golubitsky <sectoid@gnolltech.org>
2014-11-25 14:42:15 +02:00
Gleb Golubitsky c57adde8f6 Added gc command to usage information
Signed-off-by: Gleb Golubitsky <sectoid@gnolltech.org>
2014-11-25 12:46:07 +02:00
Vitaliy Filippov 2c43343782 Basic garbage collection support 2014-11-25 12:46:07 +02:00
Am1GO 3e7ae35a7c Merge pull request #18 from Am1GO/master
Added missed OpenSSL exception to the headers
2014-10-17 18:06:22 +04:00
Am1GO 4468e69923 Added missed OpenSSL exception to the headers 2014-10-17 18:02:45 +04:00