- 01 Sep, 2013 3 commits
-
-
CMake seems not to support Android as a target and this option lets us test this in CMakeLists.txt.
Krzysztof Adamski committed -
Update documentation of git_oid_streq to remove outdated error code
Vicent Martí committed -
oid: git_oid_shorten_add() sets GITERR_INVALID when OID set is full
Vicent Martí committed
-
- 31 Aug, 2013 5 commits
-
-
Carlos Martín Nieto committed
-
Update readme to point to the currently maintained Erlang bindings.
Carlos Martín Nieto committed -
Update readme to point to the currently maintained Erlang bindings. Namely: https://github.com/carlosmn/geef
Nirvana committed -
Linquize committed
-
Linquize committed
-
- 29 Aug, 2013 1 commit
-
-
Carlos Martín Nieto committed
-
- 28 Aug, 2013 8 commits
-
-
All use of sortedcache will need this header, so put it in the definition of the sortedcache API.
Russell Belfer committed -
Thread safety for the refdb_fs
Vicent Martí committed -
Russell Belfer committed
-
Even more lenient remote parsing
Vicent Martí committed -
netops: remove duplicate include
Vicent Martí committed -
Configuration iterators redux
Vicent Martí committed -
Windows XP updates
Vicent Martí committed -
Edward Thomson committed
-
- 27 Aug, 2013 7 commits
-
-
Russell Belfer committed
-
nulltoken committed
-
nulltoken committed
-
In order to be loaded, a remote needs to be configured with at least a `url` or a `pushurl`. ENOTFOUND will be returned when trying to git_remote_load() a remote with neither of these entries defined.
nulltoken committed -
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
- 26 Aug, 2013 4 commits
-
-
Russell Belfer committed
-
This loads SRWLock APIs at runtime and in their absence (i.e. on Windows before Vista) falls back on a regular CRITICAL_SECTION that will not permit concurrent readers.
Russell Belfer committed -
refs: add git_reference_is_tag
Vicent Martí committed -
Nikolai Vladimirov committed
-
- 25 Aug, 2013 2 commits
-
-
push: small documentation fix
Vicent Martí committed -
Fraser Tweedale committed
-
- 24 Aug, 2013 3 commits
-
-
9e9aee67 added an include <netinet/in.h> to fix the build on FreeBSD. Sometime since then the same header is included ifndef _WIN32, so remove the duplicate include.
Fraser Tweedale committed -
fix tests on FreeBSD
Vicent Martí committed -
238b7614 introduced a test for posix behaviour, but on FreeBSD some of the structs and constants used aren't defined in <arpa/inet.h>. Include the appropriate headers to get the tests working again on FreeBSD.
Fraser Tweedale committed
-
- 23 Aug, 2013 1 commit
-
-
Russell Belfer committed
-
- 22 Aug, 2013 6 commits
-
-
This converts an internal lock from a write lock to a read lock where write isn't needed, and also clarifies some doc things about where various locks are acquired and how various APIs are intended to be used.
Russell Belfer committed -
Russell Belfer committed
-
This makes libgit2 require Windows Vista or newer if it is going to be compiled with the THREADSAFE option
Russell Belfer committed -
Russell Belfer committed
-
Russell Belfer committed
-
This is the first use we have of pthread_rwlock_t in libgit2. Hopefully it won't cause any serious portability problems.
Russell Belfer committed
-