Parent Directory
|
Revision Log
| Links to HEAD: | (view) (annotate) |
| Sticky Revision: |
property cleanup
Updated .h files with 2.0 license.
Apply Graham Clark's macro cleanups and fixed missing doc credits for Steve Hay.
Add req->nargs.
Added a macro for setting the temp directory. Reviewed by: Joe Schaefer
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:
SFIO support via perl Makefile.PL DEFINE=-DSFIO Upload hooks added. PR: Obtained from: Submitted by: Reviewed by:
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>]
* If compiling using a non-gcc compiler the gcc __attribute__ feature gets defined twice, once by apache headers and once by perl headers. The patch undefs it inbetween so the compiler does not barf because of the redefinition. * The function my_memstr c/apache_multipart_buffer.c attempts to perform pointer arithmetic on void * variables, which does not work in standard C as a void * has no size. I changed the pointers to unsigned char *. * The header file apache_request.h does use a C++ comment which produces warning in a normal C compiler about extra garbage at the end of an #endif pre-processor statement, making this a C comment avoids the warning. * AIX needs extra linker flags to cope with the special .exp file mechanism that defines the symbols to export for a dynamic shared object/shared library. The Apache::src module has a convenient method to retrieve these flags if needed. Submitted by: Jens-Uwe Mager <jum@helios.de>
also parse r->args if content-type is multipart
make CGI.pm 2.53 compat possible
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 |