summaryrefslogtreecommitdiff
path: root/src/win32
Commit message (Expand)AuthorAgeFilesLines
...
* win32: make posix emulation retries configurableEdward Thomson2017-04-032-1/+3
* win32: do not inherit file descriptorsEdward Thomson2017-04-031-1/+8
* Allow to configure default file share mode for opening filesSven Strickroth2017-04-032-11/+8
* win32: deduplicate code: use p_open in p_creatSven Strickroth2017-04-021-8/+1
* win32: use CreateFile in p_openSven Strickroth2017-04-021-5/+57
* win32: teach p_open about do_with_retriesEdward Thomson2017-04-021-21/+12
* win32: teach p_unlink about do_with_retriesEdward Thomson2017-04-021-47/+35
* win32: make p_rename use do_with_retriesEdward Thomson2017-04-021-39/+24
* win32: introduce `do_with_retries` macroEdward Thomson2017-04-011-0/+21
* win32: map windows error codes to errnoEdward Thomson2017-04-011-0/+113
* Merge remote-tracking branch 'origin/pr/3790' into win32_posixEdward Thomson2017-03-311-7/+39
|\
| * Add retries to win32 p_unlink and p_open.Tyler Church2016-05-181-7/+39
* | odb_loose: fsync testsEdward Thomson2017-02-281-0/+2
* | giterr_set: consistent error messagesEdward Thomson2016-12-296-14/+14
* | Properly pass `wchar *` type to giterr_setBoris Barbulovski2016-12-061-1/+1
* | Properly pass `wchar *` type to giterr_setBoris Barbulovski2016-11-201-1/+1
* | threads: introduce `git_thread_exit`Edward Thomson2016-11-182-0/+20
* | Make sure we use the `C` locale for `regcomp` on macOS.Arthur Schreiber2016-10-061-0/+3
* | threads: add platform-independent thread initialization functionPatrick Steinhardt2016-06-202-31/+30
* | win32: rename pthread.{c,h} to thread.{c,h}Patrick Steinhardt2016-06-203-5/+5
* | threads: remove now-useless typedefsPatrick Steinhardt2016-06-201-7/+0
* | threads: remove unused function pthread_num_processors_npPatrick Steinhardt2016-06-202-13/+0
* | threads: split up OS-dependent rwlock codePatrick Steinhardt2016-06-202-19/+13
* | threads: split up OS-dependent thread-condition codePatrick Steinhardt2016-06-202-13/+9
* | threads: remove unused function pthread_cond_broadcastPatrick Steinhardt2016-06-202-5/+0
* | threads: split up OS-dependent mutex codePatrick Steinhardt2016-06-202-18/+13
* | threads: split up OS-dependent thread codePatrick Steinhardt2016-06-202-27/+8
|/
* Split the page size from the mmap alignmentcmn/pool-limitCarlos Martín Nieto2016-03-161-5/+24
* nsec: support NDK's crazy nanosecondsEdward Thomson2016-02-251-0/+3
* Merge pull request #3606 from ethomson/drop_xpCarlos Martín Nieto2016-02-181-18/+3
|\
| * win32: drop xp support in WideCharToMultiByteEdward Thomson2016-02-091-18/+3
* | fstat: use our custom `stat`Edward Thomson2016-02-163-12/+62
* | win32: introduce p_timeval that isn't stupidEdward Thomson2016-02-124-5/+13
|/
* Make stat.st_size a __int64 not a uint64_tJacques Germishuys2015-11-211-1/+1
* Merge pull request #3170 from CmdrMoozy/nsec_fixCarlos Martín Nieto2015-11-124-17/+56
|\
| * Merge branch 'master' into nsec_fix_nextAxel Rasmussen2015-10-011-8/+15
| |\
| * | win32: define our own POSIX struct stat, and support USE_NSECAxel Rasmussen2015-09-184-17/+56
* | | config: add a ProgramData levelcmn/programdata-configCarlos Martín Nieto2015-10-212-0/+11
| |/ |/|
* | win32: propogate filename too long errorsEdward Thomson2015-09-221-8/+15
|/
* win32: return EACCES in `p_lstat`Edward Thomson2015-09-171-2/+9
* Merge pull request #3352 from ethomson/hiddenEdward Thomson2015-08-282-8/+42
|\
| * win32: ensure hidden files can be stagedEdward Thomson2015-08-032-8/+42
* | Fix duplicate basenames to support older VSJohn Haley2015-08-052-2/+1
|/
* Merge pull request #3288 from ethomson/getenvCarlos Martín Nieto2015-07-071-0/+2
|\
| * git__getenv: utf-8 aware env readerEdward Thomson2015-07-021-0/+2
* | Reserve aux_id 0; sort leaks by aux_id. Fix cmp.Jeff Hostetler2015-06-292-10/+28
* | Include stacktrace summary in memory leak output.Jeff Hostetler2015-06-294-0/+748
|/
* Introduce p_utimes and p_futimesEdward Thomson2015-06-163-0/+51
* git_buf_put_w: introduce utf16->utf8 conversionEdward Thomson2015-05-014-4/+77
* git_path_diriter: use FindFirstFile in win32Edward Thomson2015-05-011-5/+0