Sign in
googlers
/
jrn
/
git
/
36612e4daf8b5b5eaf16315aa13c66925f878cd6
/
connect.c
908bb1a
Merge branch 'dz/connect-error-report' into maint
by Junio C Hamano
· 14 years ago
e08afec
connect: correctly number ipv6 network adapter
by Erik Faye-Lund
· 14 years ago
63a995b
Do not log unless all connect() attempts fail
by Dave Zarzycki
· 14 years ago
a66fae3
Merge branch 'jk/git-connection-deadlock-fix'
by Junio C Hamano
· 14 years ago
7ffe853
connect: let callers know if connection is a socket
by Jeff King
· 14 years ago
5cbf824
connect: treat generic proxy processes like ssh processes
by Jeff King
· 14 years ago
8713feb
Make sure that git_getpass() never returns NULL
by Johannes Schindelin
· 14 years ago
90e87b0
Allow core.askpass to override SSH_ASKPASS.
by Knut Franke
· 15 years ago
d3e7da8
Add a new option 'core.askpass'.
by Anselm Kruis
· 15 years ago
8d676d8
Merge branch 'gv/portable'
by Junio C Hamano
· 15 years ago
4b05548
enums: omit trailing comma for portability
by Gary V. Vaughan
· 15 years ago
9d2e942
decode file:// and ssh:// URLs
by Jeff King
· 15 years ago
2e5b98d
Merge branch 'fl/askpass'
by Junio C Hamano
· 15 years ago
9317dc4
Merge branch 'gb/maint-submodule-env'
by Junio C Hamano
· 15 years ago
f206063
git-core: Support retrieving passwords with GIT_ASKPASS
by Frank Li
· 15 years ago
a0626bc
Merge branch 'ml/connect-refactor'
by Junio C Hamano
· 15 years ago
48a7c1c
Refactor list of of repo-local env vars
by Giuseppe Bilotta
· 15 years ago
72a534d
connect.c: move duplicated code to a new function 'get_host_and_port'
by Michael Lukashov
· 15 years ago
9517e6b
Typofixes outside documentation area
by Junio C Hamano
· 15 years ago
6818685
Merge branch 'il/maint-colon-address'
by Junio C Hamano
· 15 years ago
9aa5053
Allow use of []-wrapped addresses in git://
by Ilari Liusvaara
· 15 years ago
4cfb2a4
git_connect: use use_shell instead of explicit "sh", "-c"
by Johannes Sixt
· 15 years ago
783cfaf
Merge branch 'cc/replace'
by Junio C Hamano
· 15 years ago
6476b38
replace: use a GIT_NO_REPLACE_OBJECTS env variable
by Christian Couder
· 15 years ago
28754ab
Move "get_ack()" back to fetch-pack
by Shawn O. Pearce
· 15 years ago
eeefa7c
Style fixes, add a space after if/for/while.
by Brian Gianforcaro
· 16 years ago
2af202b
Fix various sparse warnings in the git source code
by Linus Torvalds
· 16 years ago
95ad2a6
Merge branch 'sp/msysgit'
by Junio C Hamano
· 16 years ago
73bb33a
daemon: Strictly parse the "extra arg" part of the command
by Shawn O. Pearce
· 16 years ago
36ad53f
connect.c: Support PuTTY plink and TortoisePlink as SSH on Windows
by Edward Z. Yang
· 16 years ago
785a985
connect: replace inet_ntop with getnameinfo
by Benjamin Kramer
· 16 years ago
8e76bf3
Remove unused assignments
by Benjamin Kramer
· 16 years ago
15112c9
connect.c: remove a few globals by using git_config callback data
by Erik Faye-Lund
· 16 years ago
d753070
remove trailing LF in die() messages
by Alexander Potashev
· 16 years ago
8f14825
connect.c: stricter port validation, silence compiler warning
by René Scharfe
· 16 years ago
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
· 18 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
Next »