summaryrefslogtreecommitdiff
path: root/tests/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* Test: check restored oom error points to static bufferMichael Procter2015-08-031-4/+4
* Add failing test for capture/restore oom errorMichael Procter2015-08-031-0/+23
* filebuf: remove lockfile upon rename errorscmn/filebuf-rename-errorCarlos Martín Nieto2015-07-241-1/+1
* filebuf: failing test for leaving the lockfile when failing to renameCarlos Martín Nieto2015-07-241-0/+27
* git__getenv: utf-8 aware env readerEdward Thomson2015-07-022-13/+9
* buffer: make use of EINVALID for growing a borrowed bufferCarlos Martín Nieto2015-06-241-1/+1
* buffer: don't allow growing borrowed buffersCarlos Martín Nieto2015-06-241-0/+13
* git_buf_text_lf_to_crlf: allow mixed line endingsEdward Thomson2015-06-221-8/+31
* Merge pull request #3219 from libgit2/cmn/racy-diffCarlos Martín Nieto2015-06-171-0/+49
|\
| * Introduce p_utimes and p_futimesEdward Thomson2015-06-161-0/+49
* | Fixed Xcode 6.1 build warningsPierre-Olivier Latour2015-06-151-3/+3
|/
* Merge pull request #3165 from ethomson/downcaseCarlos Martín Nieto2015-06-081-0/+42
|\
| * git__tolower: test that some non-ASCII downcasing isn'tEdward Thomson2015-05-291-0/+4
| * git__strcasecmp: treat input bytes as unsignedEdward Thomson2015-05-291-0/+38
* | Fixed build warnings on Xcode 6.1Pierre-Olivier Latour2015-06-021-1/+1
|/
* stash_apply: provide its own options structureEdward Thomson2015-05-111-0/+5
* git_path_diriter: next shouldn't take path ptrEdward Thomson2015-05-011-9/+50
* Rename GIT_SSL to GIT_OPENSSLCarlos Martín Nieto2015-04-231-1/+1
* Add a SecureTransport TLS channelCarlos Martín Nieto2015-04-231-1/+1
* Fix memleak in test/core/mkdir reported by CRTDBGJeff Hostetler2015-04-171-1/+1
* Fix p_ftruncate to handle big files for git_cloneJeff Hostetler2015-03-031-0/+48
* 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