summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* https: don't test that RC4 is invalidcmn/sec-update-24Carlos Martín Nieto2017-01-091-0/+3
* http: correct the expected error for RC4Carlos Martín Nieto2017-01-091-2/+4
* Bump version to 0.24.6Edward Thomson2017-01-061-2/+2
* Merge branch '24_smartpktparse' into maint/v0.24Edward Thomson2017-01-062-16/+13
|\
| * smart_pkt: treat empty packet lines as errorPatrick Steinhardt2017-01-062-16/+5
| * smart_pkt: verify packet length exceeds PKT_LEN_SIZEPatrick Steinhardt2017-01-061-0/+8
* | Merge branch '24_certcheckcb' into maint/v0.24Edward Thomson2017-01-062-2/+30
|\ \ | |/ |/|
| * http: perform 'badssl' check also via certificate callbackCarlos Martín Nieto2017-01-061-0/+29
| * http: check certificate validity before clobbering the error variableEtienne Samson2017-01-061-2/+1
|/
* Bump version to 0.24.5v0.24.5Carlos Martín Nieto2016-12-171-2/+2
* Bump version to 0.24.4Carlos Martín Nieto2016-12-161-2/+2
* Merge pull request #4012 from libgit2/cmn/openssl-maintCarlos Martín Nieto2016-12-162-25/+150
|\
| * Add support for OpenSSL 1.1.0 for BIO filtercmn/openssl-maintCarlos Martín Nieto2016-11-192-25/+150
|/
* Bump version to 0.24.3v0.24.3Carlos Martín Nieto2016-11-031-2/+2
* Merge pull request #3987 from libgit2/cmn/update-v24Carlos Martín Nieto2016-11-033-6/+17
|\
| * travis: take the newer ssh-keygen format into accountCarlos Martín Nieto2016-11-031-2/+7
| * 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