/[Apache-SVN]/httpd/apreq/trunk/include/apreq_module.h
ViewVC logotype

Log of /httpd/apreq/trunk/include/apreq_module.h

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 472398 - (view) (annotate) - [select for diffs]
Modified Wed Nov 8 06:10:22 2006 UTC (3 years ago) by pgollucci
File length: 13467 byte(s)
Diff to previous 365517 (colored)
update to new licenese header per board resolution

Revision 365517 - (view) (annotate) - [select for diffs]
Modified Tue Jan 3 02:16:30 2006 UTC (3 years, 10 months ago) by pgollucci
File length: 13288 byte(s)
Diff to previous 234120 (colored)
Its 2006 now
bump the Copyright year

Revision 234120 - (view) (annotate) - [select for diffs]
Modified Sat Aug 20 19:50:35 2005 UTC (4 years, 3 months ago) by joes
File length: 13288 byte(s)
Diff to previous 219217 (colored)
style cleanup: delete-trailing-whitespace

Revision 219217 - (view) (annotate) - [select for diffs]
Modified Fri Jul 15 16:45:36 2005 UTC (4 years, 4 months ago) by joes
File length: 13300 byte(s)
Diff to previous 179248 (colored)
Fix doxygen warnings.

Submitted by: Philip M. Gollucci
Message-ID: <42D4D7BB.2010403@p6m7g8.com>
Reviewed by: joes

Revision 179248 - (view) (annotate) - [select for diffs]
Modified Tue May 31 17:58:16 2005 UTC (4 years, 5 months ago) by nd
File length: 13299 byte(s)
Diff to previous 168326 (colored)
fix line ending properties

Revision 168326 - (view) (annotate) - [select for diffs]
Modified Thu May 5 12:42:15 2005 UTC (4 years, 6 months ago) by joes
File length: 13299 byte(s)
Diff to previous 164679 (colored)
Remove unimplemented prototypes.

Revision 164679 - (view) (annotate) - [select for diffs]
Modified Mon Apr 25 22:43:16 2005 UTC (4 years, 7 months ago) by joes
File length: 15109 byte(s)
Diff to previous 164406 (colored)
  Add pool, bucket_alloc to apreq_handle_t.
  Also clean up mnemonics wrt env, handle, & req.

Revision 164406 - (view) (annotate) - [select for diffs]
Modified Sat Apr 23 18:34:45 2005 UTC (4 years, 7 months ago) by joes
File length: 14912 byte(s)
Diff to previous 161816 (colored)
- 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().

Revision 161816 - (view) (annotate) - [select for diffs]
Modified Mon Apr 18 23:45:32 2005 UTC (4 years, 7 months ago) by joes
File length: 16133 byte(s)
Diff to previous 157753 (colored)
Swapping trunk with the multi-env branch, step 2.

Revision 157753 - (view) (annotate) - [select for diffs]
Modified Wed Mar 16 13:59:58 2005 UTC (4 years, 8 months ago) by joes
Original Path: httpd/apreq/branches/multi-env-unstable/include/apreq_module.h
File length: 16133 byte(s)
Diff to previous 157344 (colored)
Doxygen fixes.


Revision 157344 - (view) (annotate) - [select for diffs]
Modified Sun Mar 13 17:14:04 2005 UTC (4 years, 8 months ago) by joes
Original Path: httpd/apreq/branches/multi-env-unstable/include/apreq_module.h
File length: 14335 byte(s)
Diff to previous 156729 (colored)
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.

Revision 156729 - (view) (annotate) - [select for diffs]
Modified Thu Mar 10 02:54:09 2005 UTC (4 years, 8 months ago) by joes
Original Path: httpd/apreq/branches/multi-env-unstable/include/apreq_module.h
File length: 14321 byte(s)
Diff to previous 155843 (colored)
API documentation updates.

Submitted by: Max Kellermann
Reviewed by: joes

Revision 155843 - (view) (annotate) - [select for diffs]
Modified Tue Mar 1 23:57:22 2005 UTC (4 years, 8 months ago) by joes
Original Path: httpd/apreq/branches/multi-env-unstable/include/apreq_module.h
File length: 12124 byte(s)
Diff to previous 154800 (colored)
++2004 in Copyrights.


Revision 154800 - (view) (annotate) - [select for diffs]
Modified Tue Feb 22 06:27:27 2005 UTC (4 years, 9 months ago) by joes
Original Path: httpd/apreq/branches/multi-env-unstable/include/apreq_module.h
File length: 12124 byte(s)
Diff to previous 154527 (colored)
Get the glue/perl/t/apreq/big_input tests passing again on *nix.
Also reorder apreq_params arguments to match OO pattern.





Revision 154527 - (view) (annotate) - [select for diffs]
Modified Sun Feb 20 17:00:30 2005 UTC (4 years, 9 months ago) by joes
Original Path: httpd/apreq/branches/multi-env-unstable/include/apreq_module.h
File length: 12191 byte(s)
Diff to previous 154358 (colored)
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.

Revision 154358 - (view) (annotate) - [select for diffs]
Added Fri Feb 18 22:07:36 2005 UTC (4 years, 9 months ago) by joes
Original Path: httpd/apreq/branches/multi-env-unstable/include/apreq_module.h
File length: 11914 byte(s)
  - 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.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2