summaryrefslogtreecommitdiffstats
path: root/compat (follow)
Commit message (Expand)AuthorAgeFilesLines
* make poll() work on platforms that can't recv() on a non-socketJoachim Schmitz2012-09-181-0/+4
* poll() exits too early with EFAULT if 1st arg is NULLJoachim Schmitz2012-09-181-1/+1
* fix some win32 specific dependencies in poll.cJoachim Schmitz2012-09-181-2/+6
* make poll available for other platforms lacking itJoachim Schmitz2012-09-182-0/+0
* Merge branch 'js/compat-mkdir'Junio C Hamano2012-09-041-0/+24
|\
| * compat: some mkdir() do not like a slash at the endJoachim Schmitz2012-08-241-0/+24
* | Merge branch 'rr/precompose-utf8-cleanup'Junio C Hamano2012-08-291-25/+19
|\ \ | |/ |/|
| * precompose-utf8: do not call checks for non-ascii "utf8"Junio C Hamano2012-08-201-8/+8
| * cleanup precompose_utf8Robin Rosenberg2012-08-171-20/+14
* | Merge branch 'bw/maint-1.7.9-solaris-getpass'Junio C Hamano2012-08-091-0/+1
|\ \
| * | terminal: seek when switching between reading and writingJeff King2012-08-071-0/+1
* | | Merge branch 'tb/sanitize-decomposed-utf-8-pathname'Junio C Hamano2012-07-142-0/+235
|\ \ \ | | |/ | |/|
| * | git on Mac OS and precomposed unicodeTorsten Bögershausen2012-07-092-0/+235
* | | Documentation: Fix misspellingsLeila Muhtasib2012-06-221-1/+1
|/ /
* | Merge branch 'nd/threaded-index-pack'Junio C Hamano2012-05-141-0/+5
|\ \
| * | compat/win32/pthread.h: Add an pthread_key_delete() implementationRamsay Jones2012-04-111-0/+5
* | | remove superfluous newlines in error messagesPete Wyckoff2012-05-011-1/+1
* | | Merge branch 'rj/mingw-isguid'Junio C Hamano2012-04-231-3/+4
|\ \ \
| * | | compat/mingw.h: Set S_ISUID to prevent a fast-import test failureRamsay Jones2012-04-181-3/+4
| |/ /
* | | Merge branch 'jk/run-command-eacces'Junio C Hamano2012-04-212-4/+6
|\ \ \ | |/ / |/| |
| * | compat/mingw.[ch]: Change return type of exec functions to intRamsay Jones2012-04-062-4/+6
* | | Merge branch 'bw/inet-pton-ntop-compat'Junio C Hamano2012-02-132-12/+0
|\ \ \ | |/ / |/| |
| * | Drop system includes from inet_pton/inet_ntop compatibility wrappersBen Walton2012-02-062-12/+0
* | | Merge branch 'ef/setenv-putenv'Junio C Hamano2011-12-221-2/+8
|\ \ \
| * | | compat/setenv.c: error if name contains '='Erik Faye-Lund2011-12-151-1/+1
| * | | compat/setenv.c: update errno when erroring outErik Faye-Lund2011-12-151-2/+8
* | | | Merge branch 'jk/git-prompt'Junio C Hamano2011-12-222-0/+87
|\ \ \ \ | | |_|/ | |/| |
| * | | add generic terminal prompt functionJeff King2011-12-132-0/+87
| | |/ | |/|
* | | Merge branch 'jk/maint-snprintf-va-copy'Junio C Hamano2011-12-201-2/+7
|\ \ \
| * | | compat/snprintf: don't look at va_list twiceJeff King2011-12-121-2/+7
* | | | Merge branch 'maint'Junio C Hamano2011-12-092-2/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'maint-1.7.7' into maintJunio C Hamano2011-12-092-2/+2
| |\ \ \ | | |_|/ | |/| |
| | * | mingw: give waitpid the correct signatureErik Faye-Lund2011-12-092-2/+2
* | | | Merge branch 'vr/msvc'Junio C Hamano2011-12-0613-12/+1
|\ \ \ \
| * | | | MSVC: Remove unneeded header stubsVincent van Ravesteijn2011-11-0112-12/+0
| * | | | Compile fix for MSVC: Include <io.h>Vincent van Ravesteijn2011-11-011-0/+1
* | | | | Merge branch 'na/strtoimax'Junio C Hamano2011-12-061-0/+10
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add strtoimax() compatibility function.Nick Alcock2011-11-021-0/+10
* | | | | Revert "upload-archive: use start_command instead of fork"Junio C Hamano2011-11-161-0/+2
* | | | | upload-archive: use start_command instead of forkErik Faye-Lund2011-10-311-2/+0
* | | | | compat/win32/poll.c: upgrade from upstreamErik Faye-Lund2011-10-311-6/+13
* | | | | mingw: move poll out of sys-folderErik Faye-Lund2011-10-312-0/+0
| |/ / / |/| | |
* | | | Merge branch 'ss/inet-ntop'Junio C Hamano2011-10-221-0/+2
|\ \ \ \
| * | | | inet_ntop.c: Work around GCC 4.6's detection of uninitialized variablesSebastian Schuberth2011-10-181-0/+2
* | | | | Merge branch 'pt/mingw-misc-fixes'Junio C Hamano2011-10-192-0/+10
|\ \ \ \ \
| * | | | | mingw: ensure sockets are initialized before calling gethostnamePat Thoyts2011-10-162-0/+10
* | | | | | Merge branch 'bc/attr-ignore-case'Junio C Hamano2011-10-182-2/+2
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | cleanup: use internal memory allocation wrapper functions everywhereBrandon Casey2011-10-062-2/+2
* | | | | | Merge branch 'ef/mingw-syslog'Junio C Hamano2011-10-181-12/+18
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | mingw: avoid using strbuf in syslogErik Faye-Lund2011-10-081-12/+18
| |/ / / /