summaryrefslogtreecommitdiff
path: root/tests/core
Commit message (Expand)AuthorAgeFilesLines
* Remove extra semicolon outside of a functionStefan Widgren2015-02-152-2/+2
* Make our overflow check look more like gcc/clang'sEdward Thomson2015-02-131-6/+10
* overflow checking: don't make callers set oomEdward Thomson2015-02-121-0/+21
* allocations: test for overflow of requested sizeEdward Thomson2015-02-121-0/+40
* stat: don't remove trailing '/' from root on win32Edward Thomson2015-02-051-0/+17
* structinit test: use %PRIuZ instead of %d for size_tEdward Thomson2015-02-041-1/+1
* structinit test: only run on DEBUG buildsEdward Thomson2015-01-211-0/+163
* Make binary detection work similar to vanilla gitSven Strickroth2015-01-201-1/+1
* win32: use NT-prefixed "\\?\" pathsEdward Thomson2014-12-161-16/+3
* core::link test: clean up junction point nameEdward Thomson2014-12-091-7/+50
* init: return the number of initializationsEdward Thomson2014-12-041-0/+14
* buffer: Do not `put` anything if len is 0Vicent Marti2014-11-211-3/+2
* hashsig: Export as a `sys` headervmg/hashsigVicent Marti2014-10-011-1/+1
* path: Fix `git_path_walk_up` to work with non-rooted pathsThe rugged tests are fragile2014-09-171-15/+38
* Allow mkdir helper to skip parent errorsrb/mkdir-allow-parent-failuresRussell Belfer2014-08-221-0/+31
* Introduce git_buf_decode_base64Edward Thomson2014-08-151-8/+29
* Round up pool alloc sizes for alignmentrb/round-up-pool-allocationsRussell Belfer2014-06-301-5/+5
* crlf: pass-through mixed EOL buffers from LF->CRLFcmn/mixed-eol-passthroughCarlos Martín Nieto2014-06-231-18/+8
* fileops: allow linking files when copying directory structuresCarlos Martín Nieto2014-05-281-0/+26
* Better search path sandboxingrb/restore-search-pathsRussell Belfer2014-05-151-14/+12
* Merge pull request #2291 from ethomson/patch_binaryVicent Marti2014-04-231-0/+20
|\
| * patch: emit binary patches (optionally)Edward Thomson2014-04-221-0/+20
* | React to feedback for UTF-8 <-> WCHAR and reparse workPhilip Kelley2014-04-231-1/+1
* | Handle win32 reparse points properlyEdward Thomson2014-04-221-0/+602
* | Win32: UTF-8 <-> WCHAR conversion overhaulPhilip Kelley2014-04-191-1/+1
|/
* Add diff threading tests and attr file cache locksRussell Belfer2014-04-171-37/+35
* Some vector utility tweaksRussell Belfer2014-04-171-7/+8
* Fix bug with multiple iconv conversions in one dirRussell Belfer2014-04-071-1/+11
* Add efficient git_buf join3 APIRussell Belfer2014-04-011-0/+32
* Test for giterr_captureEdward Thomson2014-03-251-0/+24
* env test needs to deref git_buf's ptrEdward Thomson2014-03-241-1/+1
* settings: use git_buf for returning stringsCarlos Martín Nieto2014-03-241-4/+6
* Fix pqueue sort boundary condition bugRussell Belfer2014-03-121-0/+31
* features: Rename `_HAS_` to `_FEATURE_`vmg/featuresVicent Marti2014-03-031-6/+6
* caps: Rename to features to avoid confusionVicent Marti2014-03-031-8/+8
* Move system directory cache out of utilsEdward Thomson2014-02-241-16/+17
* Add some priority queue testsRussell Belfer2014-02-031-0/+97
* Expand zstream tests and fix off-by-one errorRussell Belfer2014-01-301-17/+62
* Reorganize zstream API and fix wrap problemsRussell Belfer2014-01-301-0/+98
* add unit tests for git_buf_join corner casesPatrick Reynolds2014-01-201-0/+31
* pool: Agh, this test doesn't really apply in 32-bit machinesVicent Marti2013-12-131-3/+0
* pool: Correct overflow checksVicent Marti2013-12-131-1/+5
* Remove converting user error to GIT_EUSERRussell Belfer2013-12-111-2/+4
* Further EUSER and error propagation fixesRussell Belfer2013-12-111-0/+46
* Rename tests-clar to testsBen Straub2013-11-1424-0/+4329