| CODENOTIFIER | HelpYou are not signed inSign in |
| Revision | Author | Date | Description |
|---|---|---|---|
| 986 | nickm | 02 Jan 2009 16:21:58 | Work better with platforms that do not have ipv6 structures, or that do not have sin_len fields, etc. |
| 985 | nickm | 02 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. |
| 984 | nickm | 02 Jan 2009 15:46:26 | Add another function to parse the common address:port combination formats into a sockaddr. |
| 983 | nickm | 02 Jan 2009 15:46:12 | New functions in evutil to clone inet_pton and inet_ntop, with tests.
|
| 982 | nprovos | 02 Jan 2009 13:18:30 | malloc fd only if it is needed. |
| 981 | nickm | 01 Jan 2009 23:56:56 | Include http_compat.h in http.c so we do not get warnings about functions with no prototypes. |
| 980 | nprovos | 25 Dec 2008 11:25:37 | implement evdns_cancel_request; test one of the new evdns_base functions |
| 979 | nprovos | 25 Dec 2008 11:21:13 | generate documentation for move dns header files |
| 978 | nprovos | 25 Dec 2008 11:20:45 | forgot to re-enable dns tests |
| 977 | nprovos | 25 Dec 2008 04:22:13 | we cannot realloc memory used by TAILQ; instead malloc each slot individually |
| 976 | nprovos | 23 Dec 2008 17:38:01 | remove http_compat include |
| 975 | nprovos | 23 Dec 2008 17:31:27 | reduce void *age a little bit |
| 974 | nprovos | 23 Dec 2008 17:24:32 | remove unused variable |