Sign in
googlers
/
jrn
/
git
/
13c6bcd49f8151438aa3302b8764c6f8d42441e2
/
connect.c
a807328
connect.c: add a way for git-daemon to pass an error back to client
by Tom Preston-Werner
· 16 years ago
59c69c0
make alloc_ref_from_str() the new alloc_ref()
by René Scharfe
· 16 years ago
b0b44bc
use alloc_ref_from_str() everywhere
by René Scharfe
· 16 years ago
40c155f
push: prepare sender to receive extended ref information from the receiver
by Junio C Hamano
· 17 years ago
7e44c93
'git foo' program identifies itself without dash in die() messages
by Junio C Hamano
· 17 years ago
be50181
Windows: Disambiguate DOS style paths from SSH URLs.
by Johannes Sixt
· 17 years ago
ef90d6d
Provide git_config with a callback-data parameter
by Johannes Schindelin
· 17 years ago
8e0f700
Avoid unnecessary "if-before-free" tests.
by Jim Meyering
· 17 years ago
40aab81
Merge branch 'db/no-separate-ls-remote-connection' (early part)
by Junio C Hamano
· 17 years ago
c64b9ad
connect.c: guard config parser from value=NULL
by Junio C Hamano
· 17 years ago
fb32c91
Fix "git clone" for git:// protocol
by Johannes Schindelin
· 17 years ago
4577370
Miscellaneous const changes and utilities
by Daniel Barkalow
· 17 years ago
f364cb8
Use start_command() in git_connect() instead of explicit fork/exec.
by Johannes Sixt
· 17 years ago
98158e9
Change git_connect() to return a struct child_process instead of a pid_t.
by Johannes Sixt
· 17 years ago
2e13e5d
Merge branch 'master' into db/fetch-pack
by Shawn O. Pearce
· 17 years ago
90446a0
bundle transport: fix an alloc_ref() call
by Junio C Hamano
· 17 years ago
7a33bcb
sq_quote_argv and add_to_string rework with strbuf's.
by Pierre Habouzit
· 17 years ago
182af83
Use xmemdupz() in many places.
by Pierre Habouzit
· 17 years ago
2e77666
URL: allow port specification in ssh:// URLs
by Luben Tuikov
· 18 years ago
72a4f4b
connect: accept file:// URL scheme
by Linus Torvalds
· 18 years ago
dfd255d
Add allocation and freeing functions for struct refs
by Daniel Barkalow
· 18 years ago
0305b63
Merge branch 'ei/worktree+filter'
by Junio C Hamano
· 18 years ago
7cbf2f2
Do not use h_errno after connect(2): the function does not set it
by Alex Riesen
· 18 years ago
a6080a0
War on whitespace
by Junio C Hamano
· 18 years ago
892c41b
introduce GIT_WORK_TREE to specify the work tree
by Matthias Lederhofer
· 18 years ago
322bcd9
Merge branch 'db/remote'
by Junio C Hamano
· 18 years ago
ba50532
Verbose connect messages to show the IP addresses used
by Alex Riesen
· 18 years ago
6b62816
Move refspec parser from connect.c and cache.h to remote.{c,h}
by Daniel Barkalow
· 18 years ago
7841ce7
connect: display connection progress
by Michael S. Tsirkin
· 18 years ago
608d48b
Fix "getaddrinfo()" buglet
by Linus Torvalds
· 18 years ago
15a1c012
Use run_command for proxy connections
by Shawn O. Pearce
· 18 years ago
cc44c76
Mechanical conversion to use prefixcmp()
by Junio C Hamano
· 18 years ago
ec587fd
Make sure git_connect() always give two file descriptors.
by Junio C Hamano
· 18 years ago
8502357
simplify inclusion of system header files.
by Junio C Hamano
· 18 years ago
d4f694b
Allow git push to delete remote ref.
by Junio C Hamano
· 18 years ago
29561ad
refs outside refs/{heads,tags} match less strongly.
by Junio C Hamano
· 18 years ago
f42a5c4
connect.c: finish_connect(): allow null pid parameter
by Franck Bui-Huu
· 19 years ago
0f503d7
Fix a memory leak in "connect.c" and die if command too long.
by Christian Couder
· 19 years ago
c41e20b
send-pack: remove remote reference limit
by Andy Whitcroft
· 19 years ago
9befac4
Replace uses of strdup with xstrdup.
by Shawn Pearce
· 19 years ago
e702496
Convert memcpy(a,b,20) to hashcpy(a,b).
by Shawn Pearce
· 19 years ago
96f1e58
remove unnecessary initializations
by David Rientjes
· 19 years ago
53e1a76
finish_connect(): thinkofix
by Junio C Hamano
· 19 years ago
2718ff0
Improve git-peek-remote
by Linus Torvalds
· 19 years ago
ac3bc6c
Fix errno usage in connect.c
by Petr Baudis
· 19 years ago
c78963d
connect.c: remove unused parameters from tcp_connect and proxy_connect
by Junio C Hamano
· 19 years ago
554fe20
Make some strings const
by Timo Hirvonen
· 19 years ago
e898081
Solaris needs inclusion of signal.h for signal()
by Dennis Stosberg
· 19 years ago
f0b7367
Restore SIGCHLD to SIG_DFL where we care about waitpid().
by Junio C Hamano
· 19 years ago
c9bc159
check for error return from fork()
by Paul T Darga
· 19 years ago
5ad312b
Refactor git_tcp_connect() functions a little.
by Jon Loeliger
· 19 years ago
9546010
fetch-pack: output refs in the order they were given on the command line.
by Junio C Hamano
· 19 years ago
da2a95b
cleanups: Fix potential bugs in connect.c
by Serge E. Hallyn
· 19 years ago
731043f
Add compat/unsetenv.c .
by Jason Riedy
· 19 years ago
016fb48
local push/pull env cleanup
by Matt Draisey
· 19 years ago
cfee10a
send-pack/receive-pack: allow errors to be reported back to pusher.
by Junio C Hamano
· 19 years ago
356bece
GIT: Support [address] in URLs
by YOSHIFUJI Hideaki / 吉藤英明
· 19 years ago
c616421
Fixed git:// IPv4 address problem when compiled with -DNO_IPV6.
by Paul Serice
· 19 years ago
c3df856
GIT: Fix compilation error in connect.c
by YOSHIFUJI Hideaki / 吉藤英明
· 19 years ago
e814bc4
git-proxy updates.
by Junio C Hamano
· 19 years ago
f801477
proxy-command support for git://
by Paul Collins
· 19 years ago
faea9cc
Client side support for user-relative paths.
by Andreas Ericsson
· 19 years ago
1f5881b
fix multi_ack.
by Johannes Schindelin
· 19 years ago
c4c86f0
git-fetch-pack: Support multi_ack extension
by Johannes Schindelin
· 19 years ago
211b5f9
Support receiving server capabilities
by Johannes Schindelin
· 19 years ago
af2d3aa
Revert recent fetch-pack/upload-pack updates.
by Junio C Hamano
· 19 years ago
40a1046
git-fetch-pack: Implement client part of the multi_ack extension
by Johannes Schindelin
· 19 years ago
6abf5c0
Squelch compiler warnings from connect.c
by Junio C Hamano
· 19 years ago
1a7141f
Ignore funny refname sent from remote
by Junio C Hamano
· 19 years ago
c05186c
Support git+ssh:// and ssh+git:// URL
by Linus Torvalds
· 19 years ago
6573faf
NO_IPV6 support for git daemon
by Peter Anvin
· 19 years ago
49744d6
Call it NO_IPV6 rather than hard-coding __CYGWIN__
by hpa
· 19 years ago
4c505f7
Cygwin doesn't support IPv6 or getaddrinfo()
by hpa
· 19 years ago
10d781b
Merge refs/heads/portable from http://www.cs.berkeley.edu/~ejr/gits/git.git
by Junio C Hamano
· 20 years ago
ff27adf
Support +<src>:<dst> format in push as well.
by Junio C Hamano
· 20 years ago
c7c81b3
Fix ?: statements.
by Jason Riedy
· 20 years ago
4852f72
Use GIT_SSH environment to specify alternate ssh binary.
by Martin Sivak
· 20 years ago
4ec99bf
[PATCH] -Werror fixes
by Timo Sirainen
· 20 years ago
15e02b3
send-pack: allow generic sha1 expression on the source side.
by Junio C Hamano
· 20 years ago
db27ee6
send-pack: allow the same source to be pushed more than once.
by Junio C Hamano
· 20 years ago
4fa1604
Fix refname termination.
by Junio C Hamano
· 20 years ago
635d37a
[PATCH] Fix sparse warnings
by Alecs King
· 20 years ago
f88395a
Renaming push.
by Junio C Hamano
· 20 years ago
ce6f8e7
Fix git protocol connection 'port' override
by Linus Torvalds
· 20 years ago
5ba8844
[PATCH] GIT: Try all addresses for given remote name
by YOSHIFUJI Hideaki
· 20 years ago
d1c133f
Merge three separate "fetch refs" functions
by Linus Torvalds
· 20 years ago
2386d65
Add first cut at "git protocol" connect logic.
by Linus Torvalds
· 20 years ago
b10d0ec
[PATCH] Use sq_quote() to properly quote the parameter to call shell.
by Junio C Hamano
· 20 years ago
924e121
Mark more characters shell-safe.
by Linus Torvalds
· 20 years ago
41cb748
Move "get_ack()" to common git_connect functions
by Linus Torvalds
· 20 years ago
013e7c7
Move ref path matching to connect.c library
by Linus Torvalds
· 20 years ago
f719259
Factor out the ssh connection stuff from send-pack.c
by Linus Torvalds
· 20 years ago