106 Commits (4d168e742a39b5e647ab8d2408cd5c0062ac35f4)

Author SHA1 Message Date
Jeff King ff5effdf45 include agent identifier in capability string 13 years ago
Jeff King 3d2a33e57f fetch-pack: sort incoming heads list earlier 13 years ago
Jeff King a0de28805d fetch-pack: avoid quadratic loop in filter_refs 13 years ago
Jeff King 9e8e704f0b fetch-pack: sort the list of incoming refs 13 years ago
Jeff King 7db8d5370f fetch-pack: avoid quadratic behavior in remove_duplicates 13 years ago
Jeff King 443596850f fetch-pack: sort incoming heads 13 years ago
Michael Haggerty 57e6fc6958 cmd_fetch_pack(): respect constness of argv parameter 13 years ago
Michael Haggerty ff22ff9909 cmd_fetch_pack(): combine the loop termination conditions 13 years ago
Michael Haggerty 4cc00fcf5d cmd_fetch_pack(): handle non-option arguments outside of the loop 13 years ago
Michael Haggerty 9d19c6ea52 cmd_fetch_pack(): declare dest to be const 13 years ago
Ivan Todoroski 078b895fef fetch-pack: new --stdin option to read refs from stdin 13 years ago
Clemens Buchacher 01fdc21f6e push/fetch/clone --no-progress suppresses progress output 13 years ago
Michael Haggerty f257659132 everything_local(): mark alternate refs as complete 13 years ago
Michael Haggerty c41a802fe9 fetch-pack.c: inline insert_alternate_refs() 13 years ago
Michael Haggerty 65385ef7d4 fetch-pack.c: rename some parameters from "path" to "refname" 13 years ago
Jeff King 1e7ba0f9ca fetch-pack: match refs exactly 13 years ago
Jeff King afe7c5ff1f drop "match" parameter from get_remote_heads 13 years ago
Michael Haggerty 8d9c50105f Change check_ref_format() to take a flags argument 14 years ago
Junio C Hamano dab76d3aa6 transfer.fsckobjects: unify fetch/receive.fsckobjects 14 years ago
Junio C Hamano 5e838ea7aa fetch.fsckobjects: verify downloaded objects 14 years ago
Nguyễn Thái Ngọc Duy ec099546a9 fetch-pack: check for valid commit from server 14 years ago
Nguyễn Thái Ngọc Duy 294e15fc19 Move write_shallow_commits to fetch-pack.c 14 years ago
Jeff King 114a6a889f refactor refs_from_alternate_cb to allow passing extra data 14 years ago
Jeff King ea5f220821 fetch: avoid repeated commits in mark_complete 14 years ago
Junio C Hamano 4e10cf9a17 Revert two "no-done" reverts 14 years ago
Junio C Hamano 44d8dc54e7 Fix potential local deadlock during fetch-pack 14 years ago
Junio C Hamano 8e9182e091 enable "no-done" extension only when fetching over smart-http 14 years ago
Junio C Hamano 07514c83c2 Revert "fetch-pack: Implement no-done capability" 14 years ago
Stephen Boyd c2e86addb8 Fix sparse warnings 14 years ago
Junio C Hamano 066bf4c2e4 fetch-pack: use smaller handshake window for initial request 14 years ago
Junio C Hamano 6afca450c3 fetch-pack: progressively use larger handshake windows 14 years ago
Junio C Hamano c12f5917e4 fetch-pack: factor out hardcoded handshake window size 14 years ago
Junio C Hamano e52d719266 fetch-pack: objects in our alternates are available to us 14 years ago
Shawn O. Pearce 761ecf0bc7 fetch-pack: Implement no-done capability 14 years ago
Shawn O. Pearce f2cba9299b fetch-pack: Finish negotation if remote replies "ACK %s ready" 14 years ago
Jeff King bbc30f9963 add packet tracing debug code 14 years ago
Thiago Farina 47e44ed1dc commit: Add commit_list prefix in two function names. 15 years ago
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
Erik Faye-Lund ae6a5609c0 run-command: support custom fd-set in async 15 years ago
Shawn O. Pearce 249b2004d8 Smart fetch over HTTP: client side 16 years ago
Shawn O. Pearce 78affc49de Add multi_ack_detailed capability to fetch-pack/upload-pack 16 years ago
Shawn O. Pearce 28754ab5f0 Move "get_ack()" back to fetch-pack 16 years ago
Shawn O. Pearce edace6f02e fetch-pack: Use a strbuf to compose the want list 16 years ago
Johannes Sixt 3ef67cf250 fetch-pack: close output channel after sideband demultiplexer terminates 16 years ago
Nicolas Pitre f04833ef9f honor repack.usedeltabaseoffset when fetching packs 16 years ago
Felipe Contreras 4b25d091ba Fix a bunch of pointer declarations (codestyle) 16 years ago
Alex Riesen 691f1a28bf replace direct calls to unlink(2) with unlink_or_warn 16 years ago
Miklos Vajna 78509d2197 builtin-fetch-pack: use warning() instead of fprintf(stderr, "warning: ") 16 years ago
Kjetil Barvik 5bcf109cdf checkout bugfix: use stat.mtime instead of stat.ctime in two places 16 years ago
Johannes Sixt 34df8abaf3 recv_sideband: Bands #2 and #3 always go to stderr 16 years ago