home page
Libevent commits

RevisionAuthorDateDescription
986nickm02 Jan 2009 16:21:58

Work better with platforms that do not have ipv6 structures, or that do not have sin_len fields, etc.

985nickm02 Jan 2009 15:46:35

Change the type of nameserver.address from u32 to sockaddr_storage, so that we can handle nameservers at IPv6 addresses.

984nickm02 Jan 2009 15:46:26

Add another function to parse the common address:port combination formats into a sockaddr.

983nickm02 Jan 2009 15:46:12

New functions in evutil to clone inet_pton and inet_ntop, with tests.
Adapted from Tor code.

982nprovos02 Jan 2009 13:18:30

malloc fd only if it is needed.

981nickm01 Jan 2009 23:56:56

Include http_compat.h in http.c so we do not get warnings about functions with no prototypes.

980nprovos25 Dec 2008 11:25:37

implement evdns_cancel_request; test one of the new evdns_base functions

979nprovos25 Dec 2008 11:21:13

generate documentation for move dns header files

978nprovos25 Dec 2008 11:20:45

forgot to re-enable dns tests

977nprovos25 Dec 2008 04:22:13

we cannot realloc memory used by TAILQ; instead malloc each slot individually

976nprovos23 Dec 2008 17:38:01

remove http_compat include

975nprovos23 Dec 2008 17:31:27

reduce void *age a little bit

974nprovos23 Dec 2008 17:24:32

remove unused variable