summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | smart_pkt: adjust style of "ref" packet parsing functionPatrick Steinhardt2018-10-031-25/+19
| * | | | smart_pkt: check whether error packets are prefixed with "ERR "Patrick Steinhardt2018-10-031-2/+9
| * | | | smart_pkt: explicitly avoid integer overflows when parsing packetsPatrick Steinhardt2018-10-032-6/+6
| * | | | smart_pkt: honor line length when determining packet typePatrick Steinhardt2018-10-031-6/+6
| * | | | tests: verify parsing logic for smart packetsPatrick Steinhardt2018-10-031-0/+348
| | |/ / | |/| |
* | | | Merge pull request #4832 from pks-t/pks/config-includes-null-derefPatrick Steinhardt2018-10-052-3/+44
|\ \ \ \ | |_|_|/ |/| | |
| * | | config_file: properly ignore includes without "path" valuePatrick Steinhardt2018-10-052-1/+14
| * | | tests: always unlink created config filesPatrick Steinhardt2018-10-051-2/+30
| | |/ | |/|
* | | Merge pull request #4831 from pks-t/pks/int-conversionEdward Thomson2018-10-052-2/+3
|\ \ \ | |/ / |/| |
| * | cmake: explicitly enable int-conversion warningsPatrick Steinhardt2018-10-051-0/+1
| * | tests: fix warning for implicit conversion of integer to pointerPatrick Steinhardt2018-10-051-2/+2
|/ /
* | Merge pull request #4829 from pks-t/pks/cmake-cmp0054Edward Thomson2018-10-041-2/+5
|\ \
| * | cmake: enable new quoted argument policy CMP0054Patrick Steinhardt2018-10-041-0/+3
| * | cmake: remove spaces between `IF` and `(` for policiesPatrick Steinhardt2018-10-041-2/+2
| |/
* | Merge pull request #4824 from palmin/packbuilder-interesting-blobPatrick Steinhardt2018-10-041-1/+1
|\ \
| * | fix check if blob is uninteresting when inserting tree to packbuilderAnders Borum2018-10-011-1/+1
| |/
* | Merge pull request #4827 from tiennou/fix/documentation-fixupsPatrick Steinhardt2018-10-043-20/+59
|\ \ | |/ |/|
| * config: fix incorrect filename in documentation commentEtienne Samson2018-10-011-1/+1
| * doc: small fixups & additionsEtienne Samson2018-10-013-19/+58
* | Merge pull request #4812 from libgit2/ethomson/ci-refactorEdward Thomson2018-09-296-58/+76
|\ \
| * | ci: don't stop on failureethomson/ci-refactorEdward Thomson2018-09-292-8/+17
| * | ci: append -r flag to clar on windowsEdward Thomson2018-09-291-7/+24
| * | ci: add SKIP_*_TESTS for windows buildsEdward Thomson2018-09-171-19/+26
| * | ci: write test result XMLethomson/clar-xmlEdward Thomson2018-09-111-3/+6
| * | Revert "clar: introduce CLAR_XML option"Edward Thomson2018-09-104-26/+8
| * | ci: only run the exact named testEdward Thomson2018-09-101-1/+1
* | | Merge pull request #4767 from pks-t/pks/config-memCarlos Martín Nieto2018-09-2814-545/+983
|\ \ \
| * | | config: introduce new read-only in-memory backendPatrick Steinhardt2018-09-284-1/+372
| * | | config_entries: refactor entries iterator memory ownershipPatrick Steinhardt2018-09-283-13/+53
| * | | config_entries: internalize structure declarationsPatrick Steinhardt2018-09-282-11/+13
| * | | config_entries: abstract away reference countingPatrick Steinhardt2018-09-283-11/+16
| * | | config_entries: abstract away iteration over entriesPatrick Steinhardt2018-09-283-25/+24
| * | | config_entries: abstract away retrieval of config entriesPatrick Steinhardt2018-09-283-103/+112
| * | | config_entries: rename functions and structurePatrick Steinhardt2018-09-283-38/+38
| * | | config_entries: pull out implementation of entry storePatrick Steinhardt2018-09-283-146/+174
| * | | config_file: remove unnecessary snapshot indirectionPatrick Steinhardt2018-09-281-10/+2
| * | | config: rename "config_file.h" to "config_backend.h"Patrick Steinhardt2018-09-287-55/+44
| * | | config: move function normalizing section names into "config.c"Patrick Steinhardt2018-09-283-29/+27
| * | | config: make names backend-agnosticPatrick Steinhardt2018-09-281-36/+36
| * | | config: rename `file_internal` and its `file` memberPatrick Steinhardt2018-09-211-42/+42
| * | | config: rename `files` vector to `backends`Patrick Steinhardt2018-09-212-29/+29
| * | | config_parse: avoid unused static declared valuesPatrick Steinhardt2018-09-212-2/+5
| * | | submodule: fix submodule names depending on config-owned memoryPatrick Steinhardt2018-09-211-4/+6
* | | | Merge pull request #4784 from tiennou/fix/warningsPatrick Steinhardt2018-09-283-2/+11
|\ \ \ \
| * | | | path: fix "comparison always true" warningEtienne Samson2018-09-252-1/+10
| * | | | stransport: fix a warning on iOSEtienne Samson2018-09-251-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #4803 from tiennou/fix/4802Patrick Steinhardt2018-09-283-9/+33
|\ \ \ \ | |/ / / |/| | |
| * | | vector: do not realloc 0-size vectorsEtienne Samson2018-09-261-0/+3
| * | | vector: do not malloc 0-length vectors on dupEtienne Samson2018-09-262-8/+29
| * | | index: release the snapshot instead of freeing the indexEtienne Samson2018-09-111-1/+1
| | |/ | |/|