summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* commit: always initialize commit messagecmn/update-v24Patrick Steinhardt2016-11-031-3/+4
* tree: validate filename and OID length when parsing objectPatrick Steinhardt2016-11-031-1/+6
* Bump version to 0.24.2v0.24.2Carlos Martín Nieto2016-10-021-2/+2
* Merge pull request #3949 from libgit2/ethomson/v24-updatesEdward Thomson2016-10-012-0/+6
|\
| * ci: install homebrew's curl on macethomson/v24-updatesEdward Thomson2016-10-012-1/+2
| * ci: install homebrew's zlib on macEdward Thomson2016-10-012-0/+5
|/
* Merge pull request #3948 from libgit2/cmn/v24-updatesEdward Thomson2016-10-0157-500/+969
|\
| * array: fix search for empty arrayscmn/v24-updatesCarlos Martín Nieto2016-10-011-1/+1
| * odb: only provide the empty treeEdward Thomson2016-10-012-22/+16
| * odb: actually insert the empty blob in testsEdward Thomson2016-10-012-32/+34
| * mwindow: init mwindow files in git_libgit2_initEdward Thomson2016-10-014-26/+12
| * cmake: add curl library pathPatrick Steinhardt2016-10-011-0/+1
| * git_checkout_tree options fixStefan Huber2016-10-012-1/+5
| * transports: http: reset `connected` flag when re-connecting transportPatrick Steinhardt2016-10-011-0/+1
| * ignore: allow unignoring basenames in subdirectoriesPatrick Steinhardt2016-10-012-16/+83
| * stransport: do not use `git_stream_free` on uninitialized stransportPatrick Steinhardt2016-10-011-1/+3
| * stransport: make internal functions staticPatrick Steinhardt2016-10-011-8/+8
| * SecureTransport: handle NULL trust on successCarlos Martín Nieto2016-10-011-0/+3
| * sysdir: use the standard `init` patternEdward Thomson2016-10-012-52/+41
| * refspec: do not set empty rhs for fetch refspecsPatrick Steinhardt2016-10-012-2/+55
| * repository: don't cast to `int` for no reasonEdward Thomson2016-10-011-4/+4
| * remote: Handle missing config values when deleting a remoteDavid Turner2016-10-011-4/+10
| * blame: do not decrement commit refcount in make_originPatrick Steinhardt2016-10-011-8/+18
| * Fixed bug while parsing INT64_MINKrishna Ram Prakash R2016-10-012-3/+11
| * Fix repository discovery with ceiling_dirs at current directoryJosh Triplett2016-10-013-19/+38
| * cmake: do not use -fPIC for MSYS2Patrick Steinhardt2016-10-011-6/+8
| * README: update "Getting Help" sectionEdward Thomson2016-10-011-11/+23
| * README: improve contributing paragraphEdward Thomson2016-10-011-3/+9
| * README: disambiguate what to distribute source ofEdward Thomson2016-10-011-2/+2
| * threads: add platform-independent thread initialization functionPatrick Steinhardt2016-10-014-32/+32
| * win32: rename pthread.{c,h} to thread.{c,h}Patrick Steinhardt2016-10-015-7/+7
| * threads: remove now-useless typedefsPatrick Steinhardt2016-10-011-7/+0
| * threads: remove unused function pthread_num_processors_npPatrick Steinhardt2016-10-012-13/+0
| * threads: split up OS-dependent rwlock codePatrick Steinhardt2016-10-014-43/+31
| * threads: split up OS-dependent thread-condition codePatrick Steinhardt2016-10-014-20/+17
| * threads: remove unused function pthread_cond_broadcastPatrick Steinhardt2016-10-013-6/+0
| * threads: split up OS-dependent mutex codePatrick Steinhardt2016-10-014-26/+23
| * threads: split up OS-dependent thread codePatrick Steinhardt2016-10-018-45/+37
| * fix error message SHA truncation in git_odb__error_notfound()Sim Domingo2016-10-011-1/+1
| * HTTP authentication scheme name is case insensitive.David Brooks2016-10-011-1/+1
| * checkout: use empty baseline when no indexEdward Thomson2016-10-012-1/+69
| * documentation: improve docs for `checkout_head`Edward Thomson2016-10-011-0/+7
| * fetch: Fixed spurious update callback for existing tags.Jason Haslam2016-10-011-1/+5
| * global: clean up crt only after freeing tls dataPatrick Steinhardt2016-10-011-5/+5
| * tests: fix memory leaks in checkout::typechangePatrick Steinhardt2016-10-011-2/+2
| * index: fix NULL pointer access in index_remove_entryPatrick Steinhardt2016-10-011-2/+3
| * transports: smart: fix potential invalid memory dereferencesPatrick Steinhardt2016-10-012-0/+12
| * index_read_index: invalidate new paths in tree cacheEdward Thomson2016-10-011-0/+6
| * test: ensure we can round-trip a written treeEdward Thomson2016-10-011-0/+23
| * index_read_index: set flags for path_len correctlyEdward Thomson2016-10-011-0/+3