mturk 2005/06/10 00:11:14
Modified:jni/native/src error.c
Log:
Use extended macro for checking user wrapped errors.
Revision ChangesPath
1.12 +7 -12 jakarta-tomcat-connectors/jni/native/src/error.c
Index: error.c
=
mturk 2005/06/09 04:13:40
Modified:jni/java/org/apache/tomcat/jni Status.java
jni/native/include tcn.h
jni/native/src error.c network.c poll.c
Log:
Use user errors for TIMEUP and EAGAIN.
This way we'll be able to save an extra JNI call on each poll
[EMAIL PROTECTED] wrote:
jfclere 2005/06/07 03:08:08
Modified:jni/native/src error.c
Log:
typo? It cores in my machine...
-free(msg);
Yes, nasty typo. I was freeing a static string. Just great :)
Thanks for tracking that down,
Mladen.
-
jfclere 2005/06/07 03:08:08
Modified:jni/native/src error.c
Log:
typo? It cores in my machine...
Revision ChangesPath
1.10 +1 -2 jakarta-tomcat-connectors/jni/native/src/error.c
Index: error.c
==
mturk 2005/06/03 00:44:10
Modified:jni/native/src error.c
Log:
Remove extra static function by merge it to the ThrowException.
Revision ChangesPath
1.9 +6 -13 jakarta-tomcat-connectors/jni/native/src/error.c
Index: error.c
==
mturk 2005/06/03 00:35:07
Modified:jni/native/include tcn.h
jni/native/src error.c
Log:
Add generic throw for printf style arguments.
Revision ChangesPath
1.11 +2 -2 jakarta-tomcat-connectors/jni/native/include/tcn.h
Index: tcn.h
mturk 2005/04/19 12:55:42
Modified:jni/native/src error.c
Log:
Add APR_TIMEUP testing to ETIMEDOUT.
Revision ChangesPath
1.6 +4 -1 jakarta-tomcat-connectors/jni/native/src/error.c
Index: error.c
=
mturk 2005/04/19 09:32:11
Modified:jni/java/org/apache/tomcat/jni Poll.java Status.java
jni/native/src error.c poll.c
Log:
Add maintain for Poll for polling timed out sockets. Remove
thread safety flags, because this is responsibility of Java client.
Revision
mturk 2005/04/15 10:21:23
Modified:jni/java/org/apache/tomcat/jni Status.java
jni/native/src error.c
Log:
Add missing APR_STATUS_IS_ macros wrappers for socket statuses.
Revision ChangesPath
1.5 +7 -2
jakarta-tomcat-connectors/jni/java/org/apa
mturk 2005/04/15 03:16:05
Modified:jni/native/src error.c
Log:
Add ETIMEDOUT flag check.
Revision ChangesPath
1.3 +1 -1 jakarta-tomcat-connectors/jni/native/src/error.c
Index: error.c
===
mturk 2005/04/14 09:41:34
Modified:jni/native/src error.c
Log:
Add Status.APR_STATUS_IS_EAGAIN for checking non blocking sockets.
Revision ChangesPath
1.2 +2 -0 jakarta-tomcat-connectors/jni/native/src/error.c
Index: error.c
===
11 matches
Mail list logo