Thank-you for your e-mail.
Please note that i will be away from the office starting Wednesday June
29th, returning Thursday July 7th, with no access to email. In my absence,
kindly contact Cheri Dueck at [EMAIL PROTECTED]
Kind Regards,
Natasha Hasmani
Senior Event Manager
--
Thank-you for your e-mail.
Please note that i will be away from the office starting Wednesday June
29th, returning Thursday July 7th, with no access to email. In my absence,
kindly contact Cheri Dueck at [EMAIL PROTECTED]
Kind Regards,
Natasha Hasmani
Senior Event Manager
--
mturk 2005/07/02 04:03:24
Modified:jni/native/src network.c
Log:
Do not set net-> members to NULL.
Revision ChangesPath
1.43 +5 -5 jakarta-tomcat-connectors/jni/native/src/network.c
Index: network.c
==
mturk 2005/07/02 00:19:11
Modified:jni/native/include tcn.h
jni/native/os/unix uxpipe.c
jni/native/os/win32 ntpipe.c
jni/native/src network.c sslnetwork.c
Log:
Used abstract structure for setting the network layer instead directly
sett
mturk 2005/06/30 01:20:56
Modified:jni/native/include tcn.h
jni/native/os/win32 ntpipe.c
jni/native/src network.c sslnetwork.c
Log:
Add abstracts for getting and setting the socket options.
We need that becasue nt pipes or unix sockets can not
use
mturk 2005/06/24 01:21:29
Modified:jni/native libtcnative.dsp tcnative.dsp
jni/native/src network.c sslnetwork.c
Added: jni/native/os/win32 ntpipe.c
Log:
Added NT Pipe network layer.
The same will be done for AF_UNIX/AF_LOCAL.
Revision ChangesPath
mturk 2005/06/23 07:10:08
Modified:jni/native/src network.c
Log:
Add missing function wrappers for getting and setting the timeout on
accepted socket.
Revision ChangesPath
1.39 +3 -1 jakarta-tomcat-connectors/jni/native/src/network.c
Index: network.c
mturk 2005/06/18 09:36:15
Modified:jni/java/org/apache/tomcat/jni Socket.java
jni/native/include tcn.h
jni/native/src network.c
Log:
Add Socket.get method for obtaining private struct members.
Revision ChangesPath
1.18 +21 -1
jaka
mturk 2005/06/18 09:07:59
Modified:jni/native/src network.c
Log:
Remove fake apr_socket_t struct. It is not needed any more.
Revision ChangesPath
1.36 +1 -8 jakarta-tomcat-connectors/jni/native/src/network.c
Index: network.c
mturk 2005/06/18 08:35:44
Modified:jni/native/src network.c
Log:
APR_EOF is also the 'reset' event caused by remote closing the socket.
Revision ChangesPath
1.35 +23 -9 jakarta-tomcat-connectors/jni/native/src/network.c
Index: network.c
=
mturk 2005/06/18 08:10:22
Modified:jni/native/src network.c
Log:
Add TRACE for connection closed errors.
Revision ChangesPath
1.34 +15 -1 jakarta-tomcat-connectors/jni/native/src/network.c
Index: network.c
mturk 2005/06/18 07:34:28
Modified:jni/native/include tcn.h
jni/native/src network.c
Log:
Add more assertions to the network for DEBUG builds.
Revision ChangesPath
1.24 +6 -5 jakarta-tomcat-connectors/jni/native/include/tcn.h
Index: tcn.h
mturk 2005/06/18 07:03:09
Modified:jni/native/include tcn.h
jni/native/src network.c sslnetwork.c
Log:
Use apr_socket_t as proto for socket callback to make compilers
happy about struct pointers.
Revision ChangesPath
1.23 +6 -6 jakarta-tomcat-
mturk 2005/06/18 05:02:51
Modified:jni/native/src network.c
Log:
Add transport metricks when compiled with TRACE support.
Revision ChangesPath
1.31 +94 -3 jakarta-tomcat-connectors/jni/native/src/network.c
Index: network.c
===
mturk 2005/06/17 07:17:00
Modified:jni/native/include tcn.h
jni/native/src network.c sslnetwork.c
Log:
Instead duplicating entire Socket API, duplicate APR API.
Revision ChangesPath
1.21 +12 -16jakarta-tomcat-connectors/jni/native/include/tcn.h
mturk 2005/06/17 04:22:30
Modified:jni/native/include tcn.h
jni/native/src network.c sslnetwork.c
Log:
Update SSL socket functions as pointers to the socket implementation.
Revision ChangesPath
1.20 +4 -8 jakarta-tomcat-connectors/jni/native/inc
mturk 2005/06/15 07:43:13
Modified:jni/native/src network.c
Log:
Use stack buffer for small (< 8K) byte arrays.
Revision ChangesPath
1.26 +43 -26jakarta-tomcat-connectors/jni/native/src/network.c
Index: network.c
=
mturk 2005/06/10 00:06:10
Modified:jni/java/org/apache/tomcat/jni Status.java
jni/native/include tcn.h
jni/native/src network.c poll.c
Log:
Use macros for portable wrapping of APR_STATUS_IS to
user error messages for most common return values
Re
mturk 2005/05/29 23:15:53
Modified:jni/native/src network.c
Log:
Add atomic ops for counting statistic data.
Revision ChangesPath
1.23 +10 -8 jakarta-tomcat-connectors/jni/native/src/network.c
Index: network.c
mturk 2005/05/28 00:48:29
Modified:jni/java/org/apache/tomcat/jni Pool.java
jni/native/src network.c pool.c
Log:
Add missing userdata functions for Pool.
Those will be used for SSL socket abstraction.
Revision ChangesPath
1.5 +32 -1
jakarta-t
mturk 2005/05/19 11:00:00
Modified:jni/java/org/apache/tomcat/jni Socket.java
jni/native/src network.c
Log:
Added Socket.addressfilter that together with
Library.APR_HAS_SO_ACCEPTFILTER can set accept filters like
"httpready" so that accept is not firered before
mturk 2005/05/19 10:34:18
Modified:jni/native/src network.c
Log:
Add missing getservbyname interface.
Revision ChangesPath
1.17 +13 -0 jakarta-tomcat-connectors/jni/native/src/network.c
Index: network.c
===
mturk 2005/05/19 11:30:13
Modified:jni/native/src network.c
Added: jni/java/org/apache/tomcat/jni Multicast.java
Log:
Added Multicast.java and apr_mcast_* wrappers.
Revision ChangesPath
1.1
jakarta-tomcat-connectors/jni/java/org/apache/tomcat/j
mturk 2005/05/16 03:46:59
Modified:jni/native/src network.c
Log:
Remove all calls to functions that was used for checking of
input param validity. If needed it is much cheaper to do that in Java
side, and ensure the calling params are correct.
Revision ChangesPath
1
mturk 2005/04/23 11:33:39
Modified:jni/java/org/apache/tomcat/jni Socket.java
jni/native/src network.c
Log:
Use long for sendfile size.
Revision ChangesPath
1.14 +4 -4
jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/Socket.java
In
mturk 2005/04/23 08:51:03
Modified:jni/java/org/apache/tomcat/jni Socket.java
jni/native/src network.c poll.c
Log:
Remove 'senfilet' function, because it's useless. Also return
the error from Poll.poll
Revision ChangesPath
1.13 +1 -24
jakarta-
This email address is not in use. To contact us please visit www.ps.com
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
mturk 2005/04/18 09:22:23
Modified:jni/java/org/apache/tomcat/jni Socket.java
jni/native/src network.c
Log:
Added sendfilet (sendfile with timeout) function to skip the need
to call two additional JNI calls in case we wish nonblocking sendifle.
Revision Chang
mturk 2005/04/18 05:31:13
Modified:jni/native/src network.c pool.c
Log:
Added ASSERT macro for DEBUG build to track the invalid params.
Revision ChangesPath
1.12 +28 -1 jakarta-tomcat-connectors/jni/native/src/network.c
Index: network.c
=
Remy Maucherat wrote:
Mladen Turk wrote:
[EMAIL PROTECTED] wrote:
jfclere 2005/04/16 03:31:34
Modified:jni/java/org/apache/tomcat/jni Socket.java
jni/native/src network.c
Log:
Throw an exception when bind() failed.
Why did you do that?
I mean there is no need to thr
mturk 2005/04/16 07:53:36
Modified:jni/java/org/apache/tomcat/jni Socket.java
jni/native/src network.c
Log:
Add atmark function for querying OOB socket data.
Revision ChangesPath
1.9 +17 -9
jakarta-tomcat-connectors/jni/java/org/apache/tomcat/j
mturk 2005/04/16 07:47:20
Modified:jni/java/org/apache/tomcat/jni Socket.java
jni/native/src network.c
Log:
Remove unnecessary exceptions for calls that can return
negative values as error codes.
Revision ChangesPath
1.8 +3 -5
jakarta-tomcat
Mladen Turk wrote:
[EMAIL PROTECTED] wrote:
jfclere 2005/04/16 03:31:34
Modified:jni/java/org/apache/tomcat/jni Socket.java
jni/native/src network.c
Log:
Throw an exception when bind() failed.
Why did you do that?
I mean there is no need to throw an exception if we
[EMAIL PROTECTED] wrote:
jfclere 2005/04/16 03:31:34
Modified:jni/java/org/apache/tomcat/jni Socket.java
jni/native/src network.c
Log:
Throw an exception when bind() failed.
Why did you do that?
I mean there is no need to throw an exception if we can get a direct
APR
jfclere 2005/04/16 03:31:34
Modified:jni/java/org/apache/tomcat/jni Socket.java
jni/native/src network.c
Log:
Throw an exception when bind() failed.
Revision ChangesPath
1.7 +3 -2
jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/Socket.j
mturk 2005/04/15 03:26:19
Modified:jni/java/org/apache/tomcat/jni Socket.java
jni/native/src network.c
Log:
Added timeout reads for recv and recvb.
Revision ChangesPath
1.6 +48 -1
jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/Socket.
mturk 2005/04/14 09:41:24
Modified:jni/native/src network.c
Log:
Remove exceptions from recv and send. Returned error codes are
negative values.
Revision ChangesPath
1.5 +44 -25jakarta-tomcat-connectors/jni/native/src/network.c
Index: network.c
==
mturk 2005/04/13 23:47:56
Modified:jni/java/org/apache/tomcat/jni Poll.java
jni/native/src network.c poll.c
Log:
Add time to live to socket Poller, so we can maintain resources.
The returned descriptor will be returned with
APR_POOLIN + APR_POLLHUP in case the r
mturk 2005/04/13 06:17:42
Modified:jni/native/src network.c poll.c
Log:
Add offset for send and receive oprations to skip the need for array copy.
Revision ChangesPath
1.3 +54 -8 jakarta-tomcat-connectors/jni/native/src/network.c
Index: network.c
==
mturk 2005/02/05 04:33:09
Modified:jni/native/src network.c
Log:
Fix accept call returning newly accepted socket.
Revision ChangesPath
1.2 +1 -1 jakarta-tomcat-connectors/jni/native/src/network.c
Index: network.c
===
40 matches
Mail list logo