summaryrefslogtreecommitdiffstats
path: root/docs/manual (unfollow)
Commit message (Expand)AuthorFilesLines
2009-01-02Add a declaration check for CMSG_DATA to mod_proxy_fdpass.Rainer Jung2-5/+12
2009-01-02Prevent empty test statement.Rainer Jung2-2/+2
2009-01-02Include mpm_common.h in simple_run.c in orderRainer Jung1-0/+1
2009-01-02Add a header check for priv.h to mod_privileges.Rainer Jung1-1/+7
2009-01-02Add a header check for apr_ssl.h to mod_session_crypto.Rainer Jung1-1/+7
2009-01-02unixd_set_global_mutex_perms() -> ap_unixd_set_global_mutex_perms()Rainer Jung1-1/+1
2009-01-02Use APACHE_HELP_STRING() for --enable-luajit in configureRainer Jung1-1/+3
2009-01-01Transition mod_slotmem to ap_slotmem... just monkeyingJim Jagielski10-51/+38
2008-12-31be consistant with naming...Jim Jagielski3-5/+5
2008-12-31Document this change...Jim Jagielski1-0/+4
2008-12-31Modules will also need to know which methods are availableJim Jagielski2-0/+11
2008-12-31Update commentsJim Jagielski1-2/+3
2008-12-31TransformsJim Jagielski31-9/+356
2008-12-31Stubs for slot/shared/plain memory modulesJim Jagielski3-0/+208
2008-12-31Add support for escaping all non-ascii chars to ap_escape_html, and useNick Kew5-4/+27
2008-12-31PR#13603 - clarify description of DOCUMENT_URINick Kew1-1/+5
2008-12-31use a local apr_shm_t* to avoid casts and type-punning warningsChris Darroch1-14/+16
2008-12-31Fix mod_rewrite "B" flag breakage by reverting r589343Nick Kew2-4/+49
2008-12-31remove unused variables and fix naming conflictsChris Darroch1-15/+10
2008-12-30detabify and clean some whitespaceChris Darroch4-185/+193
2008-12-30no need here :)Jim Jagielski1-3/+0
2008-12-30Bump up...Jim Jagielski2-0/+0
2008-12-30And complete the API changes...Jim Jagielski3-33/+97
2008-12-30Start of further refactoring....Jim Jagielski7-4/+107
2008-12-30Move desc of slotmem type to be generic enough so can beJim Jagielski3-54/+56
2008-12-29* This files gets generated. So no need to put it in svn.Ruediger Pluem1-5/+0
2008-12-29No need to sep out all the shared mem stuff... clean upJim Jagielski5-407/+364
2008-12-29implement mutex control from shared memory... plain memory notJim Jagielski5-38/+126
2008-12-27update transformationNilgun Belma Buguner6-18/+24
2008-12-27update for sync with English docs.Nilgun Belma Buguner3-15/+24
2008-12-27CGI: return 504 (Gateway timeout) rather than 500 when a scriptNick Kew2-2/+13
2008-12-27PR#39332: fix for segfault problem with mod_cgid on SolarisNick Kew2-17/+47
2008-12-26update transformationAndré Malo39-11/+242
2008-12-26fix validation errorsAndré Malo5-11/+10
2008-12-26add mod_proxy_scgi, as announced a long time agoAndré Malo5-0/+784
2008-12-26update transformationAndré Malo17-7/+257
2008-12-25Fix r729438 to commit the right version of the patch, dammit!Nick Kew3-65/+138
2008-12-25Use transient buckets to optimise mod_sed throughputNick Kew1-32/+114
2008-12-25Remove a dirty hack in find_default_item.Takashi Sato1-19/+9
2008-12-24document no-cache envvarEric Covener4-1/+40
2008-12-24look for 'no-cache' in subprocess_env to prevent the savingEric Covener2-0/+7
2008-12-24Make "HeaderName" and "ReadmeName" be stored in simple entries "header" and "...Takashi Sato1-28/+14
2008-12-24FooJim Jagielski3-3/+0
2008-12-24remove dupJim Jagielski1-1/+0
2008-12-24return apr_status_tJim Jagielski2-2/+2
2008-12-24style changes onlyJim Jagielski3-192/+194
2008-12-24Add in the ability to fetch from headers_in.Paul Querna1-1/+23
2008-12-23* These files get generated during build and hence do not need to be in svn.Ruediger Pluem2-7/+0
2008-12-23Add in the useful slotmem memory module, from httpd-scoreboard.Jim Jagielski10-0/+786
2008-12-22ditto hack from mpm_default.hWilliam A. Rowe Jr2-3/+15