Parent Directory
|
Revision Log
| Links to HEAD: | (view) (annotate) |
| Sticky Revision: |
property cleanup
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.
Updated the LICENSE file to the 2.0 license. Added NOTICE file. Replaced 1.1 license in c/*.c files with 2.0 license.
Log strerror(errno) when tempfile creation fails.
Updated Copyright statements.
Add missing 'else if' block to %uXXXX decoder
Update Changes; do case-insensitive matching on Content-Disposition "name" & "filename"
Applied Tatsuhiko Miyagawa's %uXXXX patch. Also mucking around with tests.
Add req->nargs.
Graham Barr's my_urlword: allows "&;" token to vary between words.
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.
mozilla hack try #3 (third time's a charm :)
Compile-error in last patch (DOH!) Try again.
2nd try at mozilla hack: adjusted r->remaining for bogus Content-Length header.
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.
license updated to ASL 1.1
Killed extra white space corresponding to s/[:space:]+$// Added a few macros for accessing struct components. PR: Obtained from: Submitted by: Reviewed by:
s/strcmp/strEQ/g s/strcasecmp/strcaseEQ/q s/strcaseEQN/strncaseEQ/g PR: Obtained from: Submitted by: Reviewed by:
Submitted by: Randy Kobes More Win32 binmode fixes. Also testing new PerlIO_importFILE defines for PERL_IMPICIT_SYS builds.
SFIO support via perl Makefile.PL DEFINE=-DSFIO Upload hooks added. PR: Obtained from: Submitted by: Reviewed by:
Fix potiential name leak in ApacheRequest_tmpfile. [joes]
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>]
initial multipart_buffer cleanup (with style more-or-less conforming to existing code, this time)
a few fixups
also parse r->args if content-type is multipart
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
make CGI.pm 2.53 compat possible
always parse the query string (if present), including POST requests
change NULL to 0 for array of ints
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.
| apache@apache.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |