summaryrefslogtreecommitdiff
path: root/packbuilder.go
AgeCommit message (Expand)Author
2021-09-05Make all non-user-creatable structures non-comparable (#802)lhchavez
2020-12-05Refactor all callbacks (#700)lhchavez
2018-11-15Add support for Packbuilder.InsertFromWalk()lhchavez
2017-07-08Third round of keep-alive aditionsCarlos Martín Nieto
2015-05-22packbuilder: use HandleList for C function callbacks.Patrick Steinhardt
2015-03-04go fmtMark Probst
2014-12-11Remove useless includesCarlos Martín Nieto
2014-12-06Add missing thread lockingCarlos Martín Nieto
2014-05-06Packbuilder: use a callback for ForEach instead of a channelCarlos Martín Nieto
2014-02-26Added git error code to the error object.Jesper Hansen
2013-12-18Lock the OS thread when acessing errorsCarlos Martín Nieto
2013-11-14Don't repeat the pkg-config lineCarlos Martín Nieto
2013-11-13Packbuilder: adjust to changes in devCarlos Martín Nieto
2013-06-17Packbuilder: compilation fixesCarlos Martín Nieto
2013-06-13Merge pull request #24 from carlosmn/packbuilder-abortVicent Martí
2013-06-07Add nil for optional parameters for pack_writeMichael Crosby
2013-05-23Allow aborting the pack writing operationCarlos Martín Nieto
2013-05-16Correct some errors from 1da989eAxel Wagner
2013-05-16Add Write(w io.Writer) to packbuilderAxel Wagner
2013-05-16Add support for git_packbuilderAxel Wagner