Log

Author Commit Date CI Message
Niels Provos d6e56988 2005-05-10T04:16:17 sync svn:r160
Niels Provos e444040f 2005-04-29T02:55:20 fix rule that depended on obsolete libevent.a svn:r159
Niels Provos 15850135 2005-04-26T15:48:42 prototype addition; from Alexander von Gernler svn:r158
Niels Provos dfe4e16e 2005-04-26T07:17:42 pointer arithmetic bug; from Nick Mathewson svn:r157
Niels Provos 0f5b0389 2005-04-23T15:40:14 fix memory leak; from Andrey Matveev svn:r156
Niels Provos c09a8175 2005-04-23T03:03:28 1.0d svn:r155
Niels Provos 425fc0d5 2005-04-23T02:53:39 provide a function to read lines from buffers; comes in handy for many AscII protocols. svn:r154
Niels Provos fdfa743c 2005-04-23T02:48:49 libtoolize; from Nick Mathewson svn:r153
Niels Provos 0cce9a01 2005-04-23T02:48:27 better comment svn:r152
Niels Provos 2fa38549 2005-04-23T02: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
Niels Provos bca504e4 2005-04-23T02:38:30 fix typos svn:r150
Niels Provos 1d0d4bc6 2005-04-17T06:51:10 make gotsig volatile. from Alexander von Gernler svn:r149
Niels Provos 5e2ba12a 2005-04-14T23:28:06 fixes from alexander von gernler svn:r148
Niels Provos bc2c695b 2005-04-10T07:18:18 type; set the priorities based on the correct base; reported by Vinh D. Lee svn:r147
Niels Provos 6ba5e0d0 2005-04-09T03:32:11 fix a windows bug; from nick mathewson svn:r146
Niels Provos d47798be 2005-04-07T03:35:56 return error code when kqueue fails on a specific fd; from alexander von gernler. svn:r145
Niels Provos 8f0541af 2005-04-04T00:37:26 forgot svn:r144
Niels Provos 4157d33e 2005-04-04T00:35:14 acknowledgements and new version svn:r143
Niels Provos bc9b2487 2005-04-04T00:10:17 make it compile on solaris svn:r142
Niels Provos 1e128e2d 2005-04-03T07:46:27 fix bug that broke poll/select stuff svn:r141
Niels Provos 720f7fcc 2005-04-02T08:43:55 event_base_loop and some event logging fixes. svn:r140
Niels Provos 32bed8f9 2005-04-01T04:20:39 build fixes from nick mathewson svn:r139
Niels Provos 1919a4ae 2005-03-31T19:53:06 suppress valgrind warnings from knew -a- pimb.org svn:r138
Niels Provos d85d47f8 2005-03-29T07:16:52 devpoll improvements from Andrew Danforth <adanforth@gmail.com> svn:r137
Niels Provos fbdaf3ab 2005-03-29T07:03:10 debugging callbacks from Nick Mathewson <nickm@freehaven.net> svn:r136
Niels Provos 99442c6f 2005-03-29T06:54:36 windows fixes from Nick Mathewson <nickm@freehaven.net> svn:r135
Niels Provos da971e5f 2005-03-12T02:30:32 bug fix in event_once by Jody Belka <knew@pimb.org> svn:r134
Niels Provos c5e4eee0 2005-02-25T05:28:57 event_get_version() and event_get_method() from Nick Mathewson <nickm@freehaven.net> svn:r133
Niels Provos a46c2609 2005-02-22T16:12:34 compilation fixes for IRIX; from Nick Mathewson <nickm@freehaven.net> svn:r132
Niels Provos 905ee67d 2005-02-22T15:47:53 provide maintainer mode in automake; put event_gotsig back into global state; return proper error code svn:r131
Niels Provos 42b97958 2005-02-04T11:17:18 make it compile again; from dug song svn:r130
Niels Provos 3ba224db 2005-01-03T18:58:40 fixes for threaded operations from Andrew Danforth svn:r129
Niels Provos bd6999b4 2004-12-14T03: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
Niels Provos d9cf6fe2 2004-12-05T22:16:35 version 1.0 svn:r127
Niels Provos cacd8398 2004-12-01T20:10:16 documentation on thread safe events svn:r126
Niels Provos 25646045 2004-12-01T20:04:54 provide more base-based functions :-) svn:r125
Niels Provos f5a62ed3 2004-12-01T19:59:00 make a separate verify target svn:r124
Niels Provos b011b734 2004-11-25T09:54:33 forgot printf parameter svn:r123
Niels Provos 8773c4c9 2004-11-25T09:50:18 make libevent thread-safe; first cut svn:r122
Niels Provos 96a25ae6 2004-09-19T22: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
Niels Provos fa6c304d 2004-09-19T21:08:09 support for event priorities; active events are scheduled into priority queues; lower priorities get always processed before higher priorities svn:r120
Niels Provos 6df2ede5 2004-08-10T18:29:37 close file descriptors on exec(); suggested by aaron at die.net svn:r119
Niels Provos 6d4bafd0 2004-08-10T17:49:53 work around a bug in Solaris by using pwrite instead of write; reported by michael.wookey at citrix.com.au svn:r118
Niels Provos 60216e8b 2004-07-30T05:15:59 mention devpoll svn:r117
Niels Provos 5de7f4ee 2004-07-30T05:04:36 devpoll support. weeh svn:r116
Niels Provos 98c14269 2004-07-30T05:03:55 fix compiler warning svn:r115
Niels Provos d829ccea 2004-07-30T05:00:44 fix a warning on freebsd; svn:r114
Niels Provos 06aaa92f 2004-07-30T04:57:21 devpoll support svn:r113
Niels Provos 6f2f98bd 2004-07-20T06:12:30 make it compile on solaris svn:r112
Niels Provos 6db3da27 2004-07-19T06:18:10 should work a little bit better with solaris compiler svn:r111
Niels Provos 44d88ea6 2004-07-13T08:02:45 change evbuffer_read so that it reads directly into the memory allocated to the evbuffer; this avoids one unnecessary data copy. svn:r110
Niels Provos ee739151 2004-07-13T08:01:05 make the sockets non-blocking; increase the data size for bufferevent testing svn:r109
Niels Provos a78472da 2004-07-13T07:55:01 fix a bug for persistent events when using select() svn:r108
Niels Provos de5fc619 2004-06-11T04:42:56 make it compile on systems without vasprintf svn:r107
Niels Provos 49dbb7ea 2004-06-11T04:39:11 reformat comment svn:r106
Niels Provos 025d1bc2 2004-05-24T00:19:52 fix some of the windows compile issues; make buffer.c faster; support signals via pipes. svn:r105
Niels Provos 849d5249 2004-04-13T06:22:48 license svn:r104
Niels Provos 24ffe1cb 2004-04-04T04:04:16 add a section about BUGS svn:r103
Niels Provos 8f2e1f6d 2004-04-04T03:59:22 add section about buffered events svn:r102
Niels Provos fbf01c7f 2004-04-04T02:20:21 support for low and high watermarks svn:r101
Niels Provos 3772ec8e 2004-04-04T02:19:52 add new functions svn:r100
Niels Provos 8f7a7a91 2004-04-04T02:19:39 version 0.8 svn:r99
Niels Provos 57a51a16 2004-04-04T02:19:08 provide more regression tests svn:r98
Niels Provos 85fbdbb2 2004-03-27T17:42:49 faster insertion of timeouts; ensure uniqueness in RB-tree compare function svn:r97
Niels Provos 246d8583 2004-03-23T04:05:37 allow the write callback to called even if there is no buffered data svn:r96
Niels Provos 5908bd72 2004-03-23T03:43:53 provided buffered events svn:r95
Niels Provos cd699abf 2004-03-22T21:46:45 support event_loopexit(); idea from marius; and fix event_once() svn:r94
Niels Provos ec2c1db4 2004-02-22T21:17:23 new event_once interface; start of buffering interface for buffered events svn:r93
Niels Provos 1b974101 2003-12-20T20:05:17 fix kqueue behaviour; requires special kernel patch to make kqueue semantics consistent; from marius@umich.edu svn:r92
Niels Provos 8a92823c 2003-10-25T21:59:24 make rtsig optional svn:r91
Niels Provos e1cd86d7 2003-10-25T21:58:33 fixes to handle error cases by Anatoly Vorobey at pobox.com svn:r90
Niels Provos d780375f 2003-10-25T21:49:44 fix source files svn:r89
Niels Provos e2f06f4f 2003-10-25T21:49:25 fix license svn:r88
Niels Provos e9cd9b56 2003-10-11T02:54:41 bad realloc; found by awohl at chessclub svn:r87
Niels Provos 1d66008b 2003-10-05T22:02:49 make it work with more shells svn:r86
Niels Provos 98af43a3 2003-10-04T23:33:04 3-clause license and changes to the benchmark by davide svn:r85
Niels Provos c3f496c7 2003-10-04T23:27:26 minor corrections; change license to 3-clause BSD license svn:r84
Niels Provos 763f6a77 2003-09-25T23:18:52 proper rtsig svn:r83
Niels Provos f08bf532 2003-09-25T23:07:09 fix poll hup support svn:r82
Niels Provos ec70653b 2003-09-25T17:55:17 more tests svn:r81
Niels Provos c61a2547 2003-09-25T03:30:49 __FUNCTION__ -> __func__ svn:r80
Niels Provos 9d26a46c 2003-09-25T03:29:37 windows support svn:r79
Niels Provos e0216ed7 2003-09-25T03:28:43 credits svn:r78
Niels Provos e506eaf7 2003-09-25T03:26:53 constify; some windows stuff by mike davis; fix a poll bug svn:r77
Niels Provos dd0b36ab 2003-09-25T03:25:17 update build stuff svn:r76
Niels Provos 2bf53326 2003-09-25T02:53:39 Real time signal support from Taral <taral@taral.net> svn:r75
Niels Provos ee8cc84e 2003-09-23T22:28:01 Windows support from Mike Davis svn:r74
Niels Provos cde427c1 2003-06-24T14:45:21 found a bug where specifying both read|write for a single event let to a crash; found by Bruno Achauer svn:r73
Niels Provos 6ce5b876 2003-06-12T23:33:19 clean up from NetBSD integration svn:r72
Niels Provos 6551780a 2003-06-02T19:37:13 bug fix from Ira Lee svn:r71
Niels Provos 6809f060 2003-06-02T19:36:52 bug fix from Pierre Phaneuf svn:r70
Niels Provos b6b1e4eb 2003-06-02T19:36:22 forgot svn:r69
Niels Provos 833f0c09 2003-04-30T19:23:27 fix a bug where a event fires twice due to bad active list handling svn:r68
Niels Provos bdf5a68b 2003-04-29T18:29:16 updated tree code svn:r67
Niels Provos 670b94e4 2003-04-14T17:32:19 version 0.7 svn:r66
Niels Provos f9e0c449 2003-04-10T19:14:03 if a timeout on the active list is rescheduled before it can execute it gets removed from the active list; bug report from Jon Poland AT arbor.net svn:r65
Niels Provos 30eff294 2003-04-09T18:16:07 document environment variables svn:r64
Niels Provos b0b72eb0 2003-04-09T18:12:11 use maximum number of fds for epoll_create; from Davide Libenzi svn:r63
Niels Provos 9eb31e53 2003-04-09T18:11:31 proper indent svn:r62
Niels Provos 7e4e5204 2003-04-09T18:11:06 add some timer macros for operating systems that dont support them svn:r61