libgit2/include
Edward Thomson 60e15ecd55 packbuilder: size_t all the things
After 1cd65991, we were passing a pointer to an `unsigned long` to
a function that now expected a pointer to a `size_t`.  These types
differ on 64-bit Windows, which means that we trash the stack.

Use `size_t`s in the packbuilder to avoid this.
2016-07-24 15:49:19 -04:00
..
git2 packbuilder: size_t all the things 2016-07-24 15:49:19 -04:00
git2.h proxy: introduce a proxy options struct 2016-04-19 13:54:19 +02:00