diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ | |||
1 | Fri Nov 29 20:17:03 CET 2013 | ||
2 | Eliminating theoretical stack overflow by limiting length | ||
3 | of URIs in authentication headers to 32k (only applicable | ||
4 | if the application explicitly raised the memroy limits, | ||
5 | and only applies to MHD_digest_auth_check). Issue was | ||
6 | reported by Florian Weimer. -CG | ||
7 | |||
1 | Tue Nov 26 01:26:15 CET 2013 | 8 | Tue Nov 26 01:26:15 CET 2013 |
2 | Fix race on shutdown signal with thread pool on non-Linux | 9 | Fix race on shutdown signal with thread pool on non-Linux |
3 | systems by signalling n times for n threads. -CG | 10 | systems by signalling n times for n threads. -CG |