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

Log of /httpd/httpd/trunk/include/http_connection.h

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 645412 - (view) (annotate) - [select for diffs]
Modified Mon Apr 7 08:44:14 2008 UTC (19 months, 2 weeks ago) by pquerna
File length: 5538 byte(s)
Diff to previous 420983 (colored)
Remove CORE_PRIVATE.

This define serves no modern purpose, since every module in the wild, including 
our own define it, for no purpose.

If you have functions which you do not want in the 'public' API, put them
in a private header, that is not installed, just like mod_ssl does.

Revision 420983 - (view) (annotate) - [select for diffs]
Modified Tue Jul 11 20:33:53 2006 UTC (3 years, 4 months ago) by fielding
File length: 5565 byte(s)
Diff to previous 395228 (colored)
update license header text

Revision 395228 - (view) (annotate) - [select for diffs]
Modified Wed Apr 19 12:11:27 2006 UTC (3 years, 7 months ago) by colm
File length: 5418 byte(s)
Diff to previous 263931 (colored)
Update the copyright year in all .c, .h and .xml files

Revision 263931 - (view) (annotate) - [select for diffs]
Modified Sun Aug 28 23:03:59 2005 UTC (4 years, 2 months ago) by ianh
File length: 5418 byte(s)
Diff to previous 151408 (colored)
Doxygen fixup / cleanup

submited by: Neale Ranns neale ranns.org
reviewed by: Ian Holsman


Revision 151408 - (view) (annotate) - [select for diffs]
Modified Fri Feb 4 20:28:49 2005 UTC (4 years, 9 months ago) by jerenkrantz
File length: 5289 byte(s)
Diff to previous 106103 (colored)
Update copyright year to 2005 and standardize on current copyright owner line.

Revision 106103 - (view) (annotate) - [select for diffs]
Modified Sun Nov 21 18:50:36 2004 UTC (5 years ago) by nd
File length: 5253 byte(s)
Diff to previous 102793 (colored)
general property cleanup

Revision 102793 - (view) (annotate) - [select for diffs]
Modified Sat Feb 28 00:45:26 2004 UTC (5 years, 8 months ago) by madhum
File length: 5253 byte(s)
Diff to previous 102619 (colored)
Send the 'Close Alert' message to the peer upon closing a SSL session. This
required creating a new EOC (End-Of-Connection) bucket type to notify mod_ssl
that the connection is about to be closed.


Reviewed by: Joe Orton, Justin Erenkrantz

Revision 102619 - (view) (annotate) - [select for diffs]
Modified Mon Feb 9 20:40:53 2004 UTC (5 years, 9 months ago) by nd
File length: 4258 byte(s)
Diff to previous 102548 (colored)
fix name of The Apache Software Foundation

Revision 102548 - (view) (annotate) - [select for diffs]
Modified Sat Feb 7 19:27:57 2004 UTC (5 years, 9 months ago) by nd
File length: 4254 byte(s)
Diff to previous 102525 (colored)
fix copyright dates according to the first check in

Revision 102525 - (view) (annotate) - [select for diffs]
Modified Fri Feb 6 22:58:42 2004 UTC (5 years, 9 months ago) by nd
File length: 4254 byte(s)
Diff to previous 102135 (colored)
apply Apache License, Version 2.0

Revision 102135 - (view) (annotate) - [select for diffs]
Modified Thu Jan 1 13:26:26 2004 UTC (5 years, 10 months ago) by nd
File length: 6280 byte(s)
Diff to previous 98573 (colored)
update license to 2004.

Revision 98573 - (view) (annotate) - [select for diffs]
Modified Mon Feb 3 17:53:28 2003 UTC (6 years, 9 months ago) by nd
File length: 6280 byte(s)
Diff to previous 94304 (colored)
finished that boring job:
update license to 2003.

Happy New Year! ;-))

Revision 94304 - (view) (annotate) - [select for diffs]
Modified Fri Mar 29 08:17:26 2002 UTC (7 years, 8 months ago) by jwoolley
File length: 6280 byte(s)
Diff to previous 93918 (colored)
BUCKET FREELISTS

Add an allocator-passing mechanism throughout the bucket brigades API.

