summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* NTLM requires windows or OpenSSL. If you build with GnuTLS for example youDaniel Stenberg2005-10-131-1/+2
| | | | do not get NTLM support enabled.
* make it compile warning-free and free() the memory before exitDaniel Stenberg2005-10-101-0/+5
|
* remove getinfo-times from the dist archive since the info is now in theDaniel Stenberg2005-10-061-2/+1
| | | | curl_easy_getinfo man page
* end the .nf section, mark the option names properly so that they end upDaniel Stenberg2005-10-061-15/+15
| | | | as links in the html version
* Added the info from getinfo-times as it really belongs in this man page.Daniel Stenberg2005-10-061-1/+35
|
* Domenico Andreoli's SEE ALSO patchDaniel Stenberg2005-10-041-1/+1
|
* recent actionDaniel Stenberg2005-10-031-0/+6
|
* Update in the "which license is best" section as it seems Debian people haveDaniel Stenberg2005-09-301-8/+13
| | | | made up their mind. Spell-checked as well.
* clarify what the default read callback does and how it uses the READDATADaniel Stenberg2005-09-221-5/+10
| | | | option
* clarified ERRORBUFFER - some errors just don't write a string even thoughDaniel Stenberg2005-09-211-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 defaultDaniel Stenberg2005-09-211-0/+7
|
* oops, broken sentence fixed:Daniel Stenberg2005-09-211-1/+1
| | | | http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=329305
* added URLs to bug reportsDaniel Stenberg2005-09-161-1/+1
|
* Added known bugs #26, started using my new "bounce URL" that jumps to theDaniel Stenberg2005-09-161-3/+8
| | | | | correct (and overly complicated) sourceforge bug tracker URL given the bug report ID number.
* CURLOPT_BUFFERSIZE clarificationDaniel Stenberg2005-09-121-4/+8
|
* --max-time should work just as good on win32 these daysDaniel Stenberg2005-09-081-2/+1
|
* mention the protocol-guessing when no protocol part is given in the URLDaniel Stenberg2005-09-081-2/+7
| | | | added TFTP to the list of supported protocols
* binding updatesDaniel Stenberg2005-09-061-1/+6
|
* Added the people from the 7.14.1 release announcement.Daniel Stenberg2005-09-051-11/+15
|
* new release, work has been "initiated"Daniel Stenberg2005-09-051-2/+6
|
* don't start lines with apostrophes!Daniel Stenberg2005-09-041-2/+2
|
* 7.14.2 actuallyDaniel Stenberg2005-09-042-4/+4
|
* Added FTP_SKIP_PASV_IP and --ftp-skip-pasv-ipDaniel Stenberg2005-09-042-0/+17
|
* explain why the ABI depends on the SSL libsDaniel Stenberg2005-09-021-3/+13
|
* softened my opinions, added API benefit - Thanks to Eric CooperDaniel Stenberg2005-09-011-5/+8
|
* clarify that the ctxfunc is called on all new connectsDaniel Stenberg2005-09-011-0/+3
|
* added DISTRO-DILEMMADaniel Stenberg2005-09-011-1/+1
|
* added the URLDaniel Stenberg2005-09-011-3/+3
|
* newDaniel Stenberg2005-09-011-0/+183
|
* Added GNU GSS and separate sections for MIT GSS and Heimdal and added infoDaniel Stenberg2005-08-291-31/+42
| | | | about what each single lib may be used for.
* Moved the GnuTLS related TODO items from lib/TODO.gnutls to the properDaniel Stenberg2005-08-291-0/+15
| | | | docs/TODO
* 4.14 Redirects work in browser but not with curl!Daniel Stenberg2005-08-261-1/+19
|
* ok, the right term (using RFC2616 lingo) for the -X keyword is method and notDaniel Stenberg2005-08-251-4/+4
| | | | request
* "Added in 7.14.1" notes and some minor editsDaniel Stenberg2005-08-251-12/+14
|
* CURLINFO_COOKIELIST is added in 7.14.1Daniel Stenberg2005-08-251-4/+4
|
* Theo Borm's example, as was posted here:Daniel Stenberg2005-08-242-1/+139
| | | | http://curl.haxx.se/mail/lib-2005-08/0163.html
* Toby Peterson added CURLOPT_IGNORE_CONTENT_LENGTH to the library, accessibleDaniel Stenberg2005-08-242-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 verificationDaniel Stenberg2005-08-241-6/+0
|
* known bug #26, pretty fatal for anyone who wants to use proper SSL and GnuTLSDaniel Stenberg2005-08-231-0/+6
|
* Using CURLOPT_COOKIEFILE serveral times add more files to read from.Daniel Stenberg2005-08-191-0/+3
|
* Added new contributors from RELEASE-NOTES. The somewhat different sort orderDaniel Stenberg2005-08-191-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 Stenberg2005-08-191-0/+6
| | | | The CONNECT problem is now bug #25 planned to get fixed in next release.
* updated NetWare section.Gunter Knauf2005-08-181-13/+11
|
* Harshal Pradhan's use-after-free bug with ares is now known bug #24 to beDaniel Stenberg2005-08-181-0/+6
| | | | fixed after 7.14.1
* it isn't strictly necessary to use it after a performDaniel Stenberg2005-08-181-3/+3
|
* removed issue 20 that was about valgrind complaints on other libs/parts, asDaniel Stenberg2005-08-171-8/+0
| | | | | we have a fancier valgrind error parser these days and it seems to work rather well
* the SOCKS situationDaniel Stenberg2005-08-171-0/+4
|
* clarifyDaniel Stenberg2005-08-121-3/+3
|
* -H needs no CRLF or similar addedDaniel Stenberg2005-08-121-1/+6
|
* mention our security related mail alias in the "who do I mail" sectionDaniel Stenberg2005-08-071-1/+7
|