summaryrefslogtreecommitdiffstats
path: root/modules/session (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-02-25mod_session: Sessions are encoded as application/x-www-form-urlencoded ↵Graham Leggett1-3/+3
strings, however we do not handle the encoding of spaces properly. Fixed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1293658 13f79535-47bb-0310-9956-ffa450edef68
2012-02-25Updates.Lucien Gentis4-101/+183
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1293650 13f79535-47bb-0310-9956-ffa450edef68
2012-02-25Fix another compiler warningStefan Fritsch1-1/+1
Submitted by: Daniel Shahaf <danielsh elego de> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1293535 13f79535-47bb-0310-9956-ffa450edef68
2012-02-25Fix compiler warningStefan Fritsch1-1/+1
Submitted by: Daniel Shahaf <danielsh elego de> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1293534 13f79535-47bb-0310-9956-ffa450edef68
2012-02-24Fix MMN in commentStefan Fritsch1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1293427 13f79535-47bb-0310-9956-ffa450edef68
2012-02-24Revert Paul's lock free circular queue changes done on MPM-event.Stefan Fritsch5-324/+101
The changes have been moved to branches/mpm-event-optimization. This puts trunk's MPM-event back to the state of 2.4.x, except for serf support. The following commits are reverted: ------------------------------------------------------------------------ r1203404 | trawick | 2011-11-17 23:48:35 +0100 event no longer requires APR_POLLSET_THREADSAFE, or any other non-standard feature (all but OS/2 have APR_POLLSET_WAKEABLE) config-foo: don't require thread-safe pollset in order to build event event.c: don't stress APR_ENOTIMPL in apr_pollset_create errors; just give the standard "check system or user limits" message ------------------------------------------------------------------------ r1203858 | trawick | 2011-11-18 22:39:33 +0100 follow up to r1202257 -- perform normal wakeup processing when APR_EINTR is seen from apr_pollset_poll(), with expectation that it was triggered by apr_pollset_wakeup() ------------------------------------------------------------------------ r1202395 | trawick | 2011-11-15 20:38:31 +0100 spellcheck r1202258 ------------------------------------------------------------------------ r1202329 | pquerna | 2011-11-15 18:47:33 +0100 Calculate the power of two size of the buffer before allocating it. Spotted by: Rüdiger Plüm ------------------------------------------------------------------------ r1202259 | pquerna | 2011-11-15 16:52:59 +0100 Use apr_pollset_wakeup to ensure that the listener thread will process most enqueue'd events quickly ------------------------------------------------------------------------ r1202258 | pquerna | 2011-11-15 16:52:00 +0100 Because the pollset is now only mutated from the event thread, we no longer need the APR_POLLSET_THREADSAFE flag for the event_pollset ------------------------------------------------------------------------ r1202257 | pquerna | 2011-11-15 16:51:03 +0100 Create a new lock free circular queue, and use it in the EventMPM to remove the timeout mutex that was wrapping both timeout queue operations and pollset operations. ------------------------------------------------------------------------ r1202256 | pquerna | 2011-11-15 16:50:09 +0100 Instead of disabling the listening sockets from the pollset when under load, just stop calling the accept call, but leave the sockets in the pollset. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1293426 13f79535-47bb-0310-9956-ffa450edef68
2012-02-24In maintainer mode, replace apr_palloc with a version thatStefan Fritsch4-1/+40
initializes the allocated memory with non-zero values, except if AP_DEBUG_NO_ALLOC_POISON is defined. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1293408 13f79535-47bb-0310-9956-ffa450edef68
2012-02-24Fix AddOutputFilterByType brown paper bag crash bugStefan Fritsch1-1/+4
Initialize pointers, fix off-by-one. PR: 52755 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1293405 13f79535-47bb-0310-9956-ffa450edef68
2012-02-24Internal link to the right section.Rich Bowen2-2/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1293065 13f79535-47bb-0310-9956-ffa450edef68
2012-02-23Adding .fr translation for mod_luaVincent Deffontaines4-0/+1632
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1292866 13f79535-47bb-0310-9956-ffa450edef68
2012-02-21Add AP_HAVE_C99 to make correct check for C99 less onerousStefan Fritsch2-7/+10
Using __STDC_VERSION__ without checking if it is defined causes warnings on C89. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1292043 13f79535-47bb-0310-9956-ffa450edef68
2012-02-21Fix a link in the caching guide.Graham Leggett1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1291840 13f79535-47bb-0310-9956-ffa450edef68
2012-02-21Mention the rewritten Caching Guide.Graham Leggett1-0/+8
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1291834 13f79535-47bb-0310-9956-ffa450edef68
2012-02-21Mention the CACHE filter.Graham Leggett1-0/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1291820 13f79535-47bb-0310-9956-ffa450edef68
2012-02-21Rebuild htmlRich Bowen3-2/+22
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1291813 13f79535-47bb-0310-9956-ffa450edef68
2012-02-21Highlight some of the improvements in the documentation in the 2.4 version.Rich Bowen1-0/+19
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1291801 13f79535-47bb-0310-9956-ffa450edef68
2012-02-21generated files from r1291766Jeff Trawick3-76/+94
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1291768 13f79535-47bb-0310-9956-ffa450edef68
2012-02-21apply insufficient TLC, making some improvements to wordingJeff Trawick1-74/+92
and typography git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1291766 13f79535-47bb-0310-9956-ffa450edef68
2012-02-18Reordering:Stefan Fritsch4-119/+123
Put related changes next to each other Put modules that only provide services for other modules last Try to put important changes first git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1290835 13f79535-47bb-0310-9956-ffa450edef68
2012-02-18Mention AllowOverrideList, Define, EC keys, rotatelogs improvements.Stefan Fritsch2-8/+52
Syntax fixes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1290823 13f79535-47bb-0310-9956-ffa450edef68
2012-02-17xformsStefan Fritsch9-14/+31
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1245719 13f79535-47bb-0310-9956-ffa450edef68
2012-02-17Mention mod_heartmonitor/mod_lbmethod_heartbeat, mod_sed, mod_auth_form,Stefan Fritsch1-7/+24
mod_session. Remove mod_reqtimeout (already in 2.2), mark mod_lua as experimental. Mention more mod_rewrite improvements. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1245717 13f79535-47bb-0310-9956-ffa450edef68
2012-02-14Make sure the getsfunc_*() functions used by ap_scan_script_header_err*()Stefan Fritsch1-1/+4
NUL-terminate the resulting string, even in case of an error. mod_cgi and mod_cgid try to log incomplete output from CGI scripts. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1244211 13f79535-47bb-0310-9956-ffa450edef68
2012-02-14To early, not enough drugs, sorry for the noise.Rainer Jung1-1/+0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1243799 13f79535-47bb-0310-9956-ffa450edef68
2012-02-14Fix out of tree build with srclib apr.Rainer Jung1-3/+4
Fix error message for included apr flag. Forward port of r1241897 and r1243670 from 2.4.x plus one shell syntax fix. Will backport the fix to 2.4.x. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1243797 13f79535-47bb-0310-9956-ffa450edef68
2012-02-14Rebuilds.Rich Bowen6-13/+42
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1243771 13f79535-47bb-0310-9956-ffa450edef68
2012-02-14Removes references to how things used to be in 2.0.x, and makesRich Bowen2-48/+43
necessary rephrasings to compensate for those references. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1243769 13f79535-47bb-0310-9956-ffa450edef68
2012-02-13Check during config test that directories for access logs existStefan Fritsch3-1/+57
PR 29941 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1243651 13f79535-47bb-0310-9956-ffa450edef68
2012-02-13missing modules/ folders in lbmethod modulesGregg Lewis Smith1-4/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1243404 13f79535-47bb-0310-9956-ffa450edef68
2012-02-12Update.Lucien Gentis1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1243274 13f79535-47bb-0310-9956-ffa450edef68
2012-02-12Updates.Lucien Gentis3-7/+43
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1243272 13f79535-47bb-0310-9956-ffa450edef68
2012-02-12Fix regression introduced in r1222917: in ssl_find_vhost(), we must useKaspar Brand1-2/+1
the *new* SSL_CTX settings for the SSL_set_options/SSL_set_verify calls. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1243246 13f79535-47bb-0310-9956-ffa450edef68
2012-02-11BZ 52623: Fix building against PCRE 8.30.Rainer Jung3-3/+5
PCRE dropped support for pcre_info() which is deprecated since a long time. Use pcre_fullinfo() instead, which exists since version 3.0 of PCRE. Patch provided by Ruediger Pluem. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1243176 13f79535-47bb-0310-9956-ffa450edef68
2012-02-10Fix spelling.Graham Leggett1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1242967 13f79535-47bb-0310-9956-ffa450edef68
2012-02-10add manpage listAndré Malo1-0/+19
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1242919 13f79535-47bb-0310-9956-ffa450edef68
2012-02-10update transformationAndré Malo6-6/+6
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1242914 13f79535-47bb-0310-9956-ffa450edef68
2012-02-10fix validation errorAndré Malo1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1242913 13f79535-47bb-0310-9956-ffa450edef68
2012-02-10update transformationAndré Malo17-19/+27
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1242910 13f79535-47bb-0310-9956-ffa450edef68
2012-02-10fixup propertiesAndré Malo10-9/+9
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1242907 13f79535-47bb-0310-9956-ffa450edef68
2012-02-10* modules/proxy/mod_proxy_http.c (ap_proxy_http_process_response):Joe Orton1-2/+3
Treat EAGAIN as an error for a blocking read from the input filter stack. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1242798 13f79535-47bb-0310-9956-ffa450edef68
2012-02-09Remove duplicated wordRich Bowen2-2/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1242508 13f79535-47bb-0310-9956-ffa450edef68
2012-02-09Rebuild xdocRich Bowen1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1242484 13f79535-47bb-0310-9956-ffa450edef68
2012-02-09Replaces more occurences of 'Apache' with 'Apache httpd'Rich Bowen4-7/+7
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1242483 13f79535-47bb-0310-9956-ffa450edef68
2012-02-09Replaces uses of 'Apache' with 'Apache httpd'Rich Bowen2-6/+6
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1242479 13f79535-47bb-0310-9956-ffa450edef68
2012-02-09Trivial typoRich Bowen2-2/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1242478 13f79535-47bb-0310-9956-ffa450edef68
2012-02-09xformsJim Jagielski6-4/+8
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1242356 13f79535-47bb-0310-9956-ffa450edef68
2012-02-09Handle cases, esp when using mod_proxy_fcgi, when we do notJim Jagielski5-3/+23
want SCRIPT_FILENAME to include the query string. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1242351 13f79535-47bb-0310-9956-ffa450edef68
2012-02-08Add cleanup for SSLProxyMachineCertificateChainFile during initDaniel Ruggeri1-0/+11
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1242089 13f79535-47bb-0310-9956-ffa450edef68
2012-02-06Based on feedback from Vincent from the docs team, change the examplesRich Bowen1-4/+4
to ones that correspond with our default values. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1241071 13f79535-47bb-0310-9956-ffa450edef68
2012-02-06Bah. The word is "whereas", not "where as"Rich Bowen1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1241069 13f79535-47bb-0310-9956-ffa450edef68