summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: core: test deinitialization and concurrent initializationpks/synchronize-shutdownPatrick Steinhardt2016-11-021-0/+40
* global: reset global state on shutdown without threadingPatrick Steinhardt2016-11-021-1/+2
* global: synchronize initialization and shutdown with pthreadsPatrick Steinhardt2016-11-011-3/+17
* 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
|/ / /
* | | Merge pull request #3921 from libgit2/cmn/walk-limit-enoughEdward Thomson2016-10-0728-205/+407
|\ \ \
| * | | revwalk: don't show commits that become uninteresting after being enqueuedcmn/walk-limit-enoughCarlos Martín Nieto2016-10-061-8/+13
| * | | rebase: don't ask for time sortingCarlos Martín Nieto2016-10-061-1/+1
| * | | revwalk: update the description for the default sortingCarlos Martín Nieto2016-10-062-10/+4
| * | | revwalk: remove a useless enqueueing phase for topological and default sortingCarlos Martín Nieto2016-10-061-23/+22
| * | | Add revwalk note to CHANGELOGCarlos Martín Nieto2016-10-061-0/+2
| * | | revwalk: get rid of obsolete marking codeCarlos Martín Nieto2016-10-061-122/+9
| * | | revwalk: style changeCarlos Martín Nieto2016-10-061-4/+2