summaryrefslogtreecommitdiff
path: root/git-compat-util.h
AgeCommit message (Expand)Author
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
2007-04-25Actually handle some-low memory conditionsShawn O. Pearce
2007-04-22Merge branch 'np/pack'Junio C Hamano
2007-04-15sscanf/strtoul: parse integers robustlyJim Meyering
2007-04-12sscanf/strtoul: parse integers robustlyJim Meyering
2007-04-10make overflow test on delta base offset work regardless of variable sizeNicolas Pitre
2007-03-31Rename warn() to warning() to fix symbol conflicts on BSD and Mac OSTheodore Ts'o
2007-03-07Cast 64 bit off_t to 32 bit size_tShawn O. Pearce
2007-03-07Use off_t when we really mean a file offset.Shawn O. Pearce
2007-03-04Merge branch 'maint'Junio C Hamano
2007-03-04Fix an "implicit function definition" warning.Ramsay Jones
2007-02-21Support for large files on 32bit systems.Martin Waitz
2007-02-21Add prefixcmp()Junio C Hamano
2007-02-20Add a compat/strtoumax.c for Solaris 8.Jason Riedy
2007-02-14Make sure packedgitwindowsize is multiple of (pagesize * 2)Junio C Hamano
2007-01-26Use inttypes.h rather than stdint.h.Jason Riedy
2007-01-18Use fixed-size integers for the on-disk pack structure.Simon 'corecode' Schubert
2007-01-16Set _ALL_SOURCE for AIX, but avoid its struct list.Jason Riedy
2007-01-11Better error messages for corrupt databasesLinus Torvalds
2007-01-10Replacing the system call pread() with lseek()/xread()/lseek() sequence.Stefan-W. Hahn
2007-01-07Spell default packedgitlimit slightly differentlyJunio C Hamano
2007-01-06Increase packedGit{Limit,WindowSize} on 64 bit systems.Shawn O. Pearce
2006-12-29Replace mmap with xmmap, better handling MAP_FAILED.Shawn O. Pearce
2006-12-29Release pack windows before reporting out of memory.Shawn O. Pearce
2006-12-29Default core.packdGitWindowSize to 1 MiB if NO_MMAP.Shawn O. Pearce
2006-12-24Rename gitfakemmap to git_mmap.Shawn O. Pearce
2006-12-23Really fix headers for __FreeBSD__Junio C Hamano
2006-12-22Introduce a global level warn() function.Shawn O. Pearce
2006-12-22_XOPEN_SOURCE problem also exists on FreeBSDJunio C Hamano
2006-12-21Fix system header problems on Mac OS XTerje Sten Bjerkseth
2006-12-20simplify inclusion of system header files.Junio C Hamano
2006-09-16Define fallback PATH_MAX on systems that do not define one in <limits.h>Junio C Hamano
2006-09-02Replace uses of strdup with xstrdup.Shawn Pearce
2006-08-27Use PATH_MAX instead of MAXPATHLENJonas Fonseca
2006-08-11drop length argument of has_extensionRene Scharfe
2006-08-10Add has_extension()Rene Scharfe
2006-08-08debugging: XMALLOC_POISONJunio C Hamano
2006-06-25Rename safe_strncpy() to strlcpy().Peter Eriksen
2006-06-24Customizable error handlersPetr Baudis
2006-03-09Use #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))Junio C Hamano
2006-01-25Add compat/unsetenv.c .Jason Riedy
2006-01-07[PATCH] Compilation: zero-length array declaration.Junio C Hamano
2005-12-29?alloc: do not return NULL when asked for zero bytesJunio C Hamano