index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
http-backend.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'ab/usage-die-message'
Junio C Hamano
2022-01-10
1
-1
/
+2
|
\
|
*
usage.c API users: use die_message() for "fatal :" + exit 128
Ævar Arnfjörð Bjarmason
2021-12-07
1
-1
/
+2
*
|
run-command API users: use strvec_pushv(), not argv assignment
Ævar Arnfjörð Bjarmason
2021-11-26
1
-1
/
+1
|
/
*
http-backend: remove a duplicated code branch
Robin Dupret
2021-10-25
1
-3
/
+1
*
Merge branch 'jk/http-server-protocol-versions'
Junio C Hamano
2021-09-23
1
-0
/
+4
|
\
|
*
http-backend: handle HTTP_GIT_PROTOCOL CGI variable
Jeff King
2021-09-11
1
-0
/
+4
*
|
upload-pack: document and rename --advertise-refs
Ævar Arnfjörð Bjarmason
2021-08-05
1
-1
/
+1
*
|
serve.[ch]: remove "serve_options", split up --advertise-refs code
Ævar Arnfjörð Bjarmason
2021-08-05
1
-1
/
+1
|
/
*
use CALLOC_ARRAY
René Scharfe
2021-03-14
1
-1
/
+1
*
strvec: fix indentation in renamed calls
Jeff King
2020-07-29
1
-1
/
+1
*
strvec: convert more callers away from argv_array name
Jeff King
2020-07-29
1
-2
/
+2
*
strvec: rename files from argv-array to strvec
Jeff King
2020-07-29
1
-1
/
+1
*
http-backend: allow 64-character hex names
brian m. carlson
2019-04-01
1
-0
/
+3
*
Merge branch 'mk/http-backend-kill-children-before-exit'
Junio C Hamano
2019-01-04
1
-0
/
+2
|
\
|
*
http-backend: enable cleaning up forked upload/receive-pack on exit
Max Kirillov
2018-11-26
1
-0
/
+2
*
|
Merge branch 'ds/multi-pack-index'
Junio C Hamano
2018-09-17
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
treewide: use get_all_packs
Derrick Stolee
2018-08-21
1
-2
/
+2
*
|
Merge branch 'mk/http-backend-content-length'
Junio C Hamano
2018-09-10
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
http-backend: allow empty CONTENT_LENGTH
Max Kirillov
2018-09-07
1
-1
/
+1
*
|
Merge branch 'mk/http-backend-content-length'
Junio C Hamano
2018-08-17
1
-14
/
+86
|
\
|
|
*
http-backend: respect CONTENT_LENGTH for receive-pack
Max Kirillov
2018-07-27
1
-2
/
+30
|
*
http-backend: respect CONTENT_LENGTH as specified by rfc3875
Max Kirillov
2018-06-11
1
-7
/
+47
|
*
http-backend: cleanup writing to child process
Max Kirillov
2018-06-11
1
-5
/
+9
*
|
tag: add repository argument to deref_tag
Stefan Beller
2018-06-29
1
-1
/
+1
*
|
object: add repository argument to parse_object
Stefan Beller
2018-06-29
1
-1
/
+1
|
/
*
Merge branch 'bw/protocol-v2'
Junio C Hamano
2018-05-08
1
-2
/
+6
|
\
|
*
http: eliminate "# service" line when using protocol v2
Brandon Williams
2018-03-15
1
-2
/
+6
*
|
exec_cmd: rename to use dash in file name
Stefan Beller
2018-04-11
1
-1
/
+1
*
|
packfile: keep prepare_packed_git() private
Nguyễn Thái Ngọc Duy
2018-03-26
1
-1
/
+0
*
|
packfile: add repository argument to prepare_packed_git
Stefan Beller
2018-03-26
1
-1
/
+1
*
|
object-store: move packed_git and packed_git_mru to object store
Stefan Beller
2018-03-26
1
-2
/
+4
|
/
*
Merge branch 'rs/resolve-ref-optional-result'
Junio C Hamano
2017-09-28
1
-2
/
+1
|
\
|
*
refs: pass NULL to resolve_ref_unsafe() if hash is not needed
René Scharfe
2017-09-24
1
-2
/
+1
*
|
Merge branch 'jk/write-in-full-fix'
Junio C Hamano
2017-09-25
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
avoid "write_in_full(fd, buf, len) != len" pattern
Jeff King
2017-09-14
1
-2
/
+2
*
|
pack: move {,re}prepare_packed_git and approximate_object_count
Jonathan Tan
2017-08-24
1
-0
/
+1
|
/
*
Merge branch 'bw/config-h'
Junio C Hamano
2017-06-24
1
-0
/
+1
|
\
|
*
config: don't include config.h by default
Brandon Williams
2017-06-15
1
-0
/
+1
*
|
Merge branch 'bc/object-id'
Junio C Hamano
2017-05-29
1
-1
/
+1
|
\
\
|
*
|
object: convert parse_object* to take struct object_id
brian m. carlson
2017-05-08
1
-1
/
+1
|
|
/
*
/
timestamp_t: a new data type for timestamps
Johannes Schindelin
2017-04-27
1
-2
/
+2
|
/
*
pkt-line: rename packet_write() to packet_write_fmt()
Lars Schneider
2016-10-17
1
-1
/
+1
*
Merge branch 'ew/http-backend-batch-headers'
Junio C Hamano
2016-08-12
1
-104
/
+116
|
\
|
*
http-backend: buffer headers before sending
Eric Wong
2016-08-10
1
-104
/
+116
*
|
Merge branch 'jk/common-main-2.8' into jk/common-main
Junio C Hamano
2016-07-06
1
-4
/
+1
|
\
\
|
|
/
|
/
|
|
*
common-main: call git_setup_gettext()
Jeff King
2016-07-02
1
-2
/
+0
|
*
common-main: call git_extract_argv0_path()
Jeff King
2016-07-02
1
-1
/
+0
|
*
add an extra level of indirection to main()
Jeff King
2016-07-02
1
-1
/
+1
*
|
show_head_ref(): check the result of resolve_ref_namespace()
Michael Haggerty
2016-04-10
1
-2
/
+2
|
/
*
Convert struct object to object_id
brian m. carlson
2015-11-20
1
-1
/
+1
[next]