๐ AIๆ็ดข & ไปฃ็
๐
ไธป้กต
Sign in
chromium
/
external
/
github.com
/
git
/
git
/
refs/tags/v1.6.4-rc1
/
http-push.c
tag
058196d2e39dbe1ef6a4413680df37349fa2d4cf
tagger
Junio C Hamano <gitster@pobox.com>
Wed Jul 15 23:59:08 2009
object
4525e8e41a8c0c4246a95097744604ea72198dad
GIT v1.6.4-rc1
c8400d9
http-push: fix xml_entities() string parsing overrun
by Hunter, D. Seth
ยท 16 years ago
2af202b
Fix various sparse warnings in the git source code
by Linus Torvalds
ยท 17 years ago
e248619
Merge branch 'rc/http-push'
by Junio C Hamano
ยท 17 years ago
fa71e80
Merge branch 'rc/maint-http-local-slot-fix'
by Junio C Hamano
ยท 17 years ago
57c57a9
Merge branch 'cb/match_refs_internal_tail'
by Junio C Hamano
ยท 17 years ago
5424bc5
http*: add helper methods for fetching objects (loose)
by Tay Ray Chuan
ยท 17 years ago
2264dfa
http*: add helper methods for fetching packs
by Tay Ray Chuan
ยท 17 years ago
b8caac2
http*: add http_get_info_packs
by Tay Ray Chuan
ยท 17 years ago
9af5abd
http-push.c::fetch_symref(): use the new http API
by Mike Hommey
ยท 17 years ago
446b941
http-push.c::remote_exists(): use the new http API
by Mike Hommey
ยท 17 years ago
e917674
http*: move common variables and macros to http.[ch]
by Tay Ray Chuan
ยท 17 years ago
1b1b7b2
http-push: do not SEGV after fetching a bad pack idx file
by Tay Ray Chuan
ยท 17 years ago
20cfb3a
http*: copy string returned by sha1_to_hex
by Tay Ray Chuan
ยท 17 years ago
4c42aa1
http-push, http-walker: style fixes
by Tay Ray Chuan
ยท 17 years ago
68862a3
http-push: fix missing "#ifdef USE_CURL_MULTI" around "is_running_queue"
by Tay Ray Chuan
ยท 17 years ago
4f66250
http-push: send out fetch requests on queue
by Tay Ray Chuan
ยท 17 years ago
8607987
Merge branch 'rc/maint-http-local-slot-fix' into rc/http-push
by Junio C Hamano
ยท 17 years ago
16493eb
http*: cleanup slot->local after fclose
by Tay Ray Chuan
ยท 17 years ago
6d2bf96
match_refs: search ref list tail internally
by Clemens Buchacher
ยท 17 years ago
0bf8c1f
http-push: reuse existing is_null_ref
by Clemens Buchacher
ยท 17 years ago
2c5942d
Merge branch 'ar/unlink-err' into maint
by Junio C Hamano
ยท 17 years ago
9619ff1
Merge branch 'maint'
by Junio C Hamano
ยท 17 years ago
f5b223a
Merge branch 'maint-1.6.2' into maint
by Junio C Hamano
ยท 17 years ago
34ab57d
Merge branch 'maint-1.6.1' into maint-1.6.2
by Junio C Hamano
ยท 17 years ago
ff6e93f
Merge branch 'maint-1.6.0' into maint-1.6.1
by Junio C Hamano
ยท 17 years ago
6589ebf
http-push.c::remove_locks(): fix use after free
by Alex Riesen
ยท 17 years ago
a80aad7
Terminate argv with NULL before calling setup_revisions()
by Nguyแป n Thรกi Ngแปc Duy
ยท 17 years ago
691f1a2
replace direct calls to unlink(2) with unlink_or_warn
by Alex Riesen
ยท 17 years ago
519d05b
Replace ",<,>,& with their respective XML entities in DAV requests
by Mike Hommey
ยท 17 years ago
fe42fe4
Merge branch 'ms/http-auth'
by Junio C Hamano
ยท 17 years ago
03a39a9
Merge branch 'jc/shared-literally'
by Junio C Hamano
ยท 17 years ago
3944ba0
Allow curl to rewind the read buffers
by Martin Storsjรถ
ยท 17 years ago
fb8b193
Move chmod(foo, 0444) into move_temp_to_file()
by Johan Herland
ยท 17 years ago
6422c6a
Merge branch 'mg/http-auth'
by Junio C Hamano
ยท 17 years ago
d5c87cb
http-push: using error() and warning() as appropriate
by Miklos Vajna
ยท 17 years ago
44d808c
http-push.c: use a faux remote to pass to http_init
by Amos King
ยท 17 years ago
7b5201a
Do not name "repo" struct "remote" in push_http.c
by Amos King
ยท 17 years ago
ca8a36e
Merge branch 'js/remote-improvements'
by Junio C Hamano
ยท 17 years ago
8e24cba
Fix various dead stores found by the clang static analyzer
by Benjamin Kramer
ยท 17 years ago
ec8452d
move duplicated ref_newer() to remote.c
by Jay Soffian
ยท 17 years ago
454e202
move duplicated get_local_heads() to remote.c
by Jay Soffian
ยท 17 years ago
c42b04b
Merge branch 'rc/http-push'
by Junio C Hamano
ยท 17 years ago
dfab7c1
use a hash of the lock token as the suffix for PUT/MOVE
by Tay Ray Chuan
ยท 17 years ago
7aa4e73
Merge branch 'rc/http-push'
by Junio C Hamano
ยท 17 years ago
141b6b8
Merge branch 'lt/maint-wrap-zlib' into maint
by Junio C Hamano
ยท 17 years ago
2d20b7e
http-push: wrap signature of get_remote_object_url
by Tay Ray Chuan
ยท 17 years ago
223bd93
http-push: add back underscore separator before lock token
by Tay Ray Chuan
ยท 17 years ago
dcdb333
http-push.c: get_remote_object_url() is only used under USE_CURL_MULTI
by Junio C Hamano
ยท 17 years ago
ed096c4
Merge branch 'sp/runtime-prefix'
by Junio C Hamano
ยท 17 years ago
fa5bc8a
Merge branch 'jk/signal-cleanup'
by Junio C Hamano
ยท 17 years ago
817d14a
http-push: refactor request url creation
by Tay Ray Chuan
ยท 17 years ago
2fb3f6d
Add calls to git_extract_argv0_path() in programs that call git_config_*
by Steffen Prohaska
ยท 17 years ago
d456c9f
http-push.c: style fixes
by Junio C Hamano
ยท 17 years ago
b1c7d4a
http-push: refactor lock-related headers creation for curl requests
by Ray Chuan
ยท 17 years ago
57b235a
refactor signal handling for cleanup functions
by Jeff King
ยท 17 years ago
4a16d07
chain kill signals for cleanup functions
by Jeff King
ยท 17 years ago
36dd939
Merge branch 'lt/maint-wrap-zlib'
by Junio C Hamano
ยท 17 years ago
466ddf9
http-push: when making directories, have a trailing slash in the path name
by Johannes Schindelin
ยท 17 years ago
2064280
http-push: fix off-by-path_len
by Johannes Schindelin
ยท 17 years ago
39c6854
Wrap inflate and other zlib routines for better error reporting
by Linus Torvalds
ยท 17 years ago
e1f33ef
http-push: support full URI in handle_remote_ls_ctx()
by Kirill A. Korinskiy
ยท 17 years ago
753bc91
Remove the requirement opaquelocktoken uri scheme
by Kirill A. Korinskiy
ยท 17 years ago
59c69c0
make alloc_ref_from_str() the new alloc_ref()
by Renรฉ Scharfe
ยท 17 years ago
9126f00
fix openssl headers conflicting with custom SHA1 implementations
by Nicolas Pitre
ยท 17 years ago
e8eec71
Use xmalloc() and friends to catch allocation failures
by Dotan Barak
ยท 17 years ago
1b1dd23
Make usage strings dash-less
by Stephan Beyer
ยท 17 years ago
77d3ece
move show_pack_info() where it belongs
by Nicolas Pitre
ยท 17 years ago
d633c88
http-push.c: remove duplicated code
by Junio C Hamano
ยท 18 years ago
ad5fa3c
rollback lock files on more signals than just SIGINT
by Paolo Bonzini
ยท 18 years ago
6a491a1
http-push: remove remote locks on exit signals
by Clemens Buchacher
ยท 18 years ago
737922a
alloc_ref_from_str(): factor out a common pattern of alloc_ref from string
by Krzysztof Kowalczyk
ยท 18 years ago
c13b263
Make walker.fetch_ref() take a struct ref.
by Daniel Barkalow
ยท 18 years ago
7ab9f8f
Merge branch 'mh/maint-http-proxy-fix'
by Junio C Hamano
ยท 18 years ago
d82b21b
Merge branch 'cb/http-test'
by Junio C Hamano
ยท 18 years ago
6eaf406
http-push: push <remote> :<branch> deletes remote branch
by Clemens Buchacher
ยท 18 years ago
9fc6440
Set proxy override with http_init()
by Mike Hommey
ยท 18 years ago
8e0f700
Avoid unnecessary "if-before-free" tests.
by Jim Meyering
ยท 18 years ago
378b260
Merge branch 'js/maint-http-push'
by Junio C Hamano
ยท 18 years ago
3d51e1b
check return code of prepare_revision_walk
by Martin Koegler
ยท 18 years ago
7fea9c5
http-push: avoid a needless goto
by Johannes Schindelin
ยท 18 years ago
1bbeb4c
http-push: do not get confused by submodules
by Johannes Schindelin
ยท 18 years ago
add8e8c
http-push: avoid invalid memory accesses
by Johannes Schindelin
ยท 18 years ago
3057ded
http-push and http-fetch: handle URLs without trailing /
by Grรฉgoire Barbier
ยท 18 years ago
325ce39
http-push: clarify the reason of error from the initial PROPFIND request
by Junio C Hamano
ยท 18 years ago
9bdbaba
http-push: fail when info/refs exists and is already locked
by Grรฉgoire Barbier
ยท 18 years ago
9116de5
http-push: fix webdav lock leak.
by Grรฉgoire Barbier
ยท 18 years ago
f854824
http-push: disable http-push without USE_CURL_MULTI
by Grรฉgoire Barbier
ยท 18 years ago
d6ed263
Fix double-free() in http-push.c:remote_exists()
by Grรฉgoire Barbier
ยท 18 years ago
d7e9280
Move fetch_ref from http-push.c and http-walker.c to http.c
by Mike Hommey
ยท 18 years ago
3a462bc
Fix various memory leaks in http-push.c and http-walker.c
by Mike Hommey
ยท 18 years ago
028c297
Use strbuf in http code
by Mike Hommey
ยท 18 years ago
c20f290
Remove the default_headers variable from http-push.c
by Mike Hommey
ยท 18 years ago
a096bb1
Fix random sha1 in error message in http-fetch and http-push
by Mike Hommey
ยท 18 years ago
3b683b9
Fix some more memory leaks in http-push.c
by Mike Hommey
ยท 18 years ago
472b257
Fix XML parser leaks in http-push
by Mike Hommey
ยท 18 years ago
84ef033
Print the real filename that we failed to open.
by Andrรฉ Goddard Rosa
ยท 18 years ago
28b9d6e
Teach send-pack a mirror mode
by Andy Whitcroft
ยท 18 years ago
0d9d89f
Merge master into aw/mirror-push
by Junio C Hamano
ยท 18 years ago
00ae828
errors: "strict subset" -> "ancestor"
by J. Bruce Fields
ยท 18 years ago
4577370
Miscellaneous const changes and utilities
by Daniel Barkalow
ยท 18 years ago
Next »