summaryrefslogtreecommitdiffstats
path: root/git-compat-util.h
AgeCommit message (Expand)AuthorLines
2009-04-27NetBSD compilation fixPatrick Welche-0/+1
2009-04-20Windows: Skip fstat/lstat optimization in write_entry()Johannes Sixt-0/+6
2009-03-18MinGW: implement mmapJanos Laube-3/+9
2009-03-17Merge branch 'kb/checkout-optim'Junio C Hamano-0/+14
2009-03-08Create USE_ST_TIMESPEC and turn it on for DarwinBrian Gernhardt-0/+5
2009-03-07Record ns-timestamps if possible, but do not use it without USE_NSECKjetil Barvik-0/+9
2009-03-07cleanup: add isascii()René Scharfe-0/+2
2009-02-25Merge branch 'jc/maint-1.6.0-pack-directory'Junio C Hamano-0/+2
2009-02-25Make sure objects/pack exists before creating a new packJunio C Hamano-0/+2
2009-01-17Add is_regex_special()René Scharfe-0/+2
2009-01-17Change NUL char handling of isspecial()René Scharfe-2/+2
2008-09-30cygwin: Use native Win32 API for statDmitry Potapov-0/+1
2008-09-29usage.c: remove unused functionsNanako Shiraishi-3/+0
2008-08-28dir.c: Avoid c99 array initializationBrandon Casey-0/+2
2008-08-19Merge branch 'rs/imap'Junio C Hamano-0/+5
2008-08-18compat: introduce on_disk_bytes()Junio C Hamano-0/+6
2008-07-25git-imap-send: Support SSLRobert Shearman-0/+5
2008-07-15Merge branch 'mv/merge-in-c'Junio C Hamano-0/+6
2008-07-09Provide fallback definitions of PRIu32 and PRIx32Johannes Sixt-0/+8
2008-07-02Merge branch 'j6t/mingw'Junio C Hamano-4/+32
2008-06-30Move parse-options's skip_prefix() to git-compat-util.hMiklos Vajna-0/+6
2008-06-26compat/pread.c: Add a forward declaration to fix a warningSteffen Prohaska-0/+6
2008-06-23Make my_mktime() public and rename it to tm_to_time_t()Johannes Sixt-0/+1
2008-06-23Windows: Strip ".exe" from the program name.Johannes Sixt-0/+4
2008-06-23Windows: Treat Windows style path names.Johannes Sixt-0/+8
2008-06-22Shrink the git binary a bit by avoiding unnecessary inline functionsLinus Torvalds-155/+12
2008-06-22Windows: Use the Windows style PATH separator ';'.Johannes Sixt-0/+4
2008-06-22Add target architecture MinGW.Johannes Sixt-4/+9
2008-06-08Port to 12 other Platforms.Boyd Lynn Gerber-1/+1
2008-05-08compat-util: avoid macro redefinition warningJohannes Sixt-0/+3
2008-04-27Document functions xmemdupz(), xread() and xwrite()Heikki Orsila-0/+16
2008-03-13pack-objects: proper pack time stamping with --max-pack-sizeNicolas Pitre-0/+1
2008-03-08Merge branch 'mr/compat-snprintf'Junio C Hamano-0/+9
2008-03-05Add compat/snprintf.c for systems that return bogusMichal Rokos-0/+9
2008-03-05Do not use GUID on dir in git init --shared=all on FreeBSDAlex Riesen-0/+6
2008-02-20Merge branch 'bc/fopen'Junio C Hamano-0/+5
2008-02-11Add compat/fopen.c which returns NULL on attempt to open directoryBrandon Casey-0/+5
2008-02-06compat: Add simplified merge sort implementation from glibcBrian Downing-0/+6
2008-01-24pre-POSIX.1-2001 systems do not have <sys/select.h>Robert Schiele-0/+2
2008-01-03Uninline prefixcmp()Junio C Hamano-9/+2
2008-01-02Optimize prefixcmp()Johannes Schindelin-1/+5
2007-11-24Merge branch 'js/mingw-fallouts'Junio C Hamano-0/+2
2007-11-20git-compat-util.h: auto-adjust to compiler support of FLEX_ARRAY a bit betterJunio C Hamano-4/+18
2007-11-18Merge branch 'ph/diffopts'Junio C Hamano-0/+1
2007-11-14Move #include <sys/select.h> and <sys/ioctl.h> to git-compat-util.h.Johannes Sixt-0/+2
2007-11-12Fix preprocessor logic that determines the availablity of strchrnul().Johannes Sixt-1/+7
2007-11-11parse-options new features.Pierre Habouzit-0/+1
2007-11-11Simplify strchrnul() compat codeAndreas Ericsson-2/+7
2007-11-09Add strchrnul()René Scharfe-0/+5
2007-10-26revert/cherry-pick: work on merge commits as wellJunio C Hamano-0/+13