aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2005-07-27Peteris Krumins added CURLOPT_COOKIELIST and CURLINFO_COOKIELIST, which is aDaniel Stenberg
simple interface to extracting and setting cookies in libcurl's internal "cookie jar". See the new cookie_interface.c example code.
2005-07-13better description for HEADERFUNCTIONDaniel Stenberg
2005-07-13elaborate a bit on how to deal with chunked-encoded trailers that now areDaniel Stenberg
passed to the app using the header callback
2005-07-13converted this back to one name per line to make it easier/better to diffDaniel Stenberg
and merge when new names are added
2005-07-08mention an old ideaDaniel Stenberg
2005-07-07mention the exception only once ;-)Daniel Stenberg
2005-06-28new Lua bindingDaniel Stenberg
2005-06-26clarify that ftp ascii transfers don't do right in current libcurlDaniel Stenberg
2005-06-23added docs about the new proxy string supportDaniel Stenberg
2005-06-22mention more ARMsDaniel Stenberg
2005-06-22David Shaw's updated version:Daniel Stenberg
It now properly handles code that uses curl_free() (since not all versions of curl have it), and also fixes a few problems when detecting libcurl on MinGW, and a linker problem on OSX Panther.
2005-06-20mistakeDaniel Stenberg
2005-06-134.13 Why is curl -R on Windows one hour off?Daniel Stenberg
2005-06-11CURLINFO_FILETIME returns the time for GMTDaniel Stenberg
2005-06-06Tupone Alfredo's fixes:Daniel Stenberg
1) findtool does look per tool in PATH and think ./perl is the perl executable, while is just a local directory (I have . in the PATH) 2) I got several warning for head -1 deprecated in favour of head -n 1 3) ares directory is missing some file (missing is missing :-) ) because automake and friends is not run. (Let's hope number 2 doesn't break somewhere "out there", if so we can always search/replace that back.)
2005-06-03first rough versionDaniel Stenberg
2005-05-18#15 is now fixedDaniel Stenberg
2005-05-18clarified for GnuTLSDaniel Stenberg
2005-05-18several updatesDaniel Stenberg
2005-05-16bad formattingDaniel Stenberg
2005-05-13updatedDaniel Stenberg
2005-05-12remove blank linesDaniel Stenberg
2005-05-12CURLOPT_SSLVERSION clarifiedDaniel Stenberg
2005-05-11MatrixSSL and yaSSL are two free libs we _could_ supportDaniel Stenberg
2005-05-11removed duplicateDaniel Stenberg
2005-05-09Jeremy Brown's OpenSSL thread-locking exampleDaniel Stenberg
2005-05-09Jamie Lokier added. And I now recounted the amount better: 437 named as of now.Daniel Stenberg
2005-05-09update the "PORTS" section a littleDaniel Stenberg
2005-05-09add multi-thread details for GnuTLSDaniel Stenberg
2005-05-09Jeff is short for JeffreyDaniel Stenberg
2005-05-09updated with the current RELEASE-NOTES namesDaniel Stenberg
2005-05-09I decided to make this list more complete. I took the 5-year anniversary listDaniel Stenberg
from 2003 and added all names from all release notes in the CVS (there is a slight gap though). I removed names with only first names (Like "Chris" and "Ralph") , as that won't make anyone happy and we might list their full names as well anyway. This list is now intended to include _all_ people that contribute: big or small. 389 names at the time of this commit.
2005-05-07January 2003. Started working on the distributed curl tests. The autobuilds.Daniel Stenberg
2005-05-02Sort of "fixed" KNOWN_BUGS #4: curl now builds IPv6 enabled on AIX 4.3. AtDaniel Stenberg
least it should no longer cause a compiler error. However, it does not have AI_NUMERICHOST so we cannot getaddrinfo() any numerical addresses with it (we use that for FTP PORT/EPRT)! So, I modified the configure check that checks if the getaddrinfo() is working, to use AI_NUMERICHOST since then it'll fail on AIX 4.3 and it will automatically build with IPv6 support disabled.
2005-05-02Added --trace-time that when used adds a time stamp to each trace line thatDaniel Stenberg
--trace, --trace-ascii and --verbose output. I also made the '>' display separate each line on the linefeed so that HTTP requests etc look nicer in the -v output.
2005-05-02Bryan Henderson's fine update of SSL_VERIFYPEER and SSL_VERIFYHOSTDaniel Stenberg
2005-04-28Updated with (new and old) default config file search path explanation.Daniel Stenberg
2005-04-25be specific about what max_fd contains after a callDaniel Stenberg
2005-04-18digest works in the proxyauth tooDaniel Stenberg
2005-04-17somewhat clarified that this only sets the fd_sets and expects them to beDaniel Stenberg
cleared before this function is called
2005-04-16clarify that > in the verbose output can contain newlinesDaniel Stenberg
2005-04-13Mention GnuTLS and fix a few spelling errors.Dan Fandrich
2005-04-13GnuTLS supportDaniel Stenberg
2005-04-13extended the multi-thread explanationDaniel Stenberg
2005-04-11refreshDaniel Stenberg
2005-04-115.12 Can I make libcurl fake or hide my real IP address?Daniel Stenberg
2005-04-07added some blurb about the GnuTLS licenseDaniel Stenberg
2005-04-07ssl_version_num is not used anymoreDaniel Stenberg
2005-04-07add SSPIDaniel Stenberg
2005-04-06Removed extraneous commaDan Fandrich