Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | NTLM requires windows or OpenSSL. If you build with GnuTLS for example you | Daniel Stenberg | 2005-10-13 | 1 | -1/+2 |
| | | | | do not get NTLM support enabled. | ||||
* | make it compile warning-free and free() the memory before exit | Daniel Stenberg | 2005-10-10 | 1 | -0/+5 |
| | |||||
* | remove getinfo-times from the dist archive since the info is now in the | Daniel Stenberg | 2005-10-06 | 1 | -2/+1 |
| | | | | curl_easy_getinfo man page | ||||
* | end the .nf section, mark the option names properly so that they end up | Daniel Stenberg | 2005-10-06 | 1 | -15/+15 |
| | | | | as links in the html version | ||||
* | Added the info from getinfo-times as it really belongs in this man page. | Daniel Stenberg | 2005-10-06 | 1 | -1/+35 |
| | |||||
* | Domenico Andreoli's SEE ALSO patch | Daniel Stenberg | 2005-10-04 | 1 | -1/+1 |
| | |||||
* | recent action | Daniel Stenberg | 2005-10-03 | 1 | -0/+6 |
| | |||||
* | Update in the "which license is best" section as it seems Debian people have | Daniel Stenberg | 2005-09-30 | 1 | -8/+13 |
| | | | | made up their mind. Spell-checked as well. | ||||
* | clarify what the default read callback does and how it uses the READDATA | Daniel Stenberg | 2005-09-22 | 1 | -5/+10 |
| | | | | option | ||||
* | clarified ERRORBUFFER - some errors just don't write a string even though | Daniel Stenberg | 2005-09-21 | 1 | -98/+101 |
| | | | | | they should. And I removed all uses 'Note' (as they are pretty useless) and did some other language and phrasing cleanups. | ||||
* | mention what WRITEFUNCTION and WRITEDATA do by default | Daniel Stenberg | 2005-09-21 | 1 | -0/+7 |
| | |||||
* | oops, broken sentence fixed: | Daniel Stenberg | 2005-09-21 | 1 | -1/+1 |
| | | | | http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=329305 | ||||
* | added URLs to bug reports | Daniel Stenberg | 2005-09-16 | 1 | -1/+1 |
| | |||||
* | Added known bugs #26, started using my new "bounce URL" that jumps to the | Daniel Stenberg | 2005-09-16 | 1 | -3/+8 |
| | | | | | correct (and overly complicated) sourceforge bug tracker URL given the bug report ID number. | ||||
* | CURLOPT_BUFFERSIZE clarification | Daniel Stenberg | 2005-09-12 | 1 | -4/+8 |
| | |||||
* | --max-time should work just as good on win32 these days | Daniel Stenberg | 2005-09-08 | 1 | -2/+1 |
| | |||||
* | mention the protocol-guessing when no protocol part is given in the URL | Daniel Stenberg | 2005-09-08 | 1 | -2/+7 |
| | | | | added TFTP to the list of supported protocols | ||||
* | binding updates | Daniel Stenberg | 2005-09-06 | 1 | -1/+6 |
| | |||||
* | Added the people from the 7.14.1 release announcement. | Daniel Stenberg | 2005-09-05 | 1 | -11/+15 |
| | |||||
* | new release, work has been "initiated" | Daniel Stenberg | 2005-09-05 | 1 | -2/+6 |
| | |||||
* | don't start lines with apostrophes! | Daniel Stenberg | 2005-09-04 | 1 | -2/+2 |
| | |||||
* | 7.14.2 actually | Daniel Stenberg | 2005-09-04 | 2 | -4/+4 |
| | |||||
* | Added FTP_SKIP_PASV_IP and --ftp-skip-pasv-ip | Daniel Stenberg | 2005-09-04 | 2 | -0/+17 |
| | |||||
* | explain why the ABI depends on the SSL libs | Daniel Stenberg | 2005-09-02 | 1 | -3/+13 |
| | |||||
* | softened my opinions, added API benefit - Thanks to Eric Cooper | Daniel Stenberg | 2005-09-01 | 1 | -5/+8 |
| | |||||
* | clarify that the ctxfunc is called on all new connects | Daniel Stenberg | 2005-09-01 | 1 | -0/+3 |
| | |||||
* | added DISTRO-DILEMMA | Daniel Stenberg | 2005-09-01 | 1 | -1/+1 |
| | |||||
* | added the URL | Daniel Stenberg | 2005-09-01 | 1 | -3/+3 |
| | |||||
* | new | Daniel Stenberg | 2005-09-01 | 1 | -0/+183 |
| | |||||
* | Added GNU GSS and separate sections for MIT GSS and Heimdal and added info | Daniel Stenberg | 2005-08-29 | 1 | -31/+42 |
| | | | | about what each single lib may be used for. | ||||
* | Moved the GnuTLS related TODO items from lib/TODO.gnutls to the proper | Daniel Stenberg | 2005-08-29 | 1 | -0/+15 |
| | | | | docs/TODO | ||||
* | 4.14 Redirects work in browser but not with curl! | Daniel Stenberg | 2005-08-26 | 1 | -1/+19 |
| | |||||
* | ok, the right term (using RFC2616 lingo) for the -X keyword is method and not | Daniel Stenberg | 2005-08-25 | 1 | -4/+4 |
| | | | | request | ||||
* | "Added in 7.14.1" notes and some minor edits | Daniel Stenberg | 2005-08-25 | 1 | -12/+14 |
| | |||||
* | CURLINFO_COOKIELIST is added in 7.14.1 | Daniel Stenberg | 2005-08-25 | 1 | -4/+4 |
| | |||||
* | Theo Borm's example, as was posted here: | Daniel Stenberg | 2005-08-24 | 2 | -1/+139 |
| | | | | http://curl.haxx.se/mail/lib-2005-08/0163.html | ||||
* | Toby Peterson added CURLOPT_IGNORE_CONTENT_LENGTH to the library, accessible | Daniel Stenberg | 2005-08-24 | 2 | -0/+10 |
| | | | | | | | | | from the command line tool with --ignore-content-length. This will make it easier to download files from Apache 1.x (and similar) servers that are still having problems serving files larger than 2 or 4 GB. When this option is enabled, curl will simply have to wait for the server to close the connection to signal end of transfer. I wrote test case 269 that runs a simple test that this works. | ||||
* | fixed #26, GnuTLS CA cert verification | Daniel Stenberg | 2005-08-24 | 1 | -6/+0 |
| | |||||
* | known bug #26, pretty fatal for anyone who wants to use proper SSL and GnuTLS | Daniel Stenberg | 2005-08-23 | 1 | -0/+6 |
| | |||||
* | Using CURLOPT_COOKIEFILE serveral times add more files to read from. | Daniel Stenberg | 2005-08-19 | 1 | -0/+3 |
| | |||||
* | Added new contributors from RELEASE-NOTES. The somewhat different sort order | Daniel Stenberg | 2005-08-19 | 1 | -7/+19 |
| | | | | | is due to now using emacs to sort but I'm not in a mood to fix it better just now. | ||||
* | The big POST to HTTPS is probably not a bug. | Daniel Stenberg | 2005-08-19 | 1 | -0/+6 |
| | | | | The CONNECT problem is now bug #25 planned to get fixed in next release. | ||||
* | updated NetWare section. | Gunter Knauf | 2005-08-18 | 1 | -13/+11 |
| | |||||
* | Harshal Pradhan's use-after-free bug with ares is now known bug #24 to be | Daniel Stenberg | 2005-08-18 | 1 | -0/+6 |
| | | | | fixed after 7.14.1 | ||||
* | it isn't strictly necessary to use it after a perform | Daniel Stenberg | 2005-08-18 | 1 | -3/+3 |
| | |||||
* | removed issue 20 that was about valgrind complaints on other libs/parts, as | Daniel Stenberg | 2005-08-17 | 1 | -8/+0 |
| | | | | | we have a fancier valgrind error parser these days and it seems to work rather well | ||||
* | the SOCKS situation | Daniel Stenberg | 2005-08-17 | 1 | -0/+4 |
| | |||||
* | clarify | Daniel Stenberg | 2005-08-12 | 1 | -3/+3 |
| | |||||
* | -H needs no CRLF or similar added | Daniel Stenberg | 2005-08-12 | 1 | -1/+6 |
| | |||||
* | mention our security related mail alias in the "who do I mail" section | Daniel Stenberg | 2005-08-07 | 1 | -1/+7 |
| |