aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Change canonical import pathHEADmasterLaria Carolin Chabowski2018-06-10
|
* Do not store Go pointers in C structsAyke van Laethem2017-10-02
|
* rename github accountLaria Carolin Chabowski2016-08-16
|
* Added CONTRIBUTORS fileLaria Carolin Chabowski2016-05-01
|
* Merge branch 'fix-newer-versions'Laria Carolin Chabowski2016-04-30
|\
| * Support the new librsync (version 1.0.0)Ayke van Laethem2016-04-30
| | | | | | | | Compatibility with older versions is kept (tested 0.9.7).
| * Do not use Go pointers containing Go pointers in a CGo callAyke van Laethem2016-04-30
| | | | | | | | https://github.com/golang/proposal/blob/master/design/12416-cgo-pointers.md
| * Fix warning in Go 1.6: -Wimplicit-function-declarationAyke van Laethem2016-04-30
| |
* | Merge pull request #2 from aykevl/fix-cgo-callbackkch422016-04-30
|\| | | | | Fix CGo callback
| * go fmtAyke van Laethem2016-04-16
| |
| * Fix CGo callbackAyke van Laethem2016-04-16
|/ | | | | | | | 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.
* Added LICENSE and README.mdKevin Chabowski2013-03-27
|
* Now using librsync terminology in docu and code.Kevin Chabowski2013-03-27
|
* Added some helper functions.Kevin Chabowski2013-03-27
| | | | | These should make things more convenient (e.g. no need to Close() all the objects)
* renamed signature_test to librsync_testKevin Chabowski2013-03-27
|
* Implemented patchingKevin Chabowski2013-03-27
|
* Loading signatures and creating deltas implementedKevin Chabowski2013-03-27
| | | | | Type SignatureGen is now type Job, since we can use the same code for other librsync operations too.
* Initial commitKevin Chabowski2013-03-25
Creating signatures is already possible.