summaryrefslogtreecommitdiffstats
path: root/http-backend.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-07-21Win32: reduce environment array reallocationsKarsten Blees1-27/+35
2014-07-21Win32: don't copy the environment twice when spawning child processesKarsten Blees3-64/+30
2014-07-21Win32: factor out environment block creationKarsten Blees1-23/+32
2014-07-21Win32: unify environment function namesKarsten Blees1-7/+7
2014-07-21Win32: unify environment case-sensitivityKarsten Blees1-2/+1
2014-07-21Win32: fix environment memory leaksKarsten Blees3-6/+7
2014-07-21Win32: Unicode environment (incoming)Karsten Blees2-0/+17
2014-07-21Win32: Unicode environment (outgoing)Karsten Blees1-11/+14
2014-07-17Revert "Windows: teach getenv to do a case-sensitive search"Karsten Blees1-20/+3
2014-07-15tests: do not pass iso8859-1 encoded parameterPat Thoyts4-7/+13
2014-07-15Win32: Unicode file name support (dirent)Karsten Blees2-21/+11
2014-07-15Win32: Unicode file name support (except dirent)Karsten Blees2-56/+160
2014-07-10Seventh batch for 2.1Junio C Hamano1-0/+22
2014-07-10Start preparing for 2.0.2Junio C Hamano2-1/+14
2014-07-09Sixth batch for 2.1Junio C Hamano1-0/+18
2014-07-08refs: fix valgrind suppression fileDavid Turner1-4/+11
2014-07-08line-log: use commit_list_append() instead of duplicating its codeRené Scharfe1-3/+1
2014-07-08diff-tree: call free_commit_list() instead of duplicating its codeRené Scharfe1-6/+2
2014-07-07t5000, t5003: simplify commitRené Scharfe2-16/+8
2014-07-07symlinks: remove PATH_MAX limitationKarsten Blees3-39/+36
2014-07-07refs.c: handle REFNAME_REFSPEC_PATTERN at end of pageDavid Turner1-1/+2
2014-07-02enums: remove trailing ',' after last item in enumRonnie Sahlberg1-1/+1
2014-07-02t7300: repair filesystem permissions with test_when_finishedJeff King1-2/+2
2014-07-02enums: remove trailing ',' after last item in enumRonnie Sahlberg2-2/+2
2014-07-01sha1_file: avoid overrunning alternate object base stringRené Scharfe1-1/+2
2014-06-30wt-status: simplify building of summary limit argumentRené Scharfe1-3/+1
2014-06-30wt-status: use argv_array for environmentRené Scharfe1-5/+4
2014-06-27gitk: Add visiblerefs option, which lists always-shown branchesMax Kirillov1-4/+6
2014-06-27gitk: Catch mkdtemp errorsDavid Aguilar1-1/+3
2014-06-26move "%G" format test from t7510 to t6006Jeff King2-6/+6
2014-06-25Fifth batch for 2.1Junio C Hamano1-2/+14
2014-06-25Git 2.0.1v2.0.1Junio C Hamano4-3/+119
2014-06-25setup_git_env(): introduce git_path_from_env() helperJeff King1-9/+9
2014-06-24t7510: test verify-commitMichael J Gruber1-1/+19
2014-06-24t7510: exit for loop with test resultMichael J Gruber1-2/+2
2014-06-24verify-commit: scriptable commit signature verificationMichael J Gruber6-0/+125
2014-06-24gpg-interface: provide access to the payloadMichael J Gruber3-0/+4
2014-06-24gpg-interface: provide clear helper for struct signature_checkMichael J Gruber4-6/+15
2014-06-23builtin/clone.c: detect a clone starting at a tag correctlyJunio C Hamano1-1/+1
2014-06-20Fourth batch for 2.1Junio C Hamano1-0/+9
2014-06-20http-push: refactor parsing of remote object namesJeff King1-15/+23
2014-06-20imap-send: use skip_prefix instead of using magic numbersTanay Abhra1-5/+1
2014-06-20use skip_prefix to avoid repeated calculationsJeff King2-8/+6
2014-06-20git: avoid magic number with skip_prefixJeff King1-2/+2
2014-06-20fetch-pack: refactor parsing in get_ackJeff King1-6/+9
2014-06-20fast-import: refactor parsing of spacesJeff King1-13/+7
2014-06-20stat_opt: check extra strlen callJeff King1-1/+2
2014-06-20daemon: use skip_prefix to avoid magic numbersJeff King1-5/+6
2014-06-20fast-import: use skip_prefix for parsing inputJeff King1-72/+51
2014-06-20use skip_prefix to avoid repeating stringsJeff King10-54/+44