summaryrefslogtreecommitdiff
path: root/libhttpd.dsp
Commit message (Expand)AuthorAgeFilesLines
* *) core/mod_http/mod_http2:Stefan Eissing2022-04-041-0/+4
* *) core: provide ap_ssl_* functions in new http_ssl.h header file.Stefan Eissing2021-03-261-0/+8
* Avoid cyclic dependency by moving ap_set_etag() from module http to core.Yann Ylavic2018-06-061-4/+4
* fix copy & paste error, util_cookies.h is in include not server.Gregg Lewis Smith2018-01-151-1/+5
* Add util_fcgi.h and associated definitions and supportJeff Trawick2013-08-131-0/+8
* Inform MSVC compiler there is a Lexical target so the compiler isGregg Lewis Smith2013-05-261-0/+2
* add util.regex.c to MPM, had been unneeded untill r1200055Gregg Lewis Smith2011-11-231-0/+4
* Add ap_varbuf API for resizable buffers.Stefan Fritsch2011-08-131-0/+4
* Pick up Jeff's layout refactoring on win32.William A. Rowe Jr2011-03-281-0/+29
* mpm_default.h is just a convenience for a specific MPM with 2.3+;Jeff Trawick2011-03-271-24/+0
* Fix some Windows build issuesStefan Fritsch2010-11-251-1/+129
* The path is likely changing, in the meantime restore win32 build to successWilliam A. Rowe Jr2009-05-121-1/+1
* Here's the simpler solution to the two groups of mappers/ modules...William A. Rowe Jr2009-05-081-5/+5
* MPM's are now dynamically loadable; so must mod_watchdog be.William A. Rowe Jr2009-05-051-4/+0
* drop mpm.hWilliam A. Rowe Jr2009-03-251-33/+0
* Add watchdog module to win32 build.Mladen Turk2009-02-171-0/+4
* httpd 2.x is further modular; presume pcre is yet another .dllWilliam A. Rowe Jr2008-12-221-6/+6
* mod_core.h is movedWilliam A. Rowe Jr2008-06-071-26/+1
* add util_cookiesWilliam A. Rowe Jr2008-06-071-0/+8
* Introduce ap_expr expression parser APINick Kew2008-03-291-0/+8
* Add util_mutex, although it's not used much by windows sinceWilliam A. Rowe Jr2007-08-231-0/+8
* Make buildmark.c compilation consistent, especially for VC8William A. Rowe Jr2007-01-121-2/+2
* Embed the .manifest files of all httpd binaries as a post-buildWilliam A. Rowe Jr2007-01-111-0/+6
* Revert Revision 397647William A. Rowe Jr2006-07-061-2/+2
* This resource /D syntax was pretty horridly imported into VS 2005,William A. Rowe Jr2006-04-271-2/+2
* Remove all /machine:I386 references, these are getting in the wayWilliam A. Rowe Jr2006-04-271-5/+5
* s|/GX |/EHsc | because they were always synonyms, and Visual StudioWilliam A. Rowe Jr2006-04-191-1/+1
* Remove a host of dependencies upon awk, using the same template forWilliam A. Rowe Jr2006-04-191-32/+3
* Add our new eor_bucket.c module to libhttpdWilliam A. Rowe Jr2005-12-191-0/+4
* Reintroduce stack frame construction with /Oy- (removal was implied by /O2).William A. Rowe Jr2005-05-151-1/+1
* Add /D PCRE_STATIC to solve an 'exported symbol imported' bug.William A. Rowe Jr2005-03-171-4/+4
* Get httpd-2.1 building once again on win32.William A. Rowe Jr2005-02-171-43/+51
* Initial pass at refactoring some files to eliminate our 150K C source behemoths.Justin Erenkrantz2004-11-271-0/+20
* Nobody objected:André Malo2004-06-041-0/+29
* Revert a change to the link flags that were accidentally committed.Sander Striker2004-03-051-1/+1
* add eoc_bucket.c to projectAllan K. Edwards2004-03-011-1/+5
* After discussions at length on dev@apr/httpd, it is determined thatWilliam A. Rowe Jr2003-03-111-10/+1
* revert my recent patch. util_debug is no longer needed :)André Malo2003-03-071-4/+0
* *gna* get/set_module_config are now defined in util_debug.c. We haveAndré Malo2003-03-071-0/+4
* After consultations on the APR list, it was decided that /map files areWilliam A. Rowe Jr2003-02-201-5/+5
* foo.dbgmark turned out to be the same 8.3 name as foo.dbg itself, whichWilliam A. Rowe Jr2003-02-181-2/+2
* *) Introduce debugging symbols for Win32 release builds, both .pdbWilliam A. Rowe Jr2003-02-071-6/+15
* Sort targets (no effective change) - this reduces the cvs diff whenWilliam A. Rowe Jr2003-02-061-7/+7
* Integrate mod_ident with the Win32 build.William A. Rowe Jr2003-01-201-8/+0
* Update libhttpd.dll filenames to reflect the .dll extension for theWilliam A. Rowe Jr2003-01-201-2/+2
* Fix up Win32 build.Justin Erenkrantz2002-09-201-0/+4
* Refactor out the child behavior from mpm_winnt. This is the firstWilliam A. Rowe Jr2002-07-291-0/+4
* Reorganize a bit for legibility.William A. Rowe Jr2002-07-181-154/+134
* And the other one...William A. Rowe Jr2002-07-131-2/+2
* $(IntDir) doesn't go back to VC5William A. Rowe Jr2002-07-131-6/+4