Activity
From 2005-05-03 to 2005-05-09
2005-05-09
- 14:43 Bug #121 (Invalid): Content Length Not Written to Log File
- With source:/trunk#350 of lighttpd the content length log file field ({{{%b}}}) is always written as {{{-}}@-@}. In ...
- 08:05 Bug #120 (Fixed): segfault when using mod_secdownload if document not found (with quick fix)
- Requesting a document through the mod_secdownload mechanism causes a segfault if that document doesn't exist but the ...
2005-05-08
- 06:25 Revision b5e848d5: - Added hash, round-robin balancers
- - fixed return codes in two cases
- droped some endless loops
- FIXME: re-enabling of dead hosts is missing for now
... - 06:25 Revision 350 (svn): - Added hash, round-robin balancers
- - fixed return codes in two cases
- droped some endless loops
- FIXME: re-enabling of dead hosts is missing for now - 06:22 Revision 510b5366: replaced IP address for fastcgi.server to localhost
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@349 152afb58-edef-0310-8abb-c4023f1b3aa9
- 06:22 Revision 349 (svn): replaced IP address for fastcgi.server to localhost
- 03:37 Revision 348 (svn): typo: mimetypes -> mimetype
2005-05-07
- 23:52 Bug #115: Unwanted redirection when using ssl.
- I think I tracked down the problem with some heavy duty debugging...
I attached a screenshot to highlight what seems... - 14:24 Feature #20: Feature request: Environment Variables in config
- Very nice, thank you!
-- se - 14:10 Feature #20: Feature request: Environment Variables in config
- instead, use:...
- 12:48 Feature #20 (Fixed): Feature request: Environment Variables in config
- Xuefer added this in changeset r340 and earlier
- 13:30 Revision 347 (svn): WebDAV needs status 207
- 13:30 Revision 346 (svn): old gcc doesn't like the macro in strncmp
- 13:28 Revision 345 (svn): added a comment about order of plugins is important
- 13:25 Bug #119 (Fixed): Content-Length set to 0 on HEAD requests
- Content-Length: 0 is sent on HEAD requests when it should be the length of the body that will be sent on a GET reques...
2005-05-06
- 21:41 Bug #118 (Fixed): CGI not working on Cygwin
- In lighttpd 1.3.13, when running on cygwin, works fine. But, when I use it with PHP (5.0.4), it works fine until i go...
- 17:31 Bug #116: Last-Modified header not sent with Range request response
- An example command to test for this output:...
- 17:15 Bug #116 (Fixed): Last-Modified header not sent with Range request response
- According to RFC2616, HTTP/1.1 servers SHOULD send Last-Modified whenever feasible.
http://www.w3.org/Protocols/rfc2... - 17:28 Bug #117 (Fixed): ETag header string is not quoted
- http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.11
specifies that the entity tag should be a quoted strin...
2005-05-05
- 17:51 Revision 344 (svn): remove duplicate print of "else blocks"
- 08:15 Revision e7def825: remove FDEVENT_OUT as soon as we hit _READ and only call joblist_append() if really needed
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@343 152afb58-edef-0310-8abb-c4023f1b3aa9
- 08:15 Revision 343 (svn): remove FDEVENT_OUT as soon as we hit _READ and only call joblist_append() if really needed
- 08:08 Revision 6b5c314c: added the name of the plugin if dlopen fails
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@342 152afb58-edef-0310-8abb-c4023f1b3aa9
- 08:08 Revision 342 (svn): added the name of the plugin if dlopen fails
2005-05-04
- 18:08 Bug #66: Sending HUP to lighttpd >= 1.3.12 (and maybe .11) causes kqueue handler to break
- not really, since it uses 100% cpu.
-- Matt Levine - 01:48 Bug #115: Unwanted redirection when using ssl.
- Seems to be stemming from a check in http-header-glue.c, in the function http_response_redirect_to_directory. The che...
- 01:34 Revision 341 (svn): testcase for env.*
2005-05-03
- 18:33 Revision 340 (svn): enable "_" char for env.* (also for var.*)
- 18:33 Revision 339 (svn): comp_key_t, part of previous [338]
- 18:31 Revision 338 (svn): comp_key_t, part of [335]
- 18:27 Revision 337 (svn): context->configs_stack use is_weakref, instead of the old dirty NULL way.
- 18:18 Revision 336 (svn): readable improvement print for array/data_*
- 18:14 Revision 335 (svn): use dc->comp instead of dc->comp_key, according to [334]
- 18:03 Revision 334 (svn): condition optimization: replace all is_equal be simple == to an enum
- 17:51 Revision 333 (svn): free cond_results_cache, introduced by [308]
- 17:47 Revision 332 (svn): array.is_weakref, set to 1 to use array as a const void pointer storage (no free)
- 17:40 Revision 331 (svn): srv->config_patches is no longer used. was abandoned [295]
- 17:35 Revision 330 (svn): -p for print, -t for test. new option to help testing your config.
- 17:32 Revision 329 (svn): SIGINT for CTRL-C, exit nicely
- 16:10 Revision 328 (svn): free config_storage
- 13:34 Revision 327 (svn): correct [326], should be freeing value not key
- 13:14 Revision 326 (svn): fix memory leak for du->copy(du)
- 13:13 Revision 325 (svn): fix memleak parsing on config error.
- 11:47 Revision 324 (svn): indention for %type, %token_type, %token_destructor
- 09:58 Bug #115: Unwanted redirection when using ssl.
- It appears to be very similar (identical?) to the bug here: http://trac.lighttpd.net/trac/ticket/35
Apparently it is... - 09:55 Bug #115 (Fixed): Unwanted redirection when using ssl.
- I am having a strange issue.
I have two instances of lighttpd running, started from the same binary, but using diff... - 00:05 Bug #114 (Missing Feedback): cgi extention problem in user dir
- If a .cgi extension is created as follows:...
Also available in: Atom