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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 748782 - (view) (annotate) - [select for diffs]
Modified Sat Feb 28 07:16:23 2009 UTC (8 months, 3 weeks ago) by joes
File length: 3221 byte(s)
Diff to previous 733236 (colored)
soften up the cookie parser

Revision 733236 - (view) (annotate) - [select for diffs]
Modified Sat Jan 10 07:05:21 2009 UTC (10 months, 2 weeks ago) by joes
File length: 3221 byte(s)
Diff to previous 733216 (colored)
clean up buggy apreq_hook_find_param().

Revision 733216 - (view) (annotate) - [select for diffs]
Modified Sat Jan 10 01:21:07 2009 UTC (10 months, 2 weeks ago) by joes
File length: 3221 byte(s)
Diff to previous 533460 (colored)
gcc 4 doesn't like this cast, so use the address of the variable instead

Revision 533460 - (view) (annotate) - [select for diffs]
Modified Sun Apr 29 03:45:54 2007 UTC (2 years, 6 months ago) by joes
File length: 3221 byte(s)
Diff to previous 477025 (colored)
Add missing initializer for custom module.

Revision 477025 - (view) (annotate) - [select for diffs]
Modified Mon Nov 20 03:56:08 2006 UTC (3 years ago) by joes
File length: 3221 byte(s)
Diff to previous 472398 (colored)
  Fix leak associated to calling apreq_brigade_fwrite() on an upload
  brigade.

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

Revision 442299 - (view) (annotate) - [select for diffs]
Modified Mon Sep 11 19:25:24 2006 UTC (3 years, 2 months ago) by pgollucci
File length: 3042 byte(s)
Diff to previous 429958 (colored)
Take2:
   account for signed vs unsigned comparison error on SunOS.
  also, bump the PATCH_LEVEL


Revision 429958 - (view) (annotate) - [select for diffs]
Modified Wed Aug 9 04:40:43 2006 UTC (3 years, 3 months ago) by pgollucci
File length: 3042 byte(s)
Diff to previous 429955 (colored)
o update versions 2.09
o add new STATUS/CHANGES entries
o define APREQ_IS_DEV_VERSION


Revision 429955 - (view) (annotate) - [select for diffs]
Modified Wed Aug 9 04:19:01 2006 UTC (3 years, 3 months ago) by pgollucci
File length: 3041 byte(s)
Diff to previous 381707 (colored)
2.08 released.

Revision 381707 - (view) (annotate) - [select for diffs]
Modified Tue Feb 28 17:09:03 2006 UTC (3 years, 8 months ago) by joes
File length: 3042 byte(s)
Diff to previous 377590 (colored)
stub code for apreq_cookies

Revision 377590 - (view) (annotate) - [select for diffs]
Modified Tue Feb 14 02:52:26 2006 UTC (3 years, 9 months ago) by joes
File length: 3042 byte(s)
Diff to previous 377000 (colored)
silence -Wall warnings about unused variables

Revision 377000 - (view) (annotate) - [select for diffs]
Modified Sat Feb 11 16:31:28 2006 UTC (3 years, 9 months ago) by joes
File length: 3042 byte(s)
Diff to previous 376997 (colored)
on to 2.08

Revision 376997 - (view) (annotate) - [select for diffs]
Modified Sat Feb 11 16:15:19 2006 UTC (3 years, 9 months ago) by joes
File length: 3041 byte(s)
Diff to previous 374505 (colored)
2.07 to be released tomorrow.

Revision 374505 - (view) (annotate) - [select for diffs]
Modified Thu Feb 2 21:15:19 2006 UTC (3 years, 9 months ago) by joes
File length: 3042 byte(s)
Diff to previous 365517 (colored)
apreq_parse_urlencoded() and apreq_parse_headers() can go quadratic in
CPU because they reset their state on each invocation; they
need to maintain state across invocations in order to remain O(n).

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: 3042 byte(s)
Diff to previous 365416 (colored)
Its 2006 now
bump the Copyright year

Revision 365416 - (view) (annotate) - [select for diffs]
Modified Mon Jan 2 20:09:30 2006 UTC (3 years, 10 months ago) by pgollucci
File length: 3042 byte(s)
Diff to previous 360384 (colored)
fix
include/apreq_version.h:67: Warning: explicit link request to 'undef' could not be resolved


