[-]
[+]
|
Changed |
crossroads.spec
|
|
[-]
[+]
|
Changed |
crossroads-devel.ChangeLog
^
|
@@ -2,6 +2,14 @@
ChangeLog for Crossroads
------------------------------------------------------------------------------
+1.80 [KK 2008-05-19]
+ - "Read from <client/server> timed out" is now only an error when
+ it concerns the server. When it concerns the client, it's only a
+ verbose message.
+ - In http_copy(): Copy-thru mode from server to client is NOT
+ entered when the server sent a HTTP/1.x 3xx response. HTTP 300
+ responses are not assumed to have a body.
+
1.79 [KK 2008-04-01]
- Changed 'make' in '$(MAKE)' in all Makefiles to support 'gmake'
invocations.
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/ChangeLog
^
|
@@ -2,6 +2,14 @@
ChangeLog for Crossroads
------------------------------------------------------------------------------
+1.80 [KK 2008-05-19]
+ - "Read from <client/server> timed out" is now only an error when
+ it concerns the server. When it concerns the client, it's only a
+ verbose message.
+ - In http_copy(): Copy-thru mode from server to client is NOT
+ entered when the server sent a HTTP/1.x 3xx response. HTTP 300
+ responses are not assumed to have a body.
+
1.79 [KK 2008-04-01]
- Changed 'make' in '$(MAKE)' in all Makefiles to support 'gmake'
invocations.
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/doc/crossroads-mgr.1
^
|
@@ -1,5 +1,5 @@
.SH "e-tunity"
-.TH "crossroads-mgr" "1" "2005-2007" "crossroads" ""
+.TH "crossroads-mgr" "1" "2005-2008" "crossroads" ""
.SH "NAME"
crossroads-mgr \- Web interface for Crossroads
.PP
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/doc/crossroads.1
^
|
@@ -1,5 +1,5 @@
.SH "e-tunity"
-.TH "crossroads" "1" "2005-2007" "crossroads" ""
+.TH "crossroads" "1" "2005-2008" "crossroads" ""
.SH "NAME"
crossroads \- Load balancer and fail over utility
.PP
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/doc/crossroads.conf.7
^
|
@@ -1,5 +1,5 @@
.SH "e-tunity"
-.TH "crossroads\&.conf" "7" "2005-2007" "crossroads" ""
+.TH "crossroads\&.conf" "7" "2005-2008" "crossroads" ""
.SH "NAME"
crossroads\&.conf \- Crossroads configuration
.PP
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/doc/crossroads.html
^
|
@@ -1,16 +1,16 @@
<a name="../crossroads-defs"></a><a name="defs"></a><html><head>
-<title>Crossroads 1.79</title>
+<title>Crossroads 1.80</title>
<link rel="stylesheet" type="text/css" href="http://www.e-tunity.com/css/yodl.css">
<link rel="stylesheet" type="text/css" href="http://www.e-tunity.com/css/yodl.css">
<link rev="made" href="mailto:info@e-tunity.com">
</head>
<body>
<hr>
-<h1>Crossroads 1.79</h1>
+<h1>Crossroads 1.80</h1>
<h2>Karel Kubat <br>
Maintained by Karel Kubat (karel@kubat.nl)</h2>
-<h2>e-tunity</h2><h2>2005-2007, ff.</h2>
+<h2>e-tunity</h2><h2>2005-2008, ff.</h2>
<blockquote><em>Crossroads is a load balance and fail over utility for TCP
based services. It is a daemon program running in user
|
|
Changed |
crossroads-devel.tar.gz/doc/crossroads.pdf
^
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/etc/Makefile.def
^
|
@@ -6,10 +6,10 @@
# Versioning. This defines the overall version ID and must match the topmost
# entry in the ChangeLog.
-VER = 1.79
+VER = 1.80
# Years that Crossroads has been 'round.
-YEARS = 2005-2007
+YEARS = 2005-2008
# Author and maintainer
AUTHORNAME = Karel Kubat
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/etc/svnrev.txt
^
|
@@ -1 +1 @@
-231
+232
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/crossroads-daemon/main.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/crossroads.h
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/crossroads/main.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/allocreporter.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/ansistamp.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/backendavailable.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/backendconnect.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/backendcount.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/checkservice.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/choosebackend.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/cmdconfigtest.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/cmdrestart.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/cmdservices.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/cmdstart.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/cmdstatus.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/cmdstop.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/cmdtell.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/configmsg.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/configread.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/configwrite.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
@@ -40,7 +40,8 @@
wr_int (fd, 0, "zero string length");
} else {
#ifdef DEBUG
- msg ("Configwrite: string %s (%u bytes), %s", s, (unsigned)strlen(s), desc);
+ msg ("Configwrite: string %s (%u bytes), %s", s, (unsigned)strlen(s),
+ desc);
#endif
wr_int (fd, strlen(s), "nonzero string length");
wr (fd, s, strlen(s));
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/copysockets.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/data.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/deallocreporter.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/decrclientcount.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/dns.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/error.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/expandprogamname.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/gmtstamp.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/hashpjw.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/httpcopy.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
@@ -20,8 +20,8 @@
* This is the remaining count, or if the buffer is too small
* for that, the buffer size. */
to_copy = tot - ncopied;
- if (to_copy > opt.tcp_bufsz)
- to_copy = opt.tcp_bufsz;
+ if (to_copy > (int)opt.tcp_bufsz)
+ to_copy = (int)opt.tcp_bufsz;
buf = net_bufread (src, to_copy, &bytes, dir == dir_client_to_server);
net_write (dst, buf, bytes, dir == dir_client_to_server);
@@ -86,13 +86,19 @@
"client to server" : "server to client");
/* Check in what 'mode' we are.
- * We know 3 modes:
+ * We know the following modes:
* - Transfer-Encoding is chunked: we copy chunks
* - Content-Length is supplied: we copy that # of bytes
- * - None of the above: we don't know, go to copy-thru mode
+ * - The server sent HTTP/1.x 3xx (300 response), in that case we
+ * expect 0 bytes in the body
+ * - None of the above: we lack hints and go to copy-thru mode if the
+ * server is sending. If the client is sending, then we assume that 0
+ * bytes are being copied (these are requests GET, HEAD etc.)
+ * - All of the above unmatched: don't copy at all.
*/
-
+
if ( (mode = http_header_val (h, "transfer-encoding")) && *mode ) {
+ /* *** CHUNKED TRANSFER ENCODING *** */
if (strncasecmp ( (char const *) mode, "chunked", 7))
error ("can't handle transfer-encoding '%s'", mode);
msg ("copying chunks from %s",
@@ -108,15 +114,21 @@
if (!nbytes)
break;
}
- } else if ( (mode = http_header_val (h, "content-length")) &&
- mode ) {
+ } else if ( (mode = http_header_val (h, "content-length")) && *mode ) {
+ /* *** CONTENT-LENGTH PRESENT *** */
nbytes = atoi ( (char const *) mode );
msg ("copying %u bytes of content from %s",
nbytes,
dir == dir_client_to_server ?
"client to server" : "server to client");
copy (src, dst, dir, nbytes);
+ } else if (h->nheader && strlen(h->header[0]) > 10 &&
+ !strcmp(h->header[0], "HTTP") &&
+ h->header[0][9] == '3') {
+ /* *** HTTP/1.X 3XX RESPONSE FROM SERVER ***/
+ msg ("no bytes to copy from server to client, HTTP 300 response");
} else if (dir == dir_server_to_client) {
+ /* *** NO HINTS, BUT SERVER IS SENDING */
msg ("Starting copy-thru on body sending towards client");
if ( (cp = net_buffer (dir_server_to_client, &nbytes)) ) {
msg ("Flushing server-side buffer to client, %u bytes", nbytes);
@@ -124,6 +136,7 @@
}
copysockets (src, dst);
} else {
+ /* *** FALL-THRU *** */
msg ("Not copying body (nothing to do)");
}
}
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/httperror.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/httplogactivity.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/httpserve.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/httpserversocket.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/httpwrite.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/incrclientcount.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/initsockaddr.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/interrupt.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/ipfaddallow.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/ipfadddeny.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/ipfallowed.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/ipfdenied.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/ipfloadfile.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/ipfmatch.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/ipfparse.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/ishexdigit.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/isspace.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/lexer.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/limitsmsg.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/lockreporter.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/logactivityany.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/logactivitycontinuation.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/logactivityend.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/logactivitystart.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/makesocket.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/markactivity.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/msg.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
@@ -16,7 +16,8 @@
str = str_vprintf (fmt, args);
if (!daemonized) {
if (activeservice)
- fprintf (stderr, "INFO: Service %s: %s\n", activeservice->name, str);
+ fprintf (stderr, "INFO: Service %s: %s\n", activeservice->name,
+ str);
else
fprintf (stderr, "INFO: Crossroads: %s\n", str);
} else {
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/msgdumpbuf.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/netallocbufs.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/netbuffer.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/netbufread.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/netcopy.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/netread.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
@@ -51,7 +51,10 @@
decr_client_count();
log_activity_end();
mark_activity (0, 0, is_client ? st_available : st_unavailable);
- error ("read from %s timed out", desc);
+ if (is_client)
+ msg ("read from %s timed out", desc);
+ else
+ error ("read from %s timed out", desc);
}
/* Check for exceptions. */
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/netwrite.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/optionsread.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/optionswrite.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/parser.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/parserclose.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/parserfilename.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/parserinput.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/parseropen.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/parserrun.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/parserskipchar.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/parserskipline.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/runservice.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/setproctitle.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/setprogramtitle.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/showconfig.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/stagetostring.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/statetostring.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/strcasestr.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/strexpandformat.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/stringtostate.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/strlcat.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/strnstr.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/strprintf.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/strupr.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/strvprintf.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/symtabend.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/symtablookup.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/symtabset.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/symtabstart.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/sysrun.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/tcpserve.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/thruputlog.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/timeofday.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/trafficlog.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/uidassume.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/uidrestore.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/unlockreporter.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/usage.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/vsyslog.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/wakeuphandler.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/warning.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/writelog.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/xcalloc.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/xmalloc.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/xrealloc.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/xstrcat.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/xstrcatch.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|
[-]
[+]
|
Changed |
crossroads-devel.tar.gz/src/lib/xstrdup.c
^
|
@@ -1,5 +1,5 @@
/*************************************************************************
- * This file is part of Crosroads 1.79, a load balancer and fail over
+ * This file is part of Crosroads 1.80, a load balancer and fail over
* utility for TCP. Copyright (c) Karel Kubat, distributed under GPL.
* Visit http://crossroads.e-tunity.com for information.
*************************************************************************/
|