- Feb 26, 2001
-
-
Ryan Bloom authored
have only functions that are HTTP specific in the http directory. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88341 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Hmmm... ap_release.h is a good file to list in the IDE. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88340 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
(I meant to commit this some days back.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88339 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 25, 2001
-
-
Jeff Trawick authored
note that recent tags are FUBAR because this file was broken git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88338 13f79535-47bb-0310-9956-ffa450edef68
-
Cliff Woolley authored
(Oh, plus one tiny little loop simplification.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88337 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
A patch to clean up much bogusity in Win32. Eliminates absolute cd "/..." references using build/fixwin32mak.pl, and the latest #if APR_HAVE_FOO_H fixes apparently worked, now that they no longer appear as dependencies [which had broken the build entirely.] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88336 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
The only thing about perl that drives me crazy, how many times to reescape an escaped char ;-/ git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88335 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Ok ... .mak files are nasty. Here's a bit to clean up -some- of that nastyness - the absolute paths that .dsp dependencies off of parent directories are encoded with. This chops cd "\checkout\httpd-2.0" from the support directory down to cd "..", a much nicer solution. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88334 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Whoops ... if I'm enabling mod_info to build on Win32, better clean up the declarations of these private core symbols. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88333 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
A little transformation for rbb's reorg of this morning. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88332 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Pay no attention to the man behind the curtain. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88331 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Bring in the expat.lib into the static aprutil.lib win32 library. Fix up the build order that messed up command-line builds due to the recent dependency of apr-util on expat-lite. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88330 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Add the expat.mak to the command-line build git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88329 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Fix the build schema : add a library version, expat.lib, for static linkage. Also depreciate the libexpat.def with some export magic. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88328 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88327 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88325 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
makes automating releases harder, because it is one more number to bump. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88324 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88323 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
Submitted by: Brian Havard <brianh@kheldar.apana.org.au> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88322 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
Submitted by: Derek Young <bleach@chek.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88321 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
once. It is perfectly legal to call the byterange filter one time, with all the data. Without this patch, that case will seg fault. Submitted by: Ryan Morgan <rmogran@covalent.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88320 13f79535-47bb-0310-9956-ffa450edef68
-
David Reid authored
warnings. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88319 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
Every protocol will need this definition, so it belongs in the core. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88318 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Refresh all .mak files should we choose to roll again shortly. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88317 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Begin to fix the build schema changes for apr-util git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88315 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Stein authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88314 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Reconsidered the wisdom of this change... back to the drawing board. The ap_ prefix is still good, IMHO git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88313 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Clean up namespace badness with s/configfile_t/ap_configfile_t/ git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88312 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
A remnant of apr_pcfg_getc() git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88311 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
No MMN bump in ages - time to start codifing this entity. Change the COOKIE to something useful, "AP20", for the new module structure. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88310 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
Submitted by: Greg Stein and gcc on FreeBSD git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88309 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 24, 2001
-
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88308 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88306 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Stein authored
Submitted by: Ryan Bloom and Greg Stein git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88305 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88304 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
to before apr-util. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88303 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Stein authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88300 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Stein authored
- teach APRUTIL how to find Expat and respond to --with-expat - Apache's configure points APRUTIL's configure at its srclib/expat-lite (this will go away; aprutil can work against installed expats or fallback to an expat bundled within aprutil) - shift some of the timing of INCLUDES and top_builddir processing in the APRUTIL configure.in script - expose the new apr_xml functions in apr_xml.h, apr_xml.c (by building it), and apu_compat.h - rewrite util_xml.[ch] in terms of apr_xml git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88299 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Stein authored
INLINE. Now, we just have APR_INLINE and APR_HAS_INLINE. - convert all usage - note that apr_general messed up the defn (compared to apr.h) - simplify the inline decision logic in os/*/os.h - simplify the code in os/*/os-inline.c *) toss ap_checkconv() [no longer used] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88298 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Stein authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88296 13f79535-47bb-0310-9956-ffa450edef68
-