Revision 360384 - (view) (annotate) - [select for diffs]
Modified Sat Dec 31 18:15:29 2005 UTC (3 years, 10 months ago) by pgollucci
File length: 3041 byte(s)
Diff to previous 360292 (colored)
revert APREQ_PATCH_VERSION bump not needed

Revision 360292 - (view) (annotate) - [select for diffs]
Modified Sat Dec 31 15:25:48 2005 UTC (3 years, 10 months ago) by pgollucci
File length: 3041 byte(s)
Diff to previous 320798 (colored)
make use of the APREQ_DEFAULT_READ_LIMIT constant for the read_limit

Revision 320798 - (view) (annotate) - [select for diffs]
Modified Thu Oct 13 16:40:44 2005 UTC (4 years, 1 month ago) by joes
File length: 3041 byte(s)
Diff to previous 312985 (colored)
divine charset in param parts,
to maintain parity between multipart
and urlencoded parser.

Revision 312985 - (view) (annotate) - [select for diffs]
Modified Wed Oct 12 00:52:31 2005 UTC (4 years, 1 month ago) by joes
File length: 3041 byte(s)
Diff to previous 312984 (colored)
Add explicit cast in apreq_escape()/apreq_util.h to keep
C++ compilers happy.

Submitted by: Ville Skytta
Reviewed by: joes

Revision 312984 - (view) (annotate) - [select for diffs]
Modified Wed Oct 12 00:28:51 2005 UTC (4 years, 1 month ago) by joes
File length: 3041 byte(s)
Diff to previous 312983 (colored)
Protect against arbitrary recursion depth in apreq_parse_multipart()
by adding a reasonable compile-time MAX_LEVEL limit.

Revision 312983 - (view) (annotate) - [select for diffs]
Modified Wed Oct 12 00:15:09 2005 UTC (4 years, 1 month ago) by joes
File length: 3041 byte(s)
Diff to previous 292036 (colored)
Clean up end-of-file parsing for apreq_parse_multipart(), 
conforming to rfc-2046 5.1.1.

Revision 292036 - (view) (annotate) - [select for diffs]
Modified Tue Sep 27 20:45:48 2005 UTC (4 years, 1 month ago) by joes
File length: 3041 byte(s)
Diff to previous 291431 (colored)
Fix off-by-one bug in the header parser wrt continuation lines.

Revision 291431 - (view) (annotate) - [select for diffs]
Modified Sun Sep 25 15:45:12 2005 UTC (4 years, 2 months ago) by joes
File length: 3041 byte(s)
Diff to previous 239495 (colored)
Windows has a strange notion of "alphanumeric" for characters > 0x7f.

Reported by: Nikolay Ananiev

Revision 239495 - (view) (annotate) - [select for diffs]
Modified Wed Aug 24 01:08:56 2005 UTC (4 years, 3 months ago) by joes
File length: 3041 byte(s)
Diff to previous 235750 (colored)
Eliminate charset offsets from apreq_decode(v) return value.

Revision 235750 - (view) (annotate) - [select for diffs]
Modified Mon Aug 22 16:55:18 2005 UTC (4 years, 3 months ago) by joes
File length: 3041 byte(s)
Diff to previous 234258 (colored)
Factor out the charset detection code from url_decode
to apreq_charset_divine.  It's much cleaner to do the 
charset heuristics after decoding the string (instead of
doing it while decoding).

Revision 234258 - (view) (annotate) - [select for diffs]
Modified Sun Aug 21 16:31:39 2005 UTC (4 years, 3 months ago) by joes
File length: 3041 byte(s)
Diff to previous 234120 (colored)
Scan the resultant url-decoded string for control chars, to ensure we
always set the charset to cp1252 whenever they're present.

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: 3041 byte(s)
Diff to previous 232743 (colored)
style cleanup: delete-trailing-whitespace

Revision 232743 - (view) (annotate) - [select for diffs]
Modified Mon Aug 15 03:45:15 2005 UTC (4 years, 3 months ago) by joes
File length: 3046 byte(s)
Diff to previous 227276 (colored)
Make c++ compilers happy with explicit casts for apreq_param_charset_*.

