mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-16 07:45:23 -04:00
from trunk: allow regression code to be build even without Python installed
svn:r646
This commit is contained in:
parent
41971a4283
commit
29e9b1d20a
@ -6,7 +6,7 @@ Changes in 1.4.2:
|
|||||||
o Send CRLF after each chunk in HTTP output, for compliance with RFC2626. Patch from "propanbutan". Fixes bug 1894184.
|
o Send CRLF after each chunk in HTTP output, for compliance with RFC2626. Patch from "propanbutan". Fixes bug 1894184.
|
||||||
o Add a int64_t parsing function, with unit tests, so we can apply Scott Lamb's fix to allow large HTTP values.
|
o Add a int64_t parsing function, with unit tests, so we can apply Scott Lamb's fix to allow large HTTP values.
|
||||||
o Use a 64-bit field to hold HTTP content-lengths. Patch from Scott Lamb.
|
o Use a 64-bit field to hold HTTP content-lengths. Patch from Scott Lamb.
|
||||||
|
o Allow regression code to build even without Python installed
|
||||||
|
|
||||||
Changes in 1.4.1-beta:
|
Changes in 1.4.1-beta:
|
||||||
o free minheap on event_base_free(); from Christopher Layne
|
o free minheap on event_base_free(); from Christopher Layne
|
||||||
|
@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = foreign no-dependencies
|
|||||||
|
|
||||||
CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/compat
|
CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/compat
|
||||||
|
|
||||||
EXTRA_DIST = regress.rpc
|
EXTRA_DIST = regress.rpc regress.gen.h regress.gen.c
|
||||||
|
|
||||||
noinst_PROGRAMS = test-init test-eof test-weof test-time regress bench
|
noinst_PROGRAMS = test-init test-eof test-weof test-time regress bench
|
||||||
|
|
||||||
@ -26,7 +26,6 @@ regress.gen.c regress.gen.h: regress.rpc $(top_srcdir)/event_rpcgen.py
|
|||||||
$(top_srcdir)/event_rpcgen.py $(srcdir)/regress.rpc || echo "No Python installed"
|
$(top_srcdir)/event_rpcgen.py $(srcdir)/regress.rpc || echo "No Python installed"
|
||||||
|
|
||||||
DISTCLEANFILES = *~
|
DISTCLEANFILES = *~
|
||||||
CLEANFILES = regress.gen.h regress.gen.c
|
|
||||||
|
|
||||||
test: test-init test-eof test-weof test-time regress
|
test: test-init test-eof test-weof test-time regress
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user