Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 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 | ||
| 42b97958 | 2005-02-04 11:17:18 | make it compile again; from dug song svn:r130 | ||
| 3ba224db | 2005-01-03 18:58:40 | fixes for threaded operations from Andrew Danforth svn:r129 | ||
| bd6999b4 | 2004-12-14 03:36:12 | fix issue where event_del is called before event_set. bad bad thing to do. pointed out by Mark Kidwell <MKidwell@looksmart.net> svn:r128 | ||
| d9cf6fe2 | 2004-12-05 22:16:35 | version 1.0 svn:r127 | ||
| cacd8398 | 2004-12-01 20:10:16 | documentation on thread safe events svn:r126 | ||
| 25646045 | 2004-12-01 20:04:54 | provide more base-based functions :-) svn:r125 | ||
| f5a62ed3 | 2004-12-01 19:59:00 | make a separate verify target svn:r124 | ||
| b011b734 | 2004-11-25 09:54:33 | forgot printf parameter svn:r123 | ||
| 8773c4c9 | 2004-11-25 09:50:18 | make libevent thread-safe; first cut svn:r122 | ||
| 96a25ae6 | 2004-09-19 22:38:34 | when converting usec to msec round up; so that libevent does not spin until the time conversion has caught up; from Aaron Hopkins <aaron at die.net> svn:r121 | ||
| fa6c304d | 2004-09-19 21:08:09 | support for event priorities; active events are scheduled into priority queues; lower priorities get always processed before higher priorities svn:r120 | ||
| 6df2ede5 | 2004-08-10 18:29:37 | close file descriptors on exec(); suggested by aaron at die.net svn:r119 | ||
| 6d4bafd0 | 2004-08-10 17:49:53 | work around a bug in Solaris by using pwrite instead of write; reported by michael.wookey at citrix.com.au svn:r118 | ||
| 60216e8b | 2004-07-30 05:15:59 | mention devpoll svn:r117 | ||
| 5de7f4ee | 2004-07-30 05:04:36 | devpoll support. weeh svn:r116 | ||
| 98c14269 | 2004-07-30 05:03:55 | fix compiler warning svn:r115 | ||
| d829ccea | 2004-07-30 05:00:44 | fix a warning on freebsd; svn:r114 | ||
| 06aaa92f | 2004-07-30 04:57:21 | devpoll support svn:r113 |