Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix warning in Go 1.6: -Wimplicit-function-declaration | Ayke van Laethem | 2016-04-30 |
| | |||
* | go fmt | Ayke van Laethem | 2016-04-16 |
| | |||
* | Fix CGo callback | Ayke van Laethem | 2016-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.md | Kevin Chabowski | 2013-03-27 |
| | |||
* | Now using librsync terminology in docu and code. | Kevin Chabowski | 2013-03-27 |
| | |||
* | Added some helper functions. | Kevin Chabowski | 2013-03-27 |
| | | | | | These should make things more convenient (e.g. no need to Close() all the objects) | ||
* | renamed signature_test to librsync_test | Kevin Chabowski | 2013-03-27 |
| | |||
* | Implemented patching | Kevin Chabowski | 2013-03-27 |
| | |||
* | Loading signatures and creating deltas implemented | Kevin Chabowski | 2013-03-27 |
| | | | | | Type SignatureGen is now type Job, since we can use the same code for other librsync operations too. | ||
* | Initial commit | Kevin Chabowski | 2013-03-25 |
Creating signatures is already possible. |