Re: [Libevent-users] [PATCH] http: Allow wildcards in request callback paths

2010-07-14 Thread Nick Mathewson
On Sat, Jul 10, 2010 at 4:05 AM, Bobby Powers wrote: > this allows you to register callbacks with paths like "/artist*". > > based on the patch here: > http://www.mail-archive.com/libevent-us...@monkey.org/msg00985.html Neat! There's a tracker entry for this feature request on the sourceforge tr

Re: [Libevent-users] [PATCH] uri parsing helpers

2010-07-14 Thread Nick Mathewson
On Wed, Jul 14, 2010 at 8:43 AM, Pavel Plesov wrote: > This patch introduces evhttp_uri_* functions to deal with URI parsing. > > See evhttp_uri_parse(), evhttp_uri_clear() and evhttp_uri_join() for details. > > Patch is made against Nick's master branch @ github > Thanks for the patch, Pavel! C

[Libevent-users] [PATCH] uri parsing helpers

2010-07-14 Thread Pavel Plesov
This patch introduces evhttp_uri_* functions to deal with URI parsing. See evhttp_uri_parse(), evhttp_uri_clear() and evhttp_uri_join() for details. Patch is made against Nick's master branch @ github --- http.c | 139 ++ include/ev