History log of /netbsd/external/bsd/libevent/dist/test/regress_http.c (Results 1 – 10 of 10)
Revision Date Author Comments
# 9c1e7818 10-Apr-2021 rillig <rillig@NetBSD.org>

tests/libevent: fix Clang build

No idea why GCC did not complain about this as well.


# 7c5f803c 10-Apr-2021 rillig <rillig@NetBSD.org>

libevent: remove remaining CONSTCOND comments

Since lint1/tree.c 1.202 from 2021-01-31, lint no longer needs the
/*CONSTCOND*/ for do-while-0 "loops".

The comments from this commit were in do-while

libevent: remove remaining CONSTCOND comments

Since lint1/tree.c 1.202 from 2021-01-31, lint no longer needs the
/*CONSTCOND*/ for do-while-0 "loops".

The comments from this commit were in do-while-0 loops that do not
follow the canonical form, therefore the previous commit did not catch
them. Some of them have a trailing semicolon (which defies the whole
purpose of the do-while-0 loop), some are missing the space between
'while (0)', some start in column 1 instead of 9.

This reduces the local modifications, compared to the upstream code.

No functional change.

show more ...


# c767aba8 10-Apr-2021 rillig <rillig@NetBSD.org>

libevent: remove unnecessary CONSTCOND comments

Since lint1/tree.c 1.202 from 2021-01-31, lint no longer needs the
/*CONSTCOND*/ for do-while-0 "loops".

This reduces the local modifications.

No fu

libevent: remove unnecessary CONSTCOND comments

Since lint1/tree.c 1.202 from 2021-01-31, lint no longer needs the
/*CONSTCOND*/ for do-while-0 "loops".

This reduces the local modifications.

No functional change.

show more ...


# 4109d450 07-Apr-2021 christos <christos@NetBSD.org>

Merge local changes from libevent 2.1.8 and 2.1.12


# 7cd8f2ab 21-Feb-2020 joerg <joerg@NetBSD.org>

Explicitly cast pointers to uintptr_t before casting to enums. They are
not necessarily the same size. Don't cast pointers to bool, check for
NULL instead.


# 615c371f 31-Jan-2017 christos <christos@NetBSD.org>

merge conflicts


# acffc6b7 29-Jan-2015 spz <spz@NetBSD.org>

merge and update manpages and include/event2/event-config.h
May need extra fixing around log-internal.h and log.c


# 34ab69d8 11-Apr-2013 christos <christos@NetBSD.org>

merge conflicts, make compile with warnings.


# 21bfc7fd 11-Nov-2010 pgoyette <pgoyette@NetBSD.org>

Adjust timers a bit so that the http timer can get a chance to expire,
even when running under qemu on platforms with a clock-skew problem.

The original 3-second timer was intended to be "longer tha

Adjust timers a bit so that the http timer can get a chance to expire,
even when running under qemu on platforms with a clock-skew problem.

The original 3-second timer was intended to be "longer than the http
timeout" (which is 2 seconds), and the updated 5-second value still meets
this requirement. The updated value also meets the requirement even when
the http timeout stretches to 4-seconds under qemu.

This is part 1 of getting the libevent tests working on port-amd64 with
qemu.

show more ...


# 6448a78c 02-Nov-2009 plunky <plunky@NetBSD.org>

libevent 1.4.12-stable