summaryrefslogtreecommitdiff
path: root/git-compat-util.h
AgeCommit message (Expand)Author
2008-09-30cygwin: Use native Win32 API for statDmitry Potapov
2008-09-29usage.c: remove unused functionsNanako Shiraishi
2008-08-29dir.c: Avoid c99 array initializationBrandon Casey
2008-08-20Merge branch 'rs/imap'Junio C Hamano
2008-08-19compat: introduce on_disk_bytes()Junio C Hamano
2008-07-26git-imap-send: Support SSLRobert Shearman
2008-07-16Merge branch 'mv/merge-in-c'Junio C Hamano
2008-07-09Provide fallback definitions of PRIu32 and PRIx32Johannes Sixt
2008-07-03Merge branch 'j6t/mingw'Junio C Hamano
2008-07-01Move parse-options's skip_prefix() to git-compat-util.hMiklos Vajna
2008-06-26compat/pread.c: Add a forward declaration to fix a warningSteffen Prohaska
2008-06-23Make my_mktime() public and rename it to tm_to_time_t()Johannes Sixt
2008-06-23Windows: Strip ".exe" from the program name.Johannes Sixt
2008-06-23Windows: Treat Windows style path names.Johannes Sixt
2008-06-23Shrink the git binary a bit by avoiding unnecessary inline functionsLinus Torvalds
2008-06-22Windows: Use the Windows style PATH separator ';'.Johannes Sixt
2008-06-22Add target architecture MinGW.Johannes Sixt
2008-06-08Port to 12 other Platforms.Boyd Lynn Gerber
2008-05-09compat-util: avoid macro redefinition warningJohannes Sixt
2008-04-28Document functions xmemdupz(), xread() and xwrite()Heikki Orsila
2008-03-14pack-objects: proper pack time stamping with --max-pack-sizeNicolas Pitre
2008-03-09Merge branch 'mr/compat-snprintf'Junio C Hamano
2008-03-05Add compat/snprintf.c for systems that return bogusMichal Rokos
2008-03-05Do not use GUID on dir in git init --shared=all on FreeBSDAlex Riesen
2008-02-21Merge branch 'bc/fopen'Junio C Hamano
2008-02-12Add compat/fopen.c which returns NULL on attempt to open directoryBrandon Casey
2008-02-07compat: Add simplified merge sort implementation from glibcBrian Downing
2008-01-24pre-POSIX.1-2001 systems do not have <sys/select.h>Robert Schiele
2008-01-03Uninline prefixcmp()Junio C Hamano
2008-01-02Optimize prefixcmp()Johannes Schindelin
2007-11-25Merge branch 'js/mingw-fallouts'Junio C Hamano
2007-11-20git-compat-util.h: auto-adjust to compiler support of FLEX_ARRAY a bit betterJunio C Hamano
2007-11-18Merge branch 'ph/diffopts'Junio C Hamano
2007-11-14Move #include <sys/select.h> and <sys/ioctl.h> to git-compat-util.h.Johannes Sixt
2007-11-13Fix preprocessor logic that determines the availablity of strchrnul().Johannes Sixt
2007-11-12parse-options new features.Pierre Habouzit
2007-11-11Simplify strchrnul() compat codeAndreas Ericsson
2007-11-09Add strchrnul()René Scharfe
2007-10-27revert/cherry-pick: work on merge commits as wellJunio C Hamano
2007-10-21Define compat version of mkdtemp for systems lacking itShawn O. Pearce
2007-09-18Add xmemdupz() that duplicates a block of memory, and NUL terminates it.Pierre Habouzit
2007-09-07add memmem()René Scharfe
2007-08-15Introduces xmkstemp()Luiz Fernando N. Capitulino
2007-06-28git-log: detect dup and fdopen failureJim Meyering
2007-06-16Add a local implementation of hstrerror for the system which do not have itAlex Riesen
2007-05-16Merge branch 'maint'Junio C Hamano
2007-05-16git name-rev writes beyond the end of malloc() with large generationsAndy Whitcroft
2007-05-04Merge branch 'maint'Junio C Hamano
2007-05-04Make xstrndup commonDaniel Barkalow
2007-04-26Merge branch 'maint'Junio C Hamano