From Apache's standpoint, the apr_bucket_alloc_t* used throughout a given
connection is stored in the conn_rec by the create_connection hook.  That
means it's the MPM's job to optimize recycling of apr_bucket_alloc_t's --
the MPM must ensure that no two threads can ever use the same one at the
same time, for instance.

Revision 93918 - (view) (annotate) - [select for diffs]
Modified Wed Mar 13 20:48:07 2002 UTC (7 years, 8 months ago) by fielding
File length: 6211 byte(s)
Diff to previous 93259 (colored)
Update our copyright for this year.

Revision 93259 - (view) (annotate) - [select for diffs]
Modified Tue Feb 5 22:18:49 2002 UTC (7 years, 9 months ago) by rbb
File length: 6211 byte(s)
Diff to previous 93171 (colored)
Remove the install_transport_filters hook.  The same function can be
acheived with the pre_connection hook.  I have added the socket to the
pre_connection phase to make this possible.
Reviewed by:	Bill Stoddard

Revision 93171 - (view) (annotate) - [select for diffs]
Modified Fri Feb 1 22:16:31 2002 UTC (7 years, 9 months ago) by stoddard
File length: 6290 byte(s)
Diff to previous 93087 (colored)
Reintroduce the create_connection hook. This hook is required to enable
modules to completely take over all network i/o from the core.

Revision 93087 - (view) (annotate) - [select for diffs]
Modified Tue Jan 29 19:02:04 2002 UTC (7 years, 9 months ago) by stoddard
File length: 5973 byte(s)
Diff to previous 93050 (colored)
This patch restores most of Ryan's patch (11/12/2001) to remove the
client_socket from the conn_rec.  Diffs from Ryan's patch include:

- rename the create_connection hook to install_transport_filters
- move the point of invocation of the hook till after the call to
  after ap_update_vhost_given_ip to enable the hook to use vhost
  config info in its decision making.

Revision 93050 - (view) (annotate) - [select for diffs]
Modified Sun Jan 27 12:52:08 2002 UTC (7 years, 10 months ago) by stoddard
File length: 5356 byte(s)
Diff to previous 92512 (colored)
Remove the create_connection hook and put the client_socket back into the
conn_rec. The create_connection_hook has a design flaw that prevents it
from making decisions based on vhost information.

Revision 92512 - (view) (annotate) - [select for diffs]
Modified Tue Dec 18 13:48:54 2001 UTC (7 years, 11 months ago) by trawick
File length: 5619 byte(s)
Diff to previous 91968 (colored)
Change core code to allow an MPM to set hard thread/server
limits at startup.

Revision 91968 - (view) (annotate) - [select for diffs]
Modified Thu Nov 15 20:49:54 2001 UTC (8 years ago) by rbb
File length: 5538 byte(s)
Diff to previous 91913 (colored)
Pull lingering close out of the pool cleanup phase.  This was causing too
many bugs.  Instead, it is called where it used to be called.  I have
abstracted some of the logic out of the lingering close so that it gets
the socket from the connection using the core's conn_config vector.  This
is in anticipation of a change to use a hook for the lingering close,
which I hope to do soon.

Revision 91913 - (view) (annotate) - [select for diffs]
Modified Tue Nov 13 20:29:54 2001 UTC (8 years ago) by rbb
File length: 5534 byte(s)
Diff to previous 91911 (colored)
Add the server_rec argument back to the create_connection hook.
Submitted by:	Greg Stein

Revision 91911 - (view) (annotate) - [select for diffs]
Modified Tue Nov 13 20:10:11 2001 UTC (8 years ago) by rbb
File length: 5514 byte(s)
Diff to previous 91906 (colored)
Remove ap_new_connection from the header.  I missed this when I removed
the function.
Submitted by:   Brad Nicholes <BNICHOLES@novell.com>

Revision 91906 - (view) (annotate) - [select for diffs]
Modified Tue Nov 13 17:44:07 2001 UTC (8 years ago) by rbb
File length: 6012 byte(s)
Diff to previous 91899 (colored)
Back out my last patch.  The logic to add sockets to pollsets is back in
the MPM

Revision 91899 - (view) (annotate) - [select for diffs]
Modified Tue Nov 13 07:15:36 2001 UTC (8 years ago) by rbb
File length: 6123 byte(s)
Diff to previous 91892 (colored)
This allows modules to add socket descriptors to the pollset.  I have
only added this to the perfork MPM, and the others work without it.
Tomorrow I will add it to the other MPMs.

