summaryrefslogtreecommitdiff
path: root/tests/core
Commit message (Expand)AuthorAgeFilesLines
* util: introduce `git__prefixncmp` and consolidate implementationsEdward Thomson2017-12-201-0/+42
* stream: Gather streams to src/streamsEtienne Samson2017-10-231-1/+1
* cmake: simplify some HTTPS testsEtienne Samson2017-10-231-2/+1
* diff: implement function to calculate patch IDPatrick Steinhardt2017-06-261-0/+4
* Merge pull request #4267 from mohseenrm/masterEdward Thomson2017-06-141-0/+6
|\
| * Adding git_filter_init for initializing `git_filter` struct + unit test Mohseen Mukaddam2017-06-131-0/+6
* | tests: core: test initialization of `git_proxy_options`Patrick Steinhardt2017-06-131-0/+5
|/
* varint: fix computation for remaining buffer spacePatrick Steinhardt2017-06-061-0/+3
* tests: core::features: only check for HTTPS if it is supportedPatrick Steinhardt2017-04-251-0/+2
* inet_pton: don't assume addr families don't existethomson/3872Edward Thomson2017-03-221-4/+1
* Merge pull request #4169 from csware/absolute-symlinkPatrick Steinhardt2017-03-201-0/+29
|\
| * tests: filebuf: test writing to symlink with absolute pathsPatrick Steinhardt2017-03-201-0/+29
* | hash: test for sha1 collision attack detectionEdward Thomson2017-03-031-0/+64
* | Fix inet_pton tests triggering an assert in HaikuKevin Wojniak2017-02-251-2/+2
|/
* oidmap: remove GIT__USE_OIDMAP macroPatrick Steinhardt2017-02-171-2/+0
* strmap: remove GIT__USE_STRMAP macroPatrick Steinhardt2017-02-171-2/+0
* khash: avoid using macro magic to get return addressPatrick Steinhardt2017-02-171-1/+1
* khash: avoid using `kh_key`/`kh_val` as lvaluePatrick Steinhardt2017-02-171-2/+2
* khash: avoid using `kh_put` directlyPatrick Steinhardt2017-02-171-2/+2
* khash: avoid using `kh_val`/`kh_value` directlyPatrick Steinhardt2017-02-171-4/+4
* khash: avoid using `kh_get` directlyPatrick Steinhardt2017-02-171-4/+4
* khash: avoid using `kh_end` directlyPatrick Steinhardt2017-02-171-4/+4
* path: ensure dirname on Win32 prefix always has a trailing '/'Patrick Steinhardt2017-02-081-0/+2
* path: get correct dirname for Windows rootPatrick Steinhardt2017-02-081-0/+2
* sysdir: add failing test for variable substitutionCarlos Martín Nieto2016-12-181-0/+21
* core::init tests: reverse init/shutdownEdward Thomson2016-11-181-2/+2
* Merge pull request #3974 from libgit2/pks/synchronize-shutdownPatrick Steinhardt2016-11-041-0/+40
|\
| * tests: core: test deinitialization and concurrent initializationpks/synchronize-shutdownPatrick Steinhardt2016-11-021-0/+40
* | pqueue: resolve possible NULL pointer dereferencePatrick Steinhardt2016-10-281-0/+22
|/
* tests: vector: fix memory leakPatrick Steinhardt2016-10-271-0/+2
* Fix the existence check for `regcomp_l`.Arthur Schreiber2016-10-071-7/+29
* Merge pull request #3921 from libgit2/cmn/walk-limit-enoughEdward Thomson2016-10-071-0/+29
|\
| * vector, pqueue: add git_vector_reverse and git_pqueue_reverseCarlos Martín Nieto2016-10-061-0/+29
* | Make sure we use the `C` locale for `regcomp` on macOS.Arthur Schreiber2016-10-061-1/+26
|/
* varint: Add varint encoding/decodingDavid Turner2016-08-101-0/+39
* Merge pull request #3850 from wildart/custom-tlsEdward Thomson2016-08-041-4/+0
|\
| * remove conditions that prevent use of custom TLS streamwildart2016-07-061-4/+0
* | Merge pull request #3851 from txdv/get-user-agentEdward Thomson2016-07-051-0/+6
|\ \
| * | Add get user agent functionality.Andrius Bentkus2016-07-051-0/+6
| |/
* | Fixed bug while parsing INT64_MINKrishna Ram Prakash R2016-06-291-0/+8
|/
* vector: more sensible names for `grow_at`/`shrink_at`Edward Thomson2016-05-261-12/+12
* git_vector_grow/shrink: correct shrink, and testsEdward Thomson2016-05-261-0/+102
* patch parsing: squash some memory leaksEdward Thomson2016-05-261-0/+2
* zstream: fail when asked to inflate garbageEdward Thomson2016-05-261-0/+19
* git_buf: decode base85 inputsEdward Thomson2016-05-261-0/+36
* zstream: offer inflating, `git_zstream_inflatebuf`Edward Thomson2016-05-261-5/+11
* tests: fix core/stream test when built with openssl offAndreas Henriksson2016-04-061-2/+6
* Plug a few leaksCarlos Martín Nieto2016-03-311-0/+2
* Introduce `git_path_common_dirlen`Edward Thomson2016-03-241-0/+20
* tree: drop the now-unnecessary entries vectorEdward Thomson2016-03-221-0/+55