aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge branch 'sp/smart-http'Junio C Hamano2009-11-20
|\
| * http-backend: Let gcc check the format of more printf-type functions.Tarmigan Casebolt2009-11-15
| * http-backend: Fix access beyond end of string.Tarmigan Casebolt2009-11-15
| * http-backend: Fix bad treatment of uintmax_t in Content-LengthShawn O. Pearce2009-11-13
| * t5551-http-fetch: Work around broken Accept header in libcurlShawn O. Pearce2009-11-09
| * t5551-http-fetch: Work around some libcurl versionsShawn O. Pearce2009-11-09
| * http-backend: Protect GIT_PROJECT_ROOT from /../ requestsShawn O. Pearce2009-11-09
| * Git-aware CGI to provide dumb HTTP transportShawn O. Pearce2009-11-09
| * http-backend: Test configuration optionsShawn O. Pearce2009-11-04
| * http-backend: Use http.getanyfile to disable dumb HTTP servingShawn O. Pearce2009-11-04
| * test smart http fetch and pushShawn O. Pearce2009-11-04
| * http tests: use /dumb/ URL prefixShawn O. Pearce2009-11-04
| * set httpd port before sourcing lib-httpdClemens Buchacher2009-11-04
| * t5540-http-push: remove redundant fetchesTay Ray Chuan2009-11-04
| * Smart HTTP fetch: gzip requestsShawn O. Pearce2009-11-04
| * Smart fetch over HTTP: client sideShawn O. Pearce2009-11-04
| * Smart push over HTTP: client sideShawn O. Pearce2009-11-04
| * Discover refs via smart HTTP server when availableShawn O. Pearce2009-11-04
| * http-backend: more explict LocationMatchMark Lodato2009-11-04
| * http-backend: add example for gitweb on same URLMark Lodato2009-11-04
| * http-backend: use mod_alias instead of mod_rewriteMark Lodato2009-11-04
| * http-backend: reword some documentationMark Lodato2009-11-04
| * http-backend: add GIT_PROJECT_ROOT environment varMark Lodato2009-11-04
| * Smart fetch and push over HTTP: server sideShawn O. Pearce2009-11-04
| * Add stateless RPC options to upload-pack, receive-packShawn O. Pearce2009-11-04
| * Git-aware CGI to provide dumb HTTP transportShawn O. Pearce2009-11-04
| * remote-helpers: return successfully if everything up-to-dateClemens Buchacher2009-10-30
| * Move WebDAV HTTP push under remote-curlShawn O. Pearce2009-10-30
| * remote-helpers: Support custom transport optionsShawn O. Pearce2009-10-30
| * remote-helpers: Fetch more than one ref in a batchShawn O. Pearce2009-10-30
| * fetch: Allow transport -v -v -v to set verbosity to 3Shawn O. Pearce2009-10-30
| * remote-curl: Refactor walker initializationShawn O. Pearce2009-10-30
| * Add multi_ack_detailed capability to fetch-pack/upload-packShawn O. Pearce2009-10-30
| * Move "get_ack()" back to fetch-packShawn O. Pearce2009-10-30
| * fetch-pack: Use a strbuf to compose the want listShawn O. Pearce2009-10-30
| * pkt-line: Make packet_read_line easier to debugShawn O. Pearce2009-10-30
| * pkt-line: Add strbuf based functionsShawn O. Pearce2009-10-30
| * http-push: fix check condition on http.c::finish_http_pack_request()Tay Ray Chuan2009-10-30
* | Merge branch 'bw/autoconf-more'Junio C Hamano2009-11-20
|\ \
| * | configure: add settings for gitconfig, editor and pagerBen Walton2009-11-04
| * | configure: add macro to set arbitrary make variablesBen Walton2009-11-04
* | | Merge branch 'jn/editor-pager'Junio C Hamano2009-11-20
|\ \ \
| * | | Provide a build time default-pager settingJunio C Hamano2009-11-13
| * | | Provide a build time default-editor settingJonathan Nieder2009-11-13
| * | | am -i, git-svn: use "git var GIT_PAGER"Jonathan Nieder2009-11-13
| * | | add -i, send-email, svn, p4, etc: use "git var GIT_EDITOR"Jonathan Nieder2009-11-13
| * | | Teach git var about GIT_PAGERJonathan Nieder2009-11-13
| * | | Teach git var about GIT_EDITORJonathan Nieder2009-11-13
| * | | Suppress warnings from "git var -l"Jonathan Nieder2009-11-13
| * | | Do not use VISUAL editor on dumb terminalsJonathan Nieder2009-11-13