Re: New 'hail' repository created, with major packaging rework

Jeff Garzik <[email protected]> Wed, 07 Jul 2010 02:19:24 -0400
Newsgroups org.kernel.vger.hail-devel
Message-ID <[email protected]>
On 07/06/2010 11:24 AM, Pete Zaitcev wrote:
> On Mon, 05 Jul 2010 15:22:40 -0400
> Jeff Garzik<[email protected]>  wrote:
>
>> Moving libhttpstor is now a simple matter of simultaneous commits to
>> hail.git and tabled.git, moving the code and updating build machinery.
>
> BTW, I suggest we do it differently: rename the functions and
> the struct httpstor as they are introduced in libhail (without
> changing anything else, to prevent accidential regressions).
> This way, tabled and our out-of-tree tests can continue to build
> for a couple of days and smoothly switch over to new libraries.

OK, just pushed the following out to hail.git.  If people disagree with 
naming, now's the time to speak up.


commit 5188f48dd3c73ce86f2bc453a326ee0bf40fd6db
Author: Jeff Garzik <[email protected]>
Date:   Wed Jul 7 02:16:28 2010 -0400

     libhail: Import httpstor, httputil modules from tabled

     With the following transformations:

     s/req_/hreq_/
     s/httpstor_/hstor_/
     s//huri_/
     s//hutil_/

     Signed-off-by: Jeff Garzik <[email protected]>