Revision 91892 - (view) (annotate) - [select for diffs]
Modified Tue Nov 13 04:01:28 2001 UTC (8 years ago) by rbb
File length: 6012 byte(s)
Diff to previous 91890 (colored)
Add docs for the newest hook.

Revision 91890 - (view) (annotate) - [select for diffs]
Modified Tue Nov 13 02:09:07 2001 UTC (8 years ago) by rbb
File length: 5413 byte(s)
Diff to previous 91887 (colored)
Cleanup some code that was created during the abstration.  This basically
takes the old ap_new_connection, and puts into the new core_create_conn
function.  There is no good reason to have two functions to do this.

Revision 91887 - (view) (annotate) - [select for diffs]
Modified Mon Nov 12 23:49:08 2001 UTC (8 years ago) by rbb
File length: 5716 byte(s)
Diff to previous 91839 (colored)
Begin to abstract out the underlying transport layer.
The first step is to remove the socket from the conn_rec,
the server now lives in a context that is passed to the
core's input and output filters. This forces us to be very
careful when adding calls that use the socket directly,
because the socket isn't available in most locations.

Revision 91839 - (view) (annotate) - [select for diffs]
Modified Sat Nov 10 21:07:13 2001 UTC (8 years ago) by rbb
File length: 5292 byte(s)
Diff to previous 91832 (colored)
Fix the Windows MPM.  Windows doesn't always use the lingering close
function. If it can re-use the socket, we are better off not calling
the function.  To fix this, we re-expose the lingering_close function,
and we allow the MPM to remove the cleanup.

Revision 91832 - (view) (annotate) - [select for diffs]
Modified Sat Nov 10 18:26:30 2001 UTC (8 years ago) by rbb
File length: 4690 byte(s)
Diff to previous 89749 (colored)
Remove ap_lingering_close from all of the MPMs. This is now done as
a cleanup registered with the connection_pool.  I have also turned
ap_lingering_close into a static function, because it is only used
in connection.c.  This is the next step to consolidating all of the
socket function calls.  ap_lingering_close will only be added if the
core is dealing with a standard socket.

Revision 89749 - (view) (annotate) - [select for diffs]
Modified Fri Jul 27 21:01:16 2001 UTC (8 years, 4 months ago) by wrowe
File length: 5283 byte(s)
Diff to previous 89078 (colored)
  Doc formatting fixes

Revision 89078 - (view) (annotate) - [select for diffs]
Modified Fri May 11 04:35:41 2001 UTC (8 years, 6 months ago) by chuck
File length: 5283 byte(s)
Diff to previous 88449 (colored)
Add the AP_DECLARE()/AP_CORE_DECLARE macros on the return types of
functions used by mod_proxy for export in DLL
Submitted by:	Ian Holsman <IanH@cnet.com>
Reviewed by:	Chuck murcko

Revision 88449 - (view) (annotate) - [select for diffs]
Modified Sun Mar 4 06:27:27 2001 UTC (8 years, 8 months ago) by rbb
File length: 5266 byte(s)
Diff to previous 88184 (colored)
Move more code from the http module into the core server.  This
is core code, basically the default handler, the default input
and output filters, and all of the core configuration directives.
All of this code is required in order for the server to work, with or
without HTTP.  The server is closer to working without the HTTP
module, although there is still more to do.

I tried to fix Windows, but somebody should probably make sure I did
it correctly.

Revision 88184 - (view) (annotate) - [select for diffs]
Modified Fri Feb 16 04:26:53 2001 UTC (8 years, 9 months ago) by fielding
File length: 5712 byte(s)
Diff to previous 87982 (colored)
Update copyright to 2001

Revision 87982 - (view) (annotate) - [select for diffs]
Modified Mon Feb 5 15:04:32 2001 UTC (8 years, 9 months ago) by trawick
File length: 5707 byte(s)
Diff to previous 87970 (colored)
ap_new_connection() returns NULL if an error occurred (prefork MPM
and ap_new_connection() were changed last week)

I have skipped putting the change into WinNT MPM and mod_proxy.  I
left a note in the mod_proxy code; for the NT MPM I think I can talk
somebody into doing the right thing for me.

