root/trunk/src

Name Size Rev Age Last Change
../
valgrind 1840 1 year jan: added missing Makefile.am
.cvsignore 171 bytes 1349 2 years darix: - merged lighttpd-merge-1.4.x so we finally work in trunk/ ! yeah \o/
ajp13.h 4.0 kB 1641 1 year jakabosky: Fixed problem with file-uploads to AJP13 backends. The backend protocols …
array-static.h 0.9 kB 1496 2 years darix: - cleanup trailing whitespaces
array.c 8.0 kB 1608 1 year jakabosky: fixed memory errors. All calls to array_get_index() have to pass the …
array.h 3.5 kB 2014 8 months glen: - merge Changeset [2012] by glen from 1.4 branch
base.h 14.8 kB 2036 6 months glen: - ssl.cipher-list and ssl.use-sslv2 ported from 1.4.x (#1422)
bitset.c 1.4 kB 1827 1 year jan: - made SEGFAULT() a normal log-macro - added valgrind.h to the …
bitset.h 430 bytes 1675 1 year jan: another attempt to get the IMPORT/EXPORT stuff right (patch from jtiai)
buffer.c 23.6 kB 1970 10 months jan: protect buffer_is_empty() from NULL buffers
buffer.h 4.8 kB 2011 8 months jan: fixed several crashes in log-request-handling with %s being NULL …
chunk.c 12.8 kB 2033 6 months glen: - chunk.c patches from #1510
chunk.h 2.6 kB 2033 6 months glen: - chunk.c patches from #1510
CMakeLists.txt 22.0 kB 2187 1 month moo: link mod_magnet with lua 5.1 on debian correctly
config.h.cmake 3.1 kB 1890 11 months jan: added checks for glib.h and added the defines to the config.h.cmake
configfile-glue.c 17.1 kB 2014 8 months glen: - merge Changeset [2012] by glen from 1.4 branch
configfile.c 37.7 kB 2170 2 months moo: fixed #1664: fixed include basedir within include_shell, thanks to lunatic
configfile.h 1.0 kB 1811 1 year jan: fixed the reset of the conditional cache in mod-magnet
configparser.y 14.5 kB 2014 8 months glen: - merge Changeset [2012] by glen from 1.4 branch
connections-glue.c 1.5 kB 1675 1 year jan: another attempt to get the IMPORT/EXPORT stuff right (patch from jtiai)
connections.c 39.9 kB 2140 3 months stbuehler: fix ssl error queue handling (#285) (CVE-2008-1531)
connections.h 0.7 kB 1675 1 year jan: another attempt to get the IMPORT/EXPORT stuff right (patch from jtiai)
crc32.c 3.4 kB 1349 2 years darix: - merged lighttpd-merge-1.4.x so we finally work in trunk/ ! yeah \o/
crc32.h 405 bytes 1675 1 year jan: another attempt to get the IMPORT/EXPORT stuff right (patch from jtiai)
data_array.c 1.3 kB 1349 2 years darix: - merged lighttpd-merge-1.4.x so we finally work in trunk/ ! yeah \o/
data_config.c 2.9 kB 1837 1 year jan: removed the covering 'config { ... }' + indention to make the …
data_count.c 1.3 kB 1497 2 years darix: - merged missing parts of the "print config to stdout" changes
data_fastcgi.c 1.3 kB 1497 2 years darix: - merged missing parts of the "print config to stdout" changes
data_integer.c 1.2 kB 1497 2 years darix: - merged missing parts of the "print config to stdout" changes
data_string.c 2.3 kB 1497 2 years darix: - merged missing parts of the "print config to stdout" changes
etag.c 0.8 kB 1909 11 months jan: merged [1908] from 1.4.x (fixes #1279)
etag.h 274 bytes 1675 1 year jan: another attempt to get the IMPORT/EXPORT stuff right (patch from jtiai)
fastcgi.h 2.9 kB 1349 2 years darix: - merged lighttpd-merge-1.4.x so we finally work in trunk/ ! yeah \o/
fcgi-stat-accel.c 3.1 kB 2134 4 months stbuehler: fcgi-stat-accel: Fix unused var / indentation
fdevent.c 7.4 kB 2048 6 months glen: - shutup many compiler warnings. #1513
fdevent.h 6.6 kB 1867 1 year moo: name/value table sort out for network backend and event handlers. * …
fdevent_freebsd_kqueue.c 4.6 kB 1648 1 year jakabosky: fixed freebsd kqueue's event handler.
fdevent_linux_rtsig.c 5.1 kB 1827 1 year jan: - made SEGFAULT() a normal log-macro - added valgrind.h to the …
fdevent_linux_sysepoll.c 3.1 kB 1827 1 year jan: - made SEGFAULT() a normal log-macro - added valgrind.h to the …
fdevent_poll.c 3.4 kB 2131 4 months stbuehler: fix many (64-bit) format warnings and unsigned/signed compare …
fdevent_select.c 3.2 kB 2048 6 months glen: - shutup many compiler warnings. #1513
fdevent_solaris_devpoll.c 3.9 kB 2132 4 months stbuehler: fixed out of range access in fd array (#1562, #372, #1603) (CVE-2008-0983)
filter.c 2.9 kB 1888 11 months jan: - fixed return type of filter_move_all() - remove finished chunks from the …
filter.h 1.0 kB 1888 11 months jan: - fixed return type of filter_move_all() - remove finished chunks from the …
http-header-glue.c 9.8 kB 2131 4 months stbuehler: fix many (64-bit) format warnings and unsigned/signed compare …
http_auth.c 30.6 kB 2067 5 months glen: - conditions for USE_LDAP for compiler errors. #1535
http_auth.h 1.8 kB 2062 5 months glen: - mod_auth ldap rework, most important change is being able to startup if …
http_auth_digest.c 327 bytes 1349 2 years darix: - merged lighttpd-merge-1.4.x so we finally work in trunk/ ! yeah \o/
http_auth_digest.h 342 bytes 1675 1 year jan: another attempt to get the IMPORT/EXPORT stuff right (patch from jtiai)
http_parser.h 163 bytes 1349 2 years darix: - merged lighttpd-merge-1.4.x so we finally work in trunk/ ! yeah \o/
http_req.c 6.9 kB 2131 4 months stbuehler: fix many (64-bit) format warnings and unsigned/signed compare …
http_req.h 0.6 kB 1675 1 year jan: another attempt to get the IMPORT/EXPORT stuff right (patch from jtiai)
http_req_parser.y 3.4 kB 1847 1 year jan: allow a single leading CRLF before the http-method - with keep-alive we …
http_req_range.c 3.6 kB 1651 1 year jakabosky: fixed memory leaks
http_req_range.h 0.6 kB 1675 1 year jan: another attempt to get the IMPORT/EXPORT stuff right (patch from jtiai)
http_req_range_parser.y 1.2 kB 1660 1 year jan: added win32 compat
http_req_range_test.c 2.0 kB 2190 1 month moo: removed svn:executable property from source files
http_req_test.c 3.1 kB 2190 1 month moo: removed svn:executable property from source files
http_resp.c 6.2 kB 1651 1 year jakabosky: fixed memory leaks
http_resp.h 0.7 kB 1675 1 year jan: another attempt to get the IMPORT/EXPORT stuff right (patch from jtiai)
http_resp_parser.y 3.6 kB 1702 1 year jakabosky: allow HTTP responses without a Reason-Phrase in the Status line.
http_resp_test.c 3.0 kB 2190 1 month moo: removed svn:executable property from source files
inet_ntop_cache.c 1.4 kB 1349 2 years darix: - merged lighttpd-merge-1.4.x so we finally work in trunk/ ! yeah \o/
inet_ntop_cache.h 157 bytes 1675 1 year jan: another attempt to get the IMPORT/EXPORT stuff right (patch from jtiai)
iosocket.c 0.5 kB 1349 2 years darix: - merged lighttpd-merge-1.4.x so we finally work in trunk/ ! yeah \o/
iosocket.h 0.8 kB 1675 1 year jan: another attempt to get the IMPORT/EXPORT stuff right (patch from jtiai)
joblist.c 1.6 kB 1465 2 years jakabosky: converted mod_proxy_backend_xxx's into loadable modules. added backend …
joblist.h 398 bytes 1675 1 year jan: another attempt to get the IMPORT/EXPORT stuff right (patch from jtiai)
keyvalue.c 8.3 kB 1653 1 year jan: added a huge win32 patch by jtiai
keyvalue.h 2.6 kB 1675 1 year jan: another attempt to get the IMPORT/EXPORT stuff right (patch from jtiai)
lemon.c 125.8 kB 2048 6 months glen: - shutup many compiler warnings. #1513
lempar.c 22.1 kB 2131 4 months stbuehler: fix many (64-bit) format warnings and unsigned/signed compare …
log.c 7.9 kB 2076 5 months jan: we need some space for the NUL-char too, fixes infinite loop
log.h 1.2 kB 2057 6 months glen: - give compiler hint that log_trace is printf format args
Makefile.am 13.7 kB 2168 2 months stbuehler: fix dependencies of the parser files in the Makefile
md5.c 10.5 kB 1550 1 year jan: use internal md5 'const' where it is possible
md5.h 1.6 kB 1675 1 year jan: another attempt to get the IMPORT/EXPORT stuff right (patch from jtiai)
mod_access.c 4.9 kB 1802 1 year jan: added more trace-points
mod_accesslog.c 21.2 kB 2131 4 months stbuehler: fix many (64-bit) format warnings and unsigned/signed compare …
mod_alias.c 4.5 kB 1973 10 months jan: fixed crash if module init failed
mod_auth.c 20.8 kB 2067 5 months glen: - conditions for USE_LDAP for compiler errors. #1535
mod_auth.h 0 bytes 1349 2 years darix: - merged lighttpd-merge-1.4.x so we finally work in trunk/ ! yeah \o/
mod_cgi.c 30.6 kB 2116 4 months stbuehler: mod_cgi: add a event-handler for STDERR_FILENO and log it with ERROR() - …
mod_chunked.c 8.5 kB 2131 4 months stbuehler: fix many (64-bit) format warnings and unsigned/signed compare …
mod_cml.c 7.4 kB 1494 2 years darix: - merged a few fixes from the 1.4.x branch to trunk
mod_cml.h 0.7 kB 1349 2 years darix: - merged lighttpd-merge-1.4.x so we finally work in trunk/ ! yeah \o/
mod_cml_funcs.c 4.9 kB 1349 2 years darix: - merged lighttpd-merge-1.4.x so we finally work in trunk/ ! yeah \o/
mod_cml_funcs.h 429 bytes 1349 2 years darix: - merged lighttpd-merge-1.4.x so we finally work in trunk/ ! yeah \o/
mod_cml_lua.c 10.5 kB 1494 2 years darix: - merged a few fixes from the 1.4.x branch to trunk
mod_compress.c 19.5 kB 2135 4 months stbuehler: Fix mod_compress bug (#1027)
mod_deflate.c 37.5 kB 2131 4 months stbuehler: fix many (64-bit) format warnings and unsigned/signed compare …
mod_dirlisting.c 24.4 kB 1952 11 months jan: renamed ltostr() to LI_ltostr() (merged [1951] from 1.4.x, fixes #465)
mod_evasive.c 3.8 kB 1653 1 year jan: added a huge win32 patch by jtiai
mod_evhost.c 7.4 kB 1653 1 year jan: added a huge win32 patch by jtiai
mod_expire.c 7.8 kB 1786 1 year jan: fixed expire.url with 'modification ...' if physical.path is not …
mod_fastcgi.c 2.9 kB 1829 1 year jan: added mod_fastcgi as place-holder module which complains about …
mod_flv_streaming.c 7.1 kB 2060 6 months glen: - fix printf format warnings. Stefan Buhler
mod_indexfile.c 5.8 kB 1810 1 year jan: fixed conditional caches if a cache-entry gets invalidated at runtime
mod_magnet.c 22.3 kB 2033 6 months glen: - chunk.c patches from #1510
mod_magnet_cache.c 2.5 kB 1587 1 year jan: reordered includes to make glib + our (buffer|array) happy
mod_magnet_cache.h 0.5 kB 1547 1 year jan: added mod_magnet to the cmake compilation
mod_mysql_vhost.c 6.6 kB 1995 10 months jan: fixed #1341 - use strchr*( instead of index() to be POSIX compliant - …
mod_postgresql_vhost.c 8.0 kB 2131 4 months stbuehler: fix many (64-bit) format warnings and unsigned/signed compare …
mod_proxy.c 31.1 kB 2033 6 months glen: - chunk.c patches from #1510
mod_proxy_backend_ajp13.c 22.5 kB 2131 4 months stbuehler: fix many (64-bit) format warnings and unsigned/signed compare …
mod_proxy_backend_fastcgi.c 23.9 kB 2131 4 months stbuehler: fix many (64-bit) format warnings and unsigned/signed compare …
mod_proxy_backend_http.c 10.0 kB 1683 1 year jakabosky: fixed bug with Content-Length = 0, when backend sent Content-Length > 0
mod_proxy_backend_scgi.c 12.6 kB 1953 11 months jan: fixed to missed renames for ltostr() -> LI_ltostr()
mod_proxy_core.c 75.6 kB 2146 3 months darix: - fix proxy-core.rewrite-request (#1600) patch by hoffie
mod_proxy_core.h 3.2 kB 1641 1 year jakabosky: Fixed problem with file-uploads to AJP13 backends. The backend protocols …
mod_proxy_core_address.c 4.9 kB 2032 6 months glen: - Enforce use of ARRAY_STATIC_FREE instead of FOREACH(...); if (x->ptr) …
mod_proxy_core_address.h 0.9 kB 1496 2 years darix: - cleanup trailing whitespaces
mod_proxy_core_backend.c 1.1 kB 2032 6 months glen: - Enforce use of ARRAY_STATIC_FREE instead of FOREACH(...); if (x->ptr) …
mod_proxy_core_backend.h 1.7 kB 1632 1 year jan: added a counter for failing requests
mod_proxy_core_backlog.c 1.9 kB 1515 1 year jakabosky: fixed a few bugs with the connection pool and backlog. Added …
mod_proxy_core_backlog.h 1.4 kB 1653 1 year jan: added a huge win32 patch by jtiai
mod_proxy_core_pool.c 2.8 kB 1641 1 year jakabosky: Fixed problem with file-uploads to AJP13 backends. The backend protocols …
mod_proxy_core_pool.h 1.9 kB 1781 1 year jan: added a timeout to connect() = -1 EINPROGRESS and a max-retry to …
mod_proxy_core_protocol.c 1.5 kB 1651 1 year jakabosky: fixed memory leaks
mod_proxy_core_protocol.h 1.3 kB 1641 1 year jakabosky: Fixed problem with file-uploads to AJP13 backends. The backend protocols …
mod_proxy_core_rewrites.c 2.4 kB 2032 6 months glen: - Enforce use of ARRAY_STATIC_FREE instead of FOREACH(...); if (x->ptr) …
mod_proxy_core_rewrites.h 0.9 kB 1491 2 years jan: fixed autoconf + pcre
mod_redirect.c 5.1 kB 1653 1 year jan: added a huge win32 patch by jtiai
mod_rewrite.c 8.0 kB 1785 1 year jan: - handle broken url.rewrite config-options as error - fixed memleak if …
mod_rrdtool.c 10.2 kB 1827 1 year jan: - made SEGFAULT() a normal log-macro - added valgrind.h to the …
mod_scgi.c 70.0 kB 2110 4 months stbuehler: fix min-procs handling in mod_scgi.c, just set to max-procs (patch from …
mod_secure_download.c 7.9 kB 2060 6 months glen: - fix printf format warnings. Stefan Buhler
mod_setenv.c 5.8 kB 1825 1 year jan: allow $PHYSICAL[] with setenv.*
mod_simple_vhost.c 7.0 kB 1653 1 year jan: added a huge win32 patch by jtiai
mod_skeleton.c 3.9 kB 1349 2 years darix: - merged lighttpd-merge-1.4.x so we finally work in trunk/ ! yeah \o/
mod_sql_vhost_core.c 10.1 kB 2048 6 months glen: - shutup many compiler warnings. #1513
mod_sql_vhost_core.h 1.1 kB 1885 11 months jan: added (incomplete) support for a non-glib compile
mod_ssi.c 25.1 kB 1952 11 months jan: renamed ltostr() to LI_ltostr() (merged [1951] from 1.4.x, fixes #465)
mod_ssi.h 0.7 kB 1349 2 years darix: - merged lighttpd-merge-1.4.x so we finally work in trunk/ ! yeah \o/
mod_ssi_expr.c 5.8 kB 1587 1 year jan: reordered includes to make glib + our (buffer|array) happy
mod_ssi_expr.h 0.7 kB 1349 2 years darix: - merged lighttpd-merge-1.4.x so we finally work in trunk/ ! yeah \o/
mod_ssi_exprparser.y 2.2 kB 1349 2 years darix: - merged lighttpd-merge-1.4.x so we finally work in trunk/ ! yeah \o/
mod_staticfile.c 13.0 kB 1827 1 year jan: - made SEGFAULT() a normal log-macro - added valgrind.h to the …
mod_status.c 25.7 kB 2046 6 months glen: - add IdleServers? and Scoreboard directives in ?auto mode for mod_status …
mod_trigger_b4_dl.c 14.6 kB 1653 1 year jan: added a huge win32 patch by jtiai
mod_uploadprogress.c 15.7 kB 2131 4 months stbuehler: fix many (64-bit) format warnings and unsigned/signed compare …
mod_userdir.c 7.3 kB 2059 6 months glen: - support letterhomes in mod_userdir (#1473)
mod_usertrack.c 6.6 kB 1952 11 months jan: renamed ltostr() to LI_ltostr() (merged [1951] from 1.4.x, fixes #465)
mod_webdav.c 65.7 kB 2056 6 months glen: - proper type
network.c 18.3 kB 2169 2 months stbuehler: fix server.kbytes-per-second (#1102)
network.h 501 bytes 1675 1 year jan: another attempt to get the IMPORT/EXPORT stuff right (patch from jtiai)
network_backends.h 1.9 kB 1867 1 year moo: name/value table sort out for network backend and event handlers. * …
network_freebsd_sendfile.c 3.4 kB 1936 11 months jan: the input fd is cached now
network_gthread_aio.c 12.4 kB 2131 4 months stbuehler: fix many (64-bit) format warnings and unsigned/signed compare …
network_gthread_sendfile.c 6.3 kB 2131 4 months stbuehler: fix many (64-bit) format warnings and unsigned/signed compare …
network_linux_aio.c 9.6 kB 1628 1 year jan: replace explict counting of open fds by a more heuristic way to guess how …
network_linux_sendfile.c 4.6 kB 2131 4 months stbuehler: fix many (64-bit) format warnings and unsigned/signed compare …
network_openssl.c 9.2 kB 2140 3 months stbuehler: fix ssl error queue handling (#285) (CVE-2008-1531)
network_posix_aio.c 11.8 kB 2131 4 months stbuehler: fix many (64-bit) format warnings and unsigned/signed compare …
network_solaris_sendfilev.c 3.0 kB 2008 8 months jan: fixed writev() interface for solaris (EINVAL all the time)
network_win32_send.c 5.4 kB 1653 1 year jan: added a huge win32 patch by jtiai
network_write.c 4.6 kB 1496 2 years darix: - cleanup trailing whitespaces
network_writev.c 9.1 kB 2131 4 months stbuehler: fix many (64-bit) format warnings and unsigned/signed compare …
plugin.c 14.7 kB 2048 6 months glen: - shutup many compiler warnings. #1513
plugin.h 5.6 kB 1653 1 year jan: added a huge win32 patch by jtiai
proc_open.c 8.4 kB 2189 1 month moo: s/WIN32/WIN32/g
proc_open.h 0.5 kB 1653 1 year jan: added a huge win32 patch by jtiai
request.c 13.7 kB 2131 4 months stbuehler: fix many (64-bit) format warnings and unsigned/signed compare …
request.h 169 bytes 1653 1 year jan: added a huge win32 patch by jtiai
response.c 18.2 kB 2014 8 months glen: - merge Changeset [2012] by glen from 1.4 branch
response.h 0.8 kB 1675 1 year jan: another attempt to get the IMPORT/EXPORT stuff right (patch from jtiai)
SConscript 9.0 kB 1655 1 year jan: removed splaytree from the packaging
server.c 44.0 kB 2132 4 months stbuehler: fixed out of range access in fd array (#1562, #372, #1603) (CVE-2008-0983)
server.h 331 bytes 1653 1 year jan: added a huge win32 patch by jtiai
settings.h 3.9 kB 2002 8 months jan: disabled linux-aio and posix-aio for now as experimental
spawn-fcgi.c 10.7 kB 2025 8 months glen: - use execv() directly to fcgi app if used as argument. resolves #1428
splaytree.c 7.0 kB 1349 2 years darix: - merged lighttpd-merge-1.4.x so we finally work in trunk/ ! yeah \o/
splaytree.h 0.7 kB 1653 1 year jan: added a huge win32 patch by jtiai
stat_cache.c 11.6 kB 2048 6 months glen: - shutup many compiler warnings. #1513
stat_cache.h 0.5 kB 1653 1 year jan: added a huge win32 patch by jtiai
status_counter.c 1.6 kB 1526 1 year jan: removed strlen() from the array_get_element() * *.c - use …
status_counter.h 0.7 kB 1653 1 year jan: added a huge win32 patch by jtiai
stream.c 1.6 kB 1653 1 year jan: added a huge win32 patch by jtiai
stream.h 212 bytes 1653 1 year jan: added a huge win32 patch by jtiai
sys-files.c 1.2 kB 1548 1 year jan: added trailing newline at end-of-file to make the c-compiler happy
sys-files.h 1.9 kB 1868 1 year moo: build fixes for mingw32
sys-mmap.h 344 bytes 1670 1 year jan: win32 specific fixes
sys-process.h 248 bytes 1868 1 year moo: build fixes for mingw32
sys-socket.c 1.6 kB 1868 1 year moo: build fixes for mingw32
sys-socket.h 1.7 kB 1868 1 year moo: build fixes for mingw32
sys-strings.h 1.1 kB 1966 10 months jan: added a msg to run autogen.sh
timing.c 191 bytes 1885 11 months jan: added (incomplete) support for a non-glib compile
timing.h 302 bytes 1711 1 year jan: moved time-tracking into timing.[ch] and added debug.log-timing
xgetopt.c 6.5 kB 1657 1 year jan: added build-instructions and missing getopt() replacement for windows
XGetopt.h 0.6 kB 1868 1 year moo: build fixes for mingw32
  • Property svn:ignore set to
    Makefile.in
    Makefile
    spawn-fcgi
    chunk
    lemon
    lighttpd
    *.exe
    .deps
    .libs
    array
    mod_ssi_exprparser.c
    configparser.c
    tags
    TAGS
    *.o
    *.i
    *.s
    proc_open
    configparser.h
    *.swp
    CMake*
    CPackConfig.cmake
    CPackSourceConfig.cmake
    configparser.out
    http_req_parser.c
    http_req_parser.h
    http_req_parser.out
    http_req_range_parser.c
    http_req_range_parser.h
    http_req_range_parser.out
    http_resp_parser.c
    http_resp_parser.h
    http_resp_parser.out
    mod_ssi_exprparser.out

Note: See TracBrowser for help on using the browser.