/[Apache-SVN]/httpd/httpd/branches/2.2.x/server/util_charset.c
ViewVC logotype

Log of /httpd/httpd/branches/2.2.x/server/util_charset.c

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 421103 - (view) (annotate) - [select for diffs]
Modified Wed Jul 12 03:38:44 2006 UTC (3 years, 4 months ago) by fielding
File length: 1533 byte(s)
Diff to previous 396056 (colored)
update license header text

Revision 396056 - (view) (annotate) - [select for diffs]
Modified Sat Apr 22 01:53:06 2006 UTC (3 years, 7 months ago) by pquerna
File length: 1386 byte(s)
Diff to previous 395231 (colored)
Revert r395231 from the 2.2.x branch.  This gets us back to the old place with regard to the copyright statements.

Revision 395231 - (view) (annotate) - [select for diffs]
Modified Wed Apr 19 12:33:16 2006 UTC (3 years, 7 months ago) by colm
File length: 1386 byte(s)
Diff to previous 332309 (colored)
Update the last year of copyright for the 2.2.x branch

Revision 332309 - (view) (annotate) - [select for diffs]
Modified Thu Nov 10 15:20:05 2005 UTC (4 years ago) by jim
File length: 1386 byte(s)
Diff to previous 234103 (colored)
No functional change: remove trailing whitespace. This also means
that "blank" lines, which had consisted of just spaces
and/or tabs are now truly blank lines

Revision 234103 - (view) (annotate) - [select for diffs]
Modified Sat Aug 20 18:21:45 2005 UTC (4 years, 3 months ago) by pquerna
File length: 1388 byte(s)
Diff to previous 151408 (colored)
Recreate 2.2.x branch from trunk.

Revision 151408 - (view) (annotate) - [select for diffs]
Modified Fri Feb 4 20:28:49 2005 UTC (4 years, 9 months ago) by jerenkrantz
Original Path: httpd/httpd/trunk/server/util_charset.c
File length: 1388 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
Original Path: httpd/httpd/trunk/server/util_charset.c
File length: 1352 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
Original Path: httpd/httpd/trunk/server/util_charset.c
File length: 1352 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
Original Path: httpd/httpd/trunk/server/util_charset.c
File length: 1348 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
Original Path: httpd/httpd/trunk/server/util_charset.c
File length: 3567 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
Original Path: httpd/httpd/trunk/server/util_charset.c
File length: 3567 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
Original Path: httpd/httpd/trunk/server/util_charset.c
File length: 4092 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
Original Path: httpd/httpd/trunk/server/util_charset.c
File length: 4092 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
Original Path: httpd/httpd/trunk/server/util_charset.c
File length: 4092 byte(s)
Diff to previous 86612 (colored)
Update copyright to 2001

Revision 86612 - (view) (annotate) - [select for diffs]
Modified Mon Oct 16 18:00:49 2000 UTC (9 years, 1 month ago) by trawick
Original Path: httpd/httpd/trunk/server/util_charset.c
File length: 4087 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
Original Path: httpd/httpd/trunk/server/util_charset.c
File length: 4508 byte(s)
Diff to previous 86400 (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 86400 - (view) (annotate) - [select for diffs]
Modified Thu Oct 5 11:21:26 2000 UTC (9 years, 1 month ago) by trawick
Original Path: httpd/httpd/trunk/server/util_charset.c
File length: 4508 byte(s)
Diff to previous 86018 (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 86018 - (view) (annotate) - [select for diffs]
Modified Mon Aug 7 19:26:02 2000 UTC (9 years, 3 months ago) by trawick
Original Path: httpd/httpd/trunk/server/util_charset.c
File length: 4779 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
Original Path: httpd/httpd/trunk/server/util_charset.c
File length: 4778 byte(s)
Diff to previous 85379 (colored)
prefix libapr functions and types with apr_

Revision 85379 - (view) (annotate) - [select for diffs]
Modified Fri Jun 2 15:55:20 2000 UTC (9 years, 5 months ago) by trawick
Original Path: httpd/httpd/trunk/server/util_charset.c
File length: 4773 byte(s)
Diff to previous 85296 (colored)
APACHE_XLATE, when doing translation that isn't single-byte-only

We must zap the Content-length header (if any).  Otherwise, the
browser will be seriously confused :)  The header is zapped in
ap_set_keepalive() right before we look for Content-length, transfer
encoding, HTTP level, etc. to decide, among other issues, whether or
not to turn on chunked encoding.  For HTTP 1.1, if we don't send
Content-length, we need to use chunked encoding, so we have to zap
the header before that decision.

Interestingly, in Russian Apache the Content-length header is
zapped after ap_set_keepalive() is called, so with HTTP 1.1 they
break the content-length-or-chunked rule.

Revision 85296 - (view) (annotate) - [select for diffs]
Added Thu May 25 20:51:25 2000 UTC (9 years, 6 months ago) by trawick
Original Path: httpd/httpd/trunk/server/util_charset.c
File length: 4677 byte(s)
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.

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