http-fetch: do not use curl_message after releasing it
[git.git] / connect.c
2005-10-29 Johannes Schindelinfix multi_ack.
2005-10-29 Johannes Schindelingit-fetch-pack: Support multi_ack extension
2005-10-29 Johannes SchindelinSupport receiving server capabilities
2005-10-27 Junio C HamanoMerge http://www.kernel.org/pub/scm/gitk/gitk
2005-10-25 Junio C HamanoRevert recent fetch-pack/upload-pack updates.
2005-10-24 Johannes Schindelingit-fetch-pack: Implement client part of the multi_ack...
2005-10-23 Junio C HamanoMerge branch 'fixes'
2005-10-21 Junio C HamanoMerge branch 'fixes'
2005-10-18 Junio C HamanoMerge branch 'fixes'
2005-10-16 Junio C HamanoMerge branch 'fixes'
2005-10-16 Junio C HamanoMerge branch 'svn' of netz.smurf.noris.de/git/git
2005-10-16 Junio C HamanoSquelch compiler warnings from connect.c
2005-10-15 Junio C HamanoIgnore funny refname sent from remote
2005-10-15 Junio C HamanoMerge branch 'fixes'
2005-10-15 Linus TorvaldsSupport git+ssh:// and ssh+git:// URL
2005-10-12 Junio C HamanoMerge branch 'fixes'
2005-10-10 Junio C HamanoMerge branch 'fixes'
2005-10-10 Junio C HamanoMerge branch 'fixes'
2005-10-08 Junio C HamanoMerge branch 'fixes'
2005-10-05 Junio C HamanoMerge branch 'fixes'
2005-10-05 Junio C HamanoMerge branch 'fixes'
2005-10-04 Junio C HamanoMerge branch 'fixes'
2005-10-03 Peter AnvinMerge with master.kernel.org:/pub/scm/git/git.git
2005-10-03 Peter AnvinMerge with master.kernel.org:/pub/scm/git/git.git
2005-09-30 H. Peter AnvinMerge with master.kernel.org:/pub/scm/git/git.git
2005-09-29 Peter AnvinMerge with master.kernel.org:/pub/scm/git/git.git
2005-09-29 Peter AnvinMerge ... www.kernel.org/pub/scm/git/git.git
2005-09-29 Peter AnvinNO_IPV6 support for git daemon
2005-09-28 hpaCall it NO_IPV6 rather than hard-coding __CYGWIN__
2005-09-28 hpaCygwin doesn't support IPv6 or getaddrinfo()
2005-09-27 Junio C HamanoMerge http://www.kernel.org/pub/scm/gitk/gitk
2005-08-30 Junio C HamanoMerge refs/heads/master from paulus
2005-08-29 Junio C HamanoMerge refs/heads/master from .
2005-08-29 Junio C HamanoMerge refs/heads/portable from cs.berkeley.edu/~ejr...
2005-08-24 Junio C HamanoMerge refs/heads/master from .
2005-08-24 Junio C HamanoSupport +<src>:<dst> format in push as well.
2005-08-24 Jason RiedyFix ?: statements.
2005-08-19 Junio C HamanoMerge from gitk
2005-08-18 Junio C HamanoMerge with gitk --parents change.
2005-08-18 Junio C HamanoMerge with gitk
2005-08-12 Junio C HamanoMerge with gitk.
2005-08-10 Junio C HamanoMerge with gitk.
2005-08-10 Junio C HamanoMerge with master.
2005-08-10 Martin SivakUse GIT_SSH environment to specify alternate ssh binary.
2005-08-10 Timo Sirainen[PATCH] -Werror fixes
2005-08-09 Junio C HamanoMerge with gitk.
2005-08-08 Junio C HamanoMerge with gitk.
2005-08-07 Junio C HamanoMerge with gitk.
2005-08-06 Junio C Hamanosend-pack: allow generic sha1 expression on the source...
2005-08-06 Junio C Hamanosend-pack: allow the same source to be pushed more...
2005-08-06 Junio C HamanoMerge with gitk.
2005-08-05 Junio C HamanoFix refname termination.
2005-08-05 Junio C HamanoMerge with gitk.
2005-08-04 Alecs King[PATCH] Fix sparse warnings
2005-08-04 Junio C HamanoRenaming push.
2005-07-31 Junio C HamanoMerge with gitk.
2005-07-29 Junio C HamanoMerge with gitk.
2005-07-23 Linus TorvaldsFix git protocol connection 'port' override
2005-07-23 YOSHIFUJI Hideaki[PATCH] GIT: Try all addresses for given remote name
2005-07-18 Linus TorvaldsMerge master.kernel.org:/pub/scm/gitk/gitk
2005-07-16 Linus TorvaldsMerge three separate "fetch refs" functions
2005-07-16 Linus TorvaldsMerge git-tools repository under "tools" subdirectory
2005-07-14 Linus TorvaldsAdd first cut at "git protocol" connect logic.
2005-07-08 Junio C Hamano[PATCH] Use sq_quote() to properly quote the parameter...
2005-07-08 Linus TorvaldsMark more characters shell-safe.
2005-07-06 Linus TorvaldsMerge master.kernel.org:/pub/scm/gitk/gitk
2005-07-05 Linus TorvaldsMove "get_ack()" to common git_connect functions
2005-07-05 Matthias UrlichsMerge with Linus' current tree
2005-07-04 Linus TorvaldsMove ref path matching to connect.c library
2005-07-04 Linus TorvaldsFactor out the ssh connection stuff from send-pack.c