Revision 227276 - (view) (annotate) - [select for diffs]
Modified Wed Aug 3 23:37:07 2005 UTC (4 years, 3 months ago) by joes
File length: 3046 byte(s)
Diff to previous 224717 (colored)
Allow the multipart parser to handle more than two levels of
depth in multipart parts.  This should allow the parser to 
be usable for handling generic email messages (eg. mod_smtpd).

Revision 224717 - (view) (annotate) - [select for diffs]
Modified Mon Jul 25 12:24:14 2005 UTC (4 years, 4 months ago) by joes
File length: 3046 byte(s)
Diff to previous 219206 (colored)
Bump patchlevel for hpux compiler fixes to util.c.

Revision 219206 - (view) (annotate) - [select for diffs]
Modified Fri Jul 15 14:57:45 2005 UTC (4 years, 4 months ago) by joes
File length: 3046 byte(s)
Diff to previous 209837 (colored)
  Fix apreq_decode(v) when iso-latin-1 chars appear
  at the end of an encoded string.

Reported by: Marc Gracia

Revision 209837 - (view) (annotate) - [select for diffs]
Modified Fri Jul 8 16:33:11 2005 UTC (4 years, 4 months ago) by joes
File length: 3046 byte(s)
Diff to previous 171027 (colored)
Bump patchlevel.

Revision 171027 - (view) (annotate) - [select for diffs]
Modified Fri May 20 00:53:13 2005 UTC (4 years, 6 months ago) by joes
File length: 3046 byte(s)
Diff to previous 164408 (colored)
Prevent apreq_header_attribute from backtracking
before the start of its hdr argument.

Revision 164408 - (view) (annotate) - [select for diffs]
Modified Sat Apr 23 18:42:02 2005 UTC (4 years, 7 months ago) by joes
File length: 3046 byte(s)
Diff to previous 161816 (colored)
Bump library version to 2.1.0.


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: 3046 byte(s)
Diff to previous 155843 (colored)
Swapping trunk with the multi-env branch, step 2.

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_version.h
File length: 3046 byte(s)
Diff to previous 154358 (colored)
++2004 in Copyrights.


Revision 154358 - (view) (annotate) - [select for diffs]
Modified 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_version.h
File length: 3046 byte(s)
Diff to previous 153661 (colored)
  - 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.

Revision 153661 - (view) (annotate) - [select for diffs]
Modified Sun Feb 13 20:43:46 2005 UTC (4 years, 9 months ago) by joes
Original Path: httpd/apreq/branches/multi-env-unstable/include/apreq_version.h
File length: 3051 byte(s)
Copied from: httpd/apreq/branches/multi-env-unstable/src/apreq_version.h revision 153633
Diff to previous 125263 (colored)
Reorganize around include/, library/, and module/ dirs

Revision 125263 - (view) (annotate) - [select for diffs]
Modified Sat Jan 15 15:41:46 2005 UTC (4 years, 10 months ago) by joes
Original Path: httpd/apreq/branches/multi-env-unstable/src/apreq_version.h
File length: 3046 byte(s)
Diff to previous 122925 (colored)
Create multi-env branch.

Revision 122925 - (view) (annotate) - [select for diffs]
Modified Tue Dec 21 01:50:22 2004 UTC (4 years, 11 months ago) by joes
Original Path: httpd/apreq/trunk/src/apreq_version.h
File length: 3046 byte(s)
Diff to previous 109213 (colored)
apreq_upload and apreq_uploads did not search the full body table,
because their internal apr_table_do callbacks were returning the
wrong value.

$upload->slurp and $io->read did not autovivify the resultant string.
They both need to call SvSETMAGIC just prior to returning.

Revision 109213 - (view) (annotate) - [select for diffs]
Modified Tue Nov 30 17:33:54 2004 UTC (4 years, 11 months ago) by joes
Original Path: httpd/apreq/trunk/src/apreq_version.h
File length: 3046 byte(s)
Diff to previous 106989 (colored)
Add flags to apreq_value_t, planning for future charset support.
This is an ABI change, starting with libapreq2.so.2.0.24.

Revision 106989 - (view) (annotate) - [select for diffs]
Modified Tue Nov 30 07:06:36 2004 UTC (4 years, 11 months ago) by joes
Original Path: httpd/apreq/trunk/src/apreq_version.h
File length: 3046 byte(s)
Diff to previous 106601 (colored)
  Add apreq_env_bucket_alloc() to get an allocator directly from the
  environment instead of creating them from a pool.  This is an
  ABI change, starting with libapreq2-2.0.23.

