1
0
mirror of https://github.com/apache/httpd.git synced 2025-07-29 09:01:18 +03:00

22 Commits

Author SHA1 Message Date
7f6aec2cf7 Follow up to r1880368 and r1880980:
Complete move to .en.utf8 suffixes in two steps:

1. From fresh checkout, renamed all existing files:
 
$ for f in *.html.en */*.html.en; do svn mv $f $f.utf8; done

2. Ran "./build.sh all" which also regenerates the typemaps.

[skip ci]


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1880982 13f79535-47bb-0310-9956-ffa450edef68
2020-08-19 07:31:23 +00:00
e04a53399a Update "en" generated doc files to UTF-8
There seems to be an issue with mod_socache_redis.*
The files were marked as deleted in my tree, and are not seen as modified after running ./build.sh

[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1878790 13f79535-47bb-0310-9956-ffa450edef68
2020-06-13 07:18:35 +00:00
402dbbad20 Update transformations.
Sorry for the noise, blame it to the
simplified chinese cleanup.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1199540 13f79535-47bb-0310-9956-ffa450edef68
2011-11-08 23:46:40 +00:00
a90ae4579d Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1199509 13f79535-47bb-0310-9956-ffa450edef68
2011-11-08 22:53:44 +00:00
12137c2258 update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@653706 13f79535-47bb-0310-9956-ffa450edef68
2008-05-06 08:31:14 +00:00
8d00650919 build typemaps
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100196 13f79535-47bb-0310-9956-ffa450edef68
2003-06-07 23:37:23 +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
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
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
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