index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
transport.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'db/clone-in-c'
Junio C Hamano
2008-05-25
1
-8
/
+8
|
\
|
*
Mark the list of refs to fetch as const
Daniel Barkalow
2008-05-05
1
-8
/
+8
*
|
alloc_ref_from_str(): factor out a common pattern of alloc_ref from string
Krzysztof Kowalczyk
2008-05-11
1
-4
/
+2
*
|
Make ls-remote http://... list HEAD, like for git://...
Daniel Barkalow
2008-04-27
1
-0
/
+14
|
/
*
Teach git-fetch to exploit server side automatic tag following
Shawn O. Pearce
2008-03-05
1
-0
/
+5
*
Merge branch 'mh/maint-http-proxy-fix'
Junio C Hamano
2008-03-03
1
-5
/
+4
|
\
|
*
Set proxy override with http_init()
Mike Hommey
2008-02-28
1
-5
/
+4
|
*
Work around curl-gnutls not liking to be reinitialized
Mike Hommey
2008-02-11
1
-4
/
+3
*
|
Always use the current connection's remote ref list in git protocol
Daniel Barkalow
2008-02-29
1
-4
/
+5
*
|
Merge branch 'db/no-separate-ls-remote-connection' (early part)
Junio C Hamano
2008-02-12
1
-13
/
+38
|
\
\
|
*
|
Reduce the number of connects when fetching
Daniel Barkalow
2008-02-05
1
-13
/
+38
|
|
/
*
/
Work around curl-gnutls not liking to be reinitialized
Mike Hommey
2008-02-10
1
-4
/
+3
|
/
*
Don't access line[-1] for a zero-length "line" from fgets.
Jim Meyering
2008-01-04
1
-1
/
+1
*
Use strbuf in http code
Mike Hommey
2007-12-15
1
-12
/
+6
*
Avoid redundant declaration of missing_target()
Mike Hommey
2007-12-15
1
-13
/
+0
*
do not discard status in fetch_refs_via_pack()
Junio C Hamano
2007-12-06
1
-1
/
+1
*
Add remote.<name>.proxy
Sam Vilain
2007-12-04
1
-0
/
+4
*
Merge branch 'jk/send-pack'
Junio C Hamano
2007-11-25
1
-48
/
+22
|
\
|
*
Merge branch 'aw/mirror-push' into jk/send-pack
Junio C Hamano
2007-11-14
1
-0
/
+7
|
|
\
|
|
*
git-push: plumb in --mirror mode
Andy Whitcroft
2007-11-10
1
-0
/
+7
|
|
*
Merge master into aw/mirror-push
Junio C Hamano
2007-11-10
1
-2
/
+4
|
|
|
\
|
*
|
|
Merge branch 'db/remote-builtin' into jk/send-pack
Junio C Hamano
2007-11-14
1
-48
/
+15
|
|
\
|
|
|
|
*
|
Use built-in send-pack.
Daniel Barkalow
2007-11-03
1
-41
/
+10
|
|
*
|
Miscellaneous const changes and utilities
Daniel Barkalow
2007-11-03
1
-5
/
+5
*
|
|
|
avoid "defined but not used" warning for fetch_objs_via_walker
Jeff King
2007-11-21
1
-0
/
+2
|
/
/
/
*
|
/
push: teach push to pass --verbose option to transport layer
Steffen Prohaska
2007-11-11
1
-2
/
+6
|
|
/
|
/
|
*
|
Style: place opening brace of a function definition at column 1
Junio C Hamano
2007-11-09
1
-2
/
+4
|
/
*
transport.c: squelch a gcc 4.0.1 complaint about an uninitialized variable
Blake Ramsdell
2007-11-02
1
-1
/
+1
*
Change git_connect() to return a struct child_process instead of a pid_t.
Johannes Sixt
2007-10-21
1
-7
/
+2
*
Support 'push --dry-run' for http transport
Shawn O. Pearce
2007-10-16
1
-0
/
+2
*
Support 'push --dry-run' for rsync transport
Shawn O. Pearce
2007-10-16
1
-10
/
+19
*
Merge branch 'master' into db/fetch-pack
Shawn O. Pearce
2007-10-16
1
-0
/
+2
*
Fix compilation when NO_CURL is defined
Johannes Schindelin
2007-10-16
1
-16
/
+7
*
Restore default verbosity for http fetches.
Daniel Barkalow
2007-10-03
1
-5
/
+5
*
fetch/push: readd rsync support
Johannes Schindelin
2007-10-01
1
-1
/
+327
*
bundle transport: fix an alloc_ref() call
Junio C Hamano
2007-09-30
1
-1
/
+1
*
Fix memory leaks when disconnecting transport instances
Shawn O. Pearce
2007-09-19
1
-0
/
+8
*
Ensure builtin-fetch honors {fetch,transfer}.unpackLimit
Shawn O. Pearce
2007-09-19
1
-9
/
+0
*
Always obtain fetch-pack arguments from struct fetch_pack_args
Shawn O. Pearce
2007-09-19
1
-6
/
+3
*
Refactor struct transport_ops inlined into struct transport
Shawn O. Pearce
2007-09-19
1
-38
/
+24
*
Avoid printing unnecessary warnings during fetch and push
Shawn O. Pearce
2007-09-19
1
-9
/
+2
*
Remove unnecessary 'fetch' argument from transport_get API
Shawn O. Pearce
2007-09-19
1
-6
/
+17
*
Cleanup duplicate initialization code in transport_get
Shawn O. Pearce
2007-09-19
1
-17
/
+10
*
Don't bother passing ref log details to walker in builtin-fetch
Shawn O. Pearce
2007-09-19
1
-1
/
+1
*
Backup the array passed to fetch_pack so we can free items
Shawn O. Pearce
2007-09-19
1
-2
/
+5
*
Remove pack.keep after ref updates in git-fetch
Shawn O. Pearce
2007-09-19
1
-4
/
+14
*
Simplify fetch transport API to just one function
Shawn O. Pearce
2007-09-19
1
-34
/
+25
*
Replace custom memory growth allocator with ALLOC_GROW
Shawn O. Pearce
2007-09-19
1
-8
/
+3
*
Add bundle transport
Johannes Schindelin
2007-09-19
1
-1
/
+51
*
Add fetch methods to transport library.
Daniel Barkalow
2007-09-19
1
-3
/
+281
[next]