mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-11 13:24:43 -04:00
Resolve two conflicts.
svn:r839
This commit is contained in:
parent
2deb3ce061
commit
9ca7a3a3d6
@ -103,7 +103,8 @@ Changes in current version:
|
|||||||
o Fix use of freed memory in event_reinit; pointed out by Peter Postma
|
o Fix use of freed memory in event_reinit; pointed out by Peter Postma
|
||||||
o constify struct timeval * where possible
|
o constify struct timeval * where possible
|
||||||
o make event_get_supported_methods obey environment variables
|
o make event_get_supported_methods obey environment variables
|
||||||
|
|
||||||
|
|
||||||
Changes in 1.4.0:
|
Changes in 1.4.0:
|
||||||
o allow \r or \n individually to separate HTTP headers instead of the standard "\r\n"; from Charles Kerr.
|
o allow \r or \n individually to separate HTTP headers instead of the standard "\r\n"; from Charles Kerr.
|
||||||
o demote most http warnings to debug messages
|
o demote most http warnings to debug messages
|
||||||
|
@ -51,7 +51,7 @@
|
|||||||
/* #undef _EVENT_HAVE_INET_NTOP */
|
/* #undef _EVENT_HAVE_INET_NTOP */
|
||||||
|
|
||||||
/* Define to 1 if you have the <inttypes.h> header file. */
|
/* Define to 1 if you have the <inttypes.h> header file. */
|
||||||
/* #define _EVENT_HAVE_INTTYPES_H 1 */
|
/* #undef _EVENT_HAVE_INTTYPES_H 1 */
|
||||||
|
|
||||||
/* Define to 1 if you have the `kqueue' function. */
|
/* Define to 1 if you have the `kqueue' function. */
|
||||||
/* #undef _EVENT_HAVE_KQUEUE */
|
/* #undef _EVENT_HAVE_KQUEUE */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user