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