aboutsummaryrefslogtreecommitdiff
path: root/git-compat-util.h
Commit message (Expand)AuthorAge
* git name-rev writes beyond the end of malloc() with large generationsAndy Whitcroft2007-05-15
* Make xstrndup commonDaniel Barkalow2007-05-03
* Actually handle some-low memory conditionsShawn O. Pearce2007-04-25
* sscanf/strtoul: parse integers robustlyJim Meyering2007-04-14
* Rename warn() to warning() to fix symbol conflicts on BSD and Mac OSTheodore Ts'o2007-03-31
* Cast 64 bit off_t to 32 bit size_tShawn O. Pearce2007-03-07
* Use off_t when we really mean a file offset.Shawn O. Pearce2007-03-07
* Merge branch 'maint'Junio C Hamano2007-03-03
|\
| * Fix an "implicit function definition" warning.Ramsay Jones2007-03-03
* | Support for large files on 32bit systems.Martin Waitz2007-02-20
* | Add prefixcmp()Junio C Hamano2007-02-20
|/
* Add a compat/strtoumax.c for Solaris 8.Jason Riedy2007-02-19
* Make sure packedgitwindowsize is multiple of (pagesize * 2)Junio C Hamano2007-02-14
* Use inttypes.h rather than stdint.h.Jason Riedy2007-01-26
* Use fixed-size integers for the on-disk pack structure.Simon 'corecode' Schubert2007-01-18
* Set _ALL_SOURCE for AIX, but avoid its struct list.Jason Riedy2007-01-15
* Better error messages for corrupt databasesLinus Torvalds2007-01-11
* Replacing the system call pread() with lseek()/xread()/lseek() sequence.Stefan-W. Hahn2007-01-09
* Spell default packedgitlimit slightly differentlyJunio C Hamano2007-01-07
* Increase packedGit{Limit,WindowSize} on 64 bit systems.Shawn O. Pearce2007-01-06
* Replace mmap with xmmap, better handling MAP_FAILED.Shawn O. Pearce2006-12-29
* Release pack windows before reporting out of memory.Shawn O. Pearce2006-12-29
* Default core.packdGitWindowSize to 1 MiB if NO_MMAP.Shawn O. Pearce2006-12-29
* Rename gitfakemmap to git_mmap.Shawn O. Pearce2006-12-24
* Really fix headers for __FreeBSD__Junio C Hamano2006-12-22
* Introduce a global level warn() function.Shawn O. Pearce2006-12-21
* _XOPEN_SOURCE problem also exists on FreeBSDJunio C Hamano2006-12-21
* Fix system header problems on Mac OS XTerje Sten Bjerkseth2006-12-20
* simplify inclusion of system header files.Junio C Hamano2006-12-20
* Define fallback PATH_MAX on systems that do not define one in <limits.h>Junio C Hamano2006-09-15
* Replace uses of strdup with xstrdup.Shawn Pearce2006-09-02
* Use PATH_MAX instead of MAXPATHLENJonas Fonseca2006-08-26
* drop length argument of has_extensionRene Scharfe2006-08-11
* Add has_extension()Rene Scharfe2006-08-10
* debugging: XMALLOC_POISONJunio C Hamano2006-08-08
* Rename safe_strncpy() to strlcpy().Peter Eriksen2006-06-24
* Customizable error handlersPetr Baudis2006-06-24
* Use #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))Junio C Hamano2006-03-09
* Add compat/unsetenv.c .Jason Riedy2006-01-25
* [PATCH] Compilation: zero-length array declaration.Junio C Hamano2006-01-07
* ?alloc: do not return NULL when asked for zero bytesJunio C Hamano2005-12-29
* xread/xwrite: do not worry about EINTR at calling sites.Junio C Hamano2005-12-19
* define MAXPATHLEN for hosts that don't support itMartin Atukunda2005-12-14
* Clean up compatibility definitions.Junio C Hamano2005-12-05