Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 64c76fbe | 2006-09-03 21:12:59 | typo in kqueue delete; from Bert JW Regeer svn:r232 | ||
| e9c1e3f7 | 2006-08-28 00:57:49 | introduce evdns_init() which works on windows and unix. svn:r231 | ||
| 07c3fb50 | 2006-08-27 20:04:20 | add a simple regression test for the DNS resolver; requires internet access. do some KNF on evdns.c; add checks to prevent potential buffer overflows. fix one memory leak. svn:r230 | ||
| e80e52ce | 2006-08-27 19:43:00 | include evdns.h header - fix windows distribution files svn:r229 | ||
| b0b5e2c2 | 2006-08-26 04:34:43 | document that read and write callbacks may be NULL. svn:r228 | ||
| c1eec7aa | 2006-08-26 04:32:31 | allow both read and write callbacks for bufferevents to be NULL svn:r227 | ||
| 52bfcab8 | 2006-08-24 06:10:50 | rename eventdns to evdns to match libevent naming scheme svn:r226 | ||
| d0d8f9b4 | 2006-08-13 06:59:37 | configure evdns and make it compile svn:r225 | ||
| cca7249e | 2006-08-13 06:33:45 | unmodified eventdns from Adam Langley via tor repository svn:r224 | ||
| 296739e0 | 2006-08-13 00:03:35 | fix regression test svn:r223 | ||
| 4596f82e | 2006-08-11 15:20:10 | windows makefile fixes from branch svn:r222 | ||
| 49ef242f | 2006-08-09 01:04:12 | add back the original sun copyright block svn:r219 | ||
| 94af961f | 2006-07-18 06:35:48 | get rid of err.h svn:r218 | ||
| ba7262eb | 2006-07-17 00:33:57 | reorganization of the http functionality; we separate http handling into a connection object and a request object; also make it clear which buffers are used for input and output; unittests not complete yet. svn:r217 | ||
| 00bc7e37 | 2006-07-15 02:55:57 | 1.2-rc1; Solaris' event port support from Dave Pacheco svn:r216 | ||
| f0ecf507 | 2006-07-15 02:39:31 | need to report one less file descriptor to solaris then the limit; reported by Dave Pacheco svn:r215 | ||
| 6813af3f | 2006-06-10 22:37:21 | move http related prototypes to evhttp.h svn:r214 | ||
| 147b71e3 | 2006-06-10 22:28:21 | rename http.h to http-internal.h - i wish there were decent refactoring tools for open source programmers. svn:r213 | ||
| ebf5333f | 2006-05-17 13:13:31 | oops. the enums were actually creating symbols svn:r212 | ||
| 71108cd9 | 2006-03-28 16:57:19 | uhm - i obliterated a gettimeofday that was required for remapping the timeouts to "real" time. thanks to claudio for pointing that out. svn:r211 | ||
| 2e8051f5 | 2006-03-28 04:40:54 | introduce a way to free the base from Nick Mathewson <nickm@freehaven.net> svn:r210 | ||
| 571ac954 | 2006-03-28 04:33:41 | use clock_gettime if available from Claudio Jeker <claudio@openbsd.org> svn:r209 | ||
| a32839c8 | 2006-03-28 04:17:51 | some nit-picking from poul-henning kamp svn:r208 | ||
| 7517ef2a | 2006-03-28 04:16:14 | some fixes from openbsd via brad svn:r207 | ||
| 682d598a | 2006-02-27 02:33:02 | add log.c to build file; remove err.c; reported by Sreekant Sreedharan svn:r206 | ||
| 38b33048 | 2006-02-27 02:27:37 | make a simple test for HTTP POST requests svn:r205 | ||
| 60192b46 | 2006-02-26 20:18:35 | improved/well-completely rewritten rtsig support by Mathew Mills; fix some cases where regress would not pass on Linux svn:r204 | ||
| f6550f40 | 2006-02-26 20:13:04 | provide strlcpy for the unenlightened libcs svn:r203 | ||
| 88bd7943 | 2006-02-13 04:53:58 | make it compile on mac os x svn:r202 | ||
| 896bf3a2 | 2006-02-13 02:22:48 | many changes for fixing a small bug: post requests would not send the post data. I took the opportunity to reorganize a bit. svn:r201 | ||
| 7b78c828 | 2006-02-13 01:51:58 | limit the amount of data bufferevents are going to consume to something reasonable; in some circumstances it could happen that libevent happily allocated 100MB in read buffers without telling the user; found by christopher maxwell - parts of these changes are from his patch. svn:r200 | ||
| f296e633 | 2006-02-03 19:26:06 | allow setting an event base for bufferevents; from phil oleson svn:r199 | ||
| 6717cf31 | 2006-02-03 19:24:28 | fix a compile problem when USE_DEBUG is enabled svn:r198 | ||
| c398d788 | 2006-02-02 22:36:37 | disable bufferevent after we have received the data that we care for. svn:r197 | ||
| a3bb4a03 | 2006-01-22 05:08:50 | I often need some very simple HTTP functionality, so this is a first stab at integrating something really simple with HTTP. The interface is still evolving as I start messing with it. Not all the interfaces are properly exported yet. I am also trying to figure out how to intelligently hide the details about the different structures from users, so that that things can be changed around later. svn:r196 | ||
| 8af2db10 | 2006-01-22 05:06:29 | version 1.2 svn:r195 | ||
| 36bedaef | 2006-01-22 05:06:14 | another fix from art svn:r194 | ||
| 3c74f06f | 2006-01-21 03:04:31 | improved manpage from Phil Oleson svn:r193 | ||
| 1d308e88 | 2005-12-17 20:25:22 | mostly whitespace fixes from OpenBSD via Brad svn:r192 | ||
| 686dede7 | 2005-12-17 20:18:10 | do not undefine USE_DEBUG in header file; allow CFLAGS specification; from Stas Bekman svn:r191 | ||
| 139e862e | 2005-12-17 20:15:25 | do not remove kq inkernel flag before event_del gets to it; bug reported by Tassilo von Parseval; also add a test for this behavior. svn:r190 | ||
| 0c48c706 | 2005-12-08 23:05:42 | windows memory corruption bug fix from I-M Weasel via Nick Mathewson. svn:r189 | ||
| 8d1317d7 | 2005-12-06 03:26:28 | add evbuffer_add_vprintf interface from artur grabowski; add some testing svn:r188 | ||
| 9c9f0651 | 2005-12-03 20:51:23 | avoid double recacle when loop_once is used; from Richard Nyberg svn:r187 | ||
| 68292e2f | 2005-12-03 17:52:47 | signal handler satefy improvements from Theo DeRaadt svn:r186 | ||
| 65644dfb | 2005-11-12 19:04:17 | solaris kernel changes are not backwards compatible - how retarded. problem pointed out by: Geoffrey Giesemann svn:r185 | ||
| 11a40d47 | 2005-09-20 15:59:00 | event.3 svn:r184 | ||
| 50f7aaef | 2005-09-09 06:56:12 | make it compile on mac os x svn:r183 | ||
| 3b9b3f6b | 2005-09-02 05:34:14 | don't spam on stderr svn:r182 | ||
| acafd994 | 2005-09-02 05:34:01 | make it run on older shells; from tor user via Nick Mathewson <nickm@freehaven.net> svn:r181 | ||
| 7000fe66 | 2005-08-30 06:02:09 | remove dos opportunity svn:r180 | ||
| 5c5145dc | 2005-08-29 07:23:51 | oops forgot this one svn:r179 | ||
| b4ab56dc | 2005-08-28 23:48:16 | support for arrays on structs. svn:r178 | ||
| 32acc283 | 2005-08-27 06:29:52 | a few more bug fixes svn:r177 | ||
| 2813f1b0 | 2005-08-26 02:15:54 | constify svn:r176 | ||
| aaf56fb6 | 2005-08-23 07:43:11 | fix API problems for get in some types svn:r175 | ||
| 6e55da60 | 2005-08-22 01:39:54 | typo svn:r174 | ||
| e5ab86a7 | 2005-08-22 01:38:23 | make use of the built in warn/err code svn:r173 | ||
| c4e60994 | 2005-08-22 01:34:34 | including the tagging code that is required by event_rpcgen.py; test the new functionality. svn:r172 | ||
| 949cbd12 | 2005-08-21 16:25:02 | generate marshalling code based on libevent svn:r171 | ||
| fbee901e | 2005-07-14 04:09:55 | correctly test against SIG_ERR svn:r170 | ||
| e1759c7b | 2005-06-19 20:28:20 | fix issue with signedness warnings; from Alexander von Gernler svn:r169 | ||
| 9938aaf5 | 2005-06-11 21:15:22 | treate EINVAL as per fd error in kqueue; use argument for debug macros in poll; version 1.1a; EINVAL fix from Nick Mathewson svn:r168 | ||
| 81bd0a06 | 2005-06-10 07:42:14 | bufferevents would not correctly detect EOF on read; reported by Jonathan Brannan svn:r167 | ||
| 7a0c530b | 2005-05-11 04:08:51 | performance improvements of select handler by Nick Mathewson; I added better recovery when memory allocation fails; something that needs to be done for the poll improvements, too. svn:r166 | ||
| 57fafe6b | 2005-05-11 03:34:42 | detect kqueue bug in Mac OS X 10.4; from Nick Mathewson svn:r165 | ||
| 145c11fd | 2005-05-10 17:27:58 | more credits svn:r164 | ||
| dc816fdc | 2005-05-10 17:27:11 | type; from Alexander von Gernler svn:r163 | ||
| cdcfae7f | 2005-05-10 08:14:39 | call epoll_ctl after changing our state table; in case that epoll_ctl fails we need to make sure that the table is consistent. from William Ahern svn:r162 | ||
| c15db034 | 2005-05-10 04:40:03 | performance improvements by Nick Mathewson; we modify the arrays directly in poll_add and poll_del; some minor tweaks by me. earmark this as 1.0f svn:r161 | ||
| d6e56988 | 2005-05-10 04:16:17 | sync svn:r160 | ||
| e444040f | 2005-04-29 02:55:20 | fix rule that depended on obsolete libevent.a svn:r159 | ||
| 15850135 | 2005-04-26 15:48:42 | prototype addition; from Alexander von Gernler svn:r158 | ||
| dfe4e16e | 2005-04-26 07:17:42 | pointer arithmetic bug; from Nick Mathewson svn:r157 | ||
| 0f5b0389 | 2005-04-23 15:40:14 | fix memory leak; from Andrey Matveev svn:r156 | ||
| c09a8175 | 2005-04-23 03:03:28 | 1.0d svn:r155 | ||
| 425fc0d5 | 2005-04-23 02:53:39 | provide a function to read lines from buffers; comes in handy for many AscII protocols. svn:r154 | ||
| fdfa743c | 2005-04-23 02:48:49 | libtoolize; from Nick Mathewson svn:r153 | ||
| 0cce9a01 | 2005-04-23 02:48:27 | better comment svn:r152 | ||
| 2fa38549 | 2005-04-23 02:40:26 | compress read and write events for the same file descriptor into on poll descriptor; from Nick Mathewson plus bug fixes from me. svn:r151 | ||
| bca504e4 | 2005-04-23 02:38:30 | fix typos svn:r150 | ||
| 1d0d4bc6 | 2005-04-17 06:51:10 | make gotsig volatile. from Alexander von Gernler svn:r149 | ||
| 5e2ba12a | 2005-04-14 23:28:06 | fixes from alexander von gernler svn:r148 | ||
| bc2c695b | 2005-04-10 07:18:18 | type; set the priorities based on the correct base; reported by Vinh D. Lee svn:r147 | ||
| 6ba5e0d0 | 2005-04-09 03:32:11 | fix a windows bug; from nick mathewson svn:r146 | ||
| d47798be | 2005-04-07 03:35:56 | return error code when kqueue fails on a specific fd; from alexander von gernler. svn:r145 | ||
| 8f0541af | 2005-04-04 00:37:26 | forgot svn:r144 | ||
| 4157d33e | 2005-04-04 00:35:14 | acknowledgements and new version svn:r143 | ||
| bc9b2487 | 2005-04-04 00:10:17 | make it compile on solaris svn:r142 | ||
| 1e128e2d | 2005-04-03 07:46:27 | fix bug that broke poll/select stuff svn:r141 | ||
| 720f7fcc | 2005-04-02 08:43:55 | event_base_loop and some event logging fixes. svn:r140 | ||
| 32bed8f9 | 2005-04-01 04:20:39 | build fixes from nick mathewson svn:r139 | ||
| 1919a4ae | 2005-03-31 19:53:06 | suppress valgrind warnings from knew -a- pimb.org svn:r138 | ||
| d85d47f8 | 2005-03-29 07:16:52 | devpoll improvements from Andrew Danforth <adanforth@gmail.com> svn:r137 | ||
| fbdaf3ab | 2005-03-29 07:03:10 | debugging callbacks from Nick Mathewson <nickm@freehaven.net> svn:r136 | ||
| 99442c6f | 2005-03-29 06:54:36 | windows fixes from Nick Mathewson <nickm@freehaven.net> svn:r135 | ||
| da971e5f | 2005-03-12 02:30:32 | bug fix in event_once by Jody Belka <knew@pimb.org> svn:r134 | ||
| c5e4eee0 | 2005-02-25 05:28:57 | event_get_version() and event_get_method() from Nick Mathewson <nickm@freehaven.net> svn:r133 | ||
| a46c2609 | 2005-02-22 16:12:34 | compilation fixes for IRIX; from Nick Mathewson <nickm@freehaven.net> svn:r132 | ||
| 905ee67d | 2005-02-22 15:47:53 | provide maintainer mode in automake; put event_gotsig back into global state; return proper error code svn:r131 |