You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Stefan Bühler bc6b256c34 [core] use readdir instead of readdir_r
readdir_r is deprecated in glibc due to serious memory handling issues
in the API: one cannot pass the size of the allocated dirent.

glibc authors claims readdir is thread-safe in modern implementations,
and expect POSIX to require it in a future version.

No way to check whether readdir is thread-safe though :(

("thread-safe" in this context means different directory streams, which
is good enough.)

Also remove li_dirent_buf_size.

Change-Id: Ia5eae3327e97dc4b0751fb2604ea21c0ce09a5f9
6 years ago
cmake [cmake] handle include directories separately 7 years ago
contrib [mimetypes.conf] add text/markdown to utf-8 list, regenerate mimetypes.conf 6 years ago
doc [mod_gnutls] support OCSP responses in sni backends 6 years ago
include [core] use readdir instead of readdir_r 6 years ago
src [core] use readdir instead of readdir_r 6 years ago
tests [tests] use gnutls certtool to create test ca 9 years ago
.gitignore ignore CMakeLists.txt.user (qtcreator) 8 years ago
CMakeLists.txt [cmake] handle include directories separately 7 years ago
COPYING [doc] document core config and modules in tree 9 years ago
Makefile.am [autotools] include cmake files in dist 9 years ago
autogen.sh [autobuild] use autoreconf instead of calling tools manually; update .gitignore 10 years ago
configure.ac [autobuild] fix configure to search for openssl in the specified paths 9 years ago
diff-dist-git.sh [dist] add script to show differences between git and dist 9 years ago
packdist.sh Fix packdist.sh to detect source directory 13 years ago