- 27 Nov, 2012 13 commits
-
-
This fixes some missed places where we can apply const-ness to various public APIs. There are still some index and tree APIs that cannot take const pointers because we sort our `git_vectors` lazily and so we can't reliably bsearch the index and tree content without applying a `git_vector_sort()` first. This also fixes some missed places where size_t can be used and where const can be applied to a couple internal functions.
Russell Belfer committed -
Ben Straub committed
-
Russell Belfer committed
-
Russell Belfer committed
-
This makes the diff functions that take callbacks both take the payload parameter after the callback function pointers and pass the payload as the last argument to the callback function instead of the first. This should make them consistent with other callbacks across the API.
Russell Belfer committed -
Ben Straub committed
-
As part of API review, use a typedef for the callback fn ptr.
Russell Belfer committed -
Russell Belfer committed
-
Russell Belfer committed
-
Ben Straub committed
-
Ben Straub committed
-
Conflicts: src/branch.c tests-clar/refs/branches/create.c
Vicent Marti committed -
Ben Straub committed
-
- 26 Nov, 2012 5 commits
-
-
fix build on FreeBSD
Vicent Martí committed -
3f9eb1e5 introduced support for SSL certificates issued for IP addresses, making use of in_addr and in_addr6 structs. On FreeBSD these are defined in (a file included in) <netinet/in.h>, so include that file on FreeBSD and get the build working again.
Fraser Tweedale committed -
pack.c: Set p->mwf.fd to -1 on error
Vicent Martí committed -
Fix invalid read reported by valgrind
Vicent Martí committed -
delanne committed
-
- 24 Nov, 2012 1 commit
-
-
If p->mwf.fd is e.g. -2 then it is closed in packfile_free and an exception might be thrown. Signed-off-by: Sven Strickroth <email@cs-ware.de>
Sven Strickroth committed
-
- 23 Nov, 2012 6 commits
-
-
Make `git_repository_head_tree()` return error codes
Vicent Martí committed -
Create contributing guidelines
Vicent Martí committed -
Reset all static variables to NULL in clar's __cleanup
Vicent Martí committed -
Remove use of English expletives
Edward Thomson committed -
Remove words such as fuck, crap, shit etc. Remove other potentially offensive words from comments. Tidy up other geopolicital terms in comments.
Martin Woodward committed -
Without this change, any failed assertion in the second (or a later) test inside a test suite has a chance of double deleting memory, resulting in a heap corruption. See #1096 for details. This leaves alone the test cases where we "just" use cl_git_sandbox_init() and cl_git_sandbox_cleanup(). These methods already take good care to not double delete a repository. Fixes #1096
Sascha Cunz committed
-
- 22 Nov, 2012 4 commits
-
-
nulltoken committed
-
nulltoken committed
-
Philip Kelley committed
-
Update to Authors
Philip Kelley committed
-
- 21 Nov, 2012 3 commits
-
-
Ben Straub committed
-
Ben Straub committed
-
Ben Straub committed
-
- 20 Nov, 2012 8 commits
-
-
It is okay to not have a .gitconfig file
Russell Belfer committed -
Russell Belfer committed
-
Fix win32 lstat
Russell Belfer committed -
Opening a repo is generating an error if you don't have a .gitconfig file in your home directory, but that should be legal.
Russell Belfer committed -
Eduardo Bart committed
-
Eduardo Bart committed
-
Eduardo Bart committed
-
Eduardo Bart committed
-