summaryrefslogtreecommitdiff
path: root/src/posix.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'refs/pull/2366/head' of github.com:libgit2/libgit2Carlos Martín Nieto2014-10-271-2/+3
|\
| * Fix compiler warning (git_off_t cast to size_t).Albert Meltzer2014-05-191-2/+3
* | Can read large file larger than 2GB on WindowsLinquize2014-08-101-4/+3
|/
* indexer: use mmap for writingCarlos Martín Nieto2014-05-171-0/+7
* Temporary fix for Travis CI buildsVicent Marti2014-05-021-1/+1
* Check for EWOULDBLOCK as well as EAGAIN on write.brian m. carlson2014-02-161-1/+1
* Test cancel from indexer progress callbackRussell Belfer2013-12-111-0/+36
* Add O_CLOEXEC to open callsRussell Belfer2013-06-221-2/+2
* Fix memory leak in p_getaddrinfo on AmigaRussell Belfer2013-02-151-26/+23
* update copyrightsEdward Thomson2013-01-081-1/+1
* Move inet_pton to posix platform-compatibility layerEduardo Bart2012-11-071-0/+2
* amigaos: CleanupVicent Marti2012-06-221-1/+92
* Clean up warnings and testsRussell Belfer2012-05-081-1/+1
* compat: make p_open able to accept optional mode when passing the O_CREAT flagnulltoken2012-05-071-2/+13
* Fix warnings on 64-bit windows buildsRussell Belfer2012-04-171-2/+14
* Continue error conversionRussell Belfer2012-03-141-2/+2
* error-handling: On-disk config file backendVicent Martí2012-03-091-10/+8
* Update Copyright headerschu2012-02-131-1/+1
* Use git_buf for path storage instead of stack-based buffersRussell Belfer2011-12-071-1/+2
* Implement p_renameCarlos Martín Nieto2011-11-071-0/+14
* 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-9/+0
* Rewrite getenv to use Win32 version on WindowsPaul Betts2011-09-211-0/+9
* Rewrite p_* functions to use Unicode and marshal to UTF8 internallyPaul Betts2011-09-191-21/+21
* Cleanup legal dataVicent Marti2011-09-191-0/+6
* posix: declare 'buf' argument of p_write() as constKirill A. Shutemov2011-07-251-2/+2
* fileops: CleanupVicent Marti2011-07-051-0/+74