Sign in
googlers
/
jrn
/
git
/
e5b5c1d2cf0416b0e597c4b974b0efbd1da54267
/
transport.c
0bb3a0b
Merge branch 'maint'
by Junio C Hamano
· 17 years ago
fd35e42
Fail properly when cloning from invalid HTTP URL
by Petr Baudis
· 17 years ago
08b51f5
Merge branch 'qq/maint'
by Junio C Hamano
· 17 years ago
9b37322
clone -q: honor "quiet" option over native transports.
by Junio C Hamano
· 17 years ago
be50181
Windows: Disambiguate DOS style paths from SSH URLs.
by Johannes Sixt
· 17 years ago
b84c343
Merge branch 'db/clone-in-c'
by Junio C Hamano
· 17 years ago
737922a
alloc_ref_from_str(): factor out a common pattern of alloc_ref from string
by Krzysztof Kowalczyk
· 17 years ago
2d5c298
Mark the list of refs to fetch as const
by Daniel Barkalow
· 17 years ago
be885d9
Make ls-remote http://... list HEAD, like for git://...
by Daniel Barkalow
· 17 years ago
41fa7d2
Teach git-fetch to exploit server side automatic tag following
by Shawn O. Pearce
· 17 years ago
7ab9f8f
Merge branch 'mh/maint-http-proxy-fix'
by Junio C Hamano
· 17 years ago
00183cb
Always use the current connection's remote ref list in git protocol
by Daniel Barkalow
· 17 years ago
9fc6440
Set proxy override with http_init()
by Mike Hommey
· 17 years ago
40aab81
Merge branch 'db/no-separate-ls-remote-connection' (early part)
by Junio C Hamano
· 17 years ago
b26768e
Work around curl-gnutls not liking to be reinitialized
by Mike Hommey
· 17 years ago
9fd9279
Work around curl-gnutls not liking to be reinitialized
by Mike Hommey
· 17 years ago
ba22785
Reduce the number of connects when fetching
by Daniel Barkalow
· 17 years ago
872c930
Don't access line[-1] for a zero-length "line" from fgets.
by Jim Meyering
· 17 years ago
028c297
Use strbuf in http code
by Mike Hommey
· 17 years ago
e8dc37e
Avoid redundant declaration of missing_target()
by Mike Hommey
· 17 years ago
c6bc400
do not discard status in fetch_refs_via_pack()
by Junio C Hamano
· 17 years ago
14c9821
Add remote.<name>.proxy
by Sam Vilain
· 17 years ago
fd20079
Merge branch 'jk/send-pack'
by Junio C Hamano
· 17 years ago
b9c506f
avoid "defined but not used" warning for fetch_objs_via_walker
by Jeff King
· 17 years ago
bcd2e26
Merge branch 'aw/mirror-push' into jk/send-pack
by Junio C Hamano
· 17 years ago
a108e53
Merge branch 'db/remote-builtin' into jk/send-pack
by Junio C Hamano
· 17 years ago
1b2486d
push: teach push to pass --verbose option to transport layer
by Steffen Prohaska
· 17 years ago
94c89ba
git-push: plumb in --mirror mode
by Andy Whitcroft
· 17 years ago
0d9d89f
Merge master into aw/mirror-push
by Junio C Hamano
· 17 years ago
f3fa183
Style: place opening brace of a function definition at column 1
by Junio C Hamano
· 17 years ago
40cb4fa
Use built-in send-pack.
by Daniel Barkalow
· 17 years ago
4577370
Miscellaneous const changes and utilities
by Daniel Barkalow
· 17 years ago
47ec794
transport.c: squelch a gcc 4.0.1 complaint about an uninitialized variable
by Blake Ramsdell
· 17 years ago
98158e9
Change git_connect() to return a struct child_process instead of a pid_t.
by Johannes Sixt
· 17 years ago
fe5d1d3
Support 'push --dry-run' for http transport
by Shawn O. Pearce
· 17 years ago
ee020f3
Support 'push --dry-run' for rsync transport
by Shawn O. Pearce
· 17 years ago
2e13e5d
Merge branch 'master' into db/fetch-pack
by Shawn O. Pearce
· 17 years ago
ccfc02a
Fix compilation when NO_CURL is defined
by Johannes Schindelin
· 17 years ago
2b5a06e
Restore default verbosity for http fetches.
by Daniel Barkalow
· 17 years ago
cd547b4
fetch/push: readd rsync support
by Johannes Schindelin
· 17 years ago
90446a0
bundle transport: fix an alloc_ref() call
by Junio C Hamano
· 17 years ago
f4e9576
Fix memory leaks when disconnecting transport instances
by Shawn O. Pearce
· 17 years ago
50ab5fd
Ensure builtin-fetch honors {fetch,transfer}.unpackLimit
by Shawn O. Pearce
· 17 years ago
fa74052
Always obtain fetch-pack arguments from struct fetch_pack_args
by Shawn O. Pearce
· 17 years ago
824d577
Refactor struct transport_ops inlined into struct transport
by Shawn O. Pearce
· 17 years ago
ab865e6
Avoid printing unnecessary warnings during fetch and push
by Shawn O. Pearce
· 17 years ago
e5f4e21
Remove unnecessary 'fetch' argument from transport_get API
by Shawn O. Pearce
· 17 years ago
8eb554a
Cleanup duplicate initialization code in transport_get
by Shawn O. Pearce
· 17 years ago
b6abb48
Don't bother passing ref log details to walker in builtin-fetch
by Shawn O. Pearce
· 17 years ago
e4cd6c7
Backup the array passed to fetch_pack so we can free items
by Shawn O. Pearce
· 18 years ago
1788c39
Remove pack.keep after ref updates in git-fetch
by Shawn O. Pearce
· 18 years ago
425b139
Simplify fetch transport API to just one function
by Shawn O. Pearce
· 18 years ago
7a2bff4
Replace custom memory growth allocator with ALLOC_GROW
by Shawn O. Pearce
· 18 years ago
c7a8a16
Add bundle transport
by Johannes Schindelin
· 18 years ago
c29727d
Add fetch methods to transport library.
by Daniel Barkalow
· 18 years ago
9b28851
Push code for transport library
by Daniel Barkalow
· 18 years ago