Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-07 | mention our security related mail alias in the "who do I mail" section | Daniel Stenberg | |
2005-08-01 | mention that the NOBODY reset thing is added in 7.14.1 | Daniel Stenberg | |
2005-07-30 | Moved items from TODO-RELEASE to TODO since they're not really bound to happen | Daniel Stenberg | |
in any specific release. | |||
2005-07-30 | clarified the PHP/CURL topic a bit more | Daniel Stenberg | |
2005-07-30 | CURLOPT_COOKIELIST change since it no longer modifies the input string contents | Daniel Stenberg | |
2005-07-28 | fixed example since this is how the interface works now | Daniel Stenberg | |
2005-07-27 | If any of the options CURLOPT_HTTPGET, CURLOPT_POST and CURLOPT_HTTPPOST is | Daniel Stenberg | |
set to 1, CURLOPT_NOBODY will now automatically be set to 0. | |||
2005-07-27 | Peteris Krumins added CURLOPT_COOKIELIST and CURLINFO_COOKIELIST, which is a | Daniel Stenberg | |
simple interface to extracting and setting cookies in libcurl's internal "cookie jar". See the new cookie_interface.c example code. | |||
2005-07-13 | better description for HEADERFUNCTION | Daniel Stenberg | |
2005-07-13 | elaborate a bit on how to deal with chunked-encoded trailers that now are | Daniel Stenberg | |
passed to the app using the header callback | |||
2005-07-13 | converted this back to one name per line to make it easier/better to diff | Daniel Stenberg | |
and merge when new names are added | |||
2005-07-08 | mention an old idea | Daniel Stenberg | |
2005-07-07 | mention the exception only once ;-) | Daniel Stenberg | |
2005-06-28 | new Lua binding | Daniel Stenberg | |
2005-06-26 | clarify that ftp ascii transfers don't do right in current libcurl | Daniel Stenberg | |
2005-06-23 | added docs about the new proxy string support | Daniel Stenberg | |
2005-06-22 | mention more ARMs | Daniel Stenberg | |
2005-06-22 | David 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-20 | mistake | Daniel Stenberg | |
2005-06-13 | 4.13 Why is curl -R on Windows one hour off? | Daniel Stenberg | |
2005-06-11 | CURLINFO_FILETIME returns the time for GMT | Daniel Stenberg | |
2005-06-06 | Tupone 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-03 | first rough version | Daniel Stenberg | |
2005-05-18 | #15 is now fixed | Daniel Stenberg | |
2005-05-18 | clarified for GnuTLS | Daniel Stenberg | |
2005-05-18 | several updates | Daniel Stenberg | |
2005-05-16 | bad formatting | Daniel Stenberg | |
2005-05-13 | updated | Daniel Stenberg | |
2005-05-12 | remove blank lines | Daniel Stenberg | |
2005-05-12 | CURLOPT_SSLVERSION clarified | Daniel Stenberg | |
2005-05-11 | MatrixSSL and yaSSL are two free libs we _could_ support | Daniel Stenberg | |
2005-05-11 | removed duplicate | Daniel Stenberg | |
2005-05-09 | Jeremy Brown's OpenSSL thread-locking example | Daniel Stenberg | |
2005-05-09 | Jamie Lokier added. And I now recounted the amount better: 437 named as of now. | Daniel Stenberg | |
2005-05-09 | update the "PORTS" section a little | Daniel Stenberg | |
2005-05-09 | add multi-thread details for GnuTLS | Daniel Stenberg | |
2005-05-09 | Jeff is short for Jeffrey | Daniel Stenberg | |
2005-05-09 | updated with the current RELEASE-NOTES names | Daniel Stenberg | |
2005-05-09 | I decided to make this list more complete. I took the 5-year anniversary list | Daniel 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-07 | January 2003. Started working on the distributed curl tests. The autobuilds. | Daniel Stenberg | |
2005-05-02 | Sort of "fixed" KNOWN_BUGS #4: curl now builds IPv6 enabled on AIX 4.3. At | Daniel 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-02 | Added --trace-time that when used adds a time stamp to each trace line that | Daniel 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-02 | Bryan Henderson's fine update of SSL_VERIFYPEER and SSL_VERIFYHOST | Daniel Stenberg | |
2005-04-28 | Updated with (new and old) default config file search path explanation. | Daniel Stenberg | |
2005-04-25 | be specific about what max_fd contains after a call | Daniel Stenberg | |
2005-04-18 | digest works in the proxyauth too | Daniel Stenberg | |
2005-04-17 | somewhat clarified that this only sets the fd_sets and expects them to be | Daniel Stenberg | |
cleared before this function is called | |||
2005-04-16 | clarify that > in the verbose output can contain newlines | Daniel Stenberg | |
2005-04-13 | Mention GnuTLS and fix a few spelling errors. | Dan Fandrich | |
2005-04-13 | GnuTLS support | Daniel Stenberg | |