Revision 87970 - (view) (annotate) - [select for diffs]
Modified Sun Feb 4 03:00:15 2001 UTC (8 years, 9 months ago) by dougm
File length: 5633 byte(s)
Diff to previous 87748 (colored)
fix minor prototype inconsistencies noticed with C::Scan

Revision 87748 - (view) (annotate) - [select for diffs]
Modified Fri Jan 19 22:32:15 2001 UTC (8 years, 10 months ago) by wrowe
File length: 5631 byte(s)
Diff to previous 87739 (colored)
  The fast fix to get FirstBill back out of the gate.  It brings up an
  issue I'll address to the list.

Revision 87739 - (view) (annotate) - [select for diffs]
Modified Fri Jan 19 18:38:34 2001 UTC (8 years, 10 months ago) by wrowe
File length: 5624 byte(s)
Diff to previous 87731 (colored)
  By popular review

Revision 87731 - (view) (annotate) - [select for diffs]
Modified Fri Jan 19 07:04:36 2001 UTC (8 years, 10 months ago) by wrowe
File length: 5607 byte(s)
Diff to previous 87181 (colored)
  The big change.  This is part 3 of the apr-util symbols rename, please
  see the first commit of srclib/apr-util/include (cvs apr-util/include)
  for the quick glance at symbols changed.

Revision 87181 - (view) (annotate) - [select for diffs]
Modified Mon Dec 4 19:24:10 2000 UTC (8 years, 11 months ago) by trawick
File length: 5606 byte(s)
Diff to previous 87098 (colored)
Get rid of ap_new_apr_connection().  ap_new_connection() now has
fewer parameters: the local and remote socket addresses were removed
from the parameter list because all required information is available
via the APR socket.

I haven't tested the most important part -- the WinNT MPM changes
-- but it compiles and it looks okay :)  If the WinNT MPM works on
Win98 these days let me know.

Revision 87098 - (view) (annotate) - [select for diffs]
Modified Tue Nov 28 03:01:10 2000 UTC (8 years, 11 months ago) by rbb
File length: 6262 byte(s)
Diff to previous 86709 (colored)
Fix some incorrect docs
Submitted by:	Jon Travis <jtravis@covalent.net>

Revision 86709 - (view) (annotate) - [select for diffs]
Modified Mon Oct 23 10:46:20 2000 UTC (9 years, 1 month ago) by rbb
File length: 6217 byte(s)
Diff to previous 86651 (colored)
Make lingering close access the socket directly, instead of relying on
BUFF.  This has been tested, but all we can determine is that it doesn't
fail, not that it works.  This needs to be tested much better.

Revision 86651 - (view) (annotate) - [select for diffs]
Modified Wed Oct 18 19:12:16 2000 UTC (9 years, 1 month ago) by rbb
File length: 6166 byte(s)
Diff to previous 86609 (colored)
This begins to remove BUFF from the server.  The idea is to go very slowly
with this.  To begin with, we store both the socket and the BUFF in the
conn_rec.  Functions are free to use which ever they want, in the end all
of the data goes to the same place.  This modifies all of the MPMs except
Windows.  All of the Unix MPMs are working, but the others need to be
tested.

Revision 86609 - (view) (annotate) - [select for diffs]
Modified Mon Oct 16 06:05:15 2000 UTC (9 years, 1 month ago) by wrowe
File length: 6209 byte(s)
Diff to previous 86364 (colored)
  Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols
  for CORE_EXPORT to AP_CORE_DECLARE (namespace protecting the wrapper)
  and retitled API_EXPORT as AP_DECLARE and APR_EXPORT as APR_DECLARE.
  All _VAR_ flavors changes to _DATA to be absolutely clear.
  Thank you Greg, for the most obvious suggestion.

Revision 86364 - (view) (annotate) - [select for diffs]
Modified Mon Oct 2 19:52:37 2000 UTC (9 years, 1 month ago) by rbb
File length: 6205 byte(s)
Diff to previous 85976 (colored)
Move where the CORE_IN filter is added to the server.  We used to do this
in ap_new_connection, but that is bogus, because then other modules can't
put their own filter in.  Now, we do this in a new pre-connection hook
function.  Later, we will want to add some checking to make sure that this
is really an HTTP request that we are adding the filter for.

