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

Log of /httpd/httpd/trunk/include/util_charset.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: 1692 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: 1545 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, 3 months ago) by ianh
File length: 1545 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: 1425 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: 1389 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: 1389 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: 1385 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: 3604 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: 3604 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: 4042 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: 4042 byte(s)
Diff to previous 88184 (colored)
Update our copyright for this year.

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

Revision 86753 - (view) (annotate) - [select for diffs]
Modified Thu Oct 26 11:34:04 2000 UTC (9 years, 1 month ago) by trawick
File length: 4037 byte(s)
Diff to previous 86612 (colored)
Get rid of some outdated character set translation cruft.

Revision 86612 - (view) (annotate) - [select for diffs]
Modified Mon Oct 16 18:00:49 2000 UTC (9 years, 1 month ago) by trawick
File length: 5050 byte(s)
Diff to previous 86609 (colored)
Get rid of some old code related to the way that character set translation
of protocol data and bodies was performed in the past.

Revision 86609 - (view) (annotate) - [select for diffs]
Modified Mon Oct 16 06:05:15 2000 UTC (9 years, 1 month ago) by wrowe
File length: 5506 byte(s)
Diff to previous 86007 (colored)
  Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols
  for CORE_EXPORT to AP_CORE_DECLARE (namespace protecting the wrapper)
  and retitled API_EXPORT as AP_DECLARE and APR_EXPORT as APR_DECLARE.
  All _VAR_ flavors changes to _DATA to be absolutely clear.
  Thank you Greg, for the most obvious suggestion.

Revision 86007 - (view) (annotate) - [select for diffs]
Modified Sun Aug 6 05:17:52 2000 UTC (9 years, 3 months ago) by rbb
File length: 5506 byte(s)
Diff to previous 85976 (colored)
Document util_charset.h using 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: 4485 byte(s)
Diff to previous 85296 (colored)
prefix libapr functions and types with apr_

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: 4479 byte(s)
Diff to previous 85239 (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 85239 - (view) (annotate) - [select for diffs]
Added Wed May 17 12:07:49 2000 UTC (9 years, 6 months ago) by trawick
File length: 4203 byte(s)
arg!!  should have committed this with last night's changes; need
more sleep

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