summaryrefslogtreecommitdiff
path: root/compat
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint'Junio C Hamano2010-11-241-1/+3
|\
| * mingw: do not set errno to 0 on successErik Faye-Lund2010-11-231-1/+3
* | mingw: use poll-emulation from gnulibErik Faye-Lund2010-11-043-78/+1
* | mingw: import poll-emulation from gnulibErik Faye-Lund2010-11-042-0/+650
* | Improve the mingw getaddrinfo stub to handle more use casesMartin Storsjö2010-11-041-7/+21
* | mingw: add kill emulationErik Faye-Lund2010-11-042-0/+22
* | mingw: support waitpid with pid > 0 and WNOHANGErik Faye-Lund2010-11-042-0/+9
* | mingw: use real pidErik Faye-Lund2010-11-042-8/+75
* | inet_ntop: fix a couple of old-style declsErik Faye-Lund2010-11-041-13/+3
* | compat: add inet_pton and inet_ntop prototypesMike Pape2010-11-042-6/+8
* | mingw: implement syslogMike Pape2010-11-042-0/+92
* | mingw: add network-wrappers for daemonMike Pape2010-11-042-1/+59
* | Add MinGW-specific execv() override.Eric Sunshine2010-10-032-0/+7
* | Fix Windows-specific macro redefinition warning.Eric Sunshine2010-10-031-0/+6
* | mingw: do not crash on open(NULL, ...)Erik Faye-Lund2010-10-031-2/+2
* | MinGW: Report errors when failing to launch the html browser.Pat Thoyts2010-10-011-2/+6
* | MinGW: fix stat() and lstat() implementations for handling symlinksPat Thoyts2010-10-012-5/+37
* | MinGW: Add missing file mode bit definesSebastian Schuberth2010-10-011-1/+13
* | MinGW: Use pid_t more consequently, introduce uid_t for greater compatibilitySebastian Schuberth2010-10-011-5/+6
|/
* Merge branch 'ab/compat-regex'Junio C Hamano2010-09-036-5104/+11166
|\
| * Fix compat/regex ANSIfication on MinGWJohannes Sixt2010-08-261-6/+5
| * compat/regex: get rid of old-style definitionJunio C Hamano2010-08-192-69/+55
| * compat/regex: define out variables only used under RE_ENABLE_I18NÆvar Arnfjörð Bjarmason2010-08-192-1/+3
| * Change regerror() declaration from K&R style to ANSI C (C89)Frank Li2010-08-181-5/+2
| * compat/regex: get the gawk regex engine to compile within gitÆvar Arnfjörð Bjarmason2010-08-181-0/+3
| * compat/regex: use the regex engine from gawk for compatÆvar Arnfjörð Bjarmason2010-08-186-5104/+11179
* | Merge branch 'jn/svn-fe'Junio C Hamano2010-08-311-0/+61
|\ \
| * | compat: add strtok_r()Jonathan Nieder2010-08-141-0/+61
| |/
* | Merge branch 'sg/rerere-gc-old-still-used'Junio C Hamano2010-08-311-2/+7
|\ \
| * | mingw_utime(): handle NULL times parameterSZEDER Gábor2010-07-121-2/+7
| * | Merge branch 'np/malloc-threading' into maintJunio C Hamano2010-06-161-1/+7
| |\ \
* | | | Typos in code comments, an error message, documentationRalf Wildenhues2010-08-223-3/+3
| |_|/ |/| |
* | | Merge branch 'js/async-thread'Junio C Hamano2010-06-213-1/+34
|\ \ \
| * | | Windows: more pthreads functionsJohannes Sixt2010-03-072-0/+33
| * | | Fix signature of fcntl() compatibility dummyJohannes Sixt2010-03-071-1/+1
* | | | Merge branch 'js/maint-windows'Junio C Hamano2010-06-131-1/+1
|\ \ \ \
| * | | | mingw: use _commit to implement fsyncErik Faye-Lund2010-05-201-1/+1
| | |/ / | |/| |
* | | | Merge branch 'np/malloc-threading'Junio C Hamano2010-05-211-1/+7
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Thread-safe xmalloc and xrealloc needs a recursive mutexJohannes Sixt2010-04-081-1/+7
* | | Fix checkout of large files to network shares on Windows XPRené Scharfe2010-05-202-0/+20
* | | Fix "Out of memory? mmap failed" for files larger than 4GB on WindowsIan McLean2010-05-201-3/+3
* | | Merge branch 'maint'Junio C Hamano2010-04-191-0/+1
|\ \ \
| * \ \ Merge branch 'maint-1.6.6' into maintJunio C Hamano2010-04-191-0/+1
| |\ \ \
| | * | | MSVC: Fix build by adding missing termios.h dummyJohannes Sixt2010-04-191-0/+1
* | | | | Merge branch 'jl/maint-submodule-gitfile-awareness'Junio C Hamano2010-04-112-4/+7
|\ \ \ \ \
| * | | | | Windows: start_command: Support non-NULL dir in struct child_processJohannes Sixt2010-04-112-4/+7
* | | | | | Sync with 1.7.0.4Junio C Hamano2010-03-312-2/+20
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Don't redefine htonl and ntohl on big-endianHolger Weiß2010-03-311-0/+2
| * | | | | Windows: fix utime() for read-only filesJohannes Sixt2010-03-301-2/+18
| | |_|/ / | |/| | |
| * | | | Merge branch 'fn/maint-mkdtemp-compat' into maintJunio C Hamano2010-03-081-1/+1
| |\ \ \ \