- 16 Feb, 2016 7 commits
-
-
Edward Thomson committed
-
Edward Thomson committed
-
Edward Thomson committed
-
Edward Thomson committed
-
Edward Thomson committed
-
Edward Thomson committed
-
Edward Thomson committed
-
- 12 Feb, 2016 1 commit
-
-
Windows defines `timeval` with `long`, which we cannot sanely cope with. Instead, use a custom timeval struct.
Edward Thomson committed
-
- 11 Feb, 2016 2 commits
-
-
Edward Thomson committed
-
Edward Thomson committed
-
- 09 Feb, 2016 15 commits
-
-
Introduce git_commit_extract_signature
Vicent Marti committed -
Coverity fixes
Carlos Martín Nieto committed -
This returns the GPG signature for a commit and its contents without the signature block, allowing for the verification of the commit's signature.
Carlos Martín Nieto committed -
commit: also match the first header field when searching
Carlos Martín Nieto committed -
Patrick Steinhardt committed
-
Patrick Steinhardt committed
-
Patrick Steinhardt committed
-
Patrick Steinhardt committed
-
The function `git_packfile_stream_open` tries to free the passed in stream when an error occurs. The only call site is `git_indexer_append`, though, which passes in the address of a stream struct which has not been allocated on the heap. Fix the issue by simply removing the call to free. In case of an error we did not allocate any memory yet and otherwise it should be the caller's responsibility to manage it's object's lifetime.
Patrick Steinhardt committed -
We were searching only past the first header field, which meant we were unable to find e.g. `tree` which is the first field. While here, make sure to set an error message in case we cannot find the field.
Carlos Martín Nieto committed -
Coverity fixes
Carlos Martín Nieto committed -
Better document `git_merge_commits` redux
Carlos Martín Nieto committed -
`git_merge_commits` and `git_merge` now *do* handle recursive base building for criss-cross merges. Remove the documentation that says that they do not. This reverts commit 5e44d9bc.
Edward Thomson committed -
mailmap: add ethomson@github.com
Edward Thomson committed -
Edward Thomson committed
-
- 08 Feb, 2016 2 commits
-
-
When copying contents of the cURL certiinfo we duplicate the data but forget to actually put it into the vector.
Patrick Steinhardt committed -
Patrick Steinhardt committed
-
- 07 Feb, 2016 1 commit
-
-
Introduce Contributor Covenant
Carlos Martín Nieto committed
-
- 05 Feb, 2016 3 commits
-
-
Free allocated pointer to curl stream on error
Carlos Martín Nieto committed -
winhttp: name mangle class / iid on mingw
Edward Thomson committed -
Export git_stash_apply_init_options
Edward Thomson committed
-
- 04 Feb, 2016 3 commits
-
-
Fix typo
Edward Thomson committed -
Ephemera committed
-
Fix a typo in documentation
Edward Thomson committed
-
- 03 Feb, 2016 1 commit
-
-
Nicolas Vanheuverzwijn committed
-
- 02 Feb, 2016 1 commit
-
-
Edward Thomson committed
-
- 24 Jan, 2016 1 commit
-
-
jbreeden committed
-
- 19 Jan, 2016 1 commit
-
-
Standard Windows type systems define CLSID_InternetSecurityManager and IID_IInternetSecurityManager, but MinGW lacks these definitions. As a result, we must hardcode these definitions ourselves. However, we should not use a public struct with those names, lest another library do the same thing and consumers cannot link to both.
Edward Thomson committed
-
- 17 Jan, 2016 1 commit
-
-
Bob Kuo committed
-
- 16 Jan, 2016 1 commit
-
-
Make packfile_unpack_compressed a private API
Carlos Martín Nieto committed
-