/[Apache-SVN]/httpd/apreq/branches/1.x/Cookie/Cookie.xs
ViewVC logotype

Log of /httpd/apreq/branches/1.x/Cookie/Cookie.xs

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 109974 - (view) (annotate) - [select for diffs]
Modified Mon Dec 6 14:51:57 2004 UTC (4 years, 11 months ago) by stas
File length: 5781 byte(s)
Diff to previous 106603 (colored)
Fix `strEQ' redefined warnings in the perl build

Revision 106603 - (view) (annotate) - [select for diffs]
Modified Thu Nov 25 20:55:02 2004 UTC (5 years ago) by nd
File length: 5781 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: 5781 byte(s)
Diff to previous 102631 (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 102631 - (view) (annotate) - [select for diffs]
Modified Wed Feb 11 03:20:59 2004 UTC (5 years, 9 months ago) by stas
File length: 5164 byte(s)
Diff to previous 89268 (colored)
added a proper implementation of the ithreads support. At the same
time it should resolve the problem with perl 5.8.2 under threaded
applications, since it no longer relies on the implicit context and
passes aTHX around.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 89268 - (view) (annotate) - [select for diffs]
Modified Mon Jun 4 17:16:42 2001 UTC (8 years, 5 months ago) by joes
File length: 5052 byte(s)
Diff to previous 88097 (colored)
Submitted by:	Randy Kobes <randy@theoryx5.uwinnipeg.ca>


Randy's patch to silence Win32 isnan warnings with apache 1.3.20

Revision 88097 - (view) (annotate) - [select for diffs]
Modified Sun Feb 11 23:33:50 2001 UTC (8 years, 9 months ago) by jimw
File length: 4902 byte(s)
Diff to previous 87599 (colored)
win32 patches from randy

Revision 87599 - (view) (annotate) - [select for diffs]
Modified Sun Jan 7 03:25:03 2001 UTC (8 years, 10 months ago) by jimw
File length: 4043 byte(s)
Diff to previous 87572 (colored)
apache_cookie.h already includes apache_request.h

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: 4071 byte(s)
Diff to previous 84850 (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 84850 - (view) (annotate) - [select for diffs]
Modified Thu Mar 30 04:49:14 2000 UTC (9 years, 8 months ago) by dougm
File length: 4050 byte(s)
Diff to previous 83393 (colored)
deal properly with Apache::Cookie->new(key => undef)

Revision 83393 - (view) (annotate) - [select for diffs]
Modified Tue Jun 29 01:49:16 1999 UTC (10 years, 5 months ago) by dougm
File length: 4004 byte(s)
Diff to previous 82707 (colored)
Apache::Cookie->new($r)->parse will properly return () instead of
undef when there is no cookie header

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