index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
http-backend.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-16
packfile: introduce macro to iterate through packs
Patrick Steinhardt
1
-3
/
+2
2025-09-24
packfile: refactor `get_all_packs()` to work on packfile store
Patrick Steinhardt
1
-2
/
+3
2025-07-23
config: drop `git_config_get_bool()` wrapper
Patrick Steinhardt
1
-2
/
+2
2025-07-23
config: drop `git_config_get_ulong()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
1
-1
/
+1
2025-02-07
path: drop `git_pathdup()` in favor of `repo_git_path()`
Patrick Steinhardt
1
-1
/
+1
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+1
2024-09-12
environment: make `get_object_directory()` accept a repository
Patrick Steinhardt
1
-1
/
+1
2024-08-09
refs: add referent to each_ref_fn
John Cai
1
-2
/
+2
2024-07-02
Merge branch 'ps/use-the-repository'
Junio C Hamano
1
-0
/
+2
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
1
-0
/
+2
2024-06-07
global: improve const correctness when assigning string constants
Patrick Steinhardt
1
-1
/
+1
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
1
-5
/
+8
2024-01-22
http-backend: new rpc-service for git-upload-archive
Jiang Xin
1
-3
/
+10
2023-07-21
Merge branch 'tb/refs-exclusion-and-packed-refs'
Junio C Hamano
1
-1
/
+1
2023-07-10
refs.h: let `for_each_namespaced_ref()` take excluded patterns
Taylor Blau
1
-1
/
+1
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
1
-1
/
+0
2023-07-05
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
1
-1
/
+0
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
1
-1
/
+1
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
1
-0
/
+1
2023-04-11
treewide: remove cache.h inclusion due to git-zlib changes
Elijah Newren
1
-1
/
+1
2023-04-11
git-zlib: move declarations for git-zlib functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
write-or-die.h: move declarations for write-or-die.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
treewide: remove unnecessary cache.h inclusion from a few headers
Elijah Newren
1
-1
/
+1
2023-03-17
Merge branch 'jk/unused-post-2.39-part2'
Junio C Hamano
1
-4
/
+4
2023-02-24
http-backend: mark unused parameters in virtual functions
Jeff King
1
-3
/
+3
2023-02-24
http-backend: mark argc/argv unused
Jeff King
1
-1
/
+1
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
1
-0
/
+1
2023-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
1
-1
/
+2
2023-02-06
http-backend.c: fix cmd_main() memory leak, refactor reg{exec,free}()
Ævar Arnfjörð Bjarmason
1
-2
/
+5
2023-02-06
http-backend.c: fix "dir" and "cmd_arg" leaks in cmd_main()
Ævar Arnfjörð Bjarmason
1
-0
/
+2
2022-09-01
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-08-19
refs: mark unused each_ref_fn parameters
Jeff King
1
-1
/
+1
2022-06-02
run-command API: rename "env_array" to "env"
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2022-02-16
date API: create a date.h, split from cache.h
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2022-01-10
Merge branch 'ab/usage-die-message'
Junio C Hamano
1
-1
/
+2
2021-12-07
usage.c API users: use die_message() for "fatal :" + exit 128
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2021-11-25
run-command API users: use strvec_pushv(), not argv assignment
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-10-25
http-backend: remove a duplicated code branch
Robin Dupret
1
-3
/
+1
2021-09-23
Merge branch 'jk/http-server-protocol-versions'
Junio C Hamano
1
-0
/
+4
2021-09-10
http-backend: handle HTTP_GIT_PROTOCOL CGI variable
Jeff King
1
-0
/
+4
2021-08-05
upload-pack: document and rename --advertise-refs
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-08-05
serve.[ch]: remove "serve_options", split up --advertise-refs code
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-03-13
use CALLOC_ARRAY
René Scharfe
1
-1
/
+1
2020-07-28
strvec: fix indentation in renamed calls
Jeff King
1
-1
/
+1
2020-07-28
strvec: convert more callers away from argv_array name
Jeff King
1
-2
/
+2
2020-07-28
strvec: rename files from argv-array to strvec
Jeff King
1
-1
/
+1
[next]