summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* diff::parse: don't include `diff.h`ethomson/diff_parseEdward Thomson2020-06-051-1/+0
* Merge pull request #5543 from libgit2/ethomson/release_script_typoPatrick Steinhardt2020-06-041-1/+1
|\
| * release script: fix typoethomson/release_script_typoEdward Thomson2020-06-041-1/+1
|/
* Merge pull request #5537 from libgit2/ethomson/clar_exactmatchPatrick Steinhardt2020-06-031-0/+9
|\
| * offer exact name matching with a `$` suffixethomson/clar_exactmatchEdward Thomson2020-06-021-0/+9
* | Merge pull request #5536 from libgit2/ethomson/httpPatrick Steinhardt2020-06-032-4/+24
|\ \
| * | httpclient: clear the read_buf on new requestsethomson/httpEdward Thomson2020-06-021-1/+4
| * | httpclient: don't read more than the client wantsEdward Thomson2020-06-011-0/+4
| * | httpclient: read_body should return 0 at EOFEdward Thomson2020-06-011-3/+8
| * | online::clone: test a googlesource URLEdward Thomson2020-06-011-0/+8
* | | Merge pull request #5532 from joshtriplett/pack-default-pathEdward Thomson2020-06-023-11/+31
|\ \ \
| * | | git_packbuilder_write: Allow setting path to NULL to use the default pathJosh Triplett2020-05-233-1/+20
| * | | git_packbuilder_write: Unify cleanup pathJosh Triplett2020-05-231-10/+11
* | | | Merge pull request #5531 from joshtriplett/mempack-threadsEdward Thomson2020-06-021-0/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | mempack: Use threads when building the packJosh Triplett2020-05-231-0/+2
| |/ /
* | | Merge pull request #5528 from libgit2/ethomson/clar_internalEdward Thomson2020-06-021-44/+191
|\ \ \
| * | | clar: remove unused shell_out functionethomson/clar_internalEdward Thomson2020-06-021-26/+0
| * | | clar: remove files internally instead of /bin/rmEdward Thomson2020-06-021-10/+37
| * | | clar: copy files with sendfile on linuxEdward Thomson2020-06-021-6/+27
| * | | clar: copy files internally instead of /bin/cpEdward Thomson2020-06-021-18/+143
|/ / /
* | | Merge pull request #5535 from libgit2/ethomson/strarrayEdward Thomson2020-06-0228-132/+179
|\ \ \ | |_|/ |/| |
| * | strarray: deprecate git_strarray_copyEdward Thomson2020-06-011-0/+12
| * | strarray: we should `dispose` instead of `free`Edward Thomson2020-06-0127-88/+113
| * | strarray: move to its own fileEdward Thomson2020-06-012-46/+56
|/ /
* | Merge pull request #5481 from pks-t/pks/cmake-cleanupsPatrick Steinhardt2020-06-0122-58/+20
|\ \
| * | cmake: always disable deprecation-sync warningsPatrick Steinhardt2020-06-011-20/+17
| * | cmake: remove policiesPatrick Steinhardt2020-06-011-11/+2
| * | cmake: remove option to add profiling flagsPatrick Steinhardt2020-06-011-6/+0
| * | cmake: remove support for creating tagsPatrick Steinhardt2020-06-011-20/+0
| * | cmake: move modules into the "cmake/" top level dirPatrick Steinhardt2020-06-0122-1/+1
* | | Merge pull request #5526 from libgit2/ethomson/poolinitPatrick Steinhardt2020-06-0118-52/+56
|\ \ \ | |/ / |/| |
| * | git_pool_init: handle failure casesethomson/poolinitEdward Thomson2020-06-0116-49/+49
| * | git_pool_init: return an intEdward Thomson2020-05-232-3/+7
* | | Merge pull request #5529 from libgit2/ethomson/difftestPatrick Steinhardt2020-06-011-3/+3
|\ \ \
| * | | diff::workdir: actually test the buffersethomson/difftestEdward Thomson2020-05-231-3/+3
| | |/ | |/|
* | | Merge pull request #5527 from libgit2/ethomson/config_unreadablePatrick Steinhardt2020-06-012-0/+26
|\ \ \
| * | | config: test that unreadable files are treated as notfoundEdward Thomson2020-06-011-0/+17
| * | | config: ignore unreadable configuration filesWil Shipley2020-06-011-0/+9
| |/ /
* | | Merge pull request #5533 from pjw91/fix-index-writePatrick Steinhardt2020-06-012-3/+6
|\ \ \ | |/ / |/| |
| * | tests: index::version: write v4 index: re-open repo to read written v4 indexPatrick Wang2020-05-271-1/+4
| * | index: write v4: bugfix: prefix path with strip_len, not same_lenPatrick Wang2020-05-261-2/+2
|/ /
* | Merge pull request #5522 from pks-t/pks/openssl-cert-memleakEdward Thomson2020-05-231-6/+12
|\ \ | |/ |/|
| * streams: openssl: fix memleak due to us not free'ing certsPatrick Steinhardt2020-05-151-6/+12
* | Merge pull request #5515 from pks-t/pks/flaky-checkout-testEdward Thomson2020-05-232-22/+19
|\ \
| * | checkout::index: free the indexEdward Thomson2020-05-231-0/+2
| * | checkout: fix file being treated as unmodified due to racy indexPatrick Steinhardt2020-05-161-3/+4
| * | tests: checkout: fix stylistic issues and static variablePatrick Steinhardt2020-05-161-19/+13
* | | Merge pull request #5523 from libgit2/pks/cmake-sort-reproducible-buildsEdward Thomson2020-05-235-25/+36
|\ \ \ | |/ / |/| |
| * | cmake: Sort source files for reproducible buildspks/cmake-sort-reproducible-buildsPatrick Steinhardt2020-05-155-25/+36
| |/
* | Merge pull request #5517 from libgit2/pks/futils-symlink-argsEdward Thomson2020-05-122-6/+6
|\ \