Jan Kneschke
51451dbbe8
added delayed connect() handling from mod_fastcgi
...
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/trunk@96 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke
f548172dac
get usefull error-msg on SSL_read + SSL_ERROR_SYSCALL
...
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/trunk@95 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke
d7df093f16
correct the keyword for server.protocol-http11
...
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/trunk@94 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke
6050785c56
ignore generated files
...
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/trunk@93 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke
0d9957768b
2 rewrite tests
...
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/trunk@92 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke
ccbf781122
check that conditionals and simple-vhost work together
...
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/trunk@91 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke
8ee6235151
ignore remove-close in freebsd sendfile()
...
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/trunk@90 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke
ea8140560e
added $ to SERVER
...
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/trunk@89 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke
10df471700
NAME_MAX needs sys/syslimits.h on cygwin
...
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/trunk@88 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke
cebe61278c
removed called configure directly.
...
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/trunk@87 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke
03da5049f7
forgot to count one test
...
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/trunk@86 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke
a97371edd4
handle EPIPE in SSL_read as remote-close
...
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/trunk@85 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke
f8edd41c40
added dir-listing.hide-dotfiles and customizable CSS for dirlisting written by smi
...
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/trunk@84 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke
4c10f53b8b
check errno on SSL_ERROR_SYSCALL
...
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/trunk@83 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke
9e11fc844f
handle remote shutdown correctly
...
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/trunk@82 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke
bb7ed3cff8
skip fastcgi checks if fastcgi-proc is not available
...
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/trunk@81 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke
7c229f39f4
don't put download URLs in release-text for the web
...
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/trunk@80 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke
eeb55c6305
strip double / on path-info
...
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/trunk@79 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke
a8a72970ae
fixed pathinfo handling on /fcgi_pattern
...
* added a new option broken-scriptfilename which should be
enabled for PHP if PATH_INFO is needed.
* droped path_info_offset and used PATH_INFO from response.c
directly
* set PATH_TRANSLATED only if PATH_INFO is set
* always match the extension/prefix on uri.path
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/trunk@78 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke
88bf0f9bbd
SIGCLD -> SIGCHLD (reported by s0 and Pierre-Yves)
...
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/trunk@77 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke
850fb7718f
moved to 1.3.12
...
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/trunk@75 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke
08b6c5deea
fixed handling of dead fastcgi processes if deamonized
...
fixed handling of dead fastcgi process which sent their SIGCLD to
initd and not to lighttpd. Moving the daemonize before starting
the fastcgi procs fixes this.
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/trunk@74 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke
5bb78266fa
don't touch the exit-conditions for the loop directly (reverting a this part of one of the last changesets)
...
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/trunk@73 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke
40be6f2b40
seperated the tests for each section and let run-tests.pl use Test::Harness
...
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/trunk@72 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke
2554ab151f
added | to the non-rfc characters in URI
...
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/trunk@71 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke
3788f1ee2f
updated ChangeLog and NEWS from timeline
...
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/trunk@70 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke
8a1d5b55d8
get make distcheck working
...
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/trunk@69 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke
9a4f84a3a8
compile fixes for MIPSpro on IRIX
...
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/trunk@68 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke
902beab51b
PACKAGE -> PACKAGE_NAME (by smi)
...
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/trunk@67 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke
70f8d5104f
update keep-alive docs
...
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/trunk@66 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke
b874c82499
added man page for spawn-fcgi and add a example for conditionals and simple-vhost
...
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/trunk@65 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke
452e460d1d
added tests for restarting fcgi-procs after they died
...
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/trunk@64 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke
9fd5609ba9
rewrote the event and error handling with the help of the fcgi-responder.c from the tests.
...
fixed #38 and other issues this way
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/trunk@63 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke
8fc3b2750c
added checks for the line-terminator handling and cleanup the configs
...
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/trunk@62 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke
57a6660105
removed generated files from svn
...
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/trunk@61 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke
4fad3a9314
fixed #25 by setting all duplicates to 400
...
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/trunk@60 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke
68d546ade3
disable dump_packet
...
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/trunk@59 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke
18801da8ac
parse last-modified timestamp and compare it.
...
let's hope that strptime() works everywhere
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/trunk@58 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke
6583526fe9
'modification' as ignored and handled as 'access'
...
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/trunk@57 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke
0df9332f30
converted all tests to run-tests.pl
...
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/trunk@56 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke
9bca2cdf6f
this one belongs to the last changeset
...
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/trunk@55 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke
4c814e01fa
* If sizeof(long) == sizeof(off_t), buffer_{append,copy}_off_t()
...
are only macros to buffer_{append,copy}_long()
* ltostr() returns the string length instead of always 0
* Don't check return value of buffer_prepare_append(buffer *b), since
it only returns -1 if b == NULL, which we do a few lines above anyway.
* Improved buffer_path_simplify(). No "dot_stack" required anymore.
Operation can also be performed inplace.
* Check errno also against EACCES at pidfile-unlink for not logging
a "Permission denied".
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/trunk@54 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke
390fa3c979
* Changed AM_CONFIG_HEADER to AC_CONFIG_HEADER. The Manual says:
...
Older versions of Automake required the use of AM_CONFIG_HEADER;
this is no longer the case today.
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/trunk@53 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke
56690eb7a1
tolerate \n\n instead of \r\n\r\n and handle overlapping
...
EOL correctly
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/trunk@52 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke
552192845c
get pidof working on linux
...
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/trunk@51 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke
871be14a47
moved SA_LEN macro to http-header-glue.c
...
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/trunk@50 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke
9219fc4eda
moved external functions to *-glue.c
...
this simplifies the linkage on windows and macosx
which can't reference the binary for symbols
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/trunk@49 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke
a578a36169
Don't use broken http_host pointer for debugging.
...
This circumvents a crash but is not a final fix
as the reason fo the crash hasn't been found yet.
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/trunk@48 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke
564a6d30b8
removed warnings about shadowed variables
...
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/trunk@47 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago
Jan Kneschke
f378f32a5d
added ssl.ca-file and updated error-message if private and public key don't match
...
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/trunk@46 152afb58-edef-0310-8abb-c4023f1b3aa9
18 years ago