/[Apache-SVN]/httpd/httpd/trunk/server/util_ebcdic.c
ViewVC logotype

Log of /httpd/httpd/trunk/server/util_ebcdic.c

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 420983 - (view) (annotate) - [select for diffs]
Modified Tue Jul 11 20:33:53 2006 UTC (3 years, 4 months ago) by fielding
File length: 3235 byte(s)
Diff to previous 395228 (colored)
update license header text

Revision 395228 - (view) (annotate) - [select for diffs]
Modified Wed Apr 19 12:11:27 2006 UTC (3 years, 7 months ago) by colm
File length: 3088 byte(s)
Diff to previous 332306 (colored)
Update the copyright year in all .c, .h and .xml files

Revision 332306 - (view) (annotate) - [select for diffs]
Modified Thu Nov 10 15:11:44 2005 UTC (4 years ago) by jim
File length: 3088 byte(s)
Diff to previous 151408 (colored)
No functional Change: Removing trailing whitespace. This also
means that "blank" lines consisting of just spaces or
tabs are now really blank lines

Revision 151408 - (view) (annotate) - [select for diffs]
Modified Fri Feb 4 20:28:49 2005 UTC (4 years, 9 months ago) by jerenkrantz
File length: 3105 byte(s)
Diff to previous 106103 (colored)
Update copyright year to 2005 and standardize on current copyright owner line.

Revision 106103 - (view) (annotate) - [select for diffs]
Modified Sun Nov 21 18:50:36 2004 UTC (5 years ago) by nd
File length: 3069 byte(s)
Diff to previous 104078 (colored)
general property cleanup

Revision 104078 - (view) (annotate) - [select for diffs]
Modified Tue Jun 29 13:33:24 2004 UTC (5 years, 5 months ago) by martin
File length: 3069 byte(s)
Diff to previous 102619 (colored)
Use standardized names for ISO-8859-1, see http://www.iana.org/assignments/character-sets
(Using the name iso8859-1 may still work, because it is aliased in apr-iconv/ccs/charset.aliases)

Revision 102619 - (view) (annotate) - [select for diffs]
Modified Mon Feb 9 20:40:53 2004 UTC (5 years, 9 months ago) by nd
File length: 3067 byte(s)
Diff to previous 102525 (colored)
fix name of The Apache Software Foundation

Revision 102525 - (view) (annotate) - [select for diffs]
Modified Fri Feb 6 22:58:42 2004 UTC (5 years, 9 months ago) by nd
File length: 3063 byte(s)
Diff to previous 102135 (colored)
apply Apache License, Version 2.0

Revision 102135 - (view) (annotate) - [select for diffs]
Modified Thu Jan 1 13:26:26 2004 UTC (5 years, 10 months ago) by nd
File length: 5282 byte(s)
Diff to previous 101894 (colored)
update license to 2004.

Revision 101894 - (view) (annotate) - [select for diffs]
Modified Wed Nov 26 02:09:25 2003 UTC (6 years ago) by trawick
File length: 5282 byte(s)
Diff to previous 98573 (colored)
tidy up some charset recoding issues

the "need" for APACHE_XLATE went away some years ago when BUFF went
POOF and charset recoding (translation) of non-protocol data
could no longer be performed by the core...

Revision 98573 - (view) (annotate) - [select for diffs]
Modified Mon Feb 3 17:53:28 2003 UTC (6 years, 9 months ago) by nd
File length: 5740 byte(s)
Diff to previous 93918 (colored)
finished that boring job:
update license to 2003.

Happy New Year! ;-))

Revision 93918 - (view) (annotate) - [select for diffs]
Modified Wed Mar 13 20:48:07 2002 UTC (7 years, 8 months ago) by fielding
File length: 5740 byte(s)
Diff to previous 88361 (colored)
Update our copyright for this year.

Revision 88361 - (view) (annotate) - [select for diffs]
Modified Mon Feb 26 22:07:00 2001 UTC (8 years, 9 months ago) by gregames
File length: 5740 byte(s)
Diff to previous 88184 (colored)
insure that canned error msgs are translated to ascii before leaving
an ebcdic server in worst case scenarios.

Revision 88184 - (view) (annotate) - [select for diffs]
Modified Fri Feb 16 04:26:53 2001 UTC (8 years, 9 months ago) by fielding
File length: 5212 byte(s)
Diff to previous 87731 (colored)
Update copyright to 2001

Revision 87731 - (view) (annotate) - [select for diffs]
Modified Fri Jan 19 07:04:36 2001 UTC (8 years, 10 months ago) by wrowe
File length: 5207 byte(s)
Diff to previous 87460 (colored)
  The big change.  This is part 3 of the apr-util symbols rename, please
  see the first commit of srclib/apr-util/include (cvs apr-util/include)
  for the quick glance at symbols changed.

Revision 87460 - (view) (annotate) - [select for diffs]
Modified Wed Dec 20 16:44:01 2000 UTC (8 years, 11 months ago) by trawick
File length: 5203 byte(s)
Diff to previous 87424 (colored)
Switch to the APR-provided APR_CHARSET_EBCDIC feature test macro.

Revision 87424 - (view) (annotate) - [select for diffs]
Modified Tue Dec 19 17:05:48 2000 UTC (8 years, 11 months ago) by rbb
File length: 5204 byte(s)
Diff to previous 86751 (colored)
Force all Apache functions to be linked into the executable, whether they
are used or not.  This uses the same mechanism that is used for APR
and APR-util.  This may not be the correct solution, but it works, and that
is what I really care about.  This also renames CHARSET_EBCDIC to
AP_CHARSET_EBCDIC.  This is for namespace correctness, but it also makes
the exports script a bit easier.

