aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-04-22 15:03:27 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-04-22 15:03:27 +0000
commit366a260595db768fa12371b8a746894e73f5af79 (patch)
treeb2466a335c9e7b88aa34dbc660894c799bb29794 /ChangeLog
parent11dc6d06afa0fe8f7d2eb8a64d9a7698a3192434 (diff)
downloadlibmicrohttpd-366a260595db768fa12371b8a746894e73f5af79.tar.gz
libmicrohttpd-366a260595db768fa12371b8a746894e73f5af79.zip
Fixed race conditions for thread pool.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 87765140..b154ffea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
1Fri Apr 22 14:29:28 CET 2016
2 Fixed race conditions when stopping quiesced daemon with thread
3 pool. -EG
4
1Wed Apr 20 18:12:30 CET 2016 5Wed Apr 20 18:12:30 CET 2016
2 Fixed macros in sysfdsetsize.c which could prevent compiling with 6 Fixed macros in sysfdsetsize.c which could prevent compiling with
3 non-default FD_SETSIZE. 7 non-default FD_SETSIZE.