| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
08 May 2012 07:46:19
2.0.19
|
mm  |
Update to 2.0.19 |
08 Feb 2012 18:55:37
2.0.16
|
pgollucci  |
- Allow security/openssl to be used instead of base system
PR: ports/160593
Submitted by: bf
Approved by: maintainer timeout (mm ; 152 days) |
19 Nov 2011 14:30:31
2.0.16
|
mm  |
Update to 2.0.16
Feature safe: yes |
09 Nov 2011 15:26:04
2.0.13
|
miwi  |
- Remove WITH_FBSD10_FIX, is no longer needed |
29 Oct 2011 17:12:41
2.0.13
|
miwi  |
- Fix build on FreeBSD 10 |
25 Aug 2011 06:00:01
2.0.13
|
mm  |
Update to 2.0.13 |
19 Jun 2011 09:39:22
2.0.12
|
mm  |
Update to 2.0.12 |
05 May 2011 13:48:05
2.0.11
|
mm  |
Update libevent2 to 2.0.11 |
23 Mar 2011 15:53:22
2.0.10_1
|
mm  |
- Add LICENSE knob(s) |
06 Mar 2011 20:25:39
2.0.10_1
|
mm  |
- Fix library linking in libevent.pc [1]
- Add compatibility include to libevent.pc [2]
PR: ports/155315 [1], ports/155293 [2]
Submitted by: Jeremy Messenger <mezz@FreeBSD.org> [1]
Suggested by: swell.k@gmail.com [2] |
02 Mar 2011 20:14:26
2.0.10
|
mm  |
- Respect PREFIX for libdir
PR: ports/155202
Submitted by: swell.k@gmail.com |
22 Feb 2011 13:22:14
2.0.10
|
mm  |
Libevent version 2.x
The libevent API provides a mechanism to execute a callback function when
a specific event occurs on a file descriptor or after a timeout has been
reached. Furthermore, libevent also support callbacks due to signals or
regular timeouts.
libevent is meant to replace the event loop found in event driven network
servers. An application just needs to call event_dispatch() and then add
or remove events dynamically without having to change the event loop.
Currently, libevent supports /dev/poll, kqueue(2), event ports, select(2),
poll(2) and epoll(4). The internal event mechanism is completely independent
of the exposed event API, and a simple update of libevent can provide new
functionality without having to redesign the applications. As a result,
Libevent allows for portable application development and provides the most
scalable event notification mechanism available on an operating system.
Libevent can also be used for multi-threaded applications.
WWW: http://www.monkey.org/~provos/libevent/ |