Alexander Neumann
|
232c472836
|
Move package 'repo' to package 'repository'
|
2015-05-09 23:52:03 +02:00 |
|
Alexander Neumann
|
b2dcdf00e3
|
Merge pull request #178 from restic/refactor-server
Rename Server -> Repository
|
2015-05-09 22:59:02 +02:00 |
|
Alexander Neumann
|
ae21938f3e
|
Rename 'Repository' -> Repo
|
2015-05-09 17:41:28 +02:00 |
|
Alexander Neumann
|
c814706bb1
|
Correct typos found by @fw42
|
2015-05-09 17:20:18 +02:00 |
|
Alexander Neumann
|
cbc61fffe8
|
Set test password to geheim instead of the empty string
|
2015-05-09 14:45:09 +02:00 |
|
Alexander Neumann
|
cd4c56b927
|
wip
|
2015-05-09 13:54:47 +02:00 |
|
Alexander Neumann
|
5fc1583acc
|
Fix comments
|
2015-05-09 13:47:23 +02:00 |
|
Alexander Neumann
|
d9b5832034
|
Rename variables
|
2015-05-09 13:47:21 +02:00 |
|
Alexander Neumann
|
7ec674f3e8
|
Move repo/server.go -> repo/repository.go
|
2015-05-09 13:46:54 +02:00 |
|
Alexander Neumann
|
87ebf12945
|
Rename 'Server' to 'Repository'
|
2015-05-09 13:25:52 +02:00 |
|
Alexander Neumann
|
8be9e95d20
|
Rename package 'server' to 'repo'
|
2015-05-09 13:24:15 +02:00 |
|
Alexander Neumann
|
1d37fe3f97
|
Merge pull request #177 from restic/add-src-doc
Add code documentation
|
2015-05-09 13:15:40 +02:00 |
|
Alexander Neumann
|
861e1b9910
|
Add doc stubs to all the packages
|
2015-05-09 13:00:01 +02:00 |
|
Alexander Neumann
|
9ac6a1d232
|
Add minimal documentation for backend/{local,sftp}
|
2015-05-09 12:54:45 +02:00 |
|
Alexander Neumann
|
e4e502959f
|
Clarify documentation on backend
|
2015-05-09 12:53:04 +02:00 |
|
Alexander Neumann
|
87206769c9
|
Add minimal documentatation to restic package
|
2015-05-09 12:52:46 +02:00 |
|
Alexander Neumann
|
985af03738
|
Merge pull request #176 from restic/use-coveralls
Improve CI with coveralls
|
2015-05-09 12:31:44 +02:00 |
|
Alexander Neumann
|
0cb60e31c5
|
travis: remove unneeded Go version 'release'
|
2015-05-09 12:24:17 +02:00 |
|
Alexander Neumann
|
42467a056e
|
travis: report coverage to coveralls.io
|
2015-05-09 12:23:44 +02:00 |
|
Alexander Neumann
|
8131bc60b7
|
README: Add coveralls.io badge
|
2015-05-09 11:23:43 +02:00 |
|
Alexander Neumann
|
8c8ebd20b3
|
Merge pull request #175 from restic/improve-contribution-doc
Improve docs for contribution
|
2015-05-09 11:23:20 +02:00 |
|
Alexander Neumann
|
7d5211501f
|
Improve docs for contribution
|
2015-05-09 11:11:48 +02:00 |
|
Alexander Neumann
|
7d06fe779b
|
test: shorten 'ls' test output
|
2015-05-06 23:43:36 +02:00 |
|
Alexander Neumann
|
650d1f8cc3
|
Fix 'ls' test, don't compare output
|
2015-05-06 23:40:12 +02:00 |
|
Alexander Neumann
|
b0eeb6f6b7
|
doc: Fix spelling, link from README
|
2015-05-06 23:18:46 +02:00 |
|
Alexander Neumann
|
f0c6e7010e
|
Merge pull request #172 from ckeen/contributing_documentation
Describe how to contribute
|
2015-05-06 23:03:25 +02:00 |
|
Alexander Neumann
|
b25fb3dc55
|
Merge branch 'add-test-ls'
|
2015-05-06 22:03:58 +02:00 |
|
Alexander Neumann
|
c86474663c
|
testsuite: Add test for 'ls' command
|
2015-05-06 21:45:23 +02:00 |
|
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 |
|