Add lines to revision history.

This commit is contained in:
counterpoint
2015-07-07 09:43:04 +01:00
parent 462c8e42ef
commit be789855ee
3 changed files with 5 additions and 0 deletions

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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
*/