Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/compat
AgeCommit message (Expand)Author
2010-12-16Merge branch 'rj/msvc-fix'Junio C Hamano
2010-12-13Merge branch 'ef/win32-dirent'Junio C Hamano
2010-12-10msvc: Fix macro redefinition warningsRamsay Jones
2010-12-10msvc: Fix build by adding missing INTMAX_MAX defineRamsay Jones
2010-12-09msvc: Fix compilation errors in compat/win32/sys/poll.cRamsay Jones
2010-12-08Merge branch 'il/remote-fd-ext'Junio C Hamano
2010-11-25Merge branch 'maint'Junio C Hamano
2010-11-24mingw: do not set errno to 0 on successErik Faye-Lund
2010-11-24win32: use our own dirent.hErik Faye-Lund
2010-11-24msvc: opendir: handle paths ending with a slashErik Faye-Lund
2010-11-24win32: dirent: handle errorsErik Faye-Lund
2010-11-24msvc: opendir: do not start the searchErik Faye-Lund
2010-11-24msvc: opendir: allocate enough memoryErik Faye-Lund
2010-11-24msvc: opendir: fix malloc-failureErik Faye-Lund
2010-11-05mingw: use poll-emulation from gnulibErik Faye-Lund
2010-11-05mingw: import poll-emulation from gnulibErik Faye-Lund
2010-11-05Improve the mingw getaddrinfo stub to handle more use casesMartin Storsjö
2010-11-05mingw: add kill emulationErik Faye-Lund
2010-11-05mingw: support waitpid with pid > 0 and WNOHANGErik Faye-Lund
2010-11-05mingw: use real pidErik Faye-Lund
2010-11-05inet_ntop: fix a couple of old-style declsErik Faye-Lund
2010-11-05compat: add inet_pton and inet_ntop prototypesMike Pape
2010-11-05mingw: implement syslogMike Pape
2010-11-05mingw: add network-wrappers for daemonMike Pape
2010-10-14Add bidirectional_transfer_loop()Ilari Liusvaara
2010-10-04Add MinGW-specific execv() override.Eric Sunshine
2010-10-04Fix Windows-specific macro redefinition warning.Eric Sunshine
2010-10-04mingw: do not crash on open(NULL, ...)Erik Faye-Lund
2010-10-02MinGW: Report errors when failing to launch the html browser.Pat Thoyts
2010-10-02MinGW: fix stat() and lstat() implementations for handling symlinksPat Thoyts
2010-10-02MinGW: Add missing file mode bit definesSebastian Schuberth
2010-10-02MinGW: Use pid_t more consequently, introduce uid_t for greater compatibilitySebastian Schuberth
2010-09-03Merge branch 'ab/compat-regex'Junio C Hamano
2010-09-01Merge branch 'jn/svn-fe'Junio C Hamano
2010-09-01Merge branch 'sg/rerere-gc-old-still-used'Junio C Hamano
2010-08-26Fix compat/regex ANSIfication on MinGWJohannes Sixt
2010-08-23Typos in code comments, an error message, documentationRalf Wildenhues
2010-08-20compat/regex: get rid of old-style definitionJunio C Hamano
2010-08-20compat/regex: define out variables only used under RE_ENABLE_I18NÆvar Arnfjörð Bjarmason
2010-08-19Change regerror() declaration from K&R style to ANSI C (C89)Frank Li
2010-08-19compat/regex: get the gawk regex engine to compile within gitÆvar Arnfjörð Bjarmason
2010-08-19compat/regex: use the regex engine from gawk for compatÆvar Arnfjörð Bjarmason
2010-08-15compat: add strtok_r()Jonathan Nieder
2010-07-13mingw_utime(): handle NULL times parameterSZEDER Gábor
2010-06-21Merge branch 'js/async-thread'Junio C Hamano
2010-06-17Merge branch 'np/malloc-threading' into maintJunio C Hamano
2010-06-13Merge branch 'js/maint-windows'Junio C Hamano
2010-05-21Merge branch 'np/malloc-threading'Junio C Hamano
2010-05-21mingw: use _commit to implement fsyncErik Faye-Lund
2010-05-21Fix checkout of large files to network shares on Windows XPRené Scharfe