Commit Graph

43 Commits

Author SHA1 Message Date
Stephane Bortzmeyer
008dacb414 * Bump to 6.0.1-BETA
* Install headers (for plugins)
* Fix #1689890
2007-03-28 14:13:21 +00:00
Stephane Bortzmeyer
d6dc37c4f9 #1469074 Any Juniper's patch (against outliers) added 2007-03-07 21:01:55 +00:00
Stephane Bortzmeyer
1ee688edbe #1350714: Removes T/TCP (see RFC 4614 to know why) 2007-03-07 15:16:58 +00:00
Stephane Bortzmeyer
6628af477e #1641515 RTT time displayed 2007-03-06 11:55:54 +00:00
Stephane Bortzmeyer
5d0bf4cb08 Forgotten file 2007-03-04 14:16:53 +00:00
Stephane Bortzmeyer
2f9e9c31bf -V to displays compilation options. See #919459 2004-07-27 13:40:48 +00:00
Stephane Bortzmeyer
aea0ea51ac Various bug reports from Bertrand Petit: mostly compilation warnings
and documentation.
2004-07-26 13:16:18 +00:00
Stephane Bortzmeyer
0add6a1c06 Better documentation of the alignment issue 2004-06-15 10:01:02 +00:00
Stephane Bortzmeyer
f55f381a26 Workaround a gcc/popt bug on UltraSparcs 2004-06-14 12:00:54 +00:00
Stephane Bortzmeyer
efeff930f9 IPv4 and IPv6 in global options 2004-06-13 20:49:38 +00:00
Stephane Bortzmeyer
5a99238de8 New argument in the init() function of the plugins, to get the global options. 2004-06-13 20:40:21 +00:00
Stephane Bortzmeyer
ace6dee486 New plugin API and porting of the plugins (+ several changes in the DNS plugin) 2004-06-06 16:51:40 +00:00
Stephane Bortzmeyer
a1d6852155 * New plugin API (terminate, return code for execute)
* PostgreSQL plugin
2004-04-06 20:30:06 +00:00
Stephane Bortzmeyer
1b179e9f79 Now uses the popt library instead of the standard getopt, to parse options. 2004-04-06 08:19:17 +00:00
Stephane Bortzmeyer
b46a6cb296 First attempt to modularity, through plugins 2004-04-05 20:56:19 +00:00
Stephane Bortzmeyer
225dfc2d82 * Limits (-n and -s) now configurable
* Preparation for 6.0
2004-03-17 08:40:50 +00:00
Stephane Bortzmeyer
9d0fec5e12 * Porting to Autoconf 2.5 (copnfigure.in -> configure.ac, etc)
* Porting to version 0.3 of libidn
* New autoconf test for GNU libidn
2004-02-18 14:59:03 +00:00
Stephane Bortzmeyer
aa7d8b33a7 First attempt to IDN 2003-12-25 20:04:25 +00:00
Stephane Bortzmeyer
9378182596 Porting to MacOS X (small quirks) 2003-11-05 12:56:18 +00:00
Stephane Bortzmeyer
56741f75b6 Now uses strerror instead of sys_errlist 2003-11-05 12:29:15 +00:00
Stephane Bortzmeyer
369af6e01c GNU TLS support (still a bug when looping) 2003-11-05 12:14:01 +00:00
Stephane Bortzmeyer
abcf574c26 First IPv6 version 2002-09-25 13:00:29 +00:00
Stephane Bortzmeyer
3c7a51830c Now uses AC_CANONICAL_HOST because we must identify broken Tru64 v5 :-( 2001-03-16 14:32:52 +00:00
Stephane Bortzmeyer
0505a6b35d Tru64 bugs workaround 2001-03-08 09:45:56 +00:00
Stephane Bortzmeyer
05b2f51705 Support for disabling the proxy/cache (Bug #232324) 2001-03-06 16:46:00 +00:00
Stephane Bortzmeyer
63f2806a9d Proper detection of TOS (standard) and socket priority (Linux-specific) 2001-03-02 20:47:47 +00:00
Stephane Bortzmeyer
52c93470c2 Integration of Type Of Service/priority patches from Glen Turner 2001-02-20 21:48:39 +00:00
Stephane Bortzmeyer
3c86734e91 [SSL] Fixed random seeding error 2001-02-14 10:08:48 +00:00
Stephane Bortzmeyer
87d83d3d9e Now uses only stdarg and no varargs. See #130079.
Side-effect: non-ANSI C compilers will probably no longer work (anyone
still uses MIPS compiler on DEcstation/Ultrix?)
2001-01-28 21:03:05 +00:00
Stephane Bortzmeyer
cd8c0af868 Reformated 2001-01-25 15:25:13 +00:00
Stephane Bortzmeyer
38b624167d INSTALL 2001-01-24 14:03:42 +00:00
Stephane Bortzmeyer
2d4d7766bf Change the order of inclusion, otherwise OpenSSL includes the
wrong va_start on FreeBSD.
2001-01-23 13:52:07 +00:00
Stephane Bortzmeyer
f3e2aaf6e1 Error in ICP port name handling. Fixed. 2000-11-06 14:14:14 +00:00
Stephane Bortzmeyer
be80c06f3c New code to find dynamically the HTTP port. 2000-11-05 12:55:04 +00:00
Stephane Bortzmeyer
44fd8024a7 SSL support 2000-11-04 12:36:37 +00:00
Stephane Bortzmeyer
0e28b87f8c SMTP support by Samuel Tardieu 2000-09-27 05:38:29 +00:00
Stephane Bortzmeyer
095a4784fe Trying to find the name of the HTTP service automatically 2000-07-02 20:43:55 +00:00
Stephane Bortzmeyer
e9f763c323 Reverting to unbuffered readline. 2000-06-29 11:48:49 +00:00
Stephane Bortzmeyer
dc3b8101fd First try with buffered readline.
More efficient for remote servers but a big performance bug for local ones.
See http://sourceforge.net/bugs/?func=detailbug&bug_id=104290&group_id=4581
2000-06-29 09:21:31 +00:00
Stephane Bortzmeyer
db21cd1f70 T/TCP now configurable by configure 2000-04-17 14:31:25 +00:00
Stephane Bortzmeyer
c05d2143f5 Now use autoconf to find if we have sigaction() (POSIX signal handler)
or not.
2000-04-17 13:49:40 +00:00
Stephane Bortzmeyer
b859d45a5c First autoconf/automakization. 2000-04-17 11:36:29 +00:00
Stephane Bortzmeyer
40d676b534 Initial revision 2000-04-13 09:19:23 +00:00