| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-02-26 | Convert the rest of the errors | Carlos Martín Nieto | |
| 2014-02-26 | Added git error code to the error object. | Jesper Hansen | |
| 2014-02-26 | Lock the thread so we can get the error message | Carlos Martín Nieto | |
| 2014-02-26 | Add iterators and ConfigEntry | Carlos Martín Nieto | |
| 2014-02-26 | Add a few more missing config functions | Carlos Martín Nieto | |
| 2014-02-26 | Add a few missing config setters and getters | Carlos Martín Nieto | |
| 2013-12-18 | Lock the OS thread when acessing errors | Carlos Martín Nieto | |
| The library stores error information in thread-local storage, which means we need to make sure that the Go runtime doesn't switch OS threads between the time we call a function and th time we attempt to retrieve the error information. | |||
| 2013-11-14 | Fix memleak for Config and parent commit objects | Artiom Di | |
| 2013-11-14 | Don't repeat the pkg-config line | Carlos Martín Nieto | |
| This is only needed once per package. Having it on every file makes the build system ask about it n times, which is silly. | |||
| 2013-03-05 | Initial commit | Vicent Marti | |
