summaryrefslogtreecommitdiffstats
path: root/BuildAll.dsp (unfollow)
Commit message (Expand)AuthorFilesLines
2010-08-02Indicate this is a recent revision, didn't try to track back to the alpha revWilliam A. Rowe Jr2-0/+4
2010-07-31Reduce logging noise at graceful restartStefan Fritsch1-3/+2
2010-07-31Code cleanup: replace strncpy by apr_cpystrn or apr_pstrmemdupStefan Fritsch4-10/+4
2010-07-31Replace apr_palloc+memcpy by apr_memdupStefan Fritsch1-2/+2
2010-07-31Update docs and comment: the unique id is now 24 characters, not 19Stefan Fritsch2-8/+12
2010-07-31Add mod_proxy_scgi to default configurationRainer Jung1-0/+1
2010-07-31Update description of HTMLTableStefan Fritsch1-7/+6
2010-07-30Update.Lucien Gentis1-4/+8
2010-07-25Update CHANGES.Rainer Jung1-0/+3
2010-07-25Adding sub second timestamps and request end time to mod_log_config.Rainer Jung5-32/+165
2010-07-25Updates.Lucien Gentis5-1267/+1704
2010-07-25Fix typo in CHANGES.Rainer Jung1-1/+1
2010-07-24remove CHANGES entry of change reverted as part of r964156Stefan Fritsch1-3/+0
2010-07-24Merge mod_dir fixups to avoid possible ordering issues noted by trawickNick Kew1-11/+14
2010-07-23expose subprocess_env on lua request objectBrian McCallister1-1/+7
2010-07-23r966869 required mmn bumpNick Kew1-1/+2
2010-07-23Removed obsolete include paths from NetWare makefiles.Guenter Knauf83-350/+237
2010-07-23Use temp_pool not pool for a string that's a tempNick Kew1-1/+1
2010-07-23Update documentation for AddOutputFilterByType moveNick Kew6-74/+72
2010-07-23Support multiple names in reimplemented AddOutputFilterByTypeNick Kew1-2/+17
2010-07-22Move AddOutputFilterByType implementation from core to mod_filter.Nick Kew5-163/+49
2010-07-22Removed compiler switch -relax_pointers since no longer needed.Guenter Knauf1-1/+0
2010-07-21CVE-2010-1452: Fix handling of missing path segments in the parsed URI struct...Paul Querna5-6/+11
2010-07-21Rebuild new example.Rich Bowen1-1/+1
2010-07-21Fixes a non-working example in the int RewriteMap section.Rich Bowen1-1/+1
2010-07-21Update SSL cipher suite and add example for SSLHonorCipherOrder.Rainer Jung2-9/+15
2010-07-21Fix omission in r894036 noted by rpluem.Nick Kew1-1/+1
2010-07-21Fix up some SSL configuration, per issue #49484. IE6 had a hotfix releasedGreg Stein1-1/+1
2010-07-20Fix processing of long chunk extensionsNick Kew2-1/+5
2010-07-20Replace "back-slash" with "backslash" in docs.Rainer Jung6-13/+13
2010-07-20Trivial spelling fix so I can closeNick Kew2-5/+5
2010-07-20Don't risk segfault in authz if r->user is not setNick Kew2-0/+12
2010-07-20Enable SetEnv to set PATHNick Kew2-1/+8
2010-07-19mod_include: recognise "text/html; parameters" as text/htmlNick Kew2-1/+4
2010-07-19Add ap_find_module_short_name() to quickly get the module short nameStefan Fritsch4-10/+63
2010-07-19Added mod_authn_socache to NetWare build.Guenter Knauf2-0/+252
2010-07-19Added http_config.h to make APLOG_USE_MODULE macro visible.Guenter Knauf2-0/+2
2010-07-19Added casts to make strict compilers happy.Guenter Knauf1-5/+5
2010-07-19fixed const for d2i_ASN1_type_bytes() usage.Guenter Knauf2-1/+3
2010-07-18note some work in progressStefan Fritsch1-1/+3
2010-07-17Updates.Lucien Gentis8-42/+278
2010-07-15note prelim planJim Jagielski1-1/+2
2010-07-14Add CHANGES entry for r964156Stefan Fritsch1-0/+4
2010-07-14Add some open issuesStefan Fritsch1-0/+14
2010-07-14fix log messagesStefan Fritsch1-2/+2
2010-07-14The approach for allowing authorization by user or IP introduced in r956387,Stefan Fritsch13-111/+196
2010-07-14Allow for modules to keep track of worker slotJim Jagielski3-14/+83
2010-07-13- add some trace loggingStefan Fritsch1-18/+30
2010-07-11whitespace onlyEric Covener1-1/+1
2010-07-11Improve trace logging of sent response:Stefan Fritsch1-19/+28