Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | msvc: opendir: fix malloc-failure | Erik Faye-Lund | 2010-11-23 | 1 | -4/+4 | |
| |/ / | ||||||
* | | | Merge branch 'il/remote-fd-ext' | Junio C Hamano | 2010-12-08 | 1 | -0/+3 | |
|\ \ \ | ||||||
| * | | | Add bidirectional_transfer_loop() | Ilari Liusvaara | 2010-10-13 | 1 | -0/+5 | |
* | | | | Merge branch 'maint' | Junio C Hamano | 2010-11-24 | 1 | -1/+3 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | mingw: do not set errno to 0 on success | Erik Faye-Lund | 2010-11-23 | 1 | -1/+3 | |
| |/ / | ||||||
* | | | mingw: use poll-emulation from gnulib | Erik Faye-Lund | 2010-11-04 | 3 | -78/+1 | |
* | | | mingw: import poll-emulation from gnulib | Erik Faye-Lund | 2010-11-04 | 2 | -0/+650 | |
* | | | Improve the mingw getaddrinfo stub to handle more use cases | Martin Storsjö | 2010-11-04 | 1 | -7/+21 | |
* | | | mingw: add kill emulation | Erik Faye-Lund | 2010-11-04 | 2 | -0/+22 | |
* | | | mingw: support waitpid with pid > 0 and WNOHANG | Erik Faye-Lund | 2010-11-04 | 2 | -0/+9 | |
* | | | mingw: use real pid | Erik Faye-Lund | 2010-11-04 | 2 | -8/+75 | |
| |/ |/| | ||||||
* | | inet_ntop: fix a couple of old-style decls | Erik Faye-Lund | 2010-11-04 | 1 | -13/+3 | |
* | | compat: add inet_pton and inet_ntop prototypes | Mike Pape | 2010-11-04 | 2 | -6/+8 | |
* | | mingw: implement syslog | Mike Pape | 2010-11-04 | 2 | -0/+92 | |
* | | mingw: add network-wrappers for daemon | Mike Pape | 2010-11-04 | 2 | -1/+59 | |
* | | Add MinGW-specific execv() override. | Eric Sunshine | 2010-10-03 | 2 | -0/+7 | |
* | | Fix Windows-specific macro redefinition warning. | Eric Sunshine | 2010-10-03 | 1 | -0/+6 | |
* | | mingw: do not crash on open(NULL, ...) | Erik Faye-Lund | 2010-10-03 | 1 | -2/+2 | |
* | | MinGW: Report errors when failing to launch the html browser. | Pat Thoyts | 2010-10-01 | 1 | -2/+6 | |
* | | MinGW: fix stat() and lstat() implementations for handling symlinks | Pat Thoyts | 2010-10-01 | 2 | -5/+37 | |
* | | MinGW: Add missing file mode bit defines | Sebastian Schuberth | 2010-10-01 | 1 | -1/+13 | |
* | | MinGW: Use pid_t more consequently, introduce uid_t for greater compatibility | Sebastian Schuberth | 2010-10-01 | 1 | -5/+6 | |
|/ | ||||||
* | Merge branch 'ab/compat-regex' | Junio C Hamano | 2010-09-03 | 6 | -5104/+11166 | |
|\ | ||||||
| * | Fix compat/regex ANSIfication on MinGW | Johannes Sixt | 2010-08-26 | 1 | -6/+5 | |
| * | compat/regex: get rid of old-style definition | Junio C Hamano | 2010-08-19 | 2 | -69/+55 | |
| * | compat/regex: define out variables only used under RE_ENABLE_I18N | Ævar Arnfjörð Bjarmason | 2010-08-19 | 2 | -1/+3 | |
| * | Change regerror() declaration from K&R style to ANSI C (C89) | Frank Li | 2010-08-18 | 1 | -5/+2 | |
| * | compat/regex: get the gawk regex engine to compile within git | Ævar Arnfjörð Bjarmason | 2010-08-18 | 1 | -0/+3 | |
| * | compat/regex: use the regex engine from gawk for compat | Ævar Arnfjörð Bjarmason | 2010-08-18 | 6 | -5104/+11179 | |
* | | Merge branch 'jn/svn-fe' | Junio C Hamano | 2010-08-31 | 1 | -0/+61 | |
|\ \ | ||||||
| * | | compat: add strtok_r() | Jonathan Nieder | 2010-08-14 | 1 | -0/+61 | |
| |/ | ||||||
* | | Merge branch 'sg/rerere-gc-old-still-used' | Junio C Hamano | 2010-08-31 | 1 | -2/+7 | |
|\ \ | ||||||
| * | | mingw_utime(): handle NULL times parameter | SZEDER Gábor | 2010-07-12 | 1 | -2/+7 | |
| * | | Merge branch 'np/malloc-threading' into maint | Junio C Hamano | 2010-06-16 | 1 | -1/+7 | |
| |\ \ | ||||||
* | | | | Typos in code comments, an error message, documentation | Ralf Wildenhues | 2010-08-22 | 3 | -3/+3 | |
| |_|/ |/| | | ||||||
* | | | Merge branch 'js/async-thread' | Junio C Hamano | 2010-06-21 | 3 | -1/+34 | |
|\ \ \ | ||||||
| * | | | Windows: more pthreads functions | Johannes Sixt | 2010-03-07 | 2 | -0/+33 | |
| * | | | Fix signature of fcntl() compatibility dummy | Johannes Sixt | 2010-03-07 | 1 | -1/+1 | |
* | | | | Merge branch 'js/maint-windows' | Junio C Hamano | 2010-06-13 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | mingw: use _commit to implement fsync | Erik Faye-Lund | 2010-05-20 | 1 | -1/+1 | |
| | |/ / | |/| | | ||||||
* | | | | Merge branch 'np/malloc-threading' | Junio C Hamano | 2010-05-21 | 1 | -1/+7 | |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | ||||||
| * | | Thread-safe xmalloc and xrealloc needs a recursive mutex | Johannes Sixt | 2010-04-08 | 1 | -1/+7 | |
* | | | Fix checkout of large files to network shares on Windows XP | René Scharfe | 2010-05-20 | 2 | -0/+20 | |
* | | | Fix "Out of memory? mmap failed" for files larger than 4GB on Windows | Ian McLean | 2010-05-20 | 1 | -3/+3 | |
* | | | Merge branch 'maint' | Junio C Hamano | 2010-04-19 | 1 | -0/+1 | |
|\ \ \ | ||||||
| * \ \ | Merge branch 'maint-1.6.6' into maint | Junio C Hamano | 2010-04-19 | 1 | -0/+1 | |
| |\ \ \ | ||||||
| | * | | | MSVC: Fix build by adding missing termios.h dummy | Johannes Sixt | 2010-04-19 | 1 | -0/+1 | |
* | | | | | Merge branch 'jl/maint-submodule-gitfile-awareness' | Junio C Hamano | 2010-04-11 | 2 | -4/+7 | |
|\ \ \ \ \ | ||||||
| * | | | | | Windows: start_command: Support non-NULL dir in struct child_process | Johannes Sixt | 2010-04-11 | 2 | -4/+7 | |
* | | | | | | Sync with 1.7.0.4 | Junio C Hamano | 2010-03-31 | 2 | -2/+20 | |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | |