Commit Graph

30 Commits (master)

Author SHA1 Message Date
Dan O'Neill 2de2c1eea9 Added logic to correctly handle 204 No Content HTTP status 13 years ago
Stephane Bortzmeyer 0f6aefca60 Big reformatting of everything after a change of indent options (now --no-tabs) 16 years ago
Stephane Bortzmeyer 9bf79d32b2 Small precaution after strncpy 17 years ago
Stephane Bortzmeyer ffabfba815 Fix (properly, this time), #1688940. Use only sNprintf and strNcpy 17 years ago
Stephane Bortzmeyer 5209c57539 #1688940 probably fixed 17 years ago
Stephane Bortzmeyer b60d7eb6d2 New indent parameters, many spurious changes 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 afe8f6c903 Fix bug #633333 and may be others (the code related to timeout conditions was quite screwed) 20 years ago
Stephane Bortzmeyer aea0ea51ac Various bug reports from Bertrand Petit: mostly compilation warnings
and documentation.
20 years ago
Stephane Bortzmeyer 369af6e01c GNU TLS support (still a bug when looping) 21 years ago
Stephane Bortzmeyer 6e05d34486 Uniform indent 22 years ago
Stephane Bortzmeyer b19d48a6ec Useless debug code 22 years ago
Stephane Bortzmeyer abcf574c26 First IPv6 version 22 years ago
Stephane Bortzmeyer fa5e3bb0f1 Fix a SSL reading problem when lines are not CRLF-terminated 24 years ago
Stephane Bortzmeyer 05b2f51705 Support for disabling the proxy/cache (Bug #232324) 24 years ago
Stephane Bortzmeyer ec61cd8ff2 Fix a logic bug in SSL read looping (Bug #130078) 24 years ago
Stephane Bortzmeyer 9594606bc4 Stupid bug when using unions 24 years ago
Stephane Bortzmeyer f3e2aaf6e1 Error in ICP port name handling. Fixed. 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 44fd8024a7 SSL support 24 years ago
Stephane Bortzmeyer ee340185a7 Id added 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 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 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 9f8d324d34 HTTP and ICP are now options on the command-line of configure 24 years ago
Stephane Bortzmeyer 40d676b534 Initial revision 24 years ago