Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Change canonical import pathHEADmaster | Laria Carolin Chabowski | 2018-06-10 |
| | |||
* | Do not store Go pointers in C structs | Ayke van Laethem | 2017-10-02 |
| | |||
* | rename github account | Laria Carolin Chabowski | 2016-08-16 |
| | |||
* | Added CONTRIBUTORS file | Laria Carolin Chabowski | 2016-05-01 |
| | |||
* | Merge branch 'fix-newer-versions' | Laria Carolin Chabowski | 2016-04-30 |
|\ | |||
| * | 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 |
| | | |||
* | | Merge pull request #2 from aykevl/fix-cgo-callback | kch42 | 2016-04-30 |
|\| | | | | | Fix CGo callback | ||
| * | 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. |