From: James Cloos <cloos@jhcloos.com>
To: git@vger.kernel.org
Cc: Christian Couder <chriscool@tuxfamily.org>,
Jakub Narebski <jnareb@gmail.com>
Subject: Re: Google Code: Support for Mercurial and Analysis of Git and Mercurial
Date: Sun, 26 Apr 2009 14:59:27 -0400 [thread overview]
Message-ID: <m3mya3b5qw.fsf@lugabout.jhcloos.org> (raw)
In-Reply-To: <m363grq13i.fsf@localhost.localdomain> (Jakub Narebski's message of "Sun, 26 Apr 2009 01:16:16 -0700 (PDT)")
>>>>> "Jakub" == Jakub Narebski <jnareb@gmail.com> writes:
Jakub> Perhaps it is time to restart work on _"smart" HTTP protocol_?
I had put together some ideas for how that could work, but didn’t post
them because it looked like smarter http transport was fait accompli.
The general idea was to use an http server as a proxy for git-daemon.
Sites running git-daemon could put up such a proxy which will only
accept proxy attempts to their own daemon, and sites or users behind
restrictive firewalls (or http proxies) could set up such a proxy which
requires http-level authentication but then will proxy for any git-daemon.
IIRC, I intended to suggest the name post_proxy for the config files.
One could add a post_proxy to a repo (for the former style) or in their
global config (for the latter style). Either way, an http_proxy could
still be used, if necessary, to access the post_proxy.
Any stream the client would send to a remote git-daemon would be
encapsulted and sent via an HTTP POST to the post_proxy, which would
use the git protocol to send it to the specified git-daemon. Any
reply back from the git-daemon would be sent to the client as the reply
to the POST.
The proxy can be readilly written as a CGI, as a mod_lang extension (for
one’s favourite lang), as a standalone server, or as an extension to
projects such as gitweb or cgit.
I never got past the rough design phase because, when I was preparing to
post the idea, it looked like alternate code was already written....
Is there any interest in this?
-JimC
--
James Cloos <cloos@jhcloos.com> OpenPGP: 1024D/ED7DAEA6
next prev parent reply other threads:[~2009-04-26 19:04 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-26 5:03 Google Code: Support for Mercurial and Analysis of Git and Mercurial Christian Couder
2009-04-26 7:12 ` Michael Witten
2009-04-26 8:16 ` Jakub Narebski
2009-04-26 8:23 ` Paolo Ciarrocchi
2009-04-26 10:07 ` Johannes Schindelin
2009-04-26 10:16 ` Jakub Narebski
2009-04-26 10:18 ` Johannes Schindelin
2009-04-26 12:02 ` Alex Blewitt
2009-04-27 20:31 ` Shawn O. Pearce
2009-04-26 10:21 ` Paolo Ciarrocchi
2009-04-26 9:21 ` Matthias Andree
2009-04-26 10:09 ` Jakub Narebski
2009-04-26 11:47 ` Matthias Andree
2009-04-26 19:57 ` Jakub Narebski
2009-04-26 14:54 ` A Large Angry SCM
2009-04-26 16:45 ` Michael Witten
2009-04-26 16:56 ` Johannes Schindelin
2009-04-26 17:33 ` A Large Angry SCM
2009-04-26 17:45 ` Johannes Schindelin
2009-04-26 18:00 ` A Large Angry SCM
2009-04-26 18:59 ` James Cloos [this message]
2009-04-26 10:13 ` Johannes Schindelin
2009-04-26 16:47 ` Michael Witten
2009-04-26 22:24 ` Miles Bader
2009-04-27 21:15 ` Shawn O. Pearce
2009-04-30 0:00 ` Mark Lodato
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m3mya3b5qw.fsf@lugabout.jhcloos.org \
--to=cloos@jhcloos.com \
--cc=chriscool@tuxfamily.org \
--cc=git@vger.kernel.org \
--cc=jnareb@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).