summaryrefslogtreecommitdiff
path: root/src/unix
Commit message (Expand)AuthorAgeFilesLines
* 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
* update copyrightsEdward Thomson2013-01-082-2/+2
* Add POSIX compat lstat() variant for win32Russell Belfer2012-11-141-0/+3
* Move inet_pton to posix platform-compatibility layerEduardo Bart2012-11-071-0/+1
* Always use internal fnmatch, not systemRussell Belfer2012-10-151-7/+0
* posix: Always set a default mapping modeVicent Marti2012-08-261-0/+2
* Some cleanup suggested during reviewRussell Belfer2012-08-221-1/+0
* Add template dir and set gid to repo initRussell Belfer2012-08-221-0/+1
* Merge branch 'development' into cloneBen Straub2012-07-172-1/+3
|\
| * Make this more generic and mergeable.Chris Young2012-06-131-17/+1
| * Actually do the mmap... unsurprisingly, this makes the indexer work on SFSChris Young2012-06-121-4/+4
| * Basic mmap/munmap compatiblityChris Young2012-06-101-3/+16
| * no fnmatch.hChris Young2012-06-071-1/+1
| * Merge remote-tracking branch 'source/development' into update-testChris Young2012-06-072-25/+50
| |\
| * | Assume this is irrelevant for nowChris Young2012-06-051-2/+6
* | | Checkout: handle symlinks.Ben Straub2012-07-161-0/+1
| |/ |/|
* | Fix readdir_r() usage for SolarisScott J. Goldman2012-05-121-0/+2
* | Hook up Windows compat fnmatch() for SolarisScott J. Goldman2012-05-101-2/+6
* | Resolve comments from pull requestRussell Belfer2012-03-131-2/+1
* | Migrate ODB files to new error handlingRussell Belfer2012-03-121-23/+8
* | Update diff to use iteratorsRussell Belfer2012-03-021-1/+0
* | Fix readdir usage across platformsRussell Belfer2012-02-231-0/+1
* | Update Copyright headerschu2012-02-132-2/+2
* | Create cross-platform setenvPaul Betts2011-09-191-0/+1
* | Cleanup legal dataVicent Marti2011-09-192-0/+12
* | compat: Move `mkstemp` to the POSIX compat layerVicent Marti2011-08-301-0/+1
* | posix: Properly handle `snprintf` in all platformsVicent Marti2011-08-181-0/+1