Re: [PATCH hail] const-correctness tweaks

2010-10-23 Thread Jim Meyering
Jeff Garzik wrote:
...
 But even if curl were requiring some suboptimal signature,
 it would be nice not to impose that on all projects that use hail.
 Are there older curl headers that do require the const-free signature?
 If there are and you want to support them, too, let me know -- maybe
 I can cook up an autoconf test to make things work there, with minimal
 impact.

 Nah, I wouldn't worry about the const signature, it's probably just
 out of date documentation.  If users appear running old OS's or OS
 versions, we can tackle autoconf'ing on a piecemeal basis as needs
 arise.

 Committed these patches of yours to hail.git and tabled.git.

Thanks!
--
To unsubscribe from this list: send the line unsubscribe hail-devel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


tabled + atcp

2010-10-23 Thread Jeff Garzik

Just committed this:


commit 57c4be44cdfa6c0cda6cf26d19e8048a945c5a78
Author: Jeff Garzik j...@garzik.org
Date:   Sat Oct 23 14:01:20 2010 -0400

Use libhail's atcp rather than our own async TCP write code.

Should be functionally equivalent, as atcp originated from tabled
code.


Please test, and highlight any behavior differences with vanilla tabled 
v0.5.2.


Jeff



--
To unsubscribe from this list: send the line unsubscribe hail-devel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html