72 Commits (4b7f59af2a5b072a0a3950c956842e4d6223a167)

Author SHA1 Message Date
Daniel Barkalow dfd255dd1a Add allocation and freeing functions for struct refs 18 years ago
Alex Riesen 7cbf2f24ee Do not use h_errno after connect(2): the function does not set it 18 years ago
Junio C Hamano a6080a0a44 War on whitespace 18 years ago
Matthias Lederhofer 892c41b98a introduce GIT_WORK_TREE to specify the work tree 18 years ago
Alex Riesen ba505322a4 Verbose connect messages to show the IP addresses used 18 years ago
Daniel Barkalow 6b62816cb1 Move refspec parser from connect.c and cache.h to remote.{c,h} 18 years ago
Michael S. Tsirkin 7841ce7985 connect: display connection progress 18 years ago
Linus Torvalds 608d48b220 Fix "getaddrinfo()" buglet 18 years ago
Shawn O. Pearce 15a1c01263 Use run_command for proxy connections 18 years ago
Junio C Hamano cc44c7655f Mechanical conversion to use prefixcmp() 18 years ago
Junio C Hamano ec587fde0a Make sure git_connect() always give two file descriptors. 18 years ago
Junio C Hamano 85023577a8 simplify inclusion of system header files. 18 years ago
Junio C Hamano d4f694ba89 Allow git push to delete remote ref. 18 years ago
Junio C Hamano 29561ad0ad refs outside refs/{heads,tags} match less strongly. 18 years ago
Franck Bui-Huu f42a5c4eb0 connect.c: finish_connect(): allow null pid parameter 18 years ago
Christian Couder 0f503d77ac Fix a memory leak in "connect.c" and die if command too long. 18 years ago
Andy Whitcroft c41e20b30b send-pack: remove remote reference limit 18 years ago
Shawn Pearce 9befac470b Replace uses of strdup with xstrdup. 18 years ago
Shawn Pearce e702496e43 Convert memcpy(a,b,20) to hashcpy(a,b). 18 years ago
David Rientjes 96f1e58f52 remove unnecessary initializations 18 years ago
Junio C Hamano 53e1a761be finish_connect(): thinkofix 18 years ago
Linus Torvalds 2718ff098a Improve git-peek-remote 19 years ago
Petr Baudis ac3bc6c1d1 Fix errno usage in connect.c 19 years ago
Junio C Hamano c78963d280 connect.c: remove unused parameters from tcp_connect and proxy_connect 19 years ago
Timo Hirvonen 554fe20d80 Make some strings const 19 years ago
Dennis Stosberg e898081dfb Solaris needs inclusion of signal.h for signal() 19 years ago
Junio C Hamano f0b7367cb1 Restore SIGCHLD to SIG_DFL where we care about waitpid(). 19 years ago
Paul T Darga c9bc159d7f check for error return from fork() 19 years ago
Jon Loeliger 5ad312bede Refactor git_tcp_connect() functions a little. 19 years ago
Junio C Hamano 9546010b7b fetch-pack: output refs in the order they were given on the command line. 19 years ago
Serge E. Hallyn da2a95b2a8 cleanups: Fix potential bugs in connect.c 19 years ago
Jason Riedy 731043fd4d Add compat/unsetenv.c . 19 years ago
Matt Draisey 016fb48bc4 local push/pull env cleanup 19 years ago
Junio C Hamano cfee10a773 send-pack/receive-pack: allow errors to be reported back to pusher. 19 years ago
YOSHIFUJI Hideaki / 吉藤英明 356bece0a2 GIT: Support [address] in URLs 19 years ago
Paul Serice c61642185d Fixed git:// IPv4 address problem when compiled with -DNO_IPV6. 19 years ago
YOSHIFUJI Hideaki / 吉藤英明 c3df856842 GIT: Fix compilation error in connect.c 19 years ago
Junio C Hamano e814bc4d15 git-proxy updates. 19 years ago
Paul Collins f801477645 proxy-command support for git:// 19 years ago
Andreas Ericsson faea9ccbad Client side support for user-relative paths. 19 years ago
Johannes Schindelin 1f5881bb5f fix multi_ack. 19 years ago
Johannes Schindelin c4c86f07d0 git-fetch-pack: Support multi_ack extension 19 years ago
Johannes Schindelin 211b5f9e62 Support receiving server capabilities 19 years ago
Junio C Hamano af2d3aa4d8 Revert recent fetch-pack/upload-pack updates. 19 years ago
Johannes Schindelin 40a1046249 git-fetch-pack: Implement client part of the multi_ack extension 19 years ago
Junio C Hamano 6abf5c0c6f Squelch compiler warnings from connect.c 19 years ago
Junio C Hamano a2239b79e5 GIT v0.99.8d 19 years ago
Junio C Hamano 5a2e04d203 Ignore funny refname sent from remote 19 years ago
Junio C Hamano 1a7141ff28 Ignore funny refname sent from remote 19 years ago
Linus Torvalds c05186cc38 Support git+ssh:// and ssh+git:// URL 19 years ago