All of lore.kernel.org
 help / color / mirror / Atom feed
* [REROLL PATCH 0/8] Remote helpers smart transport extensions
@ 2009-12-08 13:16 Ilari Liusvaara
  2009-12-08 13:16 ` [REROLL PATCH 1/8] Add remote helper debug mode Ilari Liusvaara
                   ` (7 more replies)
  0 siblings, 8 replies; 23+ messages in thread
From: Ilari Liusvaara @ 2009-12-08 13:16 UTC (permalink / raw)
  To: git

This is rerolled version of remote helpers exensions. The changes
from RFC patch v3 are:

- Enable stream buffering where possible.
- Pass the connection directly, not indirected via disown method.
- "invoke/connect" -> "connect" in commit message.
- Don't try to send disconnect command after connecting.

This series is based on same version as appiled previous version is.

Ilari Liusvaara (8):
  Add remote helper debug mode
  Support mandatory capabilities
  Pass unknown protocols to external protocol handlers
  Refactor git transport options parsing
  Support taking over transports
  Support remote helpers implementing smart transports
  Support remote archive from external protocol helpers
  Remove special casing of http, https and ftp

 .gitignore                           |    4 +
 Documentation/git-remote-helpers.txt |   30 ++++-
 Makefile                             |   24 +++-
 builtin-archive.c                    |   17 ++-
 transport-helper.c                   |  291 ++++++++++++++++++++++++++++++----
 transport.c                          |  228 +++++++++++++++++++++------
 transport.h                          |   22 +++
 7 files changed, 523 insertions(+), 93 deletions(-)

^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2009-12-09 21:42 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-08 13:16 [REROLL PATCH 0/8] Remote helpers smart transport extensions Ilari Liusvaara
2009-12-08 13:16 ` [REROLL PATCH 1/8] Add remote helper debug mode Ilari Liusvaara
2009-12-08 23:34   ` Junio C Hamano
2009-12-08 13:16 ` [REROLL PATCH 2/8] Support mandatory capabilities Ilari Liusvaara
2009-12-08 23:34   ` Junio C Hamano
2009-12-09 15:12     ` Ilari Liusvaara
2009-12-08 13:16 ` [REROLL PATCH 3/8] Pass unknown protocols to external protocol handlers Ilari Liusvaara
2009-12-08 23:35   ` Junio C Hamano
2009-12-09  8:55     ` Bert Wesarg
2009-12-09 15:15     ` Ilari Liusvaara
2009-12-08 13:16 ` [REROLL PATCH 4/8] Refactor git transport options parsing Ilari Liusvaara
2009-12-08 13:16 ` [REROLL PATCH 5/8] Support taking over transports Ilari Liusvaara
2009-12-08 23:37   ` Junio C Hamano
2009-12-09 15:17     ` Ilari Liusvaara
2009-12-09 21:08       ` Junio C Hamano
2009-12-09 21:42         ` Ilari Liusvaara
2009-12-08 13:16 ` [REROLL PATCH 6/8] Support remote helpers implementing smart transports Ilari Liusvaara
2009-12-08 23:38   ` Junio C Hamano
2009-12-09 15:16     ` Ilari Liusvaara
2009-12-08 13:16 ` [REROLL PATCH 7/8] Support remote archive from external protocol helpers Ilari Liusvaara
2009-12-08 23:39   ` Junio C Hamano
2009-12-09 15:16     ` Ilari Liusvaara
2009-12-08 13:16 ` [REROLL PATCH 8/8] Remove special casing of http, https and ftp Ilari Liusvaara

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.