summaryrefslogtreecommitdiff
path: root/src/unix
Commit message (Expand)AuthorAgeFilesLines
* util: don't include unnecessary system librariesEdward Thomson2021-11-223-7/+1
* Support build with NO_MMAP to disable use of system mmapDhruva Krishnamurthy2020-12-301-0/+3
* Make the pack and mwindow implementations data-race-freelhchavez2020-11-281-0/+2
* win32: use GIT_ASSERTEdward Thomson2020-11-271-1/+1
* init: move thread init to git_global_threads_initEdward Thomson2020-10-111-1/+2
* p_chmod: Android compatibilitykevinlul2020-10-041-1/+13
* Fix typo on GIT_USE_NECSven Strickroth2020-02-201-1/+1
* internal: use off64_t instead of git_off_tethomson/off_tEdward Thomson2019-11-251-1/+1
* unix: posix: avoid use of variadic macro `p_snprintf`Patrick Steinhardt2019-08-011-1/+1
* regexec: prefix all regexec function calls with p_Edward Thomson2019-05-191-10/+0
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-2/+2
* consistent header guardsethomson/header_guardsEdward Thomson2018-02-012-3/+3
* features.h: allow building without CMake-generated feature headerPatrick Steinhardt2017-09-121-1/+4
* cmake: move regcomp and futimens checks to "features.h"Patrick Steinhardt2017-08-161-2/+2
* cmake: move defines into "features.h" headerPatrick Steinhardt2017-08-161-0/+1
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-032-2/+8
* odb_loose: fsync testsEdward Thomson2017-02-281-1/+6
* p_snprintf: no need for arguments to a formatEdward Thomson2017-02-171-1/+1
* giterr_set: consistent error messagesEdward Thomson2016-12-291-1/+1
* threads: introduce `git_thread_exit`Edward Thomson2016-11-181-0/+2
* Make sure we use the `C` locale for `regcomp` on macOS.Arthur Schreiber2016-10-061-0/+10
* threads: add platform-independent thread initialization functionPatrick Steinhardt2016-06-201-0/+1
* threads: split up OS-dependent rwlock codePatrick Steinhardt2016-06-201-0/+18
* threads: split up OS-dependent thread-condition codePatrick Steinhardt2016-06-201-0/+8
* threads: split up OS-dependent mutex codePatrick Steinhardt2016-06-201-0/+7
* threads: split up OS-dependent thread codePatrick Steinhardt2016-06-201-0/+20
* Split the page size from the mmap alignmentcmn/pool-limitCarlos Martín Nieto2016-03-161-0/+5
* nsec: support NDK's crazy nanosecondsEdward Thomson2016-02-251-0/+12
* map: use `giterr_set` internallyEdward Thomson2016-02-231-1/+1
* win32: introduce p_timeval that isn't stupidEdward Thomson2016-02-121-1/+3
* p_futimes: support using futimens when availableEdward Thomson2015-09-301-1/+14
* posix compat: include sys/stat.h for mingwEdward Thomson2015-06-301-0/+1
* Fixed Xcode 6.1 build warningsPierre-Olivier Latour2015-06-171-0/+1
* Introduce p_utimes and p_futimesEdward Thomson2015-06-161-1/+3
* crlf: tick the index forward to work around racy-git behaviourCarlos Martín Nieto2015-06-161-0/+1
* git_path: introduce 'git_path_diriter'Edward Thomson2015-05-011-0/+1
* Fix segmentation fault observed on OpenBSD/sparc64cmn/mmap-readableStefan Sperling2014-11-031-4/+2
* Merge commit 'refs/pull/2366/head' of github.com:libgit2/libgit2Carlos Martín Nieto2014-10-271-2/+8
|\
| * Fix compiler warning (git_off_t cast to size_t).Albert Meltzer2014-05-191-2/+8
* | Introduce some consistency in definition/declaration orderingJacques Germishuys2014-08-051-4/+3
* | Move p_realpath logic to realpath.cJacques Germishuys2014-08-052-14/+9
* | Cleanup portability/compatibility layerJacques Germishuys2014-08-051-1/+22
* | Fix unix/posix.h include guardJacques Germishuys2014-07-131-2/+2
|/
* indexer: use mmap for writingCarlos Martín Nieto2014-05-171-0/+6
* Win32: UTF-8 <-> WCHAR conversion overhaulPhilip Kelley2014-04-191-1/+0
* Test cancel from indexer progress callbackRussell Belfer2013-12-111-1/+1
* Add missing prototype for p_realpath().Jasper Lievisse Adriaanse2013-04-221-0/+2
* Fix compilation on OpenBSDCarlos Martín Nieto2013-04-151-1/+1
* Make tree iterator handle icase equivalenceRussell Belfer2013-03-081-0/+1
* Fix p_realpath on OpenBSDCarlos Martín Nieto2013-01-292-1/+36