Alexander Neumann
|
5d617edbbf
|
local/sftp backend: Do not seek if offset is 0
|
2015-10-25 17:51:26 +01:00 |
|
Alexander Neumann
|
0a457eafed
|
Correctly test for config file
|
2015-08-26 22:06:52 +02:00 |
|
Alexander Neumann
|
b211f834fa
|
Remove tests for directories
For testing whether a repository already exists it is sufficient to
test if the config file (and therefore the master key) exists.
Closes #279
|
2015-08-26 21:51:40 +02:00 |
|
Klaus Post
|
0e7d0d8dba
|
Create ignoreSigIntProcAttr()
Retrieve the SysProcAttr from a separate function. Completely eliminates syscall from main file.
|
2015-08-16 12:51:01 +02:00 |
|
Klaus Post
|
2dcb527828
|
Only use Setsid on Unix.
Setsid is not a part of syscall.SysProcAttr on Windows, so we only set that on
systems that have it.
|
2015-08-14 15:32:07 +02:00 |
|
Alexander Neumann
|
281eea9c05
|
sftp: Use own process group for ssh subprocess
|
2015-07-05 11:07:10 +02:00 |
|
Emil Hessman
|
52b6cfbbfa
|
backend: fix doc typos
|
2015-06-28 09:44:06 +02:00 |
|
Alexander Neumann
|
4e5094b7c9
|
Fix loading config on sftp backend
|
2015-05-14 18:08:45 +02:00 |
|
Alexander Neumann
|
c57c4f0b8f
|
Merge branch 'add_config'
|
2015-05-04 22:13:59 +02:00 |
|
Alexander Neumann
|
5399358272
|
Fix spelling errors in comments
|
2015-05-04 20:39:45 +02:00 |
|
Alexander Neumann
|
250080db9c
|
sftp: Annotate a few errors
|
2015-05-03 21:06:20 +02:00 |
|
Alexander Neumann
|
2fb1783885
|
backend/server: remove id and version from backend
|
2015-05-03 18:56:16 +02:00 |
|
Alexander Neumann
|
1f94ac724f
|
backend: rename LimitReader to LimitReadCloser
|
2015-05-02 16:13:56 +02:00 |
|
Alexander Neumann
|
98dc811536
|
Add nil-receiver awareness to all Reader/Writer
|
2015-05-01 17:32:42 +02:00 |
|
Alexander Neumann
|
ec108fb708
|
Remove backend.Tree
|
2015-04-29 23:27:36 +02:00 |
|
Alexander Neumann
|
60a0fe8349
|
Major restructure, bundle blobs
This commit also breaks the repository format.
|
2015-04-29 23:27:32 +02:00 |
|
Alexander Neumann
|
87ce38b13a
|
Add type 'Index' to backend
|
2015-04-29 23:27:08 +02:00 |
|
Florian Weingarten
|
ebae478631
|
Prefer mixedCaps over underscore
|
2015-04-24 19:39:32 -04:00 |
|
Alexander Neumann
|
5e69788eac
|
Refactor backends
|
2015-03-28 14:36:50 +01:00 |
|