summaryrefslogtreecommitdiff
path: root/Apache-apr2.dsw
Commit message (Collapse)AuthorAgeFilesLines
* merge r1774657 from trunkGregg Lewis Smith2019-03-261-0/+21
| | | | | | | add .mak/dep for command line build git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1856233 13f79535-47bb-0310-9956-ffa450edef68
* mod_proxy_uwsgi Win32 buildsGregg Lewis Smith2018-02-191-1/+23
| | | | | | | | | IDE Add project to workspace/solution. Add the missing pieces for command line build and connect the dots git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1824825 13f79535-47bb-0310-9956-ffa450edef68
* Win32 Legacy buildGregg Lewis Smith2017-11-301-0/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x-mod_md@1816751 13f79535-47bb-0310-9956-ffa450edef68
* Expat, like PCRE before, is aquired and built independently as of apr 1.6William A. Rowe Jr2017-10-021-30/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1810587 13f79535-47bb-0310-9956-ffa450edef68
* Add mod_brotli to Windows legacy buildGregg Lewis Smith2017-04-261-0/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1792753 13f79535-47bb-0310-9956-ffa450edef68
* APR has moved freetds connector to unsupported. Gregg Lewis Smith2017-04-251-15/+0
| | | | | | | Remove from build. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1792628 13f79535-47bb-0310-9956-ffa450edef68
* Add mod_proxy_hcheck to WindowsGregg Lewis Smith2016-11-301-0/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1772126 13f79535-47bb-0310-9956-ffa450edef68
* add mod_proxy_http2 to traditional windows buildGregg Lewis Smith2016-06-141-0/+24
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1748429 13f79535-47bb-0310-9956-ffa450edef68
* AFAICT, this is a Win32 platform-specific defect, as there is William A. Rowe Jr2016-03-231-27/+0
| | | | | | | | | | | | | | | no corresponding config.m4, and therefore no unix module named mod_lbmethod_rr. This module was apparently abandoned prior to API changes that preceeded 2.4.1 and therefore never belonged in the 2.4.x GA. Remove the last references from branches/2.4.x, and we can deal later with whether or not this subsists on trunk/... Reviewed by: wrowe, trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1736269 13f79535-47bb-0310-9956-ffa450edef68
* Follow up to r1705751 to pick up a few straysGregg Lewis Smith2015-09-281-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1705790 13f79535-47bb-0310-9956-ffa450edef68
* merge of protocols + http2 relevant changesStefan Eissing2015-09-071-0/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.17-protocols-http2@1701655 13f79535-47bb-0310-9956-ffa450edef68
* Merged ↵Jeff Trawick2014-04-161-0/+21
| | | | | | | | | | | | | | | | /httpd/httpd/trunk:r1515403,1515411,1515420,1517175,1521909,1526647,1541181,1578762,1585054,1585072,1588054 mod_authnz_fcgi: New module to enable FastCGI authorizer applications to authenticate and/or authorize clients. Submitted by: trawick, jailletc36, gsmith Approved by: trawick, jim, gsmith (Thanks gsmith for the Windows build bits!) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1588064 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1452911, r1452949, r1452954, r1453022, r1453574, r1453875, r1453876, ↵Jim Jagielski2013-06-131-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r1453963, r1454386, r1454414, r1454415, r1458285, r1458447 from trunk: Rough start for simple, tunneling websocket proxy support. Compiles at this stage and that's all I know :) force correct scheme info We need to ensure a conn_rec Work around blocking issues... And now pass the initial request to the backend... I dislike this duplication of code from mod_proxy_http() but maybe it's inevitable. I may create ap_proxy_create_headerb() to create a header brigade that both modules can use. Pull out duplicated code to proxy_util... rename extension module... tunnel is more accurate log nums "final" rename :) don't strip these, ensure that they exist. streamline bypass reqtimeout for websockets Keep mod_req clear. Simply scan thru input filters and remove it within the ws submodule. Nasty, but it keeps mod_req untouched (for now ;) ) Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1492699 13f79535-47bb-0310-9956-ffa450edef68
* Merge r1305167, r1330964, r1388660, r1388899, r1391396, r1391398, r1392214, ↵Jim Jagielski2013-04-301-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r1406760, r1418648 from trunk: Update transformations. syntax for mod_b*.xml and mod_c*.xml mod_cache_socache: New cache implementation backed by mod_socache that replaces mod_mem_cache removed from httpd v2.2. Windows build for mod_cache_socache added in r1388660 Fix the return values on mod_cache_socache's store_headers() implementation to return APR errors codes and not DECLINED. We are committed to using this implementation by this point, and any error should force us to stand down. Submitted by: trawick Reviewed by: minfrin Apply proper APLOGNO codes for mod_cache_socache. Added mod_cache_socache to NetWare build. * Ensure that nkey is initialized. mod_cache_socache: Don't clean up too soon. If we do, revalidated requests lose their bodies. Submitted by: minfrin, humbedooh, minfrin, gsmith, minfrin, minfrin, fuankg, rpluem, minfrin Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1477652 13f79535-47bb-0310-9956-ffa450edef68
* Add mod_macro to Windows Build. merge/backport r1436058Gregg Lewis Smith2013-03-271-0/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1461781 13f79535-47bb-0310-9956-ffa450edef68
* Simple edit, when 'saved' this will always alphasort anywaysRainer Jung2012-01-311-3/+3
| | | | | | | Backport of r1227910 from trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1238430 13f79535-47bb-0310-9956-ffa450edef68
* backport r1203924 from trunkGregg Lewis Smith2011-11-191-0/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1203925 13f79535-47bb-0310-9956-ffa450edef68
* Add mod_data to Windows buildGregg Lewis Smith2011-11-151-0/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1202055 13f79535-47bb-0310-9956-ffa450edef68
* Pre GA removal ob components that will not be included:Rainer Jung2011-11-121-21/+0
| | | | | | | Part 2: Remove mod_serf. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1201210 13f79535-47bb-0310-9956-ffa450edef68
* remove unneeded dependency to mod_proxy_htmlGregg Lewis Smith2011-11-051-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1197832 13f79535-47bb-0310-9956-ffa450edef68
* Remove some copy and paste remnants, no libaprutil in APR2Gregg Lewis Smith2011-11-051-12/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1197829 13f79535-47bb-0310-9956-ffa450edef68
* Added proxy_html and xml2enc to Windows buildGregg Lewis Smith2011-11-031-0/+45
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1196876 13f79535-47bb-0310-9956-ffa450edef68
* Added new mods to Windows build system.Guenter Knauf2011-07-181-0/+72
| | | | | | | Submitted by: Gregg L. Smith <gls gknw net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1147823 13f79535-47bb-0310-9956-ffa450edef68
* I can't be the only person in need of this helper :) This should untangleWilliam A. Rowe Jr2011-05-311-0/+2765
all of the complexities of building httpd against srclib/apr/ alone (along with a seperate copy of srclib/expat/ owing to the removal of expat from the apr tree). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1129885 13f79535-47bb-0310-9956-ffa450edef68