Commit Graph

940 Commits

Author SHA1 Message Date
4d38c3bedd wishlist: add CGI fixes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1781003 13f79535-47bb-0310-9956-ffa450edef68
2017-01-30 22:39:01 +00:00
db852eb4ce Clarify wishlist
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1778066 13f79535-47bb-0310-9956-ffa450edef68
2017-01-09 22:04:18 +00:00
6f2a3a1683 update
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1777535 13f79535-47bb-0310-9956-ffa450edef68
2017-01-06 07:19:20 +00:00
3756339669 Suggestion for STATUS
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1777391 13f79535-47bb-0310-9956-ffa450edef68
2017-01-05 00:25:31 +00:00
6174613b9b 2 more for the wish list
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1777307 13f79535-47bb-0310-9956-ffa450edef68
2017-01-04 13:08:03 +00:00
632fa0c61f Some more ideas
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1777250 13f79535-47bb-0310-9956-ffa450edef68
2017-01-04 00:18:15 +00:00
07e69c5030 More ideas
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1777217 13f79535-47bb-0310-9956-ffa450edef68
2017-01-03 20:32:07 +00:00
dbc312f427 reminder
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1777121 13f79535-47bb-0310-9956-ffa450edef68
2017-01-03 13:24:06 +00:00
678de36ab1 adding my cents
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1776014 13f79535-47bb-0310-9956-ffa450edef68
2016-12-25 16:19:47 +00:00
f954d103a4 Stuff I've been playing with.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1775977 13f79535-47bb-0310-9956-ffa450edef68
2016-12-24 15:38:42 +00:00
ca06ee31ae some extemporaenous things for dot-next
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1775952 13f79535-47bb-0310-9956-ffa450edef68
2016-12-24 13:57:45 +00:00
414b307a19 Note some 3.0 potential stuff
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1775893 13f79535-47bb-0310-9956-ffa450edef68
2016-12-23 20:07:14 +00:00
a0288891f5 Remove obsolete TODOs for mod_ssl:
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
2013-11-30 06:49:58 +00:00
7d402a24ec Address a todo listed in
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
2013-11-23 12:22:47 +00:00
adc3604587 Add another URL for the "removing the first connection filter in chain" bug.
The other site seems dead.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1459977 13f79535-47bb-0310-9956-ffa450edef68
2013-03-22 20:44:40 +00:00
00d8386e8c Note a TODO for Lua 5.2.0 compatibility.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1239031 13f79535-47bb-0310-9956-ffa450edef68
2012-02-01 09:54:25 +00:00
29cd807871 Note some things that should be considered, but not shortly before a release
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1238821 13f79535-47bb-0310-9956-ffa450edef68
2012-01-31 21:39:05 +00:00
48b9f4e277 Fix typo which was already fixed in 2.4.x.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1238808 13f79535-47bb-0310-9956-ffa450edef68
2012-01-31 20:51:11 +00:00
c7f1896fa7 Wish came true: CacheEnable works within LocationMatch, giving us mod_cache
regexes for no additional cost.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1208920 13f79535-47bb-0310-9956-ffa450edef68
2011-12-01 00:47:31 +00:00
e68738b5dc Partial cleanup of trunk STATUS.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1204927 13f79535-47bb-0310-9956-ffa450edef68
2011-11-22 11:28:30 +00:00
e6efd62b2b Fix assertion failure during very high load by preventing race condition
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
2011-11-12 01:32:56 +00:00
6b8849335f Found a bug in mpm_event, investigating
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1200049 13f79535-47bb-0310-9956-ffa450edef68
2011-11-09 23:56:12 +00:00
7ce4868e40 And we are at 2.3.16-dev
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1199519 13f79535-47bb-0310-9956-ffa450edef68
2011-11-08 23:07:29 +00:00
4cab24c02a Getting ready to tag 2.3.15-dev
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1199516 13f79535-47bb-0310-9956-ffa450edef68
2011-11-08 23:05:46 +00:00
35525c0841 Point to list of undocumented modules in the docs subdirectory
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1199064 13f79535-47bb-0310-9956-ffa450edef68
2011-11-08 02:12:41 +00:00
873d3e160c remove solved Windows AcceptFilter blocker
add mod_lua blocker


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1198968 13f79535-47bb-0310-9956-ffa450edef68
2011-11-07 22:02:43 +00:00
7f59e98923 - start definitive list of modules not to be included in 2.4
- 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
2011-09-15 19:07:23 +00:00
aec65acf30 GA plan
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1171085 13f79535-47bb-0310-9956-ffa450edef68
2011-09-15 12:56:34 +00:00
5408b5221f two more blockers
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1155061 13f79535-47bb-0310-9956-ffa450edef68
2011-08-08 19:16:16 +00:00
2a3d1f91c9 remove two obsolete or done items
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1154762 13f79535-47bb-0310-9956-ffa450edef68
2011-08-07 20:48:17 +00:00
db7bd57c24 And we are at 2.3.15-dev
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1152855 13f79535-47bb-0310-9956-ffa450edef68
2011-08-01 16:24:16 +00:00
3ae9c54dfc Get ready to tag 2.3.14
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1152854 13f79535-47bb-0310-9956-ffa450edef68
2011-08-01 16:22:39 +00:00
6b31b2617e One more showstopper gone
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1142492 13f79535-47bb-0310-9956-ffa450edef68
2011-07-03 19:57:41 +00:00
fa8dc749ee And roll on to 2.3.14
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1140734 13f79535-47bb-0310-9956-ffa450edef68
2011-06-28 17:18:24 +00:00
c0497d613d Get ready to tag as 2.3.13-beta
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1140730 13f79535-47bb-0310-9956-ffa450edef68
2011-06-28 17:16:06 +00:00
fcd2bae83c The example configuration looks good enough to me
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1132801 13f79535-47bb-0310-9956-ffa450edef68
2011-06-06 22:07:58 +00:00
3dd90a26b7 Use the new "ap_expr" expression parser.
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
2011-05-28 11:47:55 +00:00
f60e484691 fill in conn_rec::current_thread for WinNT, NetWare, and OS/2 MPMs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1103595 13f79535-47bb-0310-9956-ffa450edef68
2011-05-16 02:19:42 +00:00
78179707d5 one ap_expr item done
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1103133 13f79535-47bb-0310-9956-ffa450edef68
2011-05-14 15:18:52 +00:00
39be1083f7 One I'm signing up to finish
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1103090 13f79535-47bb-0310-9956-ffa450edef68
2011-05-14 12:36:44 +00:00
f30aa27a1d Some STATUS thoughts from the 2.4.0 barcamp session
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1103015 13f79535-47bb-0310-9956-ffa450edef68
2011-05-14 10:38:41 +00:00
d625ae4adb and bump to 2.3.13
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1101855 13f79535-47bb-0310-9956-ffa450edef68
2011-05-11 12:15:55 +00:00
b3247b2f5a Ready to tag 2.3.12-beta
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1101853 13f79535-47bb-0310-9956-ffa450edef68
2011-05-11 12:12:01 +00:00
a5e30cc848 1.3? nah
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1083580 13f79535-47bb-0310-9956-ffa450edef68
2011-03-20 21:42:16 +00:00
4c477f6497 GA plan
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1082628 13f79535-47bb-0310-9956-ffa450edef68
2011-03-17 18:34:51 +00:00
9296d0f2ec Note release date
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1078775 13f79535-47bb-0310-9956-ffa450edef68
2011-03-07 13:40:04 +00:00
e7e30d8231 And roll onto 2.3.12
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1075924 13f79535-47bb-0310-9956-ffa450edef68
2011-03-01 17:06:22 +00:00
32184f07c3 Ready to tag 2.3.11 as beta!
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1075919 13f79535-47bb-0310-9956-ffa450edef68
2011-03-01 17:03:59 +00:00
6df9deb239 no docs should only be a blocker for GA
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1074912 13f79535-47bb-0310-9956-ffa450edef68
2011-02-26 19:50:10 +00:00
1789c23347 'votes'
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1074778 13f79535-47bb-0310-9956-ffa450edef68
2011-02-26 02:14:15 +00:00