Parent Directory
|
Revision Log
| Links to HEAD: | (view) (annotate) |
| Sticky Revision: |
update to new licenese header per board resolution
Its 2006 now bump the Copyright year
style cleanup: delete-trailing-whitespace
Fix doxygen warnings. Submitted by: Philip M. Gollucci Message-ID: <42D4D7BB.2010403@p6m7g8.com> Reviewed by: joes
fix line ending properties
Remove unimplemented prototypes.
Add pool, bucket_alloc to apreq_handle_t. Also clean up mnemonics wrt env, handle, & req.
- Perl API [joes] Move bake, bake2 to Apache2::Cookie, now requiring an extra $r argument. Also ""-operator is mapped to as_string() for Apache2::Cookie; but APR::Request::Cookie maps it to value(). - C API [joes] Remove header_in & header_out from apreq_module_t. Remove apreq_ua_cookie_version() and apreq_cookie_bake*(). Remove cookie2 argument to apreq_handle_custom().
Swapping trunk with the multi-env branch, step 2.
Doxygen fixes.
As reported by Max Kellermann, APR_EGENERAL doesn't have an apr_strerror in 2.0.53, so it's not portable across the platforms we try to support. This patch basically s/APR_EGENERAL/APREQ_ERROR_GENERAL/g; we still need to find a way for mod_apreq to put proper apreq error messages in the server log. Note: This patch should complete r157332, which only patched library/t/error.c.
API documentation updates. Submitted by: Max Kellermann Reviewed by: joes
++2004 in Copyrights.
Get the glue/perl/t/apreq/big_input tests passing again on *nix. Also reorder apreq_params arguments to match OO pattern.
Move apreq_status_is_error to apreq_module_status_is_error, since that's all it represents. Also drop apreq_*_(name|value) inlines; apreq_value_t needs to remain a public struct. Improved error codes in apreq_error.h, added new tests for apreq_strerrror. Also includes whitespace cleanups for function declarations; started work to bring doxygen docs back in sync. The APR::Request:: perl glue is taking shape. The basic idea is to directly map apreq_module.h to APR::Request, and map the remaining apreq_foo.h to APR::Request::Foo. Removed deprecated apreq_expires, apreq_make_*. Renamed apreq_run_$foo apreq_$foo_run. Dropped const qualifier from apreq_join's return value.
- Add apreq_error.h, apreq_module.h.
- Rename apreq_run* and apreq_make* funcs to conform with
apreq_$obj_$meth scheme.
- Replace c->version & c->secure with flags.
- Parsers are assumed to be working with external data, so the
cookies & params they produce are marked tainted.
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 |