Revision 86751 - (view) (annotate) - [select for diffs]
Modified Thu Oct 26 10:48:28 2000 UTC (9 years, 1 month ago) by trawick
File length: 5198 byte(s)
Diff to previous 86400 (colored)
 Introduce ap_xlate_proto_{to|from}_ascii() to clean up some of
the EBCDIC support.  They are noops on ASCII machines, so this
type of translation doesn't have to be surrounded by #ifdef
CHARSET_EBCDIC.

Revision 86400 - (view) (annotate) - [select for diffs]
Modified Thu Oct 5 11:21:26 2000 UTC (9 years, 1 month ago) by trawick
File length: 4660 byte(s)
Diff to previous 86019 (colored)
Get rid of much of the old implementation of translating the
charset of response bodies.

ap_checkconv() is removed, except for in os/bs2000 and os/tpf.
(Anything there is questionable for 2.0 anyway.)

Revision 86019 - (view) (annotate) - [select for diffs]
Modified Mon Aug 7 20:09:44 2000 UTC (9 years, 3 months ago) by trawick
File length: 6252 byte(s)
Diff to previous 86018 (colored)
Include apr_strings.h to avoid missing-prototype warning.

Revision 86018 - (view) (annotate) - [select for diffs]
Modified Mon Aug 7 19:26:02 2000 UTC (9 years, 3 months ago) by trawick
File length: 6227 byte(s)
Diff to previous 85976 (colored)
Fix some problems with the apr conversion so that APACHE_XLATE builds work
again.

Revision 85976 - (view) (annotate) - [select for diffs]
Modified Wed Aug 2 05:27:38 2000 UTC (9 years, 3 months ago) by dougm
File length: 6217 byte(s)
Diff to previous 85571 (colored)
prefix libapr functions and types with apr_

Revision 85571 - (view) (annotate) - [select for diffs]
Modified Wed Jun 14 20:38:32 2000 UTC (9 years, 5 months ago) by trawick
File length: 6211 byte(s)
Diff to previous 85313 (colored)
Add support to ap_xlate_open() for an app to specify that the
charset of the locale is to be used for the source or target
charset.

At EBCDIC initialization, use the locale charset as one of the
pair when setting up the default translation handles for content.

Revision 85313 - (view) (annotate) - [select for diffs]
Modified Sat May 27 14:05:13 2000 UTC (9 years, 6 months ago) by trawick
File length: 5940 byte(s)
Diff to previous 85296 (colored)
Fix broken comment in util_ebcdic.c
Submitted by:	Greg Ames

Revision 85296 - (view) (annotate) - [select for diffs]
Modified Thu May 25 20:51:25 2000 UTC (9 years, 6 months ago) by trawick
File length: 5936 byte(s)
Diff to previous 85247 (colored)
APACHE_XLATE, CHARSET_EBCDIC stuff:
Provide new function ap_set_content_xlate() to simplify what needs
to be done to set up translation of content.  Use it where appropriate.

With this change, EBCDIC logic was tweaked so that ap_checkconv() does
not overlay a translation handle previously stored (e.g., by a module)
unless it is turning translation off.  Unless ap_checkconv() determines
that translation is inappropriate, it should leave the translation handle
alone.

Revision 85247 - (view) (annotate) - [select for diffs]
Modified Thu May 18 19:54:44 2000 UTC (9 years, 6 months ago) by trawick
File length: 7370 byte(s)
Diff to previous 85231 (colored)
Fix some bugs in the use of APACHE_XLATE vs. CHARSET_EBCDIC
which prevented building with APACHE_XLATE on an ASCII machine.

Revision 85231 - (view) (annotate) - [select for diffs]
Modified Tue May 16 19:48:08 2000 UTC (9 years, 6 months ago) by trawick
File length: 6151 byte(s)
Diff to previous 85226 (colored)
APR-ize the CHARSET_EBCDIC support in the SHA1 routines.  The app (e.g.,
Apache, htpasswd) must call a function to set up translation.

Revision 85226 - (view) (annotate) - [select for diffs]
Modified Tue May 16 03:11:13 2000 UTC (9 years, 6 months ago) by trawick
File length: 5955 byte(s)
Diff to previous 85214 (colored)
APR-ize the CHARSET_EBCDIC support in ap_base64encode() and
ap_base64decode().  The app (e.g., Apache, ab) must call a function
to set up translation.

Revision 85214 - (view) (annotate) - [select for diffs]
Modified Mon May 15 17:51:23 2000 UTC (9 years, 6 months ago) by trawick
File length: 5733 byte(s)
Diff to previous 85175 (colored)
util_ebcdic.h, util_ebcdic.c, http_core.c:
  tweak ap_checkconv() for 2.0
buff.c:
  fix typo in comment
util_md5.h:
  change CHARSET_EBCDIC to APACHE_XLATE
util_script.c:
  APR-ize some character set conversion (EBCDIC only)

Revision 85175 - (view) (annotate) - [select for diffs]
Modified Wed May 10 01:22:31 2000 UTC (9 years, 6 months ago) by trawick
File length: 4038 byte(s)
Diff to previous 85171 (colored)
namespace-protect hdrs_to_ascii, hdrs_from_ascii, locale_to_ascii, and
locale_from_ascii by adding ap_ prefix
Submitted by:	Greg Stein

Revision 85171 - (view) (annotate) - [select for diffs]
Added Tue May 9 20:25:00 2000 UTC (9 years, 6 months ago) by trawick
File length: 4005 byte(s)
generic EBCDIC support code, changes to rfc1413.c to use APR
translation in its EBCDIC support

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2