summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* prepare for the release of 1.4.4lighttpd-1.4.4Jan Kneschke2005-09-143-2/+20
* allow a stand alone versionJan Kneschke2005-09-141-0/+4
* added docs for the new options and fixed docs about /prefix/ handling (fixes ...Jan Kneschke2005-09-141-5/+15
* the last header line is parsed again and X-LIGHTTPD-send-file was added.Jan Kneschke2005-09-141-22/+49
* handle mod_secdownload similar to mod_alias: create the physical path yourselfJan Kneschke2005-09-141-4/+6
* stipped data. from chunk structure (belongs to the last changeset)Jan Kneschke2005-09-143-33/+33
* open files only once for chunk, cache mmap and let the chunk itself close the...Jan Kneschke2005-09-147-170/+170
* fixed hashing function to only generate unsigned values (fixes #251)Jan Kneschke2005-09-141-23/+78
* added the same check-local behaviour as in mod_fastcgiJan Kneschke2005-09-141-16/+43
* exported splaytree_sizeJan Kneschke2005-09-142-6/+10
* improved error messagesJan Kneschke2005-09-141-6/+6
* add variable var.PID for use in config filemOo2005-09-122-0/+6
* - don't keep the full fastcgi response in memoryJan Kneschke2005-09-084-293/+251
* don't assume the relpath is really set (merge from #120)Jan Kneschke2005-09-081-1/+2
* fixed crash in SIGINT handlingJan Kneschke2005-09-081-1/+1
* improve error-reporting (should fixed the Success 5 0 0 messages)Jan Kneschke2005-09-081-6/+21
* fixed exampleJan Kneschke2005-09-071-2/+2
* fixed typoJan Kneschke2005-09-071-1/+1
* only enable fastcgi if necessaryJan Kneschke2005-09-061-6/+13
* try pkg-config for lua if all other tests fail (fixed #247, #254, #209)Jan Kneschke2005-09-062-9/+21
* make default of sort to workmOo2005-09-051-0/+1
* don't crach in error message for auth.require->methodmOo2005-09-051-1/+1
* added reloadJan Kneschke2005-09-031-16/+3
* fix bug triggered by [680]. reset "used"mOo2005-09-031-0/+1
* stupid SEGV introduced in [679]mOo2005-09-031-2/+2
* when ever we have content-length we have to forward it.Jan Kneschke2005-09-021-2/+1
* don't try to guess, do a read check if we can open it.Jan Kneschke2005-09-022-19/+11
* check that we can really read the fileJan Kneschke2005-09-023-0/+28
* compail about the right plugin and don't segfaultJan Kneschke2005-09-021-3/+10
* added 'V' for HTTP_HOST, updated default accesslog format.mOo2005-09-021-41/+50
* fixed last-modified handling and handle absolute path names correctly (fixed ...Jan Kneschke2005-09-021-10/+29
* moved the etag.h to the right fileJan Kneschke2005-09-022-1/+1
* make MacOS X happy when it domes to mod_cml and luaJan Kneschke2005-09-023-89/+89
* don't fetch the error-msg a second timeJan Kneschke2005-09-021-1/+1
* a simple connect() on the port is better and fasterlighttpd-1.4.3Jan Kneschke2005-09-011-6/+7
* use netstat to check if a process is listening on port 1026Jan Kneschke2005-09-013-10/+7
* redirect don't need $tf->{HOSTNAME}mOo2005-09-011-4/+4
* wait the fastcgi process to be upmOo2005-09-011-0/+2
* find perl at runtimeJan Kneschke2005-09-0120-20/+20
* replace 'localhost' by gethostbyaddr for 127.0.0.1Jan Kneschke2005-09-014-8/+13
* minor portability fixesJan Kneschke2005-09-013-12/+6
* some files aren't shipped anymoreJan Kneschke2005-09-011-1/+1
* perpare for the 1.4.3 releaseJan Kneschke2005-09-012-0/+17
* only try to open the event-handler, but close right away as we have to open i...Jan Kneschke2005-09-012-7/+36
* added file_isdirJan Kneschke2005-08-313-0/+27
* replaced /bin/sh exec by a simple cmdline parser (fixed #133)Jan Kneschke2005-08-311-9/+66
* fixed error-msgJan Kneschke2005-08-311-1/+1
* removed duplicate test-scripts, added a test for bin-copy-env and cleaned up ...Jan Kneschke2005-08-318-38/+28
* add 404 and 403 to request-handling debug outputJan Kneschke2005-08-311-2/+12
* use the standard value for itJan Kneschke2005-08-311-1/+1