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

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

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: 4278 byte(s)
Diff to previous 102763 (colored)
property cleanup

Revision 102763 - (view) (annotate) - [select for diffs]
Modified Tue Feb 24 18:57:19 2004 UTC (5 years, 9 months ago) by davidw
File length: 4278 byte(s)
Diff to previous 100532 (colored)
Updated .h files with 2.0 license.

Revision 100532 - (view) (annotate) - [select for diffs]
Modified Thu Jul 10 11:08:50 2003 UTC (6 years, 4 months ago) by joes
File length: 3671 byte(s)
Diff to previous 98828 (colored)
Apply Graham Clark's macro cleanups and fixed missing doc credits for Steve Hay.

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: 3621 byte(s)
Diff to previous 97398 (colored)
Add req->nargs.

Revision 97398 - (view) (annotate) - [select for diffs]
Modified Tue Nov 5 00:07:16 2002 UTC (7 years ago) by davidw
File length: 3473 byte(s)
Diff to previous 89415 (colored)
Added a macro for setting the temp directory.

Reviewed by: Joe Schaefer

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: 3406 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: 3240 byte(s)
Diff to previous 89258 (colored)
s/strcmp/strEQ/g
s/strcasecmp/strcaseEQ/q
s/strcaseEQN/strncaseEQ/g
PR:
Obtained from:
Submitted by:
Reviewed by:

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: 3240 byte(s)
Diff to previous 88519 (colored)
SFIO support via perl Makefile.PL DEFINE=-DSFIO
Upload hooks added.

PR:
Obtained from:
Submitted by:
Reviewed by:

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: 2746 byte(s)
Diff to previous 87572 (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 87572 - (view) (annotate) - [select for diffs]
Modified Wed Jan 3 03:58:56 2001 UTC (8 years, 10 months ago) by jimw
File length: 2580 byte(s)
Diff to previous 84853 (colored)
* 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>

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: 2577 byte(s)
Diff to previous 83423 (colored)
also parse r->args if content-type is multipart

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: 2312 byte(s)
Diff to previous 82707 (colored)
make CGI.pm 2.53 compat possible

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: 2259 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