mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-13 14:26:30 -04:00
Merge remote-tracking branch 'origin/patches-2.0'
This commit is contained in:
commit
2d9154601e
@ -1,6 +1,4 @@
|
|||||||
Changes in version 2.0.17-stable (?? Feb 2012)
|
Changes in version 2.0.17-stable (10 Feb 2012)
|
||||||
|
|
||||||
{LAST UPDATED AS OF 5b4b8126de52c8a895094cfea61724a91e179e71}
|
|
||||||
|
|
||||||
BUGFIXES (core):
|
BUGFIXES (core):
|
||||||
o Be absolutely sure to clear pncalls before leaving event_signal_closure (11f36a5)
|
o Be absolutely sure to clear pncalls before leaving event_signal_closure (11f36a5)
|
||||||
@ -11,6 +9,8 @@ BUGFIXES (core):
|
|||||||
o Fix a fd leak in event_reinit() (3f18ad1)
|
o Fix a fd leak in event_reinit() (3f18ad1)
|
||||||
o Do a memberwise comparison of threading function tables (c94a5f2 Nate R)
|
o Do a memberwise comparison of threading function tables (c94a5f2 Nate R)
|
||||||
o Use C-style comments in C source files (for compatibility with compilers such as xlc on AIX). (d84d917 Greg Hewgill)
|
o Use C-style comments in C source files (for compatibility with compilers such as xlc on AIX). (d84d917 Greg Hewgill)
|
||||||
|
o Avoid crash when freeing event_iocp and using event_set_mem_functions (19715a6
|
||||||
|
o In the kqueue backend, do not report EBADF as an EV_READ (5d7bfa1 Nicholas Marriott)
|
||||||
|
|
||||||
BUGFIXES (evbuffer and bufferevents):
|
BUGFIXES (evbuffer and bufferevents):
|
||||||
o Fix behavior of evbuffer_peek(buf,-1,NULL,NULL,0) (c986f23 Zack Weinberg)
|
o Fix behavior of evbuffer_peek(buf,-1,NULL,NULL,0) (c986f23 Zack Weinberg)
|
||||||
@ -28,6 +28,7 @@ BUILD FIXES:
|
|||||||
|
|
||||||
DOCUMENTATION FIXES:
|
DOCUMENTATION FIXES:
|
||||||
o Slightly clarify evbuffer_peek documentation (7bbf6ca)
|
o Slightly clarify evbuffer_peek documentation (7bbf6ca)
|
||||||
|
o Update copyright notices to 2012 (e49e289)
|
||||||
|
|
||||||
NEW APIS:
|
NEW APIS:
|
||||||
o Backport evhttp_connection_get_bufferevent to Libevent 2.0 (da70fa7 Arno Bakker)
|
o Backport evhttp_connection_get_bufferevent to Libevent 2.0 (da70fa7 Arno Bakker)
|
||||||
|
13
README
13
README
@ -71,6 +71,8 @@ use and development: http://archives.seul.org/libevent/users/
|
|||||||
The following people have helped with suggestions, ideas, code or
|
The following people have helped with suggestions, ideas, code or
|
||||||
fixing bugs:
|
fixing bugs:
|
||||||
|
|
||||||
|
Arno Bakker
|
||||||
|
Maseeb Abdul
|
||||||
Alejo
|
Alejo
|
||||||
Weston Andros Adamson
|
Weston Andros Adamson
|
||||||
William Ahern
|
William Ahern
|
||||||
@ -99,12 +101,16 @@ fixing bugs:
|
|||||||
Shie Erlich
|
Shie Erlich
|
||||||
Leonid Evdokimov
|
Leonid Evdokimov
|
||||||
Christophe Fillot
|
Christophe Fillot
|
||||||
|
Mike Frysinger
|
||||||
|
Remi Gacogne
|
||||||
Alexander von Gernler
|
Alexander von Gernler
|
||||||
Artur Grabowski
|
Artur Grabowski
|
||||||
Dave Hart
|
Dave Hart
|
||||||
Greg Hazel
|
Greg Hazel
|
||||||
Michael Herf
|
Michael Herf
|
||||||
Sebastian Hahn
|
Sebastian Hahn
|
||||||
|
Mark Heily
|
||||||
|
Greg Hewgill
|
||||||
Aaron Hopkins
|
Aaron Hopkins
|
||||||
Tani Hosokawa
|
Tani Hosokawa
|
||||||
Jamie Iles
|
Jamie Iles
|
||||||
@ -143,28 +149,33 @@ fixing bugs:
|
|||||||
Phil Oleson
|
Phil Oleson
|
||||||
Dave Pacheco
|
Dave Pacheco
|
||||||
Tassilo von Parseval
|
Tassilo von Parseval
|
||||||
|
Catalin Patulea
|
||||||
Simon Perreault
|
Simon Perreault
|
||||||
Pierre Phaneuf
|
Pierre Phaneuf
|
||||||
Ryan Phillips
|
Ryan Phillips
|
||||||
Dimitre Piskyulev
|
Dimitre Piskyulev
|
||||||
Pavel Plesov
|
Pavel Plesov
|
||||||
Jon Poland
|
Jon Poland
|
||||||
|
Nate R
|
||||||
Robert Ransom
|
Robert Ransom
|
||||||
Bert JW Regeer
|
Bert JW Regeer
|
||||||
Peter Rosin
|
Peter Rosin
|
||||||
|
Wang Qin
|
||||||
Hanna Schroeter
|
Hanna Schroeter
|
||||||
Ralf Schmitt
|
Ralf Schmitt
|
||||||
Mike Smellie
|
Mike Smellie
|
||||||
Kevin Springborn
|
Kevin Springborn
|
||||||
Harlan Stenn
|
Harlan Stenn
|
||||||
Ferenc Szalai
|
Steve Snyder
|
||||||
Dug Song
|
Dug Song
|
||||||
Dongsheng Song
|
Dongsheng Song
|
||||||
|
Ferenc Szalai
|
||||||
Brodie Thiesfield
|
Brodie Thiesfield
|
||||||
Jason Toffaletti
|
Jason Toffaletti
|
||||||
Gisle Vanem
|
Gisle Vanem
|
||||||
Bas Verhoeven
|
Bas Verhoeven
|
||||||
Constantine Verutin
|
Constantine Verutin
|
||||||
|
Colin Watt
|
||||||
Zack Weinberg
|
Zack Weinberg
|
||||||
Jardel Weyrich
|
Jardel Weyrich
|
||||||
Alex
|
Alex
|
||||||
|
Loading…
x
Reference in New Issue
Block a user