๐ AIๆ็ดข & ไปฃ็
๐
ไธป้กต
Sign in
chromium
/
external
/
github.com
/
git
/
git
/
refs/tags/v2.10.1
/
http-backend.c
tag
3030004058418a637e563f39c9abd252f89b5029
tagger
Junio C Hamano <gitster@pobox.com>
Mon Oct 03 20:24:24 2016
object
6406bdc0b95715a087fdeeb0f6adf3deb80a25b8
Git 2.10.1
3787e3c
Merge branch 'ew/http-backend-batch-headers'
by Junio C Hamano
ยท 9 years ago
b36045c
http-backend: buffer headers before sending
by Eric Wong
ยท 9 years ago
de61ceb
Merge branch 'jk/common-main-2.8' into jk/common-main
by Junio C Hamano
ยท 9 years ago
5ce5f5f
common-main: call git_setup_gettext()
by Jeff King
ยท 9 years ago
650c449
common-main: call git_extract_argv0_path()
by Jeff King
ยท 9 years ago
3f2e229
add an extra level of indirection to main()
by Jeff King
ยท 9 years ago
7fd12bf
show_head_ref(): check the result of resolve_ref_namespace()
by Michael Haggerty
ยท 10 years ago
f2fd076
Convert struct object to object_id
by brian m. carlson
ยท 10 years ago
fcd12db
prefer git_pathdup to git_path in some possibly-dangerous cases
by Jeff King
ยท 10 years ago
a5481a6
convert "enum date_mode" into a struct
by Jeff King
ยท 10 years ago
5455ee0
Merge branch 'bc/object-id'
by Junio C Hamano
ยท 11 years ago
6bc0cb5
http-backend: spool ref negotiation requests to buffer
by Jeff King
ยท 11 years ago
5f9cf5a
show_head_ref(): convert local variable "unused" to object_id
by Michael Haggerty
ยท 11 years ago
f72f542
http-backend: rewrite to take an object_id argument
by Michael Haggerty
ยท 11 years ago
2b2a5be
each_ref_fn: change to take an object_id parameter
by Michael Haggerty
ยท 11 years ago
7253a02
http-backend: fix die recursion with custom handler
by Jeff King
ยท 11 years ago
217610d
Merge branch 'rs/run-command-env-array'
by Junio C Hamano
ยท 11 years ago
a915459
use env_array member of struct child_process
by Renรฉ Scharfe
ยท 11 years ago
7695d11
refs.c: change resolve_ref_unsafe reading argument to be a flags field
by Ronnie Sahlberg
ยท 11 years ago
825fd93
Merge branch 'rs/child-process-init'
by Junio C Hamano
ยท 11 years ago
d318027
run-command: introduce CHILD_PROCESS_INIT
by Renรฉ Scharfe
ยท 11 years ago
6881f0c
http-backend.c: replace `git_config()` with `git_config_get_bool()` family
by Tanay Abhra
ยท 11 years ago
9ab0882
Merge branch 'maint'
by Junio C Hamano
ยท 11 years ago
5c0b13f
use xmemdupz() to allocate copies of strings given by start and length
by Renรฉ Scharfe
ยท 11 years ago
ae021d8
use skip_prefix to avoid magic numbers
by Jeff King
ยท 11 years ago
5955654
replace {pre,suf}fixcmp() with {starts,ends}_with()
by Christian Couder
ยท 12 years ago
26e53f8
Merge branch 'bc/http-backend-allow-405'
by Junio C Hamano
ยท 12 years ago
9247be0
http-backend: provide Allow header for 405
by Brian M. Carlson
ยท 12 years ago
3e4ca43
show_head_ref(): rename first parameter to "refname"
by Michael Haggerty
ยท 13 years ago
1d811db
show_head_ref(): do not shadow name of argument
by Michael Haggerty
ยท 13 years ago
77354d8
Merge branch 'jk/http-dumb-namespaces'
by Junio C Hamano
ยท 13 years ago
6130f86
http-backend: respect GIT_NAMESPACE with dumb clients
by John Koleszar
ยท 13 years ago
cdf4fb8
pkt-line: drop safe_write function
by Jeff King
ยท 13 years ago
e32a458
http-backend: respect existing GIT_COMMITTER_* variables
by Jeff King
ยท 14 years ago
5e9637c
i18n: add infrastructure for translating Git with gettext
by รvar Arnfjรถrรฐ Bjarmason
ยท 14 years ago
ef49a7a
zlib: zlib can only process 4GB at a time
by Junio C Hamano
ยท 15 years ago
5e86c1f
zlib: wrap inflateInit2 used to accept only for gzip format
by Junio C Hamano
ยท 15 years ago
9e7e5ca
zlib: wrap remaining calls to direct inflate/inflateEnd
by Junio C Hamano
ยท 15 years ago
cf688cc
http-backend: use end_url_with_slash()
by Tay Ray Chuan
ยท 15 years ago
a53deac
Merge branch 'jp/string-list-api-cleanup'
by Junio C Hamano
ยท 15 years ago
e8c8b71
string_list: Fix argument order for string_list_lookup
by Julian Phillips
ยท 15 years ago
78a395d
string_list: Fix argument order for string_list_insert
by Julian Phillips
ยท 15 years ago
7626550
Merge branch 'js/async-thread'
by Junio C Hamano
ยท 15 years ago
638794c
make url-related functions reusable
by Jeff King
ยท 16 years ago
5856b5f5
http-backend: Don't infinite loop during die()
by Shawn O. Pearce
ยท 16 years ago
ebaa79f
Make report() from usage.c public as vreportf() and use it.
by Johannes Sixt
ยท 16 years ago
8b2bd7c
Smart-http: check if repository is OK to export before serving it
by Tarmigan Casebolt
ยท 16 years ago
3548701
http-backend: Let gcc check the format of more printf-type functions.
by Tarmigan Casebolt
ยท 16 years ago
48aec1b
http-backend: Fix access beyond end of string.
by Tarmigan Casebolt
ยท 16 years ago
4a5328d
http-backend: Fix bad treatment of uintmax_t in Content-Length
by Shawn O. Pearce
ยท 16 years ago
34b6cb8
http-backend: Protect GIT_PROJECT_ROOT from /../ requests
by Shawn O. Pearce
ยท 16 years ago
92815b3
Git-aware CGI to provide dumb HTTP transport
by Shawn O. Pearce
ยท 16 years ago
5abb013
http-backend: Use http.getanyfile to disable dumb HTTP serving
by Shawn O. Pearce
ยท 16 years ago
917adc0
http-backend: add GIT_PROJECT_ROOT environment var
by Mark Lodato
ยท 16 years ago
556cfa3
Smart fetch and push over HTTP: server side
by Shawn O. Pearce
ยท 16 years ago
2f4038a
Git-aware CGI to provide dumb HTTP transport
by Shawn O. Pearce
ยท 16 years ago