summaryrefslogtreecommitdiff
path: root/connect.c
Commit message (Expand)AuthorAgeFilesLines
* Typofixes outside documentation areaJunio C Hamano2010-02-031-1/+1
* Merge branch 'il/maint-colon-address'Junio C Hamano2010-01-271-2/+8
|\
| * Allow use of []-wrapped addresses in git://Ilari Liusvaara2010-01-261-2/+8
* | git_connect: use use_shell instead of explicit "sh", "-c"Johannes Sixt2010-01-251-2/+1
* | Merge branch 'cc/replace'Junio C Hamano2009-11-231-0/+1
|\ \
| * | replace: use a GIT_NO_REPLACE_OBJECTS env variableChristian Couder2009-11-201-0/+1
| |/
* | Move "get_ack()" back to fetch-packShawn O. Pearce2009-10-301-21/+0
|/
* Style fixes, add a space after if/for/while.Brian Gianforcaro2009-08-311-1/+1
* Fix various sparse warnings in the git source codeLinus Torvalds2009-06-201-1/+1
* Merge branch 'sp/msysgit'Junio C Hamano2009-06-131-2/+6
|\
| * connect.c: Support PuTTY plink and TortoisePlink as SSH on WindowsEdward Z. Yang2009-06-011-2/+6
* | daemon: Strictly parse the "extra arg" part of the commandShawn O. Pearce2009-06-061-1/+4
|/
* connect: replace inet_ntop with getnameinfoBenjamin Kramer2009-04-251-11/+4
* Remove unused assignmentsBenjamin Kramer2009-03-141-1/+1
* connect.c: remove a few globals by using git_config callback dataErik Faye-Lund2009-03-101-6/+3
* remove trailing LF in die() messagesAlexander Potashev2009-01-051-1/+1
* connect.c: stricter port validation, silence compiler warningRené Scharfe2008-12-211-2/+2
* connect.c: add a way for git-daemon to pass an error back to clientTom Preston-Werner2008-11-021-0/+3
* make alloc_ref_from_str() the new alloc_ref()René Scharfe2008-10-181-1/+1
* use alloc_ref_from_str() everywhereRené Scharfe2008-10-181-2/+1
* push: prepare sender to receive extended ref information from the receiverJunio C Hamano2008-09-091-1/+15
* 'git foo' program identifies itself without dash in die() messagesJunio C Hamano2008-08-311-2/+2
* Windows: Disambiguate DOS style paths from SSH URLs.Johannes Sixt2008-06-261-1/+1
* Provide git_config with a callback-data parameterJohannes Schindelin2008-05-141-3/+4
* Avoid unnecessary "if-before-free" tests.Jim Meyering2008-02-221-2/+1
* Merge branch 'db/no-separate-ls-remote-connection' (early part)Junio C Hamano2008-02-111-8/+12
|\
| * Fix "git clone" for git:// protocolJohannes Schindelin2008-02-091-8/+12
* | connect.c: guard config parser from value=NULLJunio C Hamano2008-02-111-0/+2
|/
* Miscellaneous const changes and utilitiesDaniel Barkalow2007-11-021-1/+9
* Use start_command() in git_connect() instead of explicit fork/exec.Johannes Sixt2007-10-211-55/+48
* Change git_connect() to return a struct child_process instead of a pid_t.Johannes Sixt2007-10-211-14/+17
* Merge branch 'master' into db/fetch-packShawn O. Pearce2007-10-161-15/+10
|\
| * sq_quote_argv and add_to_string rework with strbuf's.Pierre Habouzit2007-09-211-12/+9
| * Use xmemdupz() in many places.Pierre Habouzit2007-09-181-3/+1
* | bundle transport: fix an alloc_ref() callJunio C Hamano2007-09-291-2/+2
|/
* URL: allow port specification in ssh:// URLsLuben Tuikov2007-09-011-1/+29
* connect: accept file:// URL schemeLinus Torvalds2007-08-011-5/+7
* Add allocation and freeing functions for struct refsDaniel Barkalow2007-07-091-1/+1
* Merge branch 'ei/worktree+filter'Junio C Hamano2007-07-011-0/+1
|\
| * introduce GIT_WORK_TREE to specify the work treeMatthias Lederhofer2007-06-061-0/+1
* | Do not use h_errno after connect(2): the function does not set itAlex Riesen2007-06-161-4/+2
* | War on whitespaceJunio C Hamano2007-06-071-1/+1
|/
* Merge branch 'db/remote'Junio C Hamano2007-05-291-239/+1
|\
| * Move refspec parser from connect.c and cache.h to remote.{c,h}Daniel Barkalow2007-05-201-239/+1
* | Verbose connect messages to show the IP addresses usedAlex Riesen2007-05-241-1/+37
|/
* connect: display connection progressMichael S. Tsirkin2007-05-161-6/+24
* Fix "getaddrinfo()" bugletLinus Torvalds2007-03-271-1/+3
* Use run_command for proxy connectionsShawn O. Pearce2007-03-121-21/+15
* Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-201-3/+3
* Make sure git_connect() always give two file descriptors.Junio C Hamano2007-01-211-1/+1