Re: [Libevent-users] [PATCH] configure: don't disable check for pthreads on Windows

2011-12-08 Thread Bobby Powers
eads, so I'll test later and see if I actually need this. The other option would be a configure flag, something like '--enable-windows-pthreads' yours, Bobby On Thu, Dec 8, 2011 at 9:02 AM, Sebastian Hahn < libevent-us...@sebastianhahn.net> wrote: > On Dec 8, 2011, at 2:41

[Libevent-users] [PATCH] configure: don't disable check for pthreads on Windows

2011-12-08 Thread Bobby Powers
always look for pthreads, as long as threading support is enabled. I'm new to building for Windows, so let me know if I'm overlooking anything here :) yours, Bobby From 89892c550a0462fb6def0e91475f2ba00563a868 Mon Sep 17 00:00:00 2001 From: Bobby Powers Date: Thu, 8 Dec 2011 08:26:13 -05

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

2010-07-10 Thread Bobby Powers
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 Signed-off-by: Bobby Powers --- http.c | 10 -- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git