- Feb 25, 2001
-
-
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
-
Greg Stein authored
certainly wasn't namespace protected. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88295 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Havard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88294 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 23, 2001
-
-
Bill Stoddard authored
content-length and last-modified headers for performance. Submitted by: Mike Abbot <mja@trudge.engr.sgi.com> Reviewed by: Bill Stoddard git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88292 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
replace usage with ap_run_{post_config,child_init} PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88291 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88289 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Stein authored
Submitted by: Jeff Trawick Reviewed by: Greg Stein git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88288 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88287 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
make. Roy suggests using the variable set by AC_PROG_MAKE; we don't use that yet, though I guess we could. Greg suggests leaving this to Roy since he will revamp this stuff soon anyway. Inspired by: Joe Orton's patch to APR to accomplish the same thing git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88286 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Havard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88285 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88284 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
builds on Linux.) Pass an initialized thread attribute instead of an accidental autodata value to apr_create_signal_thread(). This should avoid a segfault. It seemed to behave a little better for me at this point. Get rid of some warnings. gcc on FreeBSD still warns about a few variables that might be clobbered by longjmp() in worker_thread(). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88283 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
Submitted by: Jon Travis <jtravis@covalent.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88282 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 22, 2001
-
-
Ryan Bloom authored
should. PR: 7294 Submitted by: Andre Breiler <andre.breiler@rd.bbc.co.uk> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88281 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
by getting a new pool for its own proc_info structure instead of overlaying the pool in the proc_info structure for the prior thread we also move through the SERVER_STARTING scoreboard state for this worker, though this isn't as important as with the other workers, for which a new thread must be created (potentially time consuming) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88280 13f79535-47bb-0310-9956-ffa450edef68
-