Revision 106601 - (view) (annotate) - [select for diffs]
Modified Thu Nov 25 20:47:23 2004 UTC (5 years ago) by nd
Original Path: httpd/apreq/trunk/src/apreq_version.h
File length: 3046 byte(s)
Diff to previous 105101 (colored)
property cleanup

Revision 105101 - (view) (annotate) - [select for diffs]
Modified Mon Sep 13 07:04:02 2004 UTC (5 years, 2 months ago) by joes
Original Path: httpd/apreq/trunk/src/apreq_version.h
File length: 3046 byte(s)
Diff to previous 105087 (colored)
Add apreq_register_parser(), which allows users to add their own parsers to apreq_parser()'s recognized MIME types.  Also add some memory-management todos in STATUS

Revision 105087 - (view) (annotate) - [select for diffs]
Modified Sun Sep 12 06:16:43 2004 UTC (5 years, 2 months ago) by joes
Original Path: httpd/apreq/trunk/src/apreq_version.h
File length: 3046 byte(s)
Diff to previous 104531 (colored)
Add support for multipart/mixed file uploads.

Revision 104531 - (view) (annotate) - [select for diffs]
Modified Sun Aug 8 18:42:06 2004 UTC (5 years, 3 months ago) by joes
Original Path: httpd/apreq/trunk/src/apreq_version.h
File length: 3046 byte(s)
Diff to previous 104437 (colored)
Move context-stealing code from apreq_filter into apreq_filter_make_context.  For it to work optimally on subrequests, we need to go back to setting req->parser as late as possible.  More debugging logs added to ensure the tests exercise the context stealing code, and two new tests added to env/t/request.t (which may have line-ending problems on win32?) to fully exercise the context-stealing code.  Unrelated to any of the above, this patch also drops USE_ITHREADS conditional from apreq_xs_tables.h, since
that logic is already in ppport.h.

Revision 104437 - (view) (annotate) - [select for diffs]
Modified Sat Jul 31 23:56:40 2004 UTC (5 years, 3 months ago) by joes
Original Path: httpd/apreq/trunk/src/apreq_version.h
File length: 3046 byte(s)
Diff to previous 104398 (colored)
Add body_status attribute to apreq_request_t, to allow both the environment and the parser to report any errors encountered.

Revision 104398 - (view) (annotate) - [select for diffs]
Modified Tue Jul 27 16:58:55 2004 UTC (5 years, 4 months ago) by joes
Original Path: httpd/apreq/trunk/src/apreq_version.h
File length: 3046 byte(s)
Diff to previous 104355 (colored)
Fix cookie parser lockup on non-alnum chars appearing in name/attr component of the incoming Cookie header.

Revision 104355 - (view) (annotate) - [select for diffs]
Modified Fri Jul 23 17:22:54 2004 UTC (5 years, 4 months ago) by joes
Original Path: httpd/apreq/trunk/src/apreq_version.h
File length: 3046 byte(s)
Diff to previous 104211 (colored)
  Drop APR_DELONCLOSE from apreq_file_mktemp implementation and install
  apreq_file_cleanup. When passed to apr_file_open on Win32, APR_DELONCLOSE
  sets the FILE_SHARED_DELETE flag, which is, unfortunately, a property that
  is preserved across NTFS "hard" links.  This breaks apps that link()
  the temp file to a permanent location, and subsequently expect to open it
  without FILE_SHARED_DELETE before the original tempfile is closed+deleted.
  In fact, even Apache::Upload does this, so it is a common enough event that
  the apreq_file_cleanup workaround is necessary.

Revision 104211 - (view) (annotate) - [select for diffs]
Modified Fri Jul 9 23:00:39 2004 UTC (5 years, 4 months ago) by joes
Original Path: httpd/apreq/trunk/src/apreq_version.h
File length: 3046 byte(s)
Diff to previous 104192 (colored)
Add apreq_decodev to fix bug in url parser reported by Ken Burcham.

