summaryrefslogtreecommitdiffstats
path: root/compat
AgeCommit message (Expand)AuthorLines
2006-12-24Switch git_mmap to use pread.Shawn O. Pearce-14/+5
2006-12-24Rename gitfakemmap to git_mmap.Shawn O. Pearce-3/+3
2006-12-20compat/inet_ntop: do not use u_intJunio C Hamano-1/+1
2006-12-20simplify inclusion of system header files.Junio C Hamano-9/+3
2006-11-21remove merge-recursive-oldJunio C Hamano-1149/+0
2006-11-15Seek back to current filepos when mmap()ing with NO_MMAPJohannes Schindelin-0/+6
2006-09-27Cleaned up git-daemon virtual hosting support.Jon Loeliger-0/+220
2006-07-10Fix more typos, primarily in the codePavel Roskin-3/+3
2006-06-24Rename safe_strncpy() to strlcpy().Peter Eriksen-0/+13
2006-05-21NO_INET_NTOP and compat/inet_ntop.c for some systems (e.g. old Cygwin).Yakov Lerner-0/+200
2006-01-25Add compat/unsetenv.c .Jason Riedy-0/+26
2005-12-05Clean up compatibility definitions.Junio C Hamano-3/+2
2005-12-04compat/setenv: do not free what we fed putenv(3).Junio C Hamano-2/+6
2005-12-03Add compat/setenv.c, use in git.c.Jason Riedy-0/+31
2005-10-08Yank writing-back support from gitfakemmap.Junio C Hamano-69/+6
2005-10-08[PATCH] If NO_MMAP is defined, fake mmap() and munmap()Johannes Schindelin-0/+113
2005-09-23Further clarify licensing status of compat/subprocess.py.Junio C Hamano-20/+4
2005-09-19Ship our own copy of subprocess.pyJunio C Hamano-0/+1165
2005-09-19[PATCH] strcasestr compatibility replacementLinus Torvalds-0/+23