Revision 85976 - (view) (annotate) - [select for diffs]
Modified Wed Aug 2 05:27:38 2000 UTC (9 years, 3 months ago) by dougm
File length: 5988 byte(s)
Diff to previous 85961 (colored)
prefix libapr functions and types with apr_

Revision 85961 - (view) (annotate) - [select for diffs]
Modified Mon Jul 31 03:54:20 2000 UTC (9 years, 3 months ago) by rbb
File length: 5985 byte(s)
Diff to previous 85959 (colored)
Make http_log use ScanDoc

Revision 85959 - (view) (annotate) - [select for diffs]
Modified Mon Jul 31 03:14:36 2000 UTC (9 years, 3 months ago) by rbb
File length: 5938 byte(s)
Diff to previous 85700 (colored)
Document http_connection.h using ScanDoc

Revision 85700 - (view) (annotate) - [select for diffs]
Modified Mon Jun 26 20:37:49 2000 UTC (9 years, 5 months ago) by trawick
File length: 3450 byte(s)
Diff to previous 85319 (colored)
Remove const from ap_socket_t parameters on APR functions so that
APR can modify the ap_socket_t as it sees fit.  It may choose to
modify the ap_socket_t on functions which only read from the ap_socket_t
conceptually.

Note: http_connection::ap_new_apr_connection() passes its ap_socket_t
arg to one of the changed functions, so const was removed there also.

Revision 85319 - (view) (annotate) - [select for diffs]
Modified Sat May 27 22:53:48 2000 UTC (9 years, 6 months ago) by wrowe
File length: 3431 byte(s)
Diff to previous 85309 (colored)
PR:
Obtained from:
Submitted by:
Reviewed by:

  Reverse out additional linkage argument from DECLARE_HOOK
  and IMPLEMENT_HOOK macros.

Revision 85309 - (view) (annotate) - [select for diffs]
Modified Sat May 27 05:28:02 2000 UTC (9 years, 6 months ago) by wrowe
File length: 3453 byte(s)
Diff to previous 85201 (colored)
  This patch corrects the issues from the AP_EXPORT and linkage 
  specification arguments to the ap_hooks.h declarations.  As with
  the APR_ and AP_ patches, API_VAR_EXPORT becomes API_EXPORT_VAR,
  and MODULE_VAR_EXPORT becomes MODULE_EXPORT_VAR.

  I will be happy to revert the inclusion of ap_config.h from 
  httpd.h if this bothers anyone.  More individual modules need
  to be patched if we do so.

  The API_EXPORTs all moved into central storage in the ap_config.h
  header.  Without WIN32 or API_STATIC compile time declarations, 
  these macros remain no-ops.

  This patch also moves the following data from http_main to http_config:

    const char *ap_server_argv0;
    const char *ap_server_root;
    ap_array_header_t *ap_server_pre_read_config;
    ap_array_header_t *ap_server_post_read_config;
    ap_array_header_t *ap_server_config_defines;

  And the following variables had already moved into ap_hooks.c:

    ap_pool_t *g_pHookPool;  (initialized now in http_config)
    int g_bDebugHooks;                   (out of http_config)
    const char *g_szCurrentHookName;     (out of http_config)

  The changes to http_main.c are in preparation for that module to
  move out to a seperate .exe for win32.  Other platforms will be
  unaffected, outside of these changes.

Revision 85201 - (view) (annotate) - [select for diffs]
Modified Fri May 12 00:40:58 2000 UTC (9 years, 6 months ago) by stoddard
File length: 3431 byte(s)
Diff to previous 85066 (colored)
Add the prototype for ap_lingering_close()

Revision 85066 - (view) (annotate) - [select for diffs]
Modified Thu Apr 27 23:44:16 2000 UTC (9 years, 7 months ago) by dougm
File length: 3394 byte(s)
Diff to previous 85045 (colored)
change ap_hook_pre_connection from VOID to RUN_ALL

Revision 85045 - (view) (annotate) - [select for diffs]
Modified Wed Apr 26 07:14:39 2000 UTC (9 years, 7 months ago) by dougm
File length: 3395 byte(s)
Diff to previous 84963 (colored)
add AP_ prefix to *HOOK* macros

Revision 84963 - (view) (annotate) - [select for diffs]
Modified Fri Apr 14 15:59:20 2000 UTC (9 years, 7 months ago) by rbb
File length: 3389 byte(s)
Diff to previous 84877 (colored)
Change ap_context_t to ap_pool_t.  This compiles, runs, and serves pages
on Linux, but probably breaks somewhere.

