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