1
0
mirror of https://github.com/apache/httpd.git synced 2025-07-30 20:03:10 +03:00

428 Commits

Author SHA1 Message Date
68a2004c77 the layeredio concept was never really applied. So drop this outdated document.
It may be confusing for people new to apache development.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99241 13f79535-47bb-0310-9956-ffa450edef68
2003-04-05 17:22:15 +00:00
00b18f605f new XML
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99238 13f79535-47bb-0310-9956-ffa450edef68
2003-04-05 16:49:15 +00:00
9a65127b0d new XML
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99235 13f79535-47bb-0310-9956-ffa450edef68
2003-04-05 14:11:56 +00:00
69991dad00 new XML
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99232 13f79535-47bb-0310-9956-ffa450edef68
2003-04-05 13:23:34 +00:00
24cd14feca new XML
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99227 13f79535-47bb-0310-9956-ffa450edef68
2003-04-05 02:55:41 +00:00
b3637f6e12 new XML
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99224 13f79535-47bb-0310-9956-ffa450edef68
2003-04-05 02:06:36 +00:00
66ebad0a7c new XML
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99221 13f79535-47bb-0310-9956-ffa450edef68
2003-04-05 01:27:34 +00:00
5419241d07 new XML
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99218 13f79535-47bb-0310-9956-ffa450edef68
2003-04-05 00:38:36 +00:00
7960eb1bc7 Added thread-safety info for ImageMagick and PDFlib.
Submitted by: Travers Carter <tcarter@noggin.com.au>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99164 13f79535-47bb-0310-9956-ffa450edef68
2003-04-01 18:26:55 +00:00
6e5e4c545a fix html errors
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97938 13f79535-47bb-0310-9956-ffa450edef68
2002-12-15 23:05:27 +00:00
d174172d3c update version to 2.1 in main index.html.* (except korean, can't display)
and header/footer.html files


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97783 13f79535-47bb-0310-9956-ffa450edef68
2002-12-05 16:11:01 +00:00
ffd207fe8c Add a link to another tutorial by Kevin O'Donnell.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97388 13f79535-47bb-0310-9956-ffa450edef68
2002-11-04 03:25:50 +00:00
a3318e42e4 Add a note to the developer docs about Kevin O'Donnell's tutorial.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97217 13f79535-47bb-0310-9956-ffa450edef68
2002-10-15 01:49:24 +00:00
e8a7793b60 Add a link to Ryan's stuff on ONLamp. They are a little dated,
but better than anything else in the docs.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96956 13f79535-47bb-0310-9956-ffa450edef68
2002-09-23 17:05:08 +00:00
17d9358551 I'm probably not the right guy to teach people how to write thread safe
code, but I can at least document the braindead obvious issues people
might face.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96415 13f79535-47bb-0310-9956-ffa450edef68
2002-08-16 17:58:14 +00:00
ac5bc7202e Add note on c-client based on evidence from c-client mailing list archives
and, in particular, Mark Crispin's posts.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96413 13f79535-47bb-0310-9956-ffa450edef68
2002-08-16 06:53:54 +00:00
6bcf63e78c Update bzip2 entry based on examination of documentation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96412 13f79535-47bb-0310-9956-ffa450edef68
2002-08-16 06:17:16 +00:00
90688a4233 OpenLDAP 2.1.x has libldap_r.* libraries. Use that to ensure thread
safety.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96411 13f79535-47bb-0310-9956-ffa450edef68
2002-08-16 06:05:03 +00:00
ab29f5fac8 OpenSSL is thread-safe if you play its game.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96410 13f79535-47bb-0310-9956-ffa450edef68
2002-08-16 05:55:52 +00:00
84f5084d16 Add link to expat's site
Add commentary on why zlib is threadsafe (fully threadsafe as of 1.1.2
if default zalloc and zfree used - see zlib's changelog)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96409 13f79535-47bb-0310-9956-ffa450edef68
2002-08-16 05:50:56 +00:00
9c9d999832 Reformat table entries so it is easier to maintain.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96408 13f79535-47bb-0310-9956-ffa450edef68
2002-08-16 05:47:34 +00:00
75fc2c0958 I'm going to hazard a guess as to why GDBM is listed as non-threadsafe and
blame it on the error checking.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96407 13f79535-47bb-0310-9956-ffa450edef68
2002-08-16 05:28:10 +00:00
4be7339567 Remove stray </p>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96406 13f79535-47bb-0310-9956-ffa450edef68
2002-08-16 04:45:40 +00:00
e78c19a9f0 Fix up so we have a better shot at validating.
Send email to dev@httpd.apache.org if have improvements, etc, etc.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96405 13f79535-47bb-0310-9956-ffa450edef68
2002-08-16 04:45:00 +00:00
bc3269b199 Link to preliminary thread safety doc.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96403 13f79535-47bb-0310-9956-ffa450edef68
2002-08-16 04:42:35 +00:00
1c3539384f Minor copy editing
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96394 13f79535-47bb-0310-9956-ffa450edef68
2002-08-16 00:12:16 +00:00
b8ab7a75fd A bit of info from Ian
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96393 13f79535-47bb-0310-9956-ffa450edef68
2002-08-16 00:01:29 +00:00
6f630d5f36 Many more to come - just committing to get the framework in there so
people can start adding to it.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96386 13f79535-47bb-0310-9956-ffa450edef68
2002-08-15 19:14:47 +00:00
b51cd02aaa Sync with XHTML validity change.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96198 13f79535-47bb-0310-9956-ffa450edef68
2002-07-26 08:12:04 +00:00
d78c998c6a Patch submitted by David Shane Holden to make docs valid xhtml.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96194 13f79535-47bb-0310-9956-ffa450edef68
2002-07-25 21:46:42 +00:00
87405dd5e6 New Japanese translation.
Submitted by:	KUSANO Takayuki <AE5T-KSN@asahi-net.or.jp>
Reviewd by:	Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp>, Yoshiki Hayashi


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96000 13f79535-47bb-0310-9956-ffa450edef68
2002-07-10 07:03:22 +00:00
063d987575 Grammer police.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95985 13f79535-47bb-0310-9956-ffa450edef68
2002-07-09 11:24:46 +00:00
2ffc11fbaf Easy to identify wrowe docs :)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95815 13f79535-47bb-0310-9956-ffa450edef68
2002-06-19 21:09:00 +00:00
6421508638 This moved, so moved.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95813 13f79535-47bb-0310-9956-ffa450edef68
2002-06-19 20:36:39 +00:00
fc9e601987 Looks like a cut and paste error.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95668 13f79535-47bb-0310-9956-ffa450edef68
2002-06-14 09:32:26 +00:00
469412fd86 This might be helpful to folks readong code and reading this document to understand
how their filter should work.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94222 13f79535-47bb-0310-9956-ffa450edef68
2002-03-27 15:30:41 +00:00
9404c8a801 Add the "How filters work" section. Cut 'n paste job from Ryans
email <022501c1c529$f63a9550$7f00000a@KOJ>, needs formatting.

Submitted by: Ryan Bloom


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93839 13f79535-47bb-0310-9956-ffa450edef68
2002-03-11 12:03:44 +00:00
045224ce9b htmltidy made a mess of the headers and footers. Put them back in shape.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92855 13f79535-47bb-0310-9956-ffa450edef68
2002-01-15 01:48:00 +00:00
36ec29d531 Ran tidy to convert to xhtml
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91113 13f79535-47bb-0310-9956-ffa450edef68
2001-09-22 19:12:40 +00:00
64670c57ff By popular demand, the beginnings of an explanation of how the request
phase runs in 2.0 (compared with 1.3.)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91111 13f79535-47bb-0310-9956-ffa450edef68
2001-09-22 16:48:01 +00:00
c2287bf96f Header abuse.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91110 13f79535-47bb-0310-9956-ffa450edef68
2001-09-22 16:39:22 +00:00
1d82ba682f Someone isn't coding enough html lately (me)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91109 13f79535-47bb-0310-9956-ffa450edef68
2001-09-22 16:37:29 +00:00
f7c23a7e8b Move API.html over to manual/developer, begin some cleanup.
Could a DoxyGen'er please update the guidlines in documenting.html?


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91108 13f79535-47bb-0310-9956-ffa450edef68
2001-09-22 15:45:22 +00:00
09e715dbfa More of s/ap_table_t/apr_table_t/g;
Also s/ap_status_t/apr_status_t/;


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89435 13f79535-47bb-0310-9956-ffa450edef68
2001-06-27 18:51:23 +00:00
9bcbfdc46c It's apr_pool_t, not apr_pools_t. And tables are in APR's namespace, not
Apache's, so it's apr_table_t and not ap_table_t.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89434 13f79535-47bb-0310-9956-ffa450edef68
2001-06-27 18:44:20 +00:00
3b24cc7824 Update docs to reflect API changes and typos.
Harrie Hazewinkel <harrie@covalent.net>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89426 13f79535-47bb-0310-9956-ffa450edef68
2001-06-27 03:34:15 +00:00
3404634c64 Place a note in some of the files that contain obsolete information.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87505 13f79535-47bb-0310-9956-ffa450edef68
2000-12-21 22:36:03 +00:00
bab020a57c - Remove some "platform specific notes" from the main page where the
platform doesn't currently work in Apache 2.0.

- Move the API doc link to the developer/index.html.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87135 13f79535-47bb-0310-9956-ffa450edef68
2000-11-29 22:51:01 +00:00
90e122aadc A little more prettying up of developer docs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87119 13f79535-47bb-0310-9956-ffa450edef68
2000-11-29 02:30:36 +00:00
f5d7f8409a Put the developer index in the standard format.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87118 13f79535-47bb-0310-9956-ffa450edef68
2000-11-29 02:25:45 +00:00