aboutsummaryrefslogtreecommitdiff
path: root/librsync/librsync_callback.go
Commit message (Collapse)AuthorAge
* Change canonical import pathHEADmasterLaria Carolin Chabowski2018-06-10
|
* Do not store Go pointers in C structsAyke van Laethem2017-10-02
|
* 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 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.