You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
..
Makefile.am
[value] move value functions that depend on angel / main implementations into separate file, included in the other implementations
9 years ago
angel_connection.c
track event "names" for debugging
8 years ago
angel_data.c
fix bugs and warnings from compiler warnings (memset parameter order, shadow, ...)
10 years ago
buffer.c
[core] convert all assert() to LI_FORCE_ASSERT(), and support writing backtraces on fatal errors with libunwind
9 years ago
encoding.c
[core] Add li-prefix to structs, enums and function names for encoding helpers
14 years ago
events.c
[mod_debug] debug events
8 years ago
fetch.c
[core] convert all assert() to LI_FORCE_ASSERT(), and support writing backtraces on fatal errors with libunwind
9 years ago
idlist.c
[idlist] fix bad shift operations
9 years ago
ip_parsers.rl
[parsers] fix unused variable warnings
7 years ago
jobqueue.c
track event "names" for debugging
8 years ago
memcached.c
track event "names" for debugging
8 years ago
mempool.c
[core] convert all assert() to LI_FORCE_ASSERT(), and support writing backtraces on fatal errors with libunwind
9 years ago
module.c
[misc] use less C99 features
10 years ago
profiler.c
[profile] add missing utils.h include
9 years ago
radix.c
[core] convert all assert() to LI_FORCE_ASSERT(), and support writing backtraces on fatal errors with libunwind
9 years ago
sys_memory.c
include lighttpd/settings.h instead of base.h in common source
10 years ago
sys_socket.c
include lighttpd/settings.h instead of base.h in common source
10 years ago
tasklet.c
track event "names" for debugging
8 years ago
utils.c
[core] use readdir instead of readdir_r
6 years ago
value.c
[value] move value functions that depend on angel / main implementations into separate file, included in the other implementations
9 years ago
value_impl.c
[value] move value functions that depend on angel / main implementations into separate file, included in the other implementations
9 years ago
waitqueue.c
[debug] provide more unique event names for waitqueues
8 years ago