Project

General

Profile

Activity

From 2009-06-15 to 2009-06-21

2009-06-21

17:30 Bug #1863 (Fixed): cgi logging doesn't work in v. 1.4.20
Applied in changeset r2550. stbuehler
17:30 Feature #1202 (Fixed): server-status - additional stats - keepalive
Applied in changeset r2549. stbuehler
17:30 Feature #1966 (Fixed): mod_secdownload timeout too small
Applied in changeset r2548. stbuehler
17:25 Revision fbdb305f: Add server.breakagelog, a "special" stderr (fixes #1863)
* The breakage-log simply replaces stderr (the old stderr is moved away if needed for errorlog),
and stderr isn't c...
stbuehler
17:25 Revision 214484de: Keep url/host values from connection to display information while keep-alive in mod_status (fixes #1202)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2549 152afb58-edef-0310-8abb-c4023f1b3aa9 stbuehler
17:25 Revision 90151cdc: Use unsigned int for secdownload.timeout (fixes #1966)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2548 152afb58-edef-0310-8abb-c4023f1b3aa9 stbuehler
17:25 Revision 28e198d5: Use unsigned int (and T_CONFIG_INT) for max_request_size
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2547 152afb58-edef-0310-8abb-c4023f1b3aa9 stbuehler
17:25 Revision 0d8c6acc: Add T_CONFIG_INT for bigger integers from the config (needed for #1966)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2546 152afb58-edef-0310-8abb-c4023f1b3aa9 stbuehler
16:29 Feature #2011: [PATCH] Allow mod_mysql_vhost to use stored procedures
Further information regarding mysql_next_result(). As we only care about the first result set returned, we just run i... benbrown
15:59 Feature #2011: [PATCH] Allow mod_mysql_vhost to use stored procedures
After looking at the MySQL documentation more (http://dev.mysql.com/doc/refman/5.1/en/c-api-multiple-queries.html) I ... benbrown

2009-06-20

16:19 Feature #2011: [PATCH] Allow mod_mysql_vhost to use stored procedures
I'm going to be making some changes to this tomorrow, along with a bit more explanation regarding the mysql_next_resu... benbrown
15:35 Feature #2011: [PATCH] Allow mod_mysql_vhost to use stored procedures
Removed target version.
The patch is based on 1.4.x from SVN, revision 2545.
benbrown
15:31 Feature #2011: [PATCH] Allow mod_mysql_vhost to use stored procedures
Added target version. benbrown
15:23 Feature #2011 (Fixed): [PATCH] Allow mod_mysql_vhost to use stored procedures
In order to be able to use a stored procedure to get the document root for a given domain some changes need to be mad... benbrown

2009-06-19

20:26 Revision 7c5917a2: - next is 1.4.24
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2545 152afb58-edef-0310-8abb-c4023f1b3aa9 stbuehler
19:18 Revision 5865a2e3: Removed sendfile.php from dist
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2543 152afb58-edef-0310-8abb-c4023f1b3aa9 stbuehler
19:12 Feature #2005 (Wontfix): [PATCH] X-Sendfile-Range header support
This feature was removed, and we will try #2008 instead, so we don't have different methods for the same feature. stbuehler
19:06 Revision b2108c43: Remove X-Sendfile-Range feature; it will be replaced with something more powerful (#2005, #2008)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2542 152afb58-edef-0310-8abb-c4023f1b3aa9 stbuehler
14:39 Feature #985: Request: mod_rewrite check if file exists (like mod_rewrite in apache)
mod_magnet is in the mainstream for quite a while. darix
14:02 Feature #985: Request: mod_rewrite check if file exists (like mod_rewrite in apache)
Any chance to have this patch finally taken into mainstream? This is really usefull features that's really missing fr... ono

2009-06-18

21:00 Bug #729: Incorrect PATH_INFO when FastCGI is serving "/"
r2421 fixed the problem for me. Thanks! PaulM
20:39 Bug #729: Incorrect PATH_INFO when FastCGI is serving "/"
Didn't work, fixed in r2421 (fastcgi) and r2498 (scgi). stbuehler

2009-06-17

16:46 Bug #1548 (Need Feedback): range requests not working
can any of the commenters please mention if they had their glib2 and lighttpd compiled with largefile support (LFS) a... darix
16:42 Bug #1548: range requests not working
If you compile with large-file-support (enabled by default), pread should be the right function. I don't think we sho... stbuehler
13:29 Bug #2010 (Invalid): broken mp4 crashes lighty
Not our problem. Go to http://h264.code-shop.com/trac stbuehler
13:25 Bug #2010 (Invalid): broken mp4 crashes lighty
On a busy site lighty stopped randomly, by using 100% of CPU on broken mp4 files. I am using the following cfg:

l...
pesoos
12:55 Bug #1865: Sample config file on OS X should show warning about using kqueue system event
Sry, I somehow misread it a little bit (I thought you wanted us to ship a config with freebsd-kqueue enabled).
Sti...
stbuehler
09:47 Bug #1865 (Invalid): Sample config file on OS X should show warning about using kqueue system event
We don't provide distribution/os specific packages. stbuehler
10:08 Bug #1645 (Fixed): using mod_deflate with deflate.mimetypes and custom 404s enabled server hangs
I just tried it (and fixed another segfault), but couldn't reproduce your problem. I think it got fixed with some oth... stbuehler

2009-06-16

14:31 Feature #1966: mod_secdownload timeout too small
fixed the T_CONFIG_INT patch (?) virbyte
13:11 Feature #1966: mod_secdownload timeout too small
added patches for 1.4.x virbyte
13:50 Bug #2009 (Fixed): lighttpd 1.4 autotools build broken with BSD make
Applied in changeset r2540. stbuehler
13:44 Bug #2009: lighttpd 1.4 autotools build broken with BSD make
Hm sry, probably you are missing svn too.
I think with gmake it works, still needs to be fixed of course.
stbuehler
13:47 Revision 3c723e67: Make dependency on svnversion/git optional (for devel versionstamp, fixes #2009)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2540 152afb58-edef-0310-8abb-c4023f1b3aa9 stbuehler

2009-06-15

21:46 Bug #2009: lighttpd 1.4 autotools build broken with BSD make
I posted what was on the screen. I can't post what is not there. brad@comstyle.com
21:44 Bug #2009: lighttpd 1.4 autotools build broken with BSD make
Perhaps you should post the real error next time:... stbuehler
19:31 Bug #2009 (Reopened): lighttpd 1.4 autotools build broken with BSD make
The relevant error is at the bottom, not the top. brad@comstyle.com
13:33 Bug #2009 (Invalid): lighttpd 1.4 autotools build broken with BSD make
That is your ports system - there is no reference to lighttpd.1 in the tar ball (it is now section 8; and spawn-fcgi.... stbuehler
05:20 Bug #2009 (Fixed): lighttpd 1.4 autotools build broken with BSD make
The autotools build is broken with BSD make again..... brad@comstyle.com
14:55 Feature #2008: [PATCH] X-Sendfile-Extended header support
darix: it's impossible to add a range parameter to X-sendfile without breaking backwardscompatibility (quoting issues). icy
14:27 Feature #2008: [PATCH] X-Sendfile-Extended header support
ideally we would implement range request support for x-sendfile at the same time.
and how about:
x-sendfile: path...
darix
14:22 Feature #2008 (Patch Pending): [PATCH] X-Sendfile-Extended header support
shellsage
02:54 Feature #2008 (Fixed): [PATCH] X-Sendfile-Extended header support
I've implemented the X-Sendfile-Extended header for mod_fastcgi.
Header field definition:...
shellsage
 

Also available in: Atom