aboutsummaryrefslogtreecommitdiffstats
path: root/compat (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-02-19Add a compat/strtoumax.c for Solaris 8.Jason Riedy1-0/+10
2007-01-09Replacing the system call pread() with lseek()/xread()/lseek() sequence.Stefan-W. Hahn1-0/+18
2006-12-24Switch git_mmap to use pread.Shawn O. Pearce1-14/+5
2006-12-24Rename gitfakemmap to git_mmap.Shawn O. Pearce1-3/+3
2006-12-20compat/inet_ntop: do not use u_intJunio C Hamano1-1/+1
2006-12-20simplify inclusion of system header files.Junio C Hamano4-9/+3
2006-11-21remove merge-recursive-oldJunio C Hamano1-1149/+0
2006-11-15Seek back to current filepos when mmap()ing with NO_MMAPJohannes Schindelin1-0/+6
2006-09-27Cleaned up git-daemon virtual hosting support.Jon Loeliger1-0/+220
2006-07-10Fix more typos, primarily in the codePavel Roskin1-3/+3
2006-06-24Rename safe_strncpy() to strlcpy().Peter Eriksen1-0/+13
2006-05-21NO_INET_NTOP and compat/inet_ntop.c for some systems (e.g. old Cygwin).Yakov Lerner1-0/+200
2006-01-25Add compat/unsetenv.c .Jason Riedy1-0/+26
2005-12-05Clean up compatibility definitions.Junio C Hamano2-3/+2
2005-12-04compat/setenv: do not free what we fed putenv(3).Junio C Hamano1-2/+6
2005-12-03Add compat/setenv.c, use in git.c.Jason Riedy1-0/+31
2005-10-08Yank writing-back support from gitfakemmap.Junio C Hamano1-69/+6
2005-10-08[PATCH] If NO_MMAP is defined, fake mmap() and munmap()Johannes Schindelin1-0/+113
2005-09-23Further clarify licensing status of compat/subprocess.py.Junio C Hamano1-20/+4
2005-09-19Ship our own copy of subprocess.pyJunio C Hamano1-0/+1165
2005-09-19[PATCH] strcasestr compatibility replacementLinus Torvalds1-0/+23