Add lines to revision history.
This commit is contained in:
@ -50,6 +50,9 @@
|
||||
* 07/05/2014 Mark Riddoch Addition of callback mechanism
|
||||
* 20/06/2014 Mark Riddoch Addition of dcb_clone
|
||||
* 29/05/2015 Markus Makela Addition of dcb_write_SSL
|
||||
* 07/07/2015 Martin Brampton Merged add to zombieslist into dcb_close,
|
||||
* fixes for various error situations,
|
||||
* remove dcb_set_state etc, simplifications.
|
||||
*
|
||||
* @endverbatim
|
||||
*/
|
||||
|
||||
@ -71,6 +71,7 @@ int max_poll_sleep;
|
||||
* in the loop after the epoll_wait. This allows for better
|
||||
* thread utilisaiton and fairer scheduling of the event
|
||||
* processing.
|
||||
* 07/07/15 Martin Brampton Simplified add and remove DCB, improve error handling.
|
||||
*
|
||||
* @endverbatim
|
||||
*/
|
||||
|
||||
@ -33,6 +33,7 @@
|
||||
* Date Who Description
|
||||
* 08/07/2013 Massimiliano Pinto Initial version
|
||||
* 09/07/2013 Massimiliano Pinto Added /show?dcb|session for all dcbs|sessions
|
||||
* 07/07/2015 Martin Brampton Fixed problems with DCBs on errors
|
||||
*
|
||||
* @endverbatim
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user