summaryrefslogtreecommitdiff
path: root/src/posix.h
Commit message (Expand)AuthorAgeFilesLines
* utimesethomson/win_utimesEdward Thomson2017-04-031-0/+4
* odb_loose: fsync testsEdward Thomson2017-02-281-0/+6
* Split the page size from the mmap alignmentcmn/pool-limitCarlos Martín Nieto2016-03-161-0/+1
* git_path: introduce 'git_path_diriter'Edward Thomson2015-05-011-1/+0
* Merge commit 'refs/pull/2366/head' of github.com:libgit2/libgit2Carlos Martín Nieto2014-10-271-0/+2
|\
| * Fix compiler warning (git_off_t cast to size_t).Albert Meltzer2014-05-191-0/+2
* | Can read large file larger than 2GB on WindowsLinquize2014-08-101-1/+1
* | Cleanup portability/compatibility layerJacques Germishuys2014-08-051-28/+46
|/
* indexer: mmap fixes for Windowscmn/indexer-mmapCarlos Martín Nieto2014-05-171-1/+1
* indexer: use mmap for writingCarlos Martín Nieto2014-05-171-0/+1
* Check for EWOULDBLOCK as well as EAGAIN on write.brian m. carlson2014-02-161-0/+9
* Split p_strlen into its own headerCarlos Martín Nieto2014-02-051-12/+1
* Use our strnlen on MacOS for backward compatRussell Belfer2014-01-031-2/+6
* posix: Solaris doesn't have strnlen eitherAlessandro Ghedini2013-11-271-1/+6
* Fix typo in documentationLinquize2013-09-221-1/+1
* Use time(2) to get the timeEdward Thomson2013-08-191-4/+0
* Fixes to safely reading the indexEdward Thomson2013-08-081-0/+4
* Add O_CLOEXEC to open callsRussell Belfer2013-06-221-0/+3
* Make tree iterator handle icase equivalenceRussell Belfer2013-03-081-2/+1
* update copyrightsEdward Thomson2013-01-081-1/+1
* Always use internal fnmatch, not systemRussell Belfer2012-10-151-0/+1
* Add template dir and set gid to repo initRussell Belfer2012-08-221-0/+7
* amigaos: Add missing includeVicent Marti2012-06-241-0/+1
* amigaos: CleanupVicent Marti2012-06-221-4/+28
* More changes resulting from pull requestChris Young2012-06-141-2/+3
* Updates from comments on OS4 compatibility pull request http://github.com/lib...Chris Young2012-06-141-1/+6
* Merge remote-tracking branch 'source/development' into developmentChris Young2012-06-131-0/+9
|\
| * Fix mingw32 (Travis) build.Ben Straub2012-06-111-0/+1
| * Rename posix wrappers with 'p_' prefix.Ben Straub2012-06-061-0/+8
* | Make this more generic and mergeable.Chris Young2012-06-131-1/+1
* | OS4 compatibilityChris Young2012-06-081-1/+5
|/
* compat: make p_open able to accept optional mode when passing the O_CREAT flagnulltoken2012-05-071-1/+1
* Fix warnings on 64-bit windows buildsRussell Belfer2012-04-171-0/+8
* Update diff to use iteratorsRussell Belfer2012-03-021-0/+2
* Update Copyright headerschu2012-02-131-1/+1
* Implement p_renameCarlos Martín Nieto2011-11-071-0/+1
* fileops/repository: create (most) directories with 0777 permissionsBrodie Rao2011-10-141-0/+1
* fileops/posix: replace usage of "int mode" with "mode_t mode"Brodie Rao2011-10-141-1/+1
* Revert "Rewrite getenv to use Win32 version on Windows"Vicent Marti2011-09-271-1/+0
* Implment p_access and use it in git_fileutils_existsCarlos Martín Nieto2011-09-231-0/+1
* Rewrite getenv to use Win32 version on WindowsPaul Betts2011-09-211-0/+1
* Rewrite p_* functions to use Unicode and marshal to UTF8 internallyPaul Betts2011-09-191-5/+12
* Cleanup legal dataVicent Marti2011-09-191-1/+4
* posix: Fix undeclared prototypeVicent Marti2011-08-301-7/+9
* posix: declare 'buf' argument of p_write() as constKirill A. Shutemov2011-07-251-1/+1
* fileops: CleanupVicent Marti2011-07-051-0/+54