summaryrefslogtreecommitdiffstats
path: root/Makefile.win (unfollow)
Commit message (Expand)AuthorFilesLines
2012-12-25Exit with error message if out of memStefan Fritsch1-2/+13
2012-12-25Replace strdup by ap_malloc to ensure a proper error message if out-of-memory.Stefan Fritsch1-3/+5
2012-12-24Fix example codeDaniel Gruno1-1/+1
2012-12-23Update.Lucien Gentis1-3/+1
2012-12-23Style tweaks, remove add_version_component and fix up some sloppy code. Many ...Daniel Gruno1-117/+83
2012-12-23GNU make somtimes has problems determining that $(builddir)/test_char.hStefan Fritsch1-1/+2
2012-12-23add some nonnull fn attributesStefan Fritsch1-3/+6
2012-12-22Change HttpProtocol to again only allow to enable/disable 0.9Stefan Fritsch4-65/+38
2012-12-22style fixes, add commentStefan Fritsch1-3/+11
2012-12-22caution about merging Location settings on top of directory/files authz configEric Covener2-0/+25
2012-12-22Removed now obsolete function skip from NetWareGuenter Knauf1-1/+0
2012-12-22Style tweaks, no functional change.Daniel Gruno1-342/+400
2012-12-21xformEric Covener1-0/+11
2012-12-21hint about API and module usage.Eric Covener1-0/+11
2012-12-21- return NULL if apr_reslist_acquire fails, so we don't end up possibly refer...Daniel Gruno1-1/+4
2012-12-21Remove reference to top secret project! You did not see this commit message ;)Daniel Gruno1-1/+0
2012-12-20mod_lua: Fix multipart post parsing, so it doesn't include random bytes at th...Daniel Gruno1-1/+2
2012-12-19On NetWare skip these unsupported function prototypes.Guenter Knauf1-2/+2
2012-12-18* modules/proxy/mod_proxy_ftp.c: Fill in APLOGNO.Joe Orton2-2/+2
2012-12-17Added a warning that these scripts leak information.Guenter Knauf4-12/+24
2012-12-17xformsDaniel Gruno2-4/+4
2012-12-17Some minor tweaks to the wording of the windows page.Daniel Gruno1-5/+5
2012-12-17xformsDaniel Gruno1-203/+8
2012-12-17The ASF does not provide official binary packages for 2.4/2.5, so let's not p...Daniel Gruno1-200/+9
2012-12-17update xformsJim Jagielski48-2501/+2730
2012-12-17Redfine - we are just worried about balancers and workers, so have the direct...Jim Jagielski2-20/+20
2012-12-17restrict inherit control to those fields that "require" it...Jim Jagielski1-10/+5
2012-12-17ab: add the possibility to define a socket timeout (-s timeout)Christophe Jaillet2-11/+16
2012-12-17Follow-up to r1422855 for NetWare and Windows.Guenter Knauf2-0/+2
2012-12-17backportedJim Jagielski1-8/+0
2012-12-17Added missing exports for NetWare.Guenter Knauf1-0/+2
2012-12-17backportedJim Jagielski1-3/+0
2012-12-17Install cache_common.h as required by mod_cache.h. Allows external modulesGraham Leggett1-0/+1
2012-12-17remove unnecessary castStefan Fritsch1-4/+3
2012-12-16Xforms.Rainer Jung3-1/+14
2012-12-16Backported.Rainer Jung1-10/+0
2012-12-16Add a version compatibility section to theRainer Jung1-0/+11
2012-12-16Updates.Lucien Gentis7-59/+52
2012-12-16use ap_bin2hex() to simplify md5/sha1 codeStefan Fritsch1-44/+11
2012-12-16add new ap_bin2hex() utility functionStefan Fritsch4-9/+25
2012-12-16remove unused variableStefan Fritsch1-1/+0
2012-12-16mod_lua: Fix unitialized variable in lua_ap_send_interim_response.Daniel Gruno1-1/+1
2012-12-15xformsEric Covener1-0/+8
2012-12-15PR54308: aliasmatch ^/foo matches requests for ////fooEric Covener1-0/+5
2012-12-15mod_lua: If a regex fails, return false plus an error message as second retur...Daniel Gruno2-9/+18
2012-12-15not unique to leading slashes.Eric Covener1-2/+2
2012-12-15PR54307, Alias and leading slashesEric Covener1-0/+3
2012-12-15Updates.Lucien Gentis4-10/+232
2012-12-15fix r1416889 a different way -- the referer should be const too.Eric Covener1-2/+2
2012-12-15const fixes for mod_imagemap, fatal on old xlc due to returning apr_table_get...Eric Covener1-7/+7