Revision 84877 - (view) (annotate) - [select for diffs]
Modified Fri Mar 31 07:19:05 2000 UTC (9 years, 7 months ago) by fielding
File length: 3395 byte(s)
Diff to previous 84725 (colored)
Update to Apache Software License version 1.1

Revision 84725 - (view) (annotate) - [select for diffs]
Modified Fri Mar 10 00:07:37 2000 UTC (9 years, 8 months ago) by rbb
File length: 3732 byte(s)
Diff to previous 84493 (colored)
Fix all the License issues.  Including:
s/Apache Group/Apache Software Foundation/
s/1999/2000/
s/Sascha's license/ASF license

Revision 84493 - (view) (annotate) - [select for diffs]
Modified Wed Jan 19 01:16:31 2000 UTC (9 years, 10 months ago) by rbb
File length: 3606 byte(s)
Diff to previous 84029 (colored)
Finish the commits for the change in the header files.  Basically, this hides
all of the Apache macros that modules don't need access to.  This should
have been committed with the modules, but I wasn't paying attention to the
directory I was in when I ran the commit.
Submitted by:	Manoj Kasichainula and Ryan Bloom

Revision 84029 - (view) (annotate) - [select for diffs]
Modified Sun Oct 24 05:59:22 1999 UTC (10 years, 1 month ago) by bjh
File length: 3579 byte(s)
Diff to previous 83852 (colored)
Enhancements for APR network_io. Adds separate local/remote access methods for
a socket's port, IP address and sockaddr_in.

Updates for Apache code to use these, allowing the correct IP address of
clients to be logged.

Revision 83852 - (view) (annotate) - [select for diffs]
Modified Tue Aug 31 05:35:52 1999 UTC (10 years, 2 months ago) by rbb
File length: 3420 byte(s)
Diff to previous 83662 (colored)
Changed pools to contexts.  Tested with prefork and pthread mpm's.  I'll
check this out tomorrow and make sure everything was checked in correctly.

Revision 83662 - (view) (annotate) - [select for diffs]
Modified Fri Aug 13 06:58:08 1999 UTC (10 years, 3 months ago) by manoj
File length: 3412 byte(s)
Diff to previous 83581 (colored)
Add a connection ID to conn_rec. It uniquely identifies a connection at
any instant in time. It's not very well tested yet.

Revision 83581 - (view) (annotate) - [select for diffs]
Modified Thu Aug 5 19:56:24 1999 UTC (10 years, 3 months ago) by manoj
File length: 3403 byte(s)
Diff to previous 83486 (colored)
Take child_num and thread_num out of conn_rec. They aren't used anywhere
anymore, and conn_rec is the wrong place for them.

Revision 83486 - (view) (annotate) - [select for diffs]
Modified Thu Jul 22 19:17:21 1999 UTC (10 years, 4 months ago) by ben
File length: 3441 byte(s)
Diff to previous 83434 (colored)
And with one bound, he was free! This seemingly minor change allows modules
to take over connection processing, thus making Apache multiprotocol. Woo!

Revision 83434 - (view) (annotate) - [select for diffs]
Modified Mon Jul 5 13:00:45 1999 UTC (10 years, 4 months ago) by ben
File length: 3347 byte(s)
Diff to previous 83422 (colored)
Strawman hooks implementation (beginning of).

Revision 83422 - (view) (annotate) - [select for diffs]
Modified Fri Jul 2 18:22:27 1999 UTC (10 years, 4 months ago) by manoj
File length: 3262 byte(s)
Diff to previous 83398 (colored)
Use ap_new_connection in pthread MPM. This required adding an argument
to ap_new_connection for now: thread_num.

Revision 83398 - (view) (annotate) - [select for diffs]
Modified Tue Jun 29 09:00:25 1999 UTC (10 years, 5 months ago) by ben
File length: 3246 byte(s)
Diff to previous 83343 (colored)
New API for I/O layering, and dependency updates.

Revision 83343 - (view) (annotate) - [select for diffs]
Added Fri Jun 18 18:39:23 1999 UTC (10 years, 5 months ago) by dgaudet
File length: 3071 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