Commit Graph

363 Commits (master)

Author SHA1 Message Date
Stephane Bortzmeyer fa5e3bb0f1 Fix a SSL reading problem when lines are not CRLF-terminated 24 years ago
Stephane Bortzmeyer e860fad685 debug target 24 years ago
Stephane Bortzmeyer 0505a6b35d Tru64 bugs workaround 24 years ago
Stephane Bortzmeyer 05b2f51705 Support for disabling the proxy/cache (Bug #232324) 24 years ago
Stephane Bortzmeyer 9c00bcccb9 getaddrinfo detection (for IPv6) 24 years ago
Stephane Bortzmeyer 63f2806a9d Proper detection of TOS (standard) and socket priority (Linux-specific) 24 years ago
Stephane Bortzmeyer 31694611fc Warning about Linux spoecifics 24 years ago
Stephane Bortzmeyer c7ee796329 Uses usleep and not sleep, which allows microsecond waits. 24 years ago
Stephane Bortzmeyer 695d18b66b Fix some dependencies 24 years ago
Stephane Bortzmeyer 0c64602f99 Documentation cleaning and fix 24 years ago
Stephane Bortzmeyer f48a4e5d02 Display setting of TOS 24 years ago
Stephane Bortzmeyer 3f49e966d1 New version 4.2-BETA 24 years ago
Stephane Bortzmeyer 52c93470c2 Integration of Type Of Service/priority patches from Glen Turner 24 years ago
Stephane Bortzmeyer 85fb3ee825 Documentation fixes (and a small nroff problem) 24 years ago
Stephane Bortzmeyer b32124a7e6 First version 24 years ago
Stephane Bortzmeyer 205fe97060 ChangeLog updated for 4.1 24 years ago
Stephane Bortzmeyer 469c4951fc Version 4.1 final 24 years ago
Stephane Bortzmeyer 3c86734e91 [SSL] Fixed random seeding error 24 years ago
Stephane Bortzmeyer 6f8b97a9b1 Document how to retrieve a bug 24 years ago
Stephane Bortzmeyer 7dc72a14cf Fix SSL bug #130151 24 years ago
Stephane Bortzmeyer 3a2e13dffe Add -C to the known options 24 years ago
Stephane Bortzmeyer 2e944060e8 Small fix (but problem remains) for SSL servers which send in chunks not finished by CRLF. 24 years ago
Stephane Bortzmeyer 445378e558 New version 4.1 24 years ago
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?)
24 years ago
Stephane Bortzmeyer 5db9b1c007 New version 4.0.2 24 years ago
Stephane Bortzmeyer 0c08aa0997 More detailed update: target 24 years ago
Stephane Bortzmeyer 477816f6dd Fix a stupid bug when not using SSL 24 years ago
Stephane Bortzmeyer 818d3be90f New target 'upload' (for the maintainer only) 24 years ago
Stephane Bortzmeyer 921de1ca57 Document 4.0.1 24 years ago
Stephane Bortzmeyer 963d5363cc New version number 24 years ago
Stephane Bortzmeyer ec61cd8ff2 Fix a logic bug in SSL read looping (Bug #130078) 24 years ago
Stephane Bortzmeyer 9bbfc3b850 New version: 4.0.0 24 years ago
Stephane Bortzmeyer 025109d491 Ready for release of 4.0.0 24 years ago
Stephane Bortzmeyer 5b2ce44526 Reformated 24 years ago
Stephane Bortzmeyer 5c907a0c9e No longer trying to detect the host type 24 years ago
Stephane Bortzmeyer 6599ac5c1b Echo test added 24 years ago
Stephane Bortzmeyer a90ae1ebd6 A few tasks completed 24 years ago
Stephane Bortzmeyer cd8c0af868 Reformated 24 years ago
Stephane Bortzmeyer 0fb146d516 A few comments changed 24 years ago
Stephane Bortzmeyer 20c1318a36 Completely reformated 24 years ago
Stephane Bortzmeyer bcc4468a34 How to report bugs 24 years ago
Stephane Bortzmeyer ee7126ae6f A few cleanings and fixes 24 years ago
Stephane Bortzmeyer efbcf9834f Bug in selecting SSL libs 24 years ago
Stephane Bortzmeyer 38b624167d INSTALL 24 years ago
Stephane Bortzmeyer 59d7b6dc21 Comment about performances 24 years ago
Stephane Bortzmeyer 7a1d255f91 Small bug on machines where sizeof(pointer)!=sizeof(long) 24 years ago
Stephane Bortzmeyer 2d4d7766bf Change the order of inclusion, otherwise OpenSSL includes the
wrong va_start on FreeBSD.
24 years ago
Stephane Bortzmeyer 9594606bc4 Stupid bug when using unions 24 years ago
Stephane Bortzmeyer 4512283a2b Reverting to fread, the bug in Solaris was elsewhere 24 years ago
Stephane Bortzmeyer 8ee0504e3a New configure.in, new files generated 24 years ago
Stephane Bortzmeyer f328e7c588 No longer testing the host type 24 years ago
Stephane Bortzmeyer ce8842eea8 Back to read() because of broken Solaris 24 years ago
Stephane Bortzmeyer 26e12c3d67 Find the host type 24 years ago
Stephane Bortzmeyer 819e473fa4 Change to a Web server which does not redirect 24 years ago
Stephane Bortzmeyer 67c88acb33 Documentation SSL fix 24 years ago
Stephane Bortzmeyer 090dc44630 with-ssl (with dir) instead of enable-ssl 24 years ago
Stephane Bortzmeyer c3f8c85d4d Display settings at the end of configure 24 years ago
Stephane Bortzmeyer c3c069047b Clear SSL objects when looping 24 years ago
Stephane Bortzmeyer f3e2aaf6e1 Error in ICP port name handling. Fixed. 24 years ago
Stephane Bortzmeyer 1eb201d4d6 Add more tests 24 years ago
Stephane Bortzmeyer 6518d0cd53 Suppress a few warnings. Side effect: it no longer crashes on a PC/Linux :-) 24 years ago
Stephane Bortzmeyer be80c06f3c New code to find dynamically the HTTP port. 24 years ago
Stephane Bortzmeyer 583fb82745 strcpy instead of = so that the later free() does not segfault on AIX 24 years ago
Stephane Bortzmeyer 5bd921ac4e * test for SSL
* documentation for SSL
24 years ago
Stephane Bortzmeyer 44fd8024a7 SSL support 24 years ago
Stephane Bortzmeyer 823b4b02f2 Id fixed 24 years ago
Stephane Bortzmeyer 2428e06338 chargen test suppressed 24 years ago
Stephane Bortzmeyer ee340185a7 Id added 24 years ago
Stephane Bortzmeyer 0e28b87f8c SMTP support by Samuel Tardieu 24 years ago
Stephane Bortzmeyer e77e5166b7 Stupid spurious character removed 24 years ago
Stephane Bortzmeyer 605f19cb34 Proper merging 24 years ago
Stephane Bortzmeyer 333e4200fa Unmaintained file suppressed 24 years ago
Stephane Bortzmeyer 0081704474 Id added 24 years ago
Stephane Bortzmeyer 1c4c902c0e Useless file 24 years ago
Stephane Bortzmeyer c2cd354e12 New version with fgets reading instead of one-read-per-byte. See bug 104290 24 years ago
Stephane Bortzmeyer 1c0e13cc54 Ad a section about gcc warnings 24 years ago
Stephane Bortzmeyer f260181f3e An error when reading a HTTP answer is no longer fatal. 24 years ago
Stephane Bortzmeyer a1e85cdbd2 * configure now tries to detect the name of the HTTP port
* Fix an AIX bug when calling free() (closes #108782)
24 years ago
Stephane Bortzmeyer 095a4784fe Trying to find the name of the HTTP service automatically 24 years ago
Stephane Bortzmeyer e851c3d089 Changing the version number for the release. No longer beta. 24 years ago
Stephane Bortzmeyer 22697ef846 Tests uses the local echoping instead of relying on the PATH 24 years ago
Stephane Bortzmeyer 7b2f273dc7 Files updated because of the change in Makefile.am 24 years ago
Stephane Bortzmeyer 3310166f6b CREDITS included 24 years ago
Stephane Bortzmeyer 52b3ac4b6c Some documentation files not included in the distribution 24 years ago
Stephane Bortzmeyer ec2e4872f2 Only the automatically produced files:
autoconf/automake ran again with latest and clean versions.
24 years ago
Stephane Bortzmeyer 3ac115b7dd Stale links updated 24 years ago
Stephane Bortzmeyer f20d1c9b82 Documentation updates 24 years ago
Stephane Bortzmeyer 678edf35ac Small icp bug 24 years ago
Stephane Bortzmeyer ef763b13a4 autoconf support extended for Solaris (which needs -lnsl and -socket) 24 years ago
Stephane Bortzmeyer 2c3413ae11 Fix ICP-timeout bug 108577 24 years ago
Stephane Bortzmeyer e9f763c323 Reverting to unbuffered readline. 24 years ago
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
24 years ago
Stephane Bortzmeyer 6ca0e5e291 Two symbols forgotten from accconfig.h 24 years ago
Stephane Bortzmeyer 380fd2e5d7 * Various cleanings, mostly of documentation.
* Test files included in distribs
24 years ago
Stephane Bortzmeyer b9b72038d1 Testing support 24 years ago
Stephane Bortzmeyer 015045f9ae Documentation updates 24 years ago
Stephane Bortzmeyer d5ee387daf Small documentation fix in header 24 years ago
Stephane Bortzmeyer 1a9900671d ICP compilation support is now OK 24 years ago
Stephane Bortzmeyer e4f0e5612e Removed bogus files 24 years ago
Stephane Bortzmeyer aab38992d2 Removed bogus directory 24 years ago
Stephane Bortzmeyer 936a7bf78f Better Makefile.am (and relatives), with support of man pages, etc. 24 years ago
Stephane Bortzmeyer 940df689f5 T/TCP now correct 24 years ago
Stephane Bortzmeyer beb9e8861f Bug in FreeBSD /bin/sh 24 years ago
Stephane Bortzmeyer 55aa316a63 Bug in T/TCP detection 24 years ago
Stephane Bortzmeyer db21cd1f70 T/TCP now configurable by configure 24 years ago
Stephane Bortzmeyer 96447af5b7 A forgotten file 24 years ago
Stephane Bortzmeyer c05d2143f5 Now use autoconf to find if we have sigaction() (POSIX signal handler)
or not.
24 years ago
Stephane Bortzmeyer 9f8d324d34 HTTP and ICP are now options on the command-line of configure 24 years ago
Stephane Bortzmeyer 8c0c037acc Two more files forgotten 24 years ago
Stephane Bortzmeyer 3f29f33319 some *.in forgotten 24 years ago
Stephane Bortzmeyer 08d02eb3a0 install-sh added, dummy ttcp removed 24 years ago
Stephane Bortzmeyer b859d45a5c First autoconf/automakization. 24 years ago
Stephane Bortzmeyer 40d676b534 Initial revision 24 years ago