/[Apache-SVN]/httpd/apreq/branches/1.x/c/apache_request.c
ViewVC logotype

Log of /httpd/apreq/branches/1.x/c/apache_request.c

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 106603 - (view) (annotate) - [select for diffs]
Modified Thu Nov 25 20:55:02 2004 UTC (5 years ago) by nd
File length: 16642 byte(s)
Diff to previous 102760 (colored)
property cleanup

Revision 102760 - (view) (annotate) - [select for diffs]
Modified Tue Feb 24 17:42:21 2004 UTC (5 years, 9 months ago) by joes
File length: 16642 byte(s)
Diff to previous 102752 (colored)
Update Perl API licenses to ALv2, removing AUTHOR info from documentation per
instructions at http://www.apache.org/dev/apply-license.html.
Also apply pending fixes:
  1) Content-Type parser in apache_request.c (Opera 7.20 supplies extra attributes).
  2) Apache::Request->instance returns undef if passed  object is undef.

Revision 102752 - (view) (annotate) - [select for diffs]
Modified Mon Feb 23 19:57:19 2004 UTC (5 years, 9 months ago) by davidw
File length: 16333 byte(s)
Diff to previous 101314 (colored)
Updated the LICENSE file to the 2.0 license.

Added NOTICE file.

Replaced 1.1 license in c/*.c files with 2.0 license.

Revision 101314 - (view) (annotate) - [select for diffs]
Modified Fri Sep 26 09:44:02 2003 UTC (6 years, 2 months ago) by joes
File length: 18558 byte(s)
Diff to previous 100567 (colored)
Log strerror(errno) when tempfile creation fails.

Revision 100567 - (view) (annotate) - [select for diffs]
Modified Sat Jul 12 17:42:00 2003 UTC (6 years, 4 months ago) by davidw
File length: 18453 byte(s)
Diff to previous 99660 (colored)
Updated Copyright statements.

Revision 99660 - (view) (annotate) - [select for diffs]
Modified Wed Apr 30 14:53:09 2003 UTC (6 years, 6 months ago) by joes
File length: 18448 byte(s)
Diff to previous 99441 (colored)
Add missing 'else if' block to %uXXXX decoder

Revision 99441 - (view) (annotate) - [select for diffs]
Modified Fri Apr 18 15:58:14 2003 UTC (6 years, 7 months ago) by joes
File length: 18297 byte(s)
Diff to previous 98831 (colored)
Update Changes; do case-insensitive matching on Content-Disposition "name" & "filename"

Revision 98831 - (view) (annotate) - [select for diffs]
Modified Thu Feb 27 21:30:10 2003 UTC (6 years, 8 months ago) by joes
File length: 18289 byte(s)
Diff to previous 98828 (colored)
Applied Tatsuhiko Miyagawa's %uXXXX patch.  Also mucking around with tests.

Revision 98828 - (view) (annotate) - [select for diffs]
Modified Thu Feb 27 20:03:58 2003 UTC (6 years, 8 months ago) by joes
File length: 15831 byte(s)
Diff to previous 95822 (colored)
Add req->nargs.

Revision 95822 - (view) (annotate) - [select for diffs]
Modified Thu Jun 20 05:10:07 2002 UTC (7 years, 5 months ago) by joes
File length: 14975 byte(s)
Diff to previous 93481 (colored)
Graham Barr's my_urlword: allows "&;" token to vary between words.

Revision 93481 - (view) (annotate) - [select for diffs]
Modified Mon Feb 18 16:48:27 2002 UTC (7 years, 9 months ago) by joes
File length: 15112 byte(s)
Diff to previous 93371 (colored)
Mozilla 0.97 hack- final attempt?

Mozilla 0.97 is missing a required CRLF with each empty file field.
This problem also affects the (correctly) precomputed Content-Length
header, so we must adjust r->remaining to prevent a blocked ap_bread
inside ap_get_client_block.  This means we must also curb fill_buffer's
appetite by preventing it from reading the entire final boundary marker.
This should provide enough room to correct r->remaining and prevent
the ap_bread block.

Revision 93371 - (view) (annotate) - [select for diffs]
Modified Tue Feb 12 17:03:10 2002 UTC (7 years, 9 months ago) by joes
File length: 14765 byte(s)
Diff to previous 93370 (colored)
mozilla hack try #3 (third time's a charm :)

Revision 93370 - (view) (annotate) - [select for diffs]
Modified Tue Feb 12 01:47:37 2002 UTC (7 years, 9 months ago) by joes
File length: 14716 byte(s)
Diff to previous 93365 (colored)
Compile-error in last patch (DOH!)  Try again.

Revision 93365 - (view) (annotate) - [select for diffs]
Modified Mon Feb 11 23:13:40 2002 UTC (7 years, 9 months ago) by joes
File length: 14681 byte(s)
Diff to previous 93355 (colored)
2nd try at mozilla hack: adjusted r->remaining for bogus Content-Length
header.

Revision 93355 - (view) (annotate) - [select for diffs]
Modified Sun Feb 10 13:48:37 2002 UTC (7 years, 9 months ago) by joes
File length: 14662 byte(s)
Diff to previous 93125 (colored)
Workaround for Mozilla empty file uploads (missing a CRLF).
Also includes a bugfix: DISABLE_UPLOADS should allow
multipart/form-data posts that don't contain file upload fields.

Revision 93125 - (view) (annotate) - [select for diffs]
Modified Thu Jan 31 06:35:12 2002 UTC (7 years, 9 months ago) by joes
File length: 14371 byte(s)
Diff to previous 89415 (colored)
license updated to ASL 1.1

Revision 89415 - (view) (annotate) - [select for diffs]
Modified Tue Jun 26 10:58:29 2001 UTC (8 years, 5 months ago) by davidw
File length: 14389 byte(s)
Diff to previous 89361 (colored)
Killed extra white space corresponding to s/[:space:]+$//
Added a few macros for accessing struct components.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 89361 - (view) (annotate) - [select for diffs]
Modified Tue Jun 12 22:46:40 2001 UTC (8 years, 5 months ago) by dougm
File length: 14435 byte(s)
Diff to previous 89313 (colored)
s/strcmp/strEQ/g
s/strcasecmp/strcaseEQ/q
s/strcaseEQN/strncaseEQ/g
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 89313 - (view) (annotate) - [select for diffs]
Modified Fri Jun 8 22:20:40 2001 UTC (8 years, 5 months ago) by joes
File length: 14435 byte(s)
Diff to previous 89258 (colored)
Submitted by:	Randy Kobes

More Win32 binmode fixes. Also testing new PerlIO_importFILE defines for
PERL_IMPICIT_SYS builds.

Revision 89258 - (view) (annotate) - [select for diffs]
Modified Sat Jun 2 13:41:23 2001 UTC (8 years, 5 months ago) by joes
File length: 14414 byte(s)
Diff to previous 88521 (colored)
SFIO support via perl Makefile.PL DEFINE=-DSFIO
Upload hooks added.

PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 88521 - (view) (annotate) - [select for diffs]
Modified Thu Mar 15 15:05:35 2001 UTC (8 years, 8 months ago) by joes
File length: 14096 byte(s)
Diff to previous 88519 (colored)
Fix potiential name leak in ApacheRequest_tmpfile. [joes]

Revision 88519 - (view) (annotate) - [select for diffs]
Modified Thu Mar 15 03:04:13 2001 UTC (8 years, 8 months ago) by joes
File length: 14081 byte(s)
Diff to previous 87382 (colored)
fix $r->param( key => [ 0..9 ] ), convert to XS. [Joe Schaefer <joe@sunstarsys.com>]
Thanks to Jody Biggs <jody@codegrok.com> for the spot and suggested fix.

req->upload_hook, req->hook_data added. [David Welton <davidw@prosa.it>]

upload->tempname, req->temp_dir; $upload->link(), $upload->tempname()
added. [Joe Schaefer <joe@sunstarsys.com>]

handle cookies containing "&", "=" in data. [Joe Schaefer <joe@sunstarsys.com>]

Revision 87382 - (view) (annotate) - [select for diffs]
Modified Sun Dec 17 00:36:38 2000 UTC (8 years, 11 months ago) by jimw
File length: 13218 byte(s)
Diff to previous 84859 (colored)
initial multipart_buffer cleanup (with style more-or-less conforming to existing code, this time)

Revision 84859 - (view) (annotate) - [select for diffs]
Modified Thu Mar 30 06:04:41 2000 UTC (9 years, 7 months ago) by dougm
File length: 13109 byte(s)
Diff to previous 84853 (colored)
a few fixups

Revision 84853 - (view) (annotate) - [select for diffs]
Modified Thu Mar 30 05:03:29 2000 UTC (9 years, 7 months ago) by dougm
File length: 13103 byte(s)
Diff to previous 83926 (colored)
also parse r->args if content-type is multipart

Revision 83926 - (view) (annotate) - [select for diffs]
Modified Fri Oct 1 19:40:23 1999 UTC (10 years, 1 month ago) by dougm
File length: 13051 byte(s)
Diff to previous 83423 (colored)
fix problem with mozilla:
[libapreq] unknown content-type:
`application/x-www-form-urlencoded; charset=ISO-8859-1'

fix nasty bug when connection is broken during file upload

Revision 83423 - (view) (annotate) - [select for diffs]
Modified Sat Jul 3 00:46:57 1999 UTC (10 years, 4 months ago) by dougm
File length: 13050 byte(s)
Diff to previous 83139 (colored)
make CGI.pm 2.53 compat possible

Revision 83139 - (view) (annotate) - [select for diffs]
Modified Fri Apr 30 21:10:52 1999 UTC (10 years, 6 months ago) by dougm
File length: 12807 byte(s)
Diff to previous 82717 (colored)
always parse the query string (if present), including POST requests

Revision 82717 - (view) (annotate) - [select for diffs]
Modified Thu Jan 28 02:50:06 1999 UTC (10 years, 10 months ago) by dougm
File length: 12806 byte(s)
Diff to previous 82707 (colored)
change NULL to 0 for array of ints

Revision 82707 - (view) (annotate) - [select for diffs]
Added Wed Jan 27 01:33:19 1999 UTC (10 years, 10 months ago) by dougm
File length: 12809 byte(s)
Initial revision

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