summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* THREADING: OpenSSL 1.1 is thead-safe, rework some paragraphscmn/threading-updateCarlos Martín Nieto2016-11-041-22/+24
* THREADING: update cURL thread safety linkCarlos Martín Nieto2016-11-021-1/+1
* Merge pull request #3960 from ignatenkobrain/openssl-1.1.0Carlos Martín Nieto2016-11-022-25/+150
|\
| * openssl: include OpenSSL headers only when we're buliding against itCarlos Martín Nieto2016-11-021-6/+10
| * openssl: use ASN1_STRING_get0_data when compiling against 1.1Carlos Martín Nieto2016-11-022-2/+7
| * openssl: recreate the OpenSSL 1.1 BIO interface for older versionsCarlos Martín Nieto2016-11-022-55/+134
| * add support for OpenSSL 1.1.0 for BIO filterIgor Gnatenko2016-10-121-0/+37
* | Merge pull request #3984 from pks-t/pks/pack-find-offset-raceCarlos Martín Nieto2016-11-021-5/+5
|\ \
| * | pack: fix race in pack_entry_find_offsetPatrick Steinhardt2016-11-021-5/+5
|/ /
* | Merge pull request #3976 from pks-t/pks/pqueue-null-derefPatrick Steinhardt2016-11-022-2/+25
|\ \
| * | pqueue: resolve possible NULL pointer dereferencePatrick Steinhardt2016-10-282-2/+25
* | | Merge pull request #3975 from pks-t/pks/ci-improvementsCarlos Martín Nieto2016-11-012-11/+7
|\ \ \
| * | | travis: do not allow valgrind failuresPatrick Steinhardt2016-10-311-3/+0
| * | | coverity: check for Coverity token only if necessaryPatrick Steinhardt2016-10-311-3/+3
| * | | coverity: only analyze the master branch of the main repositoryPatrick Steinhardt2016-10-281-3/+3
| * | | coverity: fix download URLPatrick Steinhardt2016-10-281-2/+1
| |/ /
* | | Merge pull request #3978 from pks-t/pks/doc-improvementsEdward Thomson2016-10-313-7/+7
|\ \ \ | |/ / |/| |
| * | openssl_stream: fix typoPatrick Steinhardt2016-10-311-1/+1
| * | PROJECTS: consistently quote directoriesPatrick Steinhardt2016-10-311-3/+3
| * | Documentation: fix small typosPatrick Steinhardt2016-10-312-3/+3
|/ /
* | Merge pull request #3973 from pks-t/pks/memleak-fixesPatrick Steinhardt2016-10-282-0/+4
|\ \
| * | tests: fetchhead: fix memory leakPatrick Steinhardt2016-10-271-0/+2
| * | tests: vector: fix memory leakPatrick Steinhardt2016-10-271-0/+2
|/ /
* | Merge pull request #3966 from vivaladav/documentation-fixesCarlos Martín Nieto2016-10-161-1/+1
|\ \ | |/ |/|
| * patch: minor documentation fix.Davide Coppola2016-10-161-1/+1
|/
* Merge pull request #3897 from pks-t/pks/squelch-example-warningsPatrick Steinhardt2016-10-107-508/+720
|\
| * script: cibuild: build examplesPatrick Steinhardt2016-10-101-1/+1
| * examples: add: fix type casting warningPatrick Steinhardt2016-10-101-5/+4
| * examples: diff: parse correct types for line-diffoptsPatrick Steinhardt2016-10-103-3/+31
| * examples: fix warnings in network/fetch.cPatrick Steinhardt2016-10-101-7/+7
| * examples: general: fix remaining warningsPatrick Steinhardt2016-10-101-9/+14
| * examples: general: convert C99 comments to C90 commentsPatrick Steinhardt2016-10-101-42/+54
| * examples: general: extract function demonstrating OID parsingPatrick Steinhardt2016-10-101-26/+44
| * examples: general: extract function demonstrating ODBPatrick Steinhardt2016-10-101-51/+77
| * examples: general: extract function demonstrating commit writingPatrick Steinhardt2016-10-101-36/+51
| * examples: general: extract functions demonstrating object parsingPatrick Steinhardt2016-10-101-131/+194
| * examples: general: extract function demonstrating revwalkingPatrick Steinhardt2016-10-101-39/+53
| * examples: general: extract function demonstrating index walkingPatrick Steinhardt2016-10-101-24/+33
| * examples: general: extract function demonstrating reference listingsPatrick Steinhardt2016-10-101-22/+36
| * examples: general: extract function demonstrating config filesPatrick Steinhardt2016-10-101-14/+23
| * examples: general: use tabs instead of spacesPatrick Steinhardt2016-10-101-457/+457
|/
* Merge branch 'pr/3809'Edward Thomson2016-10-0912-13/+58
|\
| * make git_diff_stats_to_buf not show 0 insertions or 0 deletionsSim Domingo2016-10-0912-13/+58
* | Merge pull request #3958 from libgit2/ethomson/settings_docsEdward Thomson2016-10-091-1/+2
|\ \
| * | docs: GIT_OPT_ENABLE_STRICT_OBJECT_CREATION is enabledethomson/settings_docsEdward Thomson2016-10-091-1/+2
* | | Merge pull request #3956 from pks-t/pks/object-parsing-hardeningEdward Thomson2016-10-092-4/+10
|\ \ \ | |/ / |/| |
| * | commit: always initialize commit messagePatrick Steinhardt2016-10-091-3/+4
| * | tree: validate filename and OID length when parsing objectPatrick Steinhardt2016-10-071-1/+6
* | | Merge pull request #3955 from arthurschreiber/arthur/fix-regcomp_l-checkCarlos Martín Nieto2016-10-072-8/+30
|\ \ \
| * | | Fix the existence check for `regcomp_l`.Arthur Schreiber2016-10-072-8/+30
|/ / /