summaryrefslogtreecommitdiffstats
path: root/acinclude.m4 (unfollow)
Commit message (Expand)AuthorFilesLines
2009-01-03SSL libs are needed in linking only for ab and mod_ssl.Rainer Jung1-1/+7
2009-01-03Only link libhttpd against pcre.Rainer Jung1-1/+2
2009-01-03We need to link only ab against libm (because ofRainer Jung2-1/+7
2009-01-03Need to close temporary file before using itRainer Jung1-0/+7
2009-01-03Use LDADD mechanism to only link mod_serf resp.Rainer Jung2-3/+2
2009-01-03Remove LockFile in default configRainer Jung1-0/+6
2009-01-03Further Win9x code elimination and simplificationWilliam A. Rowe Jr2-22/+4
2009-01-03Clean up thread and process number defaultsRainer Jung3-10/+13
2009-01-03Drop support for Service Description labels from < Win2000William A. Rowe Jr1-40/+8
2009-01-02Clean up fugly initialization of AcceptFilter mappingsWilliam A. Rowe Jr1-8/+9
2009-01-02Add new struct element: name...Jim Jagielski3-56/+62
2009-01-02Use default object file in APACHE_MODULE callsRainer Jung3-13/+6
2009-01-02Axe Win9x codepath, including Win32DisableAcceptEx logic. Starting clean.William A. Rowe Jr8-1874/+301
2009-01-02document some nonsense it may be sizeof off_t > sizeof size_t.William A. Rowe Jr1-0/+3
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