summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* win32: refactor `git_win32_path_remove_namespace`ethomson/unc_pathsEdward Thomson2018-10-191-25/+36
* win32: more tests for `git_win32_remove_path`Edward Thomson2018-10-191-0/+28
* win32: rename `git_win32__canonicalize_path`Edward Thomson2018-10-196-113/+116
* Fix comment style and update test codeGabriel DeBacker2018-10-041-4/+7
* Fix issue with path canonicalization for Win32 pathsGabriel DeBacker2018-09-302-2/+32
* 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
| | |/ | |/|
* | | Merge pull request #4816 from libgit2/ethomson/test_leakEdward Thomson2018-09-241-0/+6
|\ \ \
| * | | online::clone: free url and username before resettingethomson/test_leakEdward Thomson2018-09-221-0/+6
| | |/ | |/|
* | | Merge pull request #4794 from marcin-krystianc/mkrystianc/prune_perfPatrick Steinhardt2018-09-211-1/+1
|\ \ \ | |/ / |/| |
| * | git_remote_prune to be O(n * logn)Marcin Krystianc2018-09-021-1/+1
* | | Merge pull request #4813 from libgit2/ethomson/ci-renameEdward Thomson2018-09-206-12/+12
|\ \ \
| * | | README: rename "VSTS" to "Azure DevOps"ethomson/ci-renameEdward Thomson2018-09-181-2/+2
| * | | README: update the build badge to Azure PipelinesEdward Thomson2018-09-181-1/+1
| * | | ci: rename vsts to azure-pipelinesEdward Thomson2018-09-185-9/+9
* | | | Merge pull request #4810 from libgit2/cmn/format-securityEdward Thomson2018-09-191-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | cmake: enable -Wformat and -Wformat-securitycmn/format-securityCarlos Martín Nieto2018-09-171-0/+2
| | |/ | |/|
* | | Merge pull request #4809 from libgit2/cmn/revwalk-sign-regressionEdward Thomson2018-09-181-3/+9
|\ \ \
| * | | revwalk: only check the first commit in the list for an earlier timestampcmn/revwalk-sign-regressionCarlos Martín Nieto2018-09-171-2/+8
| * | | revwalk: use the max value for a signed integerCarlos Martín Nieto2018-09-171-1/+1
| |/ /
* | | Merge pull request #4805 from libgit2/signed_charEdward Thomson2018-09-181-1/+1
|\ \ \