home page
Libevent commits

RevisionAuthorDateDescription
949nprovos16 Nov 2008 18:26:38

from trunk: Allow setting of local port for evhttp connections to support millions of connections from a single system; from Richard Jones

948nprovos16 Nov 2008 18:22:14

Allow setting of local port for evhttp connections to support millions of connections from a single system; from Richard Jones

947nprovos15 Nov 2008 00:29:39

from trunk: only bind the socket on connect when a local address has been provided; reported by Ajejo Sanchez

946nprovos15 Nov 2008 00:27:23

only bind the socket on connect when a local address has been provided; reported by Ajejo Sanchez

945nprovos30 Oct 2008 15:40:35

from trunk: clear the timer cache on entering event loop; reported by Victor Chang

944nprovos30 Oct 2008 15:38:31

clear the timer cache on entering event loop; reported by Victor Chang

943nprovos03 Oct 2008 11:23:47

fix merge error: event_add would not return error for some backends; from Dean McNamee

942nickm26 Sep 2008 09:36:15

Fix: do not crash when asked to configure an impossible event_base

941nprovos13 Sep 2008 22:25:53

tagging release 1.4.8-stable

940nprovos07 Sep 2008 19:29:37

call it 1.4.8-stable; increment revision (i hope that is right)

939nprovos07 Sep 2008 19:26:47

from trunk: do not remove accept-encoding header in make request

938nprovos07 Sep 2008 19:24:54

do not remove accept-encoding header in make request

937nickm05 Sep 2008 12:47:04

Fix compilation of recent error code with win32.