October 7, 2009
View 417ef9a

Fixed issue where some .svn directories were being inadvertently included in the .tar.gz file built by make dist.

james authored on 2009/10/07 20:19:51
October 2, 2009
View 3edb5b2

Version 2.1_rc20

james authored on 2009/10/02 07:13:26
View f25071b

client-kill management interface command, when issued on server, will now send a RESTART message to client.

james authored on 2009/10/02 06:08:40
View 7e6f2d6

Minor fix: management interface shouldn't echo 'load-stats' commands to log file.

james authored on 2009/10/02 05:55:37
September 30, 2009
View 5733ef6

Added the ability for the server to provide a custom reason string when an AUTH_FAILED message is returned to the client. This string can be set by the server-side managment interface and read by the client-side management interface.

james authored on 2009/09/30 08:10:14
September 28, 2009
View 8e952ed

Fixed a bug introduced in r4436 (2.1_rc17) where using the redirect-gateway option by itself, without any extra parameters, would cause the option to be ignored.

james authored on 2009/09/28 16:50:30
View e1e977f

Added --server-poll-timeout option : when polling possible remote servers to connect to in a round-robin fashion, spend no more than n seconds waiting for a response before trying the next server.

james authored on 2009/09/28 16:27:22
September 27, 2009
View 3eee126

Eliminated the limitation on the number of options that can be pushed to clients, including routes. Previously, all pushed options needed to fit within a 1024 byte options string.

james authored on 2009/09/27 11:12:15
September 18, 2009
View 673f583

The maximum number of "route" directives (specified in the config file or pulled from a server) can now be configured via the new "max-routes" directive.

james authored on 2009/09/18 08:43:37
September 17, 2009
View 72bf37c

Modified client to send a PUSH_REQUEST message to server 1 second after connection initiation rather than 0 seconds after. Successive PUSH_REQUEST messages after the first will continue to be sent at 5 second intervals until a response is received. This tends to speed up the client connection sequence by 4 seconds because the first PUSH_REQUEST message is usually sent too soon and is dropped, causing a wait of 5 seconds until the next PUSH_REQUEST message is sent.

james authored on 2009/09/17 03:58:49
September 9, 2009
View 0adafbc

Updated version number to 2.1_rc19c.

james authored on 2009/09/09 05:50:41
September 5, 2009
View 9938544

Added "setcon" directive for interoperability with SELinux (Sebastien Raveau).

james authored on 2009/09/05 08:50:35
August 25, 2009
View fb7aa54

Added new ./configure flags:

james authored on 2009/08/25 04:13:52
View c705be2

Added PLATFORM-SPECIFIC comment tag to platform-specific functions in route.c to make it easier to spot them.

james authored on 2009/08/25 04:11:59
August 24, 2009
View 16322c7

Added "load-stats" management interface command to get global server load statistics.

james authored on 2009/08/24 07:03:16