summaryrefslogtreecommitdiff
path: root/tests/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #3577 from rossdylan/rossdylan/pooldebugEdward Thomson2016-02-281-0/+6
|\
| * Add a new build flag to disable the pool allocator and pass all git_pool_mall...Ross Delinger2016-01-121-0/+6
* | git_libgit2_opts: validate keyEdward Thomson2016-02-221-0/+6
* | win32: introduce p_timeval that isn't stupidEdward Thomson2016-02-121-1/+1
|/
* Fix some warningsJacques Germishuys2015-11-201-1/+1
* pool: Never return unaligned buffersvmg/pool-alignVicent Marti2015-11-131-2/+2
* Merge pull request #3170 from CmdrMoozy/nsec_fixCarlos Martín Nieto2015-11-121-0/+6
|\
| * Merge branch 'master' into nsec_fix_nextAxel Rasmussen2015-10-011-0/+2
| |\
| * | caps: add test for GIT_FEATURES_NSECAxel Rasmussen2015-09-181-0/+6
* | | Merge pull request #3499 from ethomson/ref_dir_errmsgsCarlos Martín Nieto2015-11-121-0/+9
|\ \ \
| * | | filebuf: detect directories in our wayEdward Thomson2015-11-031-0/+9
* | | | settings: add a setter for a custom user-agentCarlos Martín Nieto2015-11-121-0/+11
* | | | stream: allow registering a user-provided TLS constructorcmn/tls-registerCarlos Martín Nieto2015-11-031-0/+47
|/ / /
* | | pool: Handle 32 bit systemsVicent Marti2015-10-281-1/+1
* | | pool: Simplify implementationVicent Marti2015-10-281-71/+11
| |/ |/|
* | Plug some leaksCarlos Martín Nieto2015-09-271-0/+2
|/
* mkdir: find component paths for mkdir_relativeEdward Thomson2015-09-171-7/+8
* core::mkdir tests: ensure we don't stomp symlinks in mkdirEdward Thomson2015-09-171-0/+34
* core::mkdir tests: include absolute mkdirsEdward Thomson2015-09-171-0/+35
* git_futils_mkdir_*: make a relative-to-base mkdirEdward Thomson2015-09-174-33/+33
* diriter: test we can iterate rootEdward Thomson2015-09-131-0/+29
* futils: ensure we can write a hidden fileEdward Thomson2015-09-081-0/+68
* filebuf: ensure we can lock a hidden fileEdward Thomson2015-09-081-0/+26
* filebuf: follow symlinks when creating a lock filecmn/follow-symlinkCarlos Martín Nieto2015-09-051-0/+53
* errors: tighten up git_error_state OOMs a bit moreEdward Thomson2015-08-031-5/+28