Stefan Bühler
|
e762189fb5
|
[core] only use feature test macros on linux
|
10 years ago |
Stefan Bühler
|
42ce5eda8f
|
[core] cleanup settings.h - openssl not needed in global headers
|
10 years ago |
Stefan Bühler
|
d0d3dc3c55
|
define _XOPEN_SOURCE 600 for _POSIX_C_SOURCE 200112L, which should fix IPv6/sockaddr_in6 on BSD
|
10 years ago |
Stefan Bühler
|
796f6b1547
|
[mod_gnutls] send alerts instead of aborting, allow safe renegotiations
|
10 years ago |
Stefan Bühler
|
05e058aa9c
|
fix bugs and warnings reported by clang
* fix memset sizeof() bugs
* fix unaligned memory access
* fix warnings for casts with alignment change
* crypt_r needs _GNU_SOURCE
|
10 years ago |
Stefan Bühler
|
49796611be
|
[glib] disable deprecation warnings
|
10 years ago |
Stefan Bühler
|
a937bd437a
|
fix missing li prefixes
|
10 years ago |
Stefan Bühler
|
11fa781f98
|
Fix some warnings found with clang analyzer
|
13 years ago |
Stefan Bühler
|
8c1b6fa3a2
|
[core] disable GCC poison
|
13 years ago |
Thomas Porzelt
|
8e8a53e8c6
|
[core] Fix include of sys/wait.h in settings.h
|
13 years ago |
Thomas Porzelt
|
e7fca37edb
|
[core] Include wait.h in settings.h
|
13 years ago |
Thomas Porzelt
|
20c3e7d6ad
|
[core] Add li_memory_usage(), clean up some old sys-* files
|
13 years ago |
Stefan Bühler
|
0fe57dc215
|
mod_auth: add htdigest and htpasswd (no apr-md5) backend
|
14 years ago |
Stefan Bühler
|
df96167362
|
Add automake
|
14 years ago |
Stefan Bühler
|
f4f2bd1f38
|
Poison non-thread-safe functions and fix errors
|
14 years ago |
Stefan Bühler
|
1ce3b7fa24
|
Remove pcre dependencies (we use the glib wrappers)
|
14 years ago |
Thomas Porzelt
|
16097f84ea
|
[core] Fix erronous invisible char in settings.h
|
14 years ago |
Stefan Bühler
|
3a1af99500
|
Include <stdio.h> and <stdlib.h> in settings.h for everyone.
|
14 years ago |
Stefan Bühler
|
0ec334c887
|
Killed sys-strings.h (replaced with glib functions)
|
14 years ago |
Stefan Bühler
|
4e04ac6b8b
|
cmake: use builtin macros for build date
|
14 years ago |
Stefan Bühler
|
87cd65e98f
|
Don't check for NULL strings in CONST_STR_LEN
|
14 years ago |
Thomas Porzelt
|
b0def14e1f
|
remove wrong ! from sendfile macro for linux
|
15 years ago |
Thomas Porzelt
|
d2381954bf
|
removed old AIO defines from settings.h
|
15 years ago |
Stefan Bühler
|
7a496b610b
|
Fix comment style // -> /* */
|
15 years ago |
Thomas Porzelt
|
4080ddcd16
|
cosmetic changes of 'defined x to defined(x)' in settings.h to unify usage
|
15 years ago |
Thomas Porzelt
|
75ce595e5b
|
add LIGHT_OS_XYZ macros
|
15 years ago |
Thomas Porzelt
|
84b7487cc4
|
add USE_OSX_SENDFILE macro
|
15 years ago |
Stefan Bühler
|
3dceeb5916
|
Move include files into a separate directory and cleanup include order
|
15 years ago |