| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
| |
See: https://github.com/kch42/golibrsync/issues/1
It is not allowed to let C directly call Go functions, wrapper functions
must be made. For some reason, it appears to have worked before but it
doesn't work now.
|
| |
|
|
|
|
|
| |
These should make things more convenient (e.g. no need to Close() all the
objects)
|
| |
|
| |
|
|
|
|
|
| |
Type SignatureGen is now type Job, since we can use the same code for
other librsync operations too.
|
|
Creating signatures is already possible.
|