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.
lighttpd1.4/src
Stefan Bühler 8629831df2 Remove strptime failed message (fixes #2031)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2593 152afb58-edef-0310-8abb-c4023f1b3aa9
14 years ago
..
.cvsignore added include_shell option to configfiles (merged the rest of the trunk changesets) 18 years ago
CMakeLists.txt cmake: Add -export-dynamic to link flags, fixes build on FreeBSD 14 years ago
Makefile.am Make dependency on svnversion/git optional (for devel versionstamp, fixes #2009) 14 years ago
SConscript Remove mod_uploadprogress from cmake/scons (fixes #1955) 14 years ago
array.c Add "lighty.req_env" table to mod_magnet for setting/getting environment values for cgi (fixes #1967, thx presbrey) 14 years ago
array.h Add "lighty.req_env" table to mod_magnet for setting/getting environment values for cgi (fixes #1967, thx presbrey) 14 years ago
base.h Add server.breakagelog, a "special" stderr (fixes #1863) 14 years ago
bitset.c on SEGFAULT tell were we where 18 years ago
bitset.h moved everything below trunk/ and added branches/ and tags/ 18 years ago
buffer.c Some small buffer.c fixes (closes #1837) 14 years ago
buffer.h renamed ltostr() to LI_ltostr() to fix compile on HP/UX (fixes #465) 16 years ago
chunk.c Replace buffer_{append,copy}_string with the _len variant where possible (#1732, thx crypt) 15 years ago
chunk.h Include mmap.h from chunk.h to fix some problems with #define mmap mmap64 (fixes #1923) 14 years ago
config.h.cmake Add proper SUID bit detection (fixes #416) 14 years ago
configfile-glue.c Add T_CONFIG_INT for bigger integers from the config (needed for #1966) 14 years ago
configfile.c Fix config evaluation for debug.log-timeouts option (#1529) 14 years ago
configfile.h fixed aggressive caching of conditionals (#41) 16 years ago
configparser.y Added Language conditional (fixes #1119); patch by petar 14 years ago
connections-glue.c Fix some problems with more strict compilers (#1923) 14 years ago
connections.c Keep url/host values from connection to display information while keep-alive in mod_status (fixes #1202) 14 years ago
connections.h moved everything below trunk/ and added branches/ and tags/ 18 years ago
crc32.c fixed crc32c on 64bit platforms (fixes crc errors) 18 years ago
crc32.h s/def/defined/ 18 years ago
data_array.c - white space cleanup part 2 this time 1.4 ;) 17 years ago
data_config.c - white space cleanup part 2 this time 1.4 ;) 17 years ago
data_count.c - white space cleanup part 2 this time 1.4 ;) 17 years ago
data_fastcgi.c - white space cleanup part 2 this time 1.4 ;) 17 years ago
data_integer.c - white space cleanup part 2 this time 1.4 ;) 17 years ago
data_string.c Replace buffer_{append,copy}_string with the _len variant where possible (#1732, thx crypt) 15 years ago
etag.c Fix hashing the terminating zero in etag.c 14 years ago
etag.h added static-file.etags, etag.use-inode, etag.use-mtime, 16 years ago
fastcgi.h - white space cleanup part 2 this time 1.4 ;) 17 years ago
fdevent.c Added some extra warning options in cmake and fix the resulting warnings (unused/static functions) 14 years ago
fdevent.h - white space cleanup part 2 this time 1.4 ;) 17 years ago
fdevent_freebsd_kqueue.c - white space cleanup part 2 this time 1.4 ;) 17 years ago
fdevent_linux_rtsig.c - white space cleanup part 2 this time 1.4 ;) 17 years ago
fdevent_linux_sysepoll.c return mapped events for linux-sysepoll (worked as they have the same values) 15 years ago
fdevent_poll.c - white space cleanup part 2 this time 1.4 ;) 17 years ago
fdevent_select.c Fix FD_SETSIZE comparision warnings on FreeBSD 14 years ago
fdevent_solaris_devpoll.c r2087@chromobil: stefan | 2008-02-26 17:01:12 +0100 15 years ago
http-header-glue.c Remove strptime failed message (fixes #2031) 14 years ago
http_auth.c Adding support for additional chars in LDAP usernames (fixes #1941) 14 years ago
http_auth.h Now really fix mod auth ldap (#1066) 15 years ago
http_auth_digest.c removed dead code which led to a collision on libsasl2 anyway 17 years ago
http_auth_digest.h - white space cleanup part 2 this time 1.4 ;) 17 years ago
http_chunk.c Replace buffer_{append,copy}_string with the _len variant where possible (#1732, thx crypt) 15 years ago
http_chunk.h moved everything below trunk/ and added branches/ and tags/ 18 years ago
inet_ntop_cache.c Compare address family in inet_ntop_cache 15 years ago
inet_ntop_cache.h moved everything below trunk/ and added branches/ and tags/ 18 years ago
joblist.c - white space cleanup part 2 this time 1.4 ;) 17 years ago
joblist.h moved everything below trunk/ and added branches/ and tags/ 18 years ago
keyvalue.c - white space cleanup part 2 this time 1.4 ;) 17 years ago
keyvalue.h - white space cleanup part 2 this time 1.4 ;) 17 years ago
lemon.c Fix lemon compiler warnings 14 years ago
lempar.c Fix some problems with more strict compilers (#1923) 14 years ago
lighttpd-angel.c Fixed many warnings (compare (un)signed, unused vars, and initialize with zero) 15 years ago
log.c Add server.breakagelog, a "special" stderr (fixes #1863) 14 years ago
log.h Add support for pipe logging for server.errorlog (fixes #296) 14 years ago
md5.c Fix more warnings (unused var, pointer types in md5.c) 15 years ago
md5.h Fix more warnings (unused var, pointer types in md5.c) 15 years ago
mod_access.c Added some extra warning options in cmake and fix the resulting warnings (unused/static functions) 14 years ago
mod_accesslog.c Add support for pipe logging for server.errorlog (fixes #296) 14 years ago
mod_alias.c Added some extra warning options in cmake and fix the resulting warnings (unused/static functions) 14 years ago
mod_auth.c Fix code comments in mod_auth.c (fixes #1909, thx cdumke) 14 years ago
mod_auth.h moved everything below trunk/ and added branches/ and tags/ 18 years ago
mod_cgi.c Add "cgi.execute-x-only" to mod_cgi, requires +x for cgi scripts (fixes #2013) 14 years ago
mod_cml.c Added some extra warning options in cmake and fix the resulting warnings (unused/static functions) 14 years ago
mod_cml.h - white space cleanup part 2 this time 1.4 ;) 17 years ago
mod_cml_funcs.c Added some extra warning options in cmake and fix the resulting warnings (unused/static functions) 14 years ago
mod_cml_funcs.h part of [733] 18 years ago
mod_cml_lua.c Fix missing header <string.h> in mod_cml_lua.c 14 years ago
mod_compress.c Added some extra warning options in cmake and fix the resulting warnings (unused/static functions) 14 years ago
mod_dirlisting.c Add some dirlisting enhancements (fixes #1458) 14 years ago
mod_evasive.c Fix evasive.silent option (#1438) 14 years ago
mod_evhost.c Fix comment style 14 years ago
mod_expire.c Change mod_expire to append Cache-Control instead of overwriting it (fixes #1197) 14 years ago
mod_extforward.c Fix unused var in mod_extforward if ipv6 is disabled. 14 years ago
mod_fastcgi.c Reset ignored signals to SIG_DFL before exec() in fastcgi/scgi (fixes #2029) 14 years ago
mod_flv_streaming.c Added some extra warning options in cmake and fix the resulting warnings (unused/static functions) 14 years ago
mod_indexfile.c Added some extra warning options in cmake and fix the resulting warnings (unused/static functions) 14 years ago
mod_magnet.c Add "lighty.req_env" table to mod_magnet for setting/getting environment values for cgi (fixes #1967, thx presbrey) 14 years ago
mod_magnet_cache.c Added some extra warning options in cmake and fix the resulting warnings (unused/static functions) 14 years ago
mod_magnet_cache.h lua_State has to be put into the #ifdef too 17 years ago
mod_mysql_vhost.c Use connection_reset instead of handle_request_done for cleanup callbacks 14 years ago
mod_proxy.c Add IPv6 support to mod_proxy (fixes #1537) 14 years ago
mod_redirect.c Added some extra warning options in cmake and fix the resulting warnings (unused/static functions) 14 years ago
mod_rewrite.c Added some extra warning options in cmake and fix the resulting warnings (unused/static functions) 14 years ago
mod_rrdtool.c Add server.breakagelog, a "special" stderr (fixes #1863) 14 years ago
mod_scgi.c Fix hanging connection in mod_scgi (fixes #2024) 14 years ago
mod_secure_download.c Fix some warnings in mod_secure_download.c 14 years ago
mod_setenv.c Use connection_reset instead of handle_request_done for cleanup callbacks 14 years ago
mod_simple_vhost.c Added some extra warning options in cmake and fix the resulting warnings (unused/static functions) 14 years ago
mod_skeleton.c Insert many con->mode checks; they should prevent two modules to handle the same request if they shouldn't (#631) 15 years ago
mod_ssi.c Add ssi.content-type option (default text/html, fixes #615) 14 years ago
mod_ssi.h Add ssi.content-type option (default text/html, fixes #615) 14 years ago
mod_ssi_expr.c Replace buffer_{append,copy}_string with the _len variant where possible (#1732, thx crypt) 15 years ago
mod_ssi_expr.h - white space cleanup part 2 this time 1.4 ;) 17 years ago
mod_ssi_exprparser.y Fix mem leak in ssi expression parser (#1753), thx Take5k 15 years ago
mod_staticfile.c Added some extra warning options in cmake and fix the resulting warnings (unused/static functions) 14 years ago
mod_status.c Keep url/host values from connection to display information while keep-alive in mod_status (fixes #1202) 14 years ago
mod_trigger_b4_dl.c Added some extra warning options in cmake and fix the resulting warnings (unused/static functions) 14 years ago
mod_uploadprogress.c Added some extra warning options in cmake and fix the resulting warnings (unused/static functions) 14 years ago
mod_userdir.c Added some extra warning options in cmake and fix the resulting warnings (unused/static functions) 14 years ago
mod_usertrack.c Add support for "real" entropy from /dev/[u]random (fixes #1977) 14 years ago
mod_webdav.c Fix unused function webdav_lockdiscovery in mod_webdav 14 years ago
network.c Allow all comparisons for $SERVER["socket"] - only bind for "==" 14 years ago
network.h moved everything below trunk/ and added branches/ and tags/ 18 years ago
network_backends.h - Handle DragonFlyBSD the same way as Freebsd. 16 years ago
network_freebsd_sendfile.c Treat EPIPE as connection-closed error in network_freebsd_sendfile.c (another fix from #1913) 14 years ago
network_linux_sendfile.c fixed handling of EAGAIN in linux-sendfile (fixes #657) 15 years ago
network_openssl.c Fix #285 again: read error after SSL_shutdown (thx marton.illes@balabit.com) and clear the error queue before some other calls 15 years ago
network_solaris_sendfilev.c - white space cleanup part 2 this time 1.4 ;) 17 years ago
network_write.c - white space cleanup part 2 this time 1.4 ;) 17 years ago
network_writev.c * fixed compilation in network_writev.c on MacOS X 10.3.9 (fixes #903) 16 years ago
plugin.c Replace buffer_{append,copy}_string with the _len variant where possible (#1732, thx crypt) 15 years ago
plugin.h - white space cleanup part 2 this time 1.4 ;) 17 years ago
proc_open.c Fix leaving zombie process with include_shell (#1777) 15 years ago
proc_open.h Fix leaving zombie process with include_shell (#1777) 15 years ago
request.c Allow digits in hostnames in more places (fixes #1148) 14 years ago
request.h moved everything below trunk/ and added branches/ and tags/ 18 years ago
response.c Remove X-Sendfile-Range feature; it will be replaced with something more powerful (#2005, #2008) 14 years ago
response.h moved last-modifed handling to response.c and let mod_cml_lua.c use it. 18 years ago
server.c Fix FD_SETSIZE comparision warnings on FreeBSD 14 years ago
server.h moved everything below trunk/ and added branches/ and tags/ 18 years ago
settings.h Limit amount of bytes read for one read-event (fixes #1070) 14 years ago
splaytree.c Added some extra warning options in cmake and fix the resulting warnings (unused/static functions) 14 years ago
splaytree.h - white space cleanup part 2 this time 1.4 ;) 17 years ago
stat_cache.c Workaround broken operating systems: check for trailing '/' in filenames (fixes #1989) 14 years ago
stat_cache.h dropped file-cache, added stat-cache and modules ALWAYS cleanup at connection-end 18 years ago
status_counter.c - white space cleanup part 2 this time 1.4 ;) 17 years ago
status_counter.h - white space cleanup part 2 this time 1.4 ;) 17 years ago
stream.c r2092@chromobil: stefan | 2008-02-26 17:08:48 +0100 15 years ago
stream.h moved everything below trunk/ and added branches/ and tags/ 18 years ago
sys-mmap.h moved everything below trunk/ and added branches/ and tags/ 18 years ago
sys-socket.h ECONNABORTED is not known on cygwin (fixes #863) 16 years ago
version.h Change name/version separator back to "/" (affects every place where the version is printed) 14 years ago