index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
http.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-24
Merge branch 'js/coverity-unchecked-returns-fix'
Junio C Hamano
1
-0
/
+2
2026-08-15
Merge branch 'tn/packfile-uri-concurrency'
Junio C Hamano
1
-20
/
+36
2026-08-12
http: die on curl_easy_duphandle failure in get_active_slot
Johannes Schindelin
1
-0
/
+2
2026-07-27
http: permit unlinking partial packs on Windows
Ted Nyman
1
-1
/
+16
2026-07-27
http: avoid concurrent appends to partial packs
Ted Nyman
1
-14
/
+20
2026-07-27
http: avoid closing index-pack input twice
Ted Nyman
1
-6
/
+1
2026-07-07
http: use idempotent git_hash_discard()
Jeff King
1
-4
/
+1
2026-07-07
hash: use git_hash_init() consistently
Jeff King
1
-2
/
+2
2026-07-07
Merge branch 'jk/hash-algo-leak-fixes' into jk/git-hash-cleanups
Junio C Hamano
1
-0
/
+4
2026-07-02
http: discard hash in dumb-http http_object_request
Jeff King
1
-0
/
+4
2026-06-28
Merge branch 'js/http-https-proxy-fix'
Junio C Hamano
1
-0
/
+2
2026-06-28
http: accept https:// proxies again
Johannes Schindelin
1
-0
/
+2
2026-06-11
Merge branch 'lp/http-fetch-pack-index-leak-fix'
Junio C Hamano
1
-5
/
+5
2026-06-02
http: fix memory leak in fetch_and_setup_pack_index()
LorenzoPegorari
1
-3
/
+5
2026-06-02
http: cleanup function fetch_and_setup_pack_index()
LorenzoPegorari
1
-2
/
+0
2026-06-01
object-file: refactor writing objects to use loose source
Patrick Steinhardt
1
-2
/
+4
2026-05-21
Merge branch 'aw/validate-proxy-url-scheme'
Junio C Hamano
1
-25
/
+68
2026-05-06
http: reject unsupported proxy URL schemes
Aliwoto
1
-25
/
+68
2026-04-16
http: attempt Negotiate auth in http.emptyAuth=auto mode
Matthew John Cheetham
1
-1
/
+24
2026-04-16
http: extract http_reauth_prepare() from retry paths
Matthew John Cheetham
1
-1
/
+6
2026-04-09
Merge branch 'jk/c23-const-preserving-fixes-more'
Junio C Hamano
1
-2
/
+2
2026-04-01
http: drop const to fix strstr() warning
Jeff King
1
-2
/
+2
2026-04-01
Merge branch 'vp/http-rate-limit-retries'
Junio C Hamano
1
-20
/
+122
2026-03-17
http: add support for HTTP 429 rate limit retries
Vaidas Pilkauskas
1
-20
/
+122
2026-03-05
odb: embed base source in the "files" backend
Patrick Steinhardt
1
-1
/
+2
2026-03-05
odb: introduce "files" source
Patrick Steinhardt
1
-1
/
+1
2026-01-09
packfile: move packfile store into object source
Patrick Steinhardt
1
-1
/
+1
2025-10-30
http: refactor subsystem to use `packfile_list`s
Patrick Steinhardt
1
-13
/
+8
2025-10-16
packfile: introduce macro to iterate through packs
Patrick Steinhardt
1
-2
/
+1
2025-09-29
Merge branch 'ps/packfile-store' into tb/incremental-midx-part-3.1
Junio C Hamano
1
-2
/
+3
2025-09-24
packfile: refactor `get_all_packs()` to work on packfile store
Patrick Steinhardt
1
-1
/
+2
2025-09-24
packfile: refactor `install_packed_git()` to work on packfile store
Patrick Steinhardt
1
-1
/
+1
2025-09-18
Merge branch 'jk/curl-global-trace-components'
Junio C Hamano
1
-0
/
+8
2025-08-27
curl: add support for curl_global_trace() components
Jeff King
1
-0
/
+8
2025-08-05
Merge branch 'ps/object-file-wo-the-repository'
Junio C Hamano
1
-2
/
+2
2025-07-23
config: move Git config parsing into "environment.c"
Patrick Steinhardt
1
-0
/
+1
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-16
object-file: get rid of `the_repository` in `finalize_object_file()`
Patrick Steinhardt
1
-2
/
+2
2025-07-15
Merge branch 'ps/object-store'
Junio C Hamano
1
-3
/
+3
2025-07-09
Merge branch 'ps/object-store' into ps/object-file-wo-the-repository
Junio C Hamano
1
-3
/
+3
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-07-01
object-store: rename `object_directory` to `odb_source`
Patrick Steinhardt
1
-2
/
+2
2025-06-06
curl: pass `long` values where expected
Johannes Schindelin
1
-11
/
+11
2025-06-04
curl: fix symbolic constant typechecks with curl_easy_setopt()
Jeff King
1
-7
/
+7
2025-06-04
curl: fix integer constant typechecks with curl_easy_setopt()
Jeff King
1
-7
/
+7
2025-04-29
object-store: drop `loose_object_path()`
Patrick Steinhardt
1
-2
/
+2
2025-04-24
Merge branch 'ps/object-file-cleanup' into ps/object-store-cleanup
Junio C Hamano
1
-1
/
+1
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
1
-1
/
+1
2025-03-21
http.c: allow custom TCP keepalive behavior via config
Taylor Blau
1
-1
/
+32
2025-03-21
http.c: inline `set_curl_keepalive()`
Taylor Blau
1
-5
/
+1
[next]