Revision 104192 - (view) (annotate) - [select for diffs]
Modified Wed Jul 7 13:49:53 2004 UTC (5 years, 4 months ago) by joes
Original Path: httpd/apreq/trunk/src/apreq_version.h
File length: 3046 byte(s)
Diff to previous 104177 (colored)
apreq_parse_request needs to return APR_ENOTIMPL when the enctype isn't recognized.

Revision 104177 - (view) (annotate) - [select for diffs]
Modified Mon Jul 5 17:39:50 2004 UTC (5 years, 4 months ago) by joes
Original Path: httpd/apreq/trunk/src/apreq_version.h
File length: 3046 byte(s)
Diff to previous 104117 (colored)
Restrict all apr_status_t codes to APR_SUCCESS, APR_INCOMPLETE,
APR_EGENERAL, APR_EINIT, APR_ENOTIMPL, since any others will
generate confusing error messages from apr_strerror.

Revision 104117 - (view) (annotate) - [select for diffs]
Modified Thu Jul 1 18:27:40 2004 UTC (5 years, 4 months ago) by joes
Original Path: httpd/apreq/trunk/src/apreq_version.h
File length: 3046 byte(s)
Diff to previous 104088 (colored)
Bump library patchlevel due to recent apreq_parser.c tweaks.

Revision 104088 - (view) (annotate) - [select for diffs]
Modified Tue Jun 29 18:34:48 2004 UTC (5 years, 4 months ago) by joes
Original Path: httpd/apreq/trunk/src/apreq_version.h
File length: 3046 byte(s)
Diff to previous 104017 (colored)
- Perl API [joes]
  Added $jar->status, $req->args_status and $req->body_status to report
  parsing errors.

- C API [joes]
  Dropped status attribute of apreq_value_t.  Added status field to
  apreq_jar_t and added args_status field to apreq_request_t. Parsers
  also must return their public status code when a NULL brigade is passed.

Revision 104017 - (view) (annotate) - [select for diffs]
Modified Wed Jun 23 02:22:28 2004 UTC (5 years, 5 months ago) by joes
Original Path: httpd/apreq/trunk/src/apreq_version.h
File length: 3046 byte(s)
Diff to previous 104001 (colored)
Large-scale doxygen cleanups: add src/groups.dox.in to move doxygen formatting instructions out of the header files.  Document the new directives for mod_apreq, and have doxygen build manpages.  The manpages are currently unsuitable for installed documentation.

Revision 104001 - (view) (annotate) - [select for diffs]
Modified Mon Jun 21 17:49:18 2004 UTC (5 years, 5 months ago) by joes
Original Path: httpd/apreq/trunk/src/apreq_version.h
File length: 3023 byte(s)
Diff to previous 103989 (colored)
Namespace-protect remaining globals (mainly enums), and start a series of doxygen fixes.

Revision 103989 - (view) (annotate) - [select for diffs]
Modified Sat Jun 19 20:03:59 2004 UTC (5 years, 5 months ago) by joes
Original Path: httpd/apreq/trunk/src/apreq_version.h
File length: 3023 byte(s)
Diff to previous 103955 (colored)
Fully specify parser's behavior wrt input brigade. Parsers will never destroy it, and sometimes will not even clean it up completely (see comments on rejected buckets in apreq_params.h).

Revision 103955 - (view) (annotate) - [select for diffs]
Modified Tue Jun 15 04:18:27 2004 UTC (5 years, 5 months ago) by joes
Original Path: httpd/apreq/trunk/src/apreq_version.h
File length: 3023 byte(s)
Diff to previous 103943 (colored)
Eliminate APR_ADDTO macro, eliminate tempnam() dependency via apr_temp_dir_get, and enable gcc warnings when in maintainer-mode.

Revision 103943 - (view) (annotate) - [select for diffs]
Modified Mon Jun 14 02:45:16 2004 UTC (5 years, 5 months ago) by joes
Original Path: httpd/apreq/trunk/src/apreq_version.h
File length: 3023 byte(s)
Diff to previous 103876 (colored)
Version/mmn bump for today's ssl fixes.

Revision 103876 - (view) (annotate) - [select for diffs]
Modified Wed Jun 9 21:02:17 2004 UTC (5 years, 5 months ago) by joes
Original Path: httpd/apreq/trunk/src/apreq_version.h
File length: 3023 byte(s)
Diff to previous 103847 (colored)
Objectify cookie API.

