summaryrefslogtreecommitdiffstats
path: root/STATUS (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Post 2.5.0-alpha tag updatesDaniel Ruggeri2017-11-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1814549 13f79535-47bb-0310-9956-ffa450edef68
* wishlist: add CGI fixesJacob Champion2017-01-301-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1781003 13f79535-47bb-0310-9956-ffa450edef68
* Clarify wishlistJacob Champion2017-01-091-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1778066 13f79535-47bb-0310-9956-ffa450edef68
* updateChristophe Jaillet2017-01-061-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1777535 13f79535-47bb-0310-9956-ffa450edef68
* Suggestion for STATUSDaniel Ruggeri2017-01-051-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1777391 13f79535-47bb-0310-9956-ffa450edef68
* 2 more for the wish listJim Jagielski2017-01-041-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1777307 13f79535-47bb-0310-9956-ffa450edef68
* Some more ideasJacob Champion2017-01-041-1/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1777250 13f79535-47bb-0310-9956-ffa450edef68
* More ideasWilliam A. Rowe Jr2017-01-031-2/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1777217 13f79535-47bb-0310-9956-ffa450edef68
* reminderEric Covener2017-01-031-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1777121 13f79535-47bb-0310-9956-ffa450edef68
* adding my centsStefan Eissing2016-12-251-0/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1776014 13f79535-47bb-0310-9956-ffa450edef68
* Stuff I've been playing with.Jim Jagielski2016-12-241-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1775977 13f79535-47bb-0310-9956-ffa450edef68
* some extemporaenous things for dot-nextEric Covener2016-12-241-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1775952 13f79535-47bb-0310-9956-ffa450edef68
* Note some 3.0 potential stuffWilliam A. Rowe Jr2016-12-231-10/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1775893 13f79535-47bb-0310-9956-ffa450edef68
* Remove obsolete TODOs for mod_ssl:Kaspar Brand2013-11-301-12/+0
| | | | | | | | | | | | | | | | | No, we don't - it was removed in r90511. DH keys are changed for every connection, SSL_OP_SINGLE_DH_USE is applied since mod_ssl's initial commit (r88988). We no longer have our own CRL callback (delegated to OpenSSL as of r1165056), so this is effectively moot. ssl_engine_pphrase.c needs to be simplified, not blown up further (see also https://issues.apache.org/bugzilla/show_bug.cgi?id=24031, which few [if any] people really seem to miss) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1546690 13f79535-47bb-0310-9956-ffa450edef68
* Address a todo listed inKaspar Brand2013-11-231-2/+0
| | | | | | | | | | | | | https://mail-archives.apache.org/mod_mbox/httpd-dev/200205.mbox/%3CPine.LNX.4.33.0205292300380.27841-100000%40mako.covalent.net%3E "init functions should return status code rather than ssl_die()" For diagnostic purposes, ssl_die() is still there, but instead of abruptly exit(1)ing, it will return APR_EGENERAL to the ssl_init_* callers in ssl_engine_init.c, and these will propagate the status back to ssl_init_Module. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1544774 13f79535-47bb-0310-9956-ffa450edef68
* Add another URL for the "removing the first connection filter in chain" bug.Stefan Fritsch2013-03-221-0/+1
| | | | | | | The other site seems dead. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1459977 13f79535-47bb-0310-9956-ffa450edef68
* Note a TODO for Lua 5.2.0 compatibility.Rainer Jung2012-02-011-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1239031 13f79535-47bb-0310-9956-ffa450edef68
* Note some things that should be considered, but not shortly before a releaseStefan Fritsch2012-01-311-1/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1238821 13f79535-47bb-0310-9956-ffa450edef68
* Fix typo which was already fixed in 2.4.x.Rainer Jung2012-01-311-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1238808 13f79535-47bb-0310-9956-ffa450edef68
* Wish came true: CacheEnable works within LocationMatch, giving us mod_cacheGraham Leggett2011-12-011-4/+0
| | | | | | | regexes for no additional cost. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1208920 13f79535-47bb-0310-9956-ffa450edef68
* Partial cleanup of trunk STATUS.Rainer Jung2011-11-221-71/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1204927 13f79535-47bb-0310-9956-ffa450edef68
* Fix assertion failure during very high load by preventing race conditionStefan Fritsch2011-11-121-5/+0
| | | | | | | | | | | | | | between appending to the timeout queues and adding to the pollset. We don't add additional locking calls but only extend the present calls to include the apr_pollset_add. Therefore this hopefully should not cause too much performance regression. Add some comments Replace two AP_DEBUG_ASSERTS with better error handling git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201146 13f79535-47bb-0310-9956-ffa450edef68
* Found a bug in mpm_event, investigatingStefan Fritsch2011-11-101-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1200049 13f79535-47bb-0310-9956-ffa450edef68
* And we are at 2.3.16-devJim Jagielski2011-11-091-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1199519 13f79535-47bb-0310-9956-ffa450edef68
* Getting ready to tag 2.3.15-devJim Jagielski2011-11-091-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1199516 13f79535-47bb-0310-9956-ffa450edef68
* Point to list of undocumented modules in the docs subdirectorySander Temme2011-11-081-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1199064 13f79535-47bb-0310-9956-ffa450edef68
* remove solved Windows AcceptFilter blockerStefan Fritsch2011-11-071-2/+3
| | | | | | | add mod_lua blocker git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1198968 13f79535-47bb-0310-9956-ffa450edef68
* - start definitive list of modules not to be included in 2.4Stefan Fritsch2011-09-151-5/+9
| | | | | | | | - mod_fcgid not a blocker - install of beta on www.a.o done thanks to pquerna/infra git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1171229 13f79535-47bb-0310-9956-ffa450edef68
* GA planJim Jagielski2011-09-151-3/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1171085 13f79535-47bb-0310-9956-ffa450edef68
* two more blockersStefan Fritsch2011-08-081-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1155061 13f79535-47bb-0310-9956-ffa450edef68
* remove two obsolete or done itemsStefan Fritsch2011-08-071-5/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1154762 13f79535-47bb-0310-9956-ffa450edef68
* And we are at 2.3.15-devJim Jagielski2011-08-011-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1152855 13f79535-47bb-0310-9956-ffa450edef68
* Get ready to tag 2.3.14Jim Jagielski2011-08-011-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1152854 13f79535-47bb-0310-9956-ffa450edef68
* One more showstopper goneStefan Fritsch2011-07-031-6/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1142492 13f79535-47bb-0310-9956-ffa450edef68
* And roll on to 2.3.14Jim Jagielski2011-06-281-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1140734 13f79535-47bb-0310-9956-ffa450edef68
* Get ready to tag as 2.3.13-betaJim Jagielski2011-06-281-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1140730 13f79535-47bb-0310-9956-ffa450edef68
* The example configuration looks good enough to meStefan Fritsch2011-06-071-4/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1132801 13f79535-47bb-0310-9956-ffa450edef68
* Use the new "ap_expr" expression parser.Stefan Fritsch2011-05-281-2/+0
| | | | | | | | The old parser can still be used by setting the new directive SSILegacyExprParser git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1128614 13f79535-47bb-0310-9956-ffa450edef68
* fill in conn_rec::current_thread for WinNT, NetWare, and OS/2 MPMsJeff Trawick2011-05-161-7/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1103595 13f79535-47bb-0310-9956-ffa450edef68
* one ap_expr item doneStefan Fritsch2011-05-141-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1103133 13f79535-47bb-0310-9956-ffa450edef68
* One I'm signing up to finishWilliam A. Rowe Jr2011-05-141-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1103090 13f79535-47bb-0310-9956-ffa450edef68
* Some STATUS thoughts from the 2.4.0 barcamp sessionWilliam A. Rowe Jr2011-05-141-5/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1103015 13f79535-47bb-0310-9956-ffa450edef68
* and bump to 2.3.13Jim Jagielski2011-05-111-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1101855 13f79535-47bb-0310-9956-ffa450edef68
* Ready to tag 2.3.12-betaJim Jagielski2011-05-111-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1101853 13f79535-47bb-0310-9956-ffa450edef68
* 1.3? nahWilliam A. Rowe Jr2011-03-201-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1083580 13f79535-47bb-0310-9956-ffa450edef68
* GA planJim Jagielski2011-03-171-4/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1082628 13f79535-47bb-0310-9956-ffa450edef68
* Note release dateJim Jagielski2011-03-071-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1078775 13f79535-47bb-0310-9956-ffa450edef68
* And roll onto 2.3.12Jim Jagielski2011-03-011-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1075924 13f79535-47bb-0310-9956-ffa450edef68
* Ready to tag 2.3.11 as beta!Jim Jagielski2011-03-011-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1075919 13f79535-47bb-0310-9956-ffa450edef68
* no docs should only be a blocker for GAStefan Fritsch2011-02-261-6/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1074912 13f79535-47bb-0310-9956-ffa450edef68