Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Support the new librsync (version 1.0.0) | Ayke van Laethem | 2016-04-30 |
| | | | | Compatibility with older versions is kept (tested 0.9.7). | ||
* | Do not use Go pointers containing Go pointers in a CGo call | Ayke van Laethem | 2016-04-30 |
| | | | | https://github.com/golang/proposal/blob/master/design/12416-cgo-pointers.md | ||
* | 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. | ||
* | Now using librsync terminology in docu and code. | 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. |