Revision 103847 - (view) (annotate) - [select for diffs]
Modified Fri Jun 4 22:02:11 2004 UTC (5 years, 5 months ago) by joes
Original Path: httpd/apreq/trunk/src/apreq_version.h
File length: 3023 byte(s)
Diff to previous 103123 (colored)
  apreq_run_(hook|parser) are macros, so they are capitalized now.
  Fixed apreq_params_as_string() and added apreq_params_as_array().
  Reworked definitions of APREQ_DECLARE_HOOK, APREQ_DECLARE_PARSER
  and apreq_(parser|hook)_t, hopefully to be more Win32 friendly.
  Also updated the documentation.

Revision 103123 - (view) (annotate) - [select for diffs]
Modified Wed Mar 24 08:22:48 2004 UTC (5 years, 8 months ago) by joes
Original Path: httpd/apreq/trunk/src/apreq_version.h
File length: 3023 byte(s)
Diff to previous 102798 (colored)
Reformatted STATUS file, removing dates. Removed struct apreq_cfg_t and added corresponding
apreq_env hooks.  Bumped version numbers (note- libapreq2.so.2.0.5 is not ABI compatible
with earlier versions).  This is a large patch, but all existing tests should still pass.

Revision 102798 - (view) (annotate) - [select for diffs]
Modified Sat Feb 28 07:48:15 2004 UTC (5 years, 8 months ago) by joes
Original Path: httpd/apreq/trunk/src/apreq_version.h
File length: 3023 byte(s)
Diff to previous 102624 (colored)
Update Apache License to 2.0 in all *.[ch] files.

Revision 102624 - (view) (annotate) - [select for diffs]
Modified Mon Feb 9 21:55:15 2004 UTC (5 years, 9 months ago) by joes
Original Path: httpd/apreq/trunk/src/apreq_version.h
File length: 5032 byte(s)
Diff to previous 102132 (colored)
64 bit needs to cast MAX_FILE_BUCKET_LENGTH to avoid << overflow.  Also there was an off-by-one error in e->start when one file bucket was insufficient to hold the spooled brigade.

Revision 102132 - (view) (annotate) - [select for diffs]
Modified Wed Dec 31 16:16:46 2003 UTC (5 years, 10 months ago) by joes
Original Path: httpd/apreq/trunk/src/apreq_version.h
File length: 5032 byte(s)
Diff to previous 101793 (colored)
Recent cookie-expires fix requires a patchlevel version bump.

Revision 101793 - (view) (annotate) - [select for diffs]
Modified Sun Nov 16 04:03:46 2003 UTC (6 years ago) by joes
Original Path: httpd/apreq/trunk/src/apreq_version.h
File length: 5032 byte(s)
Diff to previous 101594 (colored)
Drop deprecated APR_BRIGADE_FOREACH

Revision 101594 - (view) (annotate) - [select for diffs]
Modified Wed Oct 29 02:20:24 2003 UTC (6 years ago) by joes
Original Path: httpd/apreq/trunk/src/apreq_version.h
File length: 5032 byte(s)
Diff to previous 101571 (colored)
Mainly doxygen fixes.  Add prebuild docs/ directory to the release tarball.  Also stop using library version numbers 2.X.Y where package versions are required 2.XX

Revision 101571 - (view) (annotate) - [select for diffs]
Modified Mon Oct 27 03:07:28 2003 UTC (6 years, 1 month ago) by joes
Original Path: httpd/apreq/trunk/src/apreq_version.h
File length: 5026 byte(s)
Diff to previous 101437 (colored)
Start 2.0.1 development with CGI as default module (embedded into libapreq2), and introduce new runtime API for setting up alternate environments.  This should make it a bit easier to port libapreq to non-ELF platforms (eg. Win32).  All current tests should still pass.

Revision 101437 - (view) (annotate) - [select for diffs]
Added Mon Oct 13 18:24:47 2003 UTC (6 years, 1 month ago) by joes
Original Path: httpd/apreq/trunk/src/apreq_version.h
File length: 5026 byte(s)
Add versioning changes to libapreq-
1) The shared library is now named libapreq2.
2) The header files get installed into their own subdirectory: apreq2.
3) Added a versioning API (apreq_version.[ch]) based on apr-util.
4) I also added an apreq2-config script based on apu-config.

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