Commit Graph

91 Commits (4a802c0e8472c28de7c23d45f147c9a4bae167e6)

Author SHA1 Message Date
Stephane Bortzmeyer 4a802c0e84 Tries to fix a bug when a plugin returns a temp. error 17 years ago
Stephane Bortzmeyer 21b4bb3fc3 One more cast to keep gcc happy 17 years ago
Stephane Bortzmeyer 8ce9e94775 Still old TCP_INFO lingering :-( Failed on FreeBSD 17 years ago
Stephane Bortzmeyer 87b652104b Suppress a small compilation warning when not using IDN 17 years ago
Stephane Bortzmeyer 19b9484c8a Mostly cosmetic, with a few documentation bugs 17 years ago
Stephane Bortzmeyer f5c5e13541 Small cosmetic changes (including option names) 17 years ago
Stephane Bortzmeyer 4b210b0f33 #1512776 Patch from Dawn Keenan to wait the greeting 17 years ago
Stephane Bortzmeyer d6dc37c4f9 #1469074 Any Juniper's patch (against outliers) added 17 years ago
Stephane Bortzmeyer 43876de96e Small variable setting deleted by accident in r353 17 years ago
Stephane Bortzmeyer 1ee688edbe #1350714: Removes T/TCP (see RFC 4614 to know why) 17 years ago
Stephane Bortzmeyer 6628af477e #1641515 RTT time displayed 17 years ago
Stephane Bortzmeyer b60d7eb6d2 New indent parameters, many spurious changes 17 years ago
Stephane Bortzmeyer 3754822e91 Initialization wrong, segfaults on 64bits Gentoo 17 years ago
Stephane Bortzmeyer 89af6a8780 #1473872 fixed 17 years ago
Stephane Bortzmeyer 46fc19fdd2 #1275750, implemented 17 years ago
Stephane Bortzmeyer 4ae4d0bee0 Bug #850674 fixed with the new -R option to accept HTTP redirects 17 years ago
Stephane Bortzmeyer daa76d65ac SIGPIPE patch 20 years ago
Stephane Bortzmeyer 7825bf90f5 Better error message on Debian 20 years ago
Stephane Bortzmeyer afe8f6c903 Fix bug #633333 and may be others (the code related to timeout conditions was quite screwed) 20 years ago
Stephane Bortzmeyer 80fadd0066 Fixes #850672 20 years ago
Stephane Bortzmeyer 2f9e9c31bf -V to displays compilation options. See #919459 20 years ago
Stephane Bortzmeyer aea0ea51ac Various bug reports from Bertrand Petit: mostly compilation warnings
and documentation.
20 years ago
Stephane Bortzmeyer d88f0a33af Better message 20 years ago
Stephane Bortzmeyer f55f381a26 Workaround a gcc/popt bug on UltraSparcs 20 years ago
Stephane Bortzmeyer efeff930f9 IPv4 and IPv6 in global options 20 years ago
Stephane Bortzmeyer 5a99238de8 New argument in the init() function of the plugins, to get the global options. 20 years ago
Stephane Bortzmeyer ace6dee486 New plugin API and porting of the plugins (+ several changes in the DNS plugin) 20 years ago
Stephane Bortzmeyer b9c3f84c92 dlerror not resetted on the *BSD: use the return of dlsym instead 20 years ago
Stephane Bortzmeyer 70c4dfb776 * RTLD_LAZY and not RTLD_NOW (NetBSD problem)
* Indent of plugin code
20 years ago
Stephane Bortzmeyer 7671c535bc Proper detection of installation directory and loading of plugins 20 years ago
Stephane Bortzmeyer 6da28180c1 Move declaration before instructions (gcc < 3) 20 years ago
Stephane Bortzmeyer fa09c1a5ca WARNING: quite broken
Plugins now in separate directories.
20 years ago
Stephane Bortzmeyer a1d6852155 * New plugin API (terminate, return code for execute)
* PostgreSQL plugin
20 years ago
Stephane Bortzmeyer a1d91e1af1 New popt library for the plugins 20 years ago
Stephane Bortzmeyer 1b179e9f79 Now uses the popt library instead of the standard getopt, to parse options. 20 years ago
Stephane Bortzmeyer b46a6cb296 First attempt to modularity, through plugins 20 years ago
Stephane Bortzmeyer 225dfc2d82 * Limits (-n and -s) now configurable
* Preparation for 6.0
21 years ago
Stephane Bortzmeyer 0367b93b24 Better error messages for LDH violation 21 years ago
Stephane Bortzmeyer 781afc5c64 FreeBSD libc does not accept NULL as a parameter 21 years ago
Stephane Bortzmeyer 3ef51cbc24 Do not try to pass IP addresses (specially IPv6) through the IDN process 21 years ago
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
21 years ago
Stephane Bortzmeyer efcfa00812 Better user interface for IDN 21 years ago
Stephane Bortzmeyer 98163911ec Testing of IDN 21 years ago
Stephane Bortzmeyer aa7d8b33a7 First attempt to IDN 21 years ago
Stephane Bortzmeyer 40406dadf5 Nicer test of the crypto library 21 years ago
Stephane Bortzmeyer 0ffd412d9e Small bug in gnutls_global_deinit (called in the wrong place) 21 years ago
Stephane Bortzmeyer 262a5d1b38 HTTP: indicating the proper port (bug #795456) 21 years ago
Stephane Bortzmeyer 369af6e01c GNU TLS support (still a bug when looping) 21 years ago
Stephane Bortzmeyer 2d94cc47a8 Now tries SSLv3 first 21 years ago
Stephane Bortzmeyer c9595aca24 Patch from H.Nakai <nakai@neo.shinko.co.jp>: close the socket when there is a timeout 22 years ago