aboutsummaryrefslogtreecommitdiff
path: root/transport.c
Commit message (Expand)AuthorAge
* Teach git-fetch to exploit server side automatic tag followingShawn O. Pearce2008-03-04
* Merge branch 'mh/maint-http-proxy-fix'Junio C Hamano2008-03-02
|\
| * Set proxy override with http_init()Mike Hommey2008-02-27
| * Work around curl-gnutls not liking to be reinitializedMike Hommey2008-02-11
* | Always use the current connection's remote ref list in git protocolDaniel Barkalow2008-02-29
* | Merge branch 'db/no-separate-ls-remote-connection' (early part)Junio C Hamano2008-02-11
|\ \
| * | Reduce the number of connects when fetchingDaniel Barkalow2008-02-05
| |/
* | Work around curl-gnutls not liking to be reinitializedMike Hommey2008-02-09
|/
* Don't access line[-1] for a zero-length "line" from fgets.Jim Meyering2008-01-04
* Use strbuf in http codeMike Hommey2007-12-14
* Avoid redundant declaration of missing_target()Mike Hommey2007-12-14
* do not discard status in fetch_refs_via_pack()Junio C Hamano2007-12-06
* Add remote.<name>.proxySam Vilain2007-12-03
* Merge branch 'jk/send-pack'Junio C Hamano2007-11-24
|\
| * Merge branch 'aw/mirror-push' into jk/send-packJunio C Hamano2007-11-14
| |\
| | * git-push: plumb in --mirror modeAndy Whitcroft2007-11-09
| | * Merge master into aw/mirror-pushJunio C Hamano2007-11-09
| | |\
| * | \ Merge branch 'db/remote-builtin' into jk/send-packJunio C Hamano2007-11-14
| |\ \ \ | | |/ /
| | * | Use built-in send-pack.Daniel Barkalow2007-11-02
| | * | Miscellaneous const changes and utilitiesDaniel Barkalow2007-11-02
* | | | avoid "defined but not used" warning for fetch_objs_via_walkerJeff King2007-11-20
|/ / /
* | | push: teach push to pass --verbose option to transport layerSteffen Prohaska2007-11-11
| |/ |/|
* | Style: place opening brace of a function definition at column 1Junio C Hamano2007-11-08
|/
* transport.c: squelch a gcc 4.0.1 complaint about an uninitialized variableBlake Ramsdell2007-11-02
* Change git_connect() to return a struct child_process instead of a pid_t.Johannes Sixt2007-10-21
* Support 'push --dry-run' for http transportShawn O. Pearce2007-10-16
* Support 'push --dry-run' for rsync transportShawn O. Pearce2007-10-16
* Merge branch 'master' into db/fetch-packShawn O. Pearce2007-10-16
* Fix compilation when NO_CURL is definedJohannes Schindelin2007-10-15
* Restore default verbosity for http fetches.Daniel Barkalow2007-10-02
* fetch/push: readd rsync supportJohannes Schindelin2007-10-01
* bundle transport: fix an alloc_ref() callJunio C Hamano2007-09-29
* Fix memory leaks when disconnecting transport instancesShawn O. Pearce2007-09-19
* Ensure builtin-fetch honors {fetch,transfer}.unpackLimitShawn O. Pearce2007-09-19
* Always obtain fetch-pack arguments from struct fetch_pack_argsShawn O. Pearce2007-09-19
* Refactor struct transport_ops inlined into struct transportShawn O. Pearce2007-09-19
* Avoid printing unnecessary warnings during fetch and pushShawn O. Pearce2007-09-19
* Remove unnecessary 'fetch' argument from transport_get APIShawn O. Pearce2007-09-19
* Cleanup duplicate initialization code in transport_getShawn O. Pearce2007-09-19
* Don't bother passing ref log details to walker in builtin-fetchShawn O. Pearce2007-09-19
* Backup the array passed to fetch_pack so we can free itemsShawn O. Pearce2007-09-19
* Remove pack.keep after ref updates in git-fetchShawn O. Pearce2007-09-19
* Simplify fetch transport API to just one functionShawn O. Pearce2007-09-19
* Replace custom memory growth allocator with ALLOC_GROWShawn O. Pearce2007-09-19
* Add bundle transportJohannes Schindelin2007-09-19
* Add fetch methods to transport library.Daniel Barkalow2007-09-19
* Push code for transport libraryDaniel Barkalow2007-09-19