cvs commit: jakarta-tomcat-connectors/jni/native/src network.c poll.c

2005-06-10 Thread mturk
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

cvs commit: jakarta-tomcat-connectors/jni/native/src network.c poll.c

2005-04-23 Thread mturk
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

cvs commit: jakarta-tomcat-connectors/jni/native/src network.c poll.c

2005-04-14 Thread mturk
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

cvs commit: jakarta-tomcat-connectors/jni/native/src network.c poll.c

2005-04-13 Thread mturk
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