Commit Graph

73 Commits (ba58394b949d87a3c36222e9a8a4dc999798190f)

Author SHA1 Message Date
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
20 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
Stephane Bortzmeyer 654c820200 Small cleaning, not important 22 years ago
Stephane Bortzmeyer 2981be22fb Now wait() at the beginning of the loop (otherwise, we do not wait on timeouts) 22 years ago
Stephane Bortzmeyer 3007707ebf * Better error message with erroneous hostname:port syntax
* Small bug in RFC 2732 handling
22 years ago
Stephane Bortzmeyer 7792309d6d Compiles with Sun's compiler (bug #623444) but still problems when running it 22 years ago
Stephane Bortzmeyer d79e1e0969 Proper bug number for the signed problem 22 years ago
Stephane Bortzmeyer c34fbc84e7 RFC 2732 support 22 years ago
Stephane Bortzmeyer 5a515ac524 Just cosmetic 22 years ago
Stephane Bortzmeyer e134955bd1 Warning about Sun's C compiler 22 years ago
Stephane Bortzmeyer be81c70d60 New indentation 22 years ago
Stephane Bortzmeyer 0b6ed5d22d 2 bugs with Luca Deri's patch:
* when getting the filedes from a SSL connection,
 * when running with UDP (where the patch does not apply)
22 years ago
Stephane Bortzmeyer d34e36eddf Patch Luca Deri to separate the latencies 22 years ago
Stephane Bortzmeyer 2e7f2236bd Fix a ICP bug with IPv4 addresses 22 years ago
Stephane Bortzmeyer 6e05d34486 Uniform indent 22 years ago
Stephane Bortzmeyer 2dad35edf3 Bug with https fixed 22 years ago
Stephane Bortzmeyer abcf574c26 First IPv6 version 22 years ago
Stephane Bortzmeyer 05b2f51705 Support for disabling the proxy/cache (Bug #232324) 24 years ago
Stephane Bortzmeyer 63f2806a9d Proper detection of TOS (standard) and socket priority (Linux-specific) 24 years ago
Stephane Bortzmeyer c7ee796329 Uses usleep and not sleep, which allows microsecond waits. 24 years ago