Parent Directory
|
Revision Log
| Links to HEAD: | (view) (annotate) |
| Sticky Revision: |
property cleanup
Updated the LICENSE file to the 2.0 license. Added NOTICE file. Replaced 1.1 license in c/*.c files with 2.0 license.
Updated Copyright statements.
license updated to ASL 1.1
Includes Maurice Aubrey's apache_cookie.c patch to ignore empty cookie attributes; also replaces ap_getword calls with ap_getword_nulls for parsing "&" separator. Both patches bring the behavior of Apache::Cookie closer to that of CGI::Cookie, and hopefully improve the functionality of the C interface as well. ToDo updated to reflect current state of package; copious documentation patches to prepare for a new release version.
Killed extra white space corresponding to s/[:space:]+$// Added a few macros for accessing struct components. 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>]
Handle cookies with names but no value Submitted by: David Welton <davidw@prosa.it>
unescape cookie names properly Submitted by: David Welton
remove #ifdef CGI_253
-DCGI_253
make CGI.pm 2.53 compat possible
fixed another bug related to path_info
fixed Apache::Cookie->path bug
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 |