/[Apache-SVN]/httpd/httpd/trunk/include/util_ebcdic.h
ViewVC logotype

Log of /httpd/httpd/trunk/include/util_ebcdic.h

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: 2310 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: 2163 byte(s)
Diff to previous 263931 (colored)
Update the copyright year in all .c, .h and .xml files

Revision 263931 - (view) (annotate) - [select for diffs]
Modified Sun Aug 28 23:03:59 2005 UTC (4 years, 2 months ago) by ianh
File length: 2163 byte(s)
Diff to previous 151408 (colored)
Doxygen fixup / cleanup

submited by: Neale Ranns neale ranns.org
reviewed by: Ian Holsman


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: 2033 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: 1997 byte(s)
Diff to previous 102619 (colored)
general property cleanup

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: 1997 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: 1993 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: 4212 byte(s)
Diff to previous 100928 (colored)
update license to 2004.

Revision 100928 - (view) (annotate) - [select for diffs]
Modified Thu Aug 7 14:13:11 2003 UTC (6 years, 3 months ago) by nd
File length: 4212 byte(s)
Diff to previous 98573 (colored)
fix extern "C" declaration

PR: 22203
Submitted by: Arno Bakker <arno@cs.vu.nl>

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: 4216 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: 4216 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: 4216 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: 3925 byte(s)
Diff to previous 87460 (colored)
Update copyright to 2001

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: 3920 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: 3920 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: 3910 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: 3313 byte(s)
Diff to previous 86015 (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 86015 - (view) (annotate) - [select for diffs]
Modified Mon Aug 7 01:48:55 2000 UTC (9 years, 3 months ago) by rbb
File length: 3535 byte(s)
Diff to previous 85976 (colored)
Document util_ebcdic.h with ScanDoc

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: 3192 byte(s)
Diff to previous 85238 (colored)
prefix libapr functions and types with apr_

Revision 85238 - (view) (annotate) - [select for diffs]
Modified Wed May 17 03:19:38 2000 UTC (9 years, 6 months ago) by trawick
File length: 3189 byte(s)
Diff to previous 85214 (colored)
include translation information in the request_rec;
finish converting ap_bsetflag(B_ASCII2EBCDIC or B_EBCDIC2ASCII) to
ap_bsetopt(BO_WXLATE or BO_RXLATE)

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: 3284 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: 3235 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: 3223 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