summaryrefslogtreecommitdiff
path: root/transport.c
AgeCommit message (Expand)Author
2008-07-06Merge branch 'qq/maint'Junio C Hamano
2008-07-06clone -q: honor "quiet" option over native transports.Junio C Hamano
2008-06-26Windows: Disambiguate DOS style paths from SSH URLs.Johannes Sixt
2008-05-25Merge branch 'db/clone-in-c'Junio C Hamano
2008-05-11alloc_ref_from_str(): factor out a common pattern of alloc_ref from stringKrzysztof Kowalczyk
2008-05-05Mark the list of refs to fetch as constDaniel Barkalow
2008-04-27Make ls-remote http://... list HEAD, like for git://...Daniel Barkalow
2008-03-05Teach git-fetch to exploit server side automatic tag followingShawn O. Pearce
2008-03-02Merge branch 'mh/maint-http-proxy-fix'Junio C Hamano
2008-02-29Always use the current connection's remote ref list in git protocolDaniel Barkalow
2008-02-27Set proxy override with http_init()Mike Hommey
2008-02-12Merge branch 'db/no-separate-ls-remote-connection' (early part)Junio C Hamano
2008-02-11Work around curl-gnutls not liking to be reinitializedMike Hommey
2008-02-10Work around curl-gnutls not liking to be reinitializedMike Hommey
2008-02-05Reduce the number of connects when fetchingDaniel Barkalow
2008-01-04Don't access line[-1] for a zero-length "line" from fgets.Jim Meyering
2007-12-15Use strbuf in http codeMike Hommey
2007-12-15Avoid redundant declaration of missing_target()Mike Hommey
2007-12-06do not discard status in fetch_refs_via_pack()Junio C Hamano
2007-12-04Add remote.<name>.proxySam Vilain
2007-11-25Merge branch 'jk/send-pack'Junio C Hamano
2007-11-21avoid "defined but not used" warning for fetch_objs_via_walkerJeff King
2007-11-14Merge branch 'aw/mirror-push' into jk/send-packJunio C Hamano
2007-11-14Merge branch 'db/remote-builtin' into jk/send-packJunio C Hamano
2007-11-11push: teach push to pass --verbose option to transport layerSteffen Prohaska
2007-11-10git-push: plumb in --mirror modeAndy Whitcroft
2007-11-10Merge master into aw/mirror-pushJunio C Hamano
2007-11-08Style: place opening brace of a function definition at column 1Junio C Hamano
2007-11-03Use built-in send-pack.Daniel Barkalow
2007-11-03Miscellaneous const changes and utilitiesDaniel Barkalow
2007-11-02transport.c: squelch a gcc 4.0.1 complaint about an uninitialized variableBlake Ramsdell
2007-10-21Change git_connect() to return a struct child_process instead of a pid_t.Johannes Sixt
2007-10-16Support 'push --dry-run' for http transportShawn O. Pearce
2007-10-16Support 'push --dry-run' for rsync transportShawn O. Pearce
2007-10-16Merge branch 'master' into db/fetch-packShawn O. Pearce
2007-10-16Fix compilation when NO_CURL is definedJohannes Schindelin
2007-10-03Restore default verbosity for http fetches.Daniel Barkalow
2007-10-01fetch/push: readd rsync supportJohannes Schindelin
2007-09-30bundle transport: fix an alloc_ref() callJunio C Hamano
2007-09-19Fix memory leaks when disconnecting transport instancesShawn O. Pearce
2007-09-19Ensure builtin-fetch honors {fetch,transfer}.unpackLimitShawn O. Pearce
2007-09-19Always obtain fetch-pack arguments from struct fetch_pack_argsShawn O. Pearce
2007-09-19Refactor struct transport_ops inlined into struct transportShawn O. Pearce
2007-09-19Avoid printing unnecessary warnings during fetch and pushShawn O. Pearce
2007-09-19Remove unnecessary 'fetch' argument from transport_get APIShawn O. Pearce
2007-09-19Cleanup duplicate initialization code in transport_getShawn O. Pearce
2007-09-19Don't bother passing ref log details to walker in builtin-fetchShawn O. Pearce
2007-09-19Backup the array passed to fetch_pack so we can free itemsShawn O. Pearce
2007-09-19Remove pack.keep after ref updates in git-fetchShawn O. Pearce
2007-09-19Simplify fetch transport API to just one functionShawn O. Pearce