Activity
From 2005-04-30 to 2005-05-06
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:...
2005-05-02
- 23:58 Bug #113 (Fixed): User directory cache files not being created with mod_compress
- The following error was pulled from the error.log file:...
- 12:09 Revision 323 (svn): ignore *.loT and 2 parser produced header
- 10:46 Revision 322 (svn): [321] shouldn't break good config
- 08:26 Revision 321 (svn): fix double free crash on parser error.
- 00:49 Bug #111 (Invalid): mod_alias breaks if 2 alias have similar names
- i have the following snippet in my lighttpd.conf...
2005-05-01
- 21:42 Feature #110 (Wontfix): use evhost for logfiles
- Usually a lot of websites are very straight forward and only require document root and location of logfiles.
I like ... - 20:28 Feature #109 (Fixed): GnuTLS support for the mod_ssl
- any objections against adding gnutls support?
- 20:26 Bug #108 (Invalid): Missing configure parameter for fastcgi devkit
- i really think you should add --with-fastcgi[[=dir]] to specify the path to the fastcgi devkit.
atm you have to use... - 20:04 Bug #107 (Fixed): largefile support tests fails in r320
- i just grepped HEAD from svn and tried to compile it with
"./configure --prefix=$HOME/lighttpd --enable-ipv6 --enabl... - 02:22 Bug #82 (Fixed): alias for file, not only directory
- added in changeset r284
- 02:20 Bug #41 (Fixed): nested conditionals
- added by Xuefer in changeset r298 and ongoing
2005-04-30
- 10:03 Revision 279af959: don't use accept-filtering if SSL is used
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@320 152afb58-edef-0310-8abb-c4023f1b3aa9
- 10:03 Revision 320 (svn): don't use accept-filtering if SSL is used
- 06:25 Revision 319 (svn): check stream buffer size in EOL processing, cuz it's not zero terminated string.
- 05:39 Revision be5bb63b: merged [166]
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@318 152afb58-edef-0310-8abb-c4023f1b3aa9
- 05:39 Revision 318 (svn): merged [166]
- 05:39 Revision bd7c8606: next release will be 1.3.14
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@317 152afb58-edef-0310-8abb-c4023f1b3aa9
- 05:39 Revision 317 (svn): next release will be 1.3.14
- 05:36 Bug #96 (Fixed): SVN169: Error reading from socket (FreeBSD)
- fixed in the changeset r316
- 05:35 Revision 316 (svn): fixed #96
Also available in: Atom