Alexander Neumann
|
683092f0c4
|
Merge branch 'howeyc-ls-command'
|
2015-05-06 20:45:31 +02:00 |
|
Alexander Neumann
|
53f402f489
|
Merge branch 'ls-command' of https://github.com/howeyc/restic into howeyc-ls-command
|
2015-05-06 20:44:53 +02:00 |
|
Alexander Neumann
|
a1d71e47f3
|
Merge branch 'howeyc-freebsd-build'
|
2015-05-06 20:43:04 +02:00 |
|
Alexander Neumann
|
acd4cd985d
|
travis: Add env variable for gox cross-compilation
|
2015-05-06 20:42:11 +02:00 |
|
Chris Howey
|
4262f68d45
|
travis: Add FreeBSD cross-compile
|
2015-05-06 13:30:43 -05:00 |
|
Christian Kellermann
|
c3adb835df
|
Move contributing document to root
|
2015-05-06 14:45:04 +02:00 |
|
Christian Kellermann
|
cb1d7e7d68
|
Describe how to contribute
|
2015-05-06 09:11:07 +02:00 |
|
Chris Howey
|
e8615eb593
|
Fix ls command
Added missing loadindex call. Also fixed the recursive call to
use the subtree to stop infinte recursion.
|
2015-05-05 20:50:10 -05:00 |
|
Chris Howey
|
a8be9c32d0
|
Call open file once on FreeBSD.
|
2015-05-05 20:47:02 -05:00 |
|
Chris Howey
|
a1c8dac561
|
Add node to build on freebsd.
Also note that inode is 32 bit in go freebsd stat struct. Assumed
to be 64bit in restic.
|
2015-05-05 18:06:36 -05:00 |
|
Alexander Neumann
|
92de007900
|
travis: Add openbsd cross-compile
|
2015-05-05 21:34:33 +02:00 |
|
Alexander Neumann
|
1723be5a50
|
node: Move unix-specific functions back to node.go
|
2015-05-05 21:34:12 +02:00 |
|
Alexander Neumann
|
39c4b7cce2
|
Merge branch 'openbsd_support' of https://github.com/ckeen/restic into openbsd_support
|
2015-05-05 21:28:01 +02:00 |
|
Christian Kellermann
|
27629e76ca
|
initial openbsd support added
|
2015-05-05 20:13:55 +02:00 |
|
Alexander Neumann
|
ae89ac183d
|
Merge branch 'remove_chunker_reset_and_pool'
|
2015-05-05 00:56:56 +02:00 |
|
Alexander Neumann
|
f79e530e18
|
chunker: Further cleanup
|
2015-05-05 00:56:07 +02:00 |
|
Alexander Neumann
|
ea22b2dfb1
|
chunker: move buffer pool to chunker package
|
2015-05-05 00:51:47 +02:00 |
|
Alexander Neumann
|
bdbb3ab329
|
Remove pools.go
|
2015-05-05 00:14:07 +02:00 |
|
Alexander Neumann
|
1f33e29ce2
|
crypto: Fix buffer extension in Decrypt()
|
2015-05-05 00:12:05 +02:00 |
|
Alexander Neumann
|
589dbaaed2
|
chunker: Remove unused constant
|
2015-05-05 00:06:44 +02:00 |
|
Alexander Neumann
|
64a290c8db
|
chunker: Add buffer to New()
|
2015-05-04 23:25:07 +02:00 |
|
Florian Weingarten
|
282c4379db
|
Remove chunker.Reset() and chunker pool
|
2015-05-04 16:49:49 -04:00 |
|
Alexander Neumann
|
c57c4f0b8f
|
Merge branch 'add_config'
|
2015-05-04 22:13:59 +02:00 |
|
Alexander Neumann
|
ab3da5c8af
|
archiver: Remove trees and packs from dedup test
|
2015-05-04 22:11:53 +02:00 |
|
Alexander Neumann
|
f8804d4265
|
chunker: Add benchmark for reducibility test
|
2015-05-04 21:41:57 +02:00 |
|
Alexander Neumann
|
35af933f24
|
server: Rename CreateMasterKey() to Init()
|
2015-05-04 20:40:17 +02:00 |
|
Alexander Neumann
|
ae1a85c896
|
server: Check repository version
|
2015-05-04 20:40:02 +02:00 |
|
Alexander Neumann
|
5399358272
|
Fix spelling errors in comments
|
2015-05-04 20:39:45 +02:00 |
|
Alexander Neumann
|
be943eaf8b
|
doc: Clarify storage ID
|
2015-05-04 20:39:07 +02:00 |
|
Alexander Neumann
|
250080db9c
|
sftp: Annotate a few errors
|
2015-05-03 21:06:20 +02:00 |
|
Alexander Neumann
|
7af918cfdd
|
key: Remove unused convenience methods
|
2015-05-03 18:56:20 +02:00 |
|
Alexander Neumann
|
1213d87b1a
|
server: Only save crypto.Key
At the moment, the server doesn't need the full server.Key (master and
user key), just the master key.
|
2015-05-03 18:56:20 +02:00 |
|
Alexander Neumann
|
08fac28e73
|
crypto: Remove polynomial from key
|
2015-05-03 18:56:20 +02:00 |
|
Alexander Neumann
|
991a325cc5
|
server: Test for existing config
|
2015-05-03 18:56:20 +02:00 |
|
Alexander Neumann
|
ddc44ddfb1
|
server: Check irreducible polynomial in config
|
2015-05-03 18:56:20 +02:00 |
|
Alexander Neumann
|
765e3dc66f
|
restic: Add 'cat config' command
|
2015-05-03 18:56:20 +02:00 |
|
Alexander Neumann
|
d4bf5bb279
|
server: Add config
|
2015-05-03 18:56:20 +02:00 |
|
Alexander Neumann
|
bebb08ee7e
|
server/key: Rename CreateKey -> CreateMasterKey
|
2015-05-03 18:56:20 +02:00 |
|
Alexander Neumann
|
9b54fd7bdb
|
server: rename LoadJSONEncrypted -> LoadJSONUnpacked
|
2015-05-03 18:56:20 +02:00 |
|
Alexander Neumann
|
2fb1783885
|
backend/server: remove id and version from backend
|
2015-05-03 18:56:16 +02:00 |
|
Alexander Neumann
|
1cedff0e9e
|
tests: Simplify key handling
|
2015-05-03 16:36:52 +02:00 |
|
Alexander Neumann
|
062c328f2d
|
doc: Add config
|
2015-05-03 15:00:26 +02:00 |
|
Alexander Neumann
|
13a42ec5ec
|
Merge branch 'cleanups'
|
2015-05-02 17:43:13 +02:00 |
|
Alexander Neumann
|
ba1125df10
|
Cleanup commets with feedback from @fw42
|
2015-05-02 17:01:31 +02:00 |
|
Alexander Neumann
|
c9664e9eac
|
Remove unused function saveTree()
|
2015-05-02 16:55:29 +02:00 |
|
Alexander Neumann
|
d66780a45d
|
Remove unused global variable
|
2015-05-02 16:39:24 +02:00 |
|
Alexander Neumann
|
71f3fb2dac
|
Rename variables in copyJobs()
|
2015-05-02 16:39:11 +02:00 |
|
Alexander Neumann
|
cd0c537e7e
|
remove unused file
|
2015-05-02 16:25:26 +02:00 |
|
Alexander Neumann
|
6fe38b0cd8
|
fix comments to have the standard form
|
2015-05-02 16:22:43 +02:00 |
|
Alexander Neumann
|
cf62eb3e15
|
chunker: unexport WindowSize and AverageBits
|
2015-05-02 16:19:16 +02:00 |
|