aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2006-07-08just some more blurbDaniel Stenberg
2006-07-07mention the shared DNS stuffDaniel Stenberg
2006-07-07mention the by-default "sharing"Daniel Stenberg
2006-07-07yassl can be used nowDaniel Stenberg
2006-07-05Prevent definition of HAVE_WINxxx_H symbols and avoid inclusion of Windows ↵Yang Tse
headers when compiled with Cygwin in POSIX emulation mode.
2006-06-30typecast the number passed to CURLOPT_INFILESIZE_LARGE as a curl_off_tDaniel Stenberg
2006-06-26changed wording slightly, and added standard boiler-plate headerDaniel Stenberg
2006-06-24Wallner's updateDaniel Stenberg
2006-06-24corrected introduction version numberDaniel Stenberg
2006-06-24Michael Wallner added curl_formget(), which allows an application to extractDaniel Stenberg
(serialise) a previously built formpost (as with curl_formadd()).
2006-06-24Provide a libcurl API for setting mutex callbacks in the underlying SSLDaniel Stenberg
library, so that the same application code can use mutex-locking independently of OpenSSL or GnutTLS being used.
2006-06-22Peter Silva introduced CURLOPT_MAX_SEND_SPEED_LARGE andDaniel Stenberg
CURLOPT_MAX_RECV_SPEED_LARGE that limit tha maximum rate libcurl is allowed to send or receive data. This kind of adds the the command line tool's option --limit-rate to the library. The rate limiting logic in the curl app is now removed and is instead provided by libcurl itself. Transfer rate limiting will now also work for -d and -F, which it didn't before.
2006-06-21minor language edits bug reports 1510080 1510098Daniel Stenberg
2006-06-20the D binding link is dead but we know of no new one!Daniel Stenberg
2006-06-20bad syntaxDaniel Stenberg
2006-06-16when mentioning the default config file, point back to the actual descriptionDaniel Stenberg
of how to write such a file
2006-06-12Implemented --enable-hidden-symbols configure option to enableDan Fandrich
-fvisibility=hidden on gcc >= 4.0. This reduces the size of the libcurl binary and speeds up dynamic linking by hiding all the internal symbols from the symbol table.
2006-06-12oopsDaniel Stenberg
2006-06-12added contributors from the 7.15.4 releaseDaniel Stenberg
2006-06-08corrected the CURLINFO_TOTAL_TIME descriptionDaniel Stenberg
2006-05-30Removed a few fixed issues and a few issues currently in progress in the HiperDaniel Stenberg
project. Also added a few obvious ones.
2006-05-28correct explicit/implicit terms for FTPSDaniel Stenberg
2006-05-25minor RFC updates, Dan Fandrich brought my attention to themDaniel Stenberg
2006-05-24Michael Wallner provided a patch that allows "SESS" to be set withDaniel Stenberg
CURLOPT_COOKIELIST, which then makes all session cookies get cleared. (slightly edited by me, and the re-indent in cookie.c was also done by me)
2006-05-15updated with more recent factsDaniel Stenberg
2006-05-14The SOCKS connection codes don't properly acknowledge (connect) timeouts.Daniel Stenberg
2006-05-11The new ftpuploadresume.c example by Philip BockDaniel Stenberg
2006-05-09Andreas Ntaflos reported a bug in libcurl.m4: When configuring my GNUDaniel Stenberg
autotools project, which optionally (default=yes) uses libcurl on a system without a (usable) libcurl installation, but not specifying `--without-libcurl', configure determines correctly that no libcurl is available, however, the LIBCURL variable gets expanded to `LIBCURL = -lcurl' in the resulting Makefiles. David Shaw fixed the flaw.
2006-05-08Fixed known bug #28. The TFTP code no longer assumes a packed struct andDaniel Stenberg
thus works reliably on more platforms.
2006-05-02curl-config got a --checkfor optionDaniel Stenberg
2006-05-02Make this code use the proper pointersDaniel Stenberg
2006-04-26updated with more error codesDaniel Stenberg
2006-04-26David McCreedy brought line end conversions when doing FTP ASCIIDaniel Stenberg
transfers. They are done on non-windows systems and translate CRLF to LF.
2006-04-21added SPL and XBLiteDaniel Stenberg
2006-04-19the new conversion stuff documented (mostly by David McCreedy)Daniel Stenberg
2006-04-10adding the new man pages to the packageDaniel Stenberg
2006-04-1033. Doing multi-pass HTTP authentication on a non-default port does not work.Daniel Stenberg
This happens because the multi-pass code abuses the redirect following code for doing multiple requests, and when we following redirects to an absolute URL we must use the newly specified port and not the one specified in the original URL. A proper fix to this would need to separate the negotiation "redirect" from an actual redirect.
2006-04-09CURLE_FTP_USER_PASSWORD_INCORRECT is not returned by libcurl anymore!Daniel Stenberg
2006-04-09mention RFC 2396 for URL syntax specDaniel Stenberg
2006-04-09new little example using the new conversion callbacks added in 7.15.4Daniel Stenberg
2006-04-08mention the outlength argumentDaniel Stenberg
2006-04-07First commit of David McCreedy's EBCDIC and TPF changes.Daniel Stenberg
2006-03-21David McCreedy added CURLINFO_FTP_ENTRY_PATH to export the FTP entry pathDaniel Stenberg
2006-03-207.15.3 contributorsDaniel Stenberg
2006-03-17slight rewording based on debian bug report #357388 by Justin PryzbyDaniel Stenberg
2006-03-16fixed in CVSDaniel Stenberg
2006-03-15slightly edited explanation for -f/--fail by the help of Kjell EricsonDaniel Stenberg
2006-03-14--ftp-method and CURLOPT_FTP_FILEMETHOD are now documented and usableDaniel Stenberg
2006-03-13Scott Worley's typo fixesDaniel Stenberg
2006-03-02point out that CAINFO points out a file name by defaultDaniel Stenberg