OpenBSD CVS

CVS log for src/lib/libevent/Makefile


[BACK] Up to [local] / src / lib / libevent

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.43 / (download) - annotate - [select for diffs], Wed Mar 30 06:38:42 2016 UTC (8 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, HEAD
Changes since 1.42: +1 -56 lines
Diff to previous 1.42 (colored)

for some time now mandoc has not required MLINKS to function
correctly - logically complete that now by removing MLINKS from base;

authors need only to ensure there is an entry in NAME for any function/
util being added. MLINKS will still work, and remain for perl to ease
upgrades;

ok nicm (curses) bcook (ssl)
ok schwarze, who provided a lot of feedback and assistance
ok tb natano jung

Revision 1.42 / (download) - annotate - [select for diffs], Tue Apr 14 21:25:54 2015 UTC (9 years, 1 month ago) by nicm
Branch: MAIN
CVS Tags: OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8
Changes since 1.41: +17 -17 lines
Diff to previous 1.41 (colored)

Reorder prototypes to better match manpage layout and add some missing
argument names, from Fabian Raetz. ok deraadt

Revision 1.41 / (download) - annotate - [select for diffs], Thu Nov 20 13:34:45 2014 UTC (9 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.40: +32 -32 lines
Diff to previous 1.40 (colored)

put MLINKS in the order they appear in the man page, so i don;t go blind
trying to check what's missing;

Revision 1.40 / (download) - annotate - [select for diffs], Wed Nov 19 23:50:22 2014 UTC (9 years, 6 months ago) by dlg
Branch: MAIN
Changes since 1.39: +17 -14 lines
Diff to previous 1.39 (colored)

i got sick of having to read the source code to know what the
evbuffer_foo functions do. reyk, nicm, jmc, and schwarze seem to
support a manpage as a reasonable solution to this problem.

im putting this in a separate manpage because i find they get too
cumbersome when they get too big. ingo agrees (and suggests even
this might be too big).

the file is evbuffer_new.3 rather than evbuffer.3 because we document
functions.

ok reyk@ nicm@ jmc@ schwarze@
this is rough, everyone has tweaks coming.

Revision 1.39 / (download) - annotate - [select for diffs], Fri Oct 31 12:50:31 2014 UTC (9 years, 7 months ago) by bluhm
Branch: MAIN
Changes since 1.38: +10 -11 lines
Diff to previous 1.38 (colored)

Use CDIAGFLAGS from bsd.own.mk and append additional warning flags.
All warnings have been fixed in libevent.
OK nicm@

Revision 1.38 / (download) - annotate - [select for diffs], Sat Oct 18 16:48:28 2014 UTC (9 years, 7 months ago) by bluhm
Branch: MAIN
Changes since 1.37: +2 -9 lines
Diff to previous 1.37 (colored)

Remove the remaining #ifdef HAVE_ and the #define _GNU_SOURCE.
OK nicm@

Revision 1.37 / (download) - annotate - [select for diffs], Fri Oct 17 22:59:46 2014 UTC (9 years, 7 months ago) by bluhm
Branch: MAIN
Changes since 1.36: +2 -5 lines
Diff to previous 1.36 (colored)

Remove #ifdef HAVE_backend and remove references to unimplemented
backends.
OK nicm@

Revision 1.36 / (download) - annotate - [select for diffs], Fri Oct 17 20:52:59 2014 UTC (9 years, 7 months ago) by bluhm
Branch: MAIN
Changes since 1.35: +1 -10 lines
Diff to previous 1.35 (colored)

Remove some #ifdef HAVE_syscall.
OK nicm@

Revision 1.35 / (download) - annotate - [select for diffs], Fri Oct 17 19:16:01 2014 UTC (9 years, 7 months ago) by bluhm
Branch: MAIN
Changes since 1.34: +1 -15 lines
Diff to previous 1.34 (colored)

Remove #ifdef HAVE_.*_H, just include the header files.
Do not include sys/param.h.
OK nicm@

Revision 1.34 / (download) - annotate - [select for diffs], Wed Oct 15 22:34:44 2014 UTC (9 years, 7 months ago) by bluhm
Branch: MAIN
Changes since 1.33: +1 -2 lines
Diff to previous 1.33 (colored)

Remove #ifndef HAVE_TAILQFOREACH containing a private tailq
implementation.
OK nicm@

Revision 1.33 / (download) - annotate - [select for diffs], Mon Oct 6 21:16:03 2014 UTC (9 years, 8 months ago) by bluhm
Branch: MAIN
Changes since 1.32: +1 -2 lines
Diff to previous 1.32 (colored)

Remove the #ifdef HAVE_SIGACTION from libevent.  The struct
evsignal_info does not change, so no library crank.
OK nicm@ deraadt@

Revision 1.32 / (download) - annotate - [select for diffs], Thu Apr 3 11:27:02 2014 UTC (10 years, 2 months ago) by eric
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.31: +4 -2 lines
Diff to previous 1.31 (colored)

add helper functions to use asr with libevent.

ok deraadt@

Revision 1.31 / (download) - annotate - [select for diffs], Thu Aug 2 13:38:38 2012 UTC (11 years, 10 months ago) by okan
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3
Changes since 1.30: +1 -2 lines
Diff to previous 1.30 (colored)

remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.

ok guenther@

Revision 1.30 / (download) - annotate - [select for diffs], Wed Apr 21 21:02:46 2010 UTC (14 years, 1 month ago) by nicm
Branch: MAIN
CVS Tags: OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8
Changes since 1.29: +3 -2 lines
Diff to previous 1.29 (colored)

Clean up the awful _EVENT_* poo in the libevent headers, and don't
install event-config.h.

Pointed out by deraadt.

Revision 1.29 / (download) - annotate - [select for diffs], Wed Apr 21 20:02:40 2010 UTC (14 years, 1 month ago) by nicm
Branch: MAIN
Changes since 1.28: +70 -37 lines
Diff to previous 1.28 (colored)

Update libevent to 1.4.13.

This is the core library only, the DNS parts are removed and it does not
include the other extra bits (HTTP, DNS, and RPC), a separate port for
these will appear in due course.

Thanks to jsg, sthen, alek, gilles, jacekm, bernd and any others I've
forgotten for testing/comments.

Note that /usr/include/evdns.h should be removed after updating.

ok deraadt

Revision 1.28 / (download) - annotate - [select for diffs], Fri May 2 09:18:26 2008 UTC (16 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4
Changes since 1.27: +11 -10 lines
Diff to previous 1.27 (colored)

Makefile: sort MLINKS and add event_base_once.3
event.3: fix NAME and remove spurious blank line

Revision 1.27 / (download) - annotate - [select for diffs], Mon Mar 26 18:43:18 2007 UTC (17 years, 2 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.26: +2 -3 lines
Diff to previous 1.26 (colored)

do not ship the http parts for now; ok millert

Revision 1.26 / (download) - annotate - [select for diffs], Thu Mar 22 12:59:56 2007 UTC (17 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.25: +21 -17 lines
Diff to previous 1.25 (colored)

nicer MLINKS chunk

Revision 1.25 / (download) - annotate - [select for diffs], Wed Mar 21 12:26:36 2007 UTC (17 years, 2 months ago) by millert
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

Use arc4random() to generate random IDs.  In the future we
may want to consider using res_randomid() but since evdns.c
checks for duplicates this is not strictly necessary.

Revision 1.24 / (download) - annotate - [select for diffs], Wed Mar 21 12:22:30 2007 UTC (17 years, 2 months ago) by millert
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

Document event_base_free().  OK jmc@

Revision 1.23 / (download) - annotate - [select for diffs], Mon Mar 19 20:20:06 2007 UTC (17 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.22: +2 -1 lines
Diff to previous 1.22 (colored)

add MLINKS for evdns_err_to_string() and evdns_nameserver_add();

Revision 1.22 / (download) - annotate - [select for diffs], Mon Mar 19 19:41:40 2007 UTC (17 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.21: +2 -1 lines
Diff to previous 1.21 (colored)

provide MLINKS for evhttp_start() and evhttp_free();

Revision 1.21 / (download) - annotate - [select for diffs], Mon Mar 19 15:12:49 2007 UTC (17 years, 2 months ago) by millert
Branch: MAIN
Changes since 1.20: +24 -6 lines
Diff to previous 1.20 (colored)

Update to libevent-1.3b while retaining our local changes.  beck@ OK

Revision 1.20 / (download) - annotate - [select for diffs], Tue Mar 28 15:32:13 2006 UTC (18 years, 2 months ago) by brad
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0
Changes since 1.19: +2 -1 lines
Diff to previous 1.19 (colored)

use clock_gettime if available.

From claudio@ via libevent CVS

ok claudio@

Revision 1.19 / (download) - annotate - [select for diffs], Mon Jan 23 20:18:20 2006 UTC (18 years, 4 months ago) by brad
Branch: MAIN
CVS Tags: OPENBSD_3_9_BASE, OPENBSD_3_9
Changes since 1.18: +3 -3 lines
Diff to previous 1.18 (colored)

add evbuffer_add_vprintf interface from artur grabowski

From libevent CVS

ok markus@

Revision 1.18 / (download) - annotate - [select for diffs], Sat Jan 21 19:34:56 2006 UTC (18 years, 4 months ago) by brad
Branch: MAIN
Changes since 1.17: +9 -9 lines
Diff to previous 1.17 (colored)

and some more links here too.

Revision 1.17 / (download) - annotate - [select for diffs], Thu Nov 24 20:49:17 2005 UTC (18 years, 6 months ago) by deraadt
Branch: MAIN
Changes since 1.16: +2 -1 lines
Diff to previous 1.16 (colored)

use WANTLINT= (on all architectures)

Revision 1.16 / (download) - annotate - [select for diffs], Wed Oct 12 18:54:54 2005 UTC (18 years, 8 months ago) by deraadt
Branch: MAIN
Changes since 1.15: +1 -3 lines
Diff to previous 1.15 (colored)

three new .so libraries to help the ports people who need (or might need)
them for perl modules; discussion with pvalchev

Revision 1.15 / (download) - annotate - [select for diffs], Tue Oct 11 18:50:59 2005 UTC (18 years, 8 months ago) by jmc
Branch: MAIN
Changes since 1.14: +3 -2 lines
Diff to previous 1.14 (colored)

add missing MLINK for evbuffer_readline.3

Revision 1.14 / (download) - annotate - [select for diffs], Sat Jul 2 07:15:13 2005 UTC (18 years, 11 months ago) by grunk
Branch: MAIN
CVS Tags: OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

zap trailing whitespaces, no binary change

ok brad@ beck@

Revision 1.13 / (download) - annotate - [select for diffs], Wed Jun 22 01:05:27 2005 UTC (18 years, 11 months ago) by brad
Branch: MAIN
Changes since 1.12: +13 -1 lines
Diff to previous 1.12 (colored)

CDIAGFLAGS

From grunk@

Revision 1.12 / (download) - annotate - [select for diffs], Fri Apr 22 01:01:17 2005 UTC (19 years, 1 month ago) by brad
Branch: MAIN
Changes since 1.11: +14 -8 lines
Diff to previous 1.11 (colored)

update to libevent 1.0c; keep local changes

no shared lib so no ABI/API check is necessary

thanks to Alexander von Gernler for submitting
another diff in an attempt to update libevent
and for a use-after-free fix.

ok henning@ deraadt@

Revision 1.11 / (download) - annotate - [select for diffs], Tue Apr 19 08:07:45 2005 UTC (19 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.10: +7 -13 lines
Diff to previous 1.10 (colored)

backout.  not discussed, and very wrong.  bad brad

Revision 1.10 / (download) - annotate - [select for diffs], Tue Apr 19 02:03:12 2005 UTC (19 years, 1 month ago) by brad
Branch: MAIN
Changes since 1.9: +14 -8 lines
Diff to previous 1.9 (colored)

update to libevent 1.0c; keep local changes

Revision 1.9 / (download) - annotate - [select for diffs], Sun May 2 18:12:36 2004 UTC (20 years, 1 month ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6
Changes since 1.8: +2 -3 lines
Diff to previous 1.8 (colored)

Do not define NOTE_EOF in CFLAGS. ok millert@

Revision 1.8 / (download) - annotate - [select for diffs], Wed Apr 28 06:53:12 2004 UTC (20 years, 1 month ago) by brad
Branch: MAIN
Changes since 1.7: +18 -8 lines
Diff to previous 1.7 (colored)

update to libevent 0.8; keep local changes

ok markus@

Revision 1.7 / (download) - annotate - [select for diffs], Tue Sep 23 08:52:04 2003 UTC (20 years, 8 months ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.6: +3 -2 lines
Diff to previous 1.6 (colored)

add support for poll(2); ok deraadt

Revision 1.6 / (download) - annotate - [select for diffs], Thu Jul 10 07:48:41 2003 UTC (20 years, 11 months ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.5: +7 -2 lines
Diff to previous 1.5 (colored)

get rid of config.h; ok miod@, millert@, deraadt@

Revision 1.5 / (download) - annotate - [select for diffs], Wed Jul 9 10:54:37 2003 UTC (20 years, 11 months ago) by markus
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored)

update to libevent-0.7a.tar.gz; keep local changes

Revision 1.4 / (download) - annotate - [select for diffs], Thu Feb 20 03:20:09 2003 UTC (21 years, 3 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

fix a variety of missing or wrong MLINKS

Revision 1.3 / (download) - annotate - [select for diffs], Sun Jul 21 19:31:32 2002 UTC (21 years, 10 months ago) by ericj
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.2: +3 -3 lines
Diff to previous 1.2 (colored)


link evtimer_* now, not timeout_* since it was changed for man pages.

Revision 1.2 / (download) - annotate - [select for diffs], Tue Jun 25 15:50:15 2002 UTC (21 years, 11 months ago) by mickey
Branch: MAIN
Changes since 1.1: +2 -0 lines
Diff to previous 1.1 (colored)

rcsids

Revision 1.1 / (download) - annotate - [select for diffs], Sat Jun 15 18:18:23 2002 UTC (22 years ago) by provos
Branch: MAIN

build static and profiled.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.