summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* quick hack to make it working again on Win32 - however we should consider to ↵Gunter Knauf2005-08-301-11/+14
| | | | set some defaults depending on the compiler architecture we guess we are since it doesnt work well if we prefer building the msvc makefile with gmake instead of nmake because we found gmake first in path....
* Kevin Lussier pointed out a problem with curllib.dspDaniel Stenberg2005-08-292-1/+4
|
* Use the more correct BUILDING_LIBCURL define instead of CURLLIB_EXPORTS.Daniel Stenberg2005-08-291-4/+4
| | | | Kevin Lussier pointed this out!
* spell-fixDaniel Stenberg2005-08-291-1/+1
|
* Igor Polyakov fixed a rather nasty problem with the threaded name resolverDaniel Stenberg2005-08-293-35/+200
| | | | | | for Windows, that could lead to an Access Violation when the multi interface was used due to an issue with how the resolver thread was and was not terminated.
* 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.
* Simon Josefson brought GNU GSS supportDaniel Stenberg2005-08-294-33/+63
|
* 1.3.0 coming just upc-ares-1_3_0Daniel Stenberg2005-08-291-0/+2
|
* Moved the GnuTLS related TODO items from lib/TODO.gnutls to the properDaniel Stenberg2005-08-292-17/+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-2411-5/+92
| | | | | | | | | 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.
* valgrind version 3 renames the --logfile command line option to --log-file...Daniel Stenberg2005-08-243-1/+17
|
* fixed #26, GnuTLS CA cert verificationDaniel Stenberg2005-08-241-6/+0
|
* Fixed CA cert verification using GnuTLS with the default bundle, whichDaniel Stenberg2005-08-243-2/+12
| | | | previously failed due to GnuTLS not allowing x509 v1 CA certs by default.
* known bug #26, pretty fatal for anyone who wants to use proper SSL and GnuTLSDaniel Stenberg2005-08-231-0/+6
|
* enabled statically linked builds.Gunter Knauf2005-08-222-21/+27
|
* well hit me, that wasn't possible, use 1:0:0 anyway...Daniel Stenberg2005-08-211-1/+1
|
* modified the version-info, we only added functionsDaniel Stenberg2005-08-211-1/+1
|
* increase version infoDaniel Stenberg2005-08-211-1/+1
|
* avoid adding a blank dir to the LD_LIBRARY_PATH when OpenSSL is found in aDaniel Stenberg2005-08-211-6/+9
| | | | default dir
* Alfredo Tupone provided a fix for the Windows code in get_iphlpapi_dns_info()Daniel Stenberg2005-08-212-1/+8
| | | | when getting the DNS server etc.
* Using CURLOPT_COOKIEFILE serveral times add more files to read from.Daniel Stenberg2005-08-191-0/+3
|
* removed the unreachable code warning from gcc debug builds, even the mostDaniel Stenberg2005-08-191-2/+5
| | | | recent gcc versions give far too many false positives for this to be valuable
* Norbert Novotny had problems with FTPS and he helped me work out a patchDaniel Stenberg2005-08-193-21/+41
| | | | | | | | | | that made curl run fine in his end. The key was to make sure we do the SSL/TLS negotiation immediately after the TCP connect is done and not after a few other commands have been sent like we did previously. I don't consider this change necessary to obey the standards, I think this server is pickier than what the specs allow it to be, but I can't see how this modified libcurl code can add any problems to those who are interpreting the standards more liberally.
* one german mirror has died while another one was added, and yet another TexasDaniel Stenberg2005-08-191-1/+2
| | | | one!
* 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.
* removed some inaccurate comments about the TYPE_IN_ADDR_T checkDaniel Stenberg2005-08-191-2/+1
|
* The big POST to HTTPS is probably not a bug.Daniel Stenberg2005-08-192-2/+9
| | | | The CONNECT problem is now bug #25 planned to get fixed in next release.
* minor Makefile fixes.Gunter Knauf2005-08-182-2/+11
|
* updated NetWare section.Gunter Knauf2005-08-181-13/+11
|
* detabifiedDaniel Stenberg2005-08-183-26/+26
|
* detabifyDaniel Stenberg2005-08-181-1/+1
|
* Harshal Pradhan's use-after-free bug with ares is now known bug #24 to beDaniel Stenberg2005-08-182-2/+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
|
* removed old info about curl_getdate() just simply isn't true and hasn't beenDaniel Stenberg2005-08-171-4/+3
| | | | true since the getdate() parser code rewrite
* remove the typecast to long from time_t, since we now store it as curl_off_tDaniel Stenberg2005-08-171-1/+1
|
* handles expiry times in cookie files that go beyond 32 bits in sizeDaniel Stenberg2005-08-171-0/+1
|
* - Jeff Pohlmeyer found out that if you ask libcurl to load a cookiefile (withDaniel Stenberg2005-08-176-65/+93
| | | | | | | | | | | CURLOPT_COOKIEFILE), add a cookie (with CURLOPT_COOKIELIST), tell it to write the result to a given cookie jar and then never actually call curl_easy_perform() - the given file(s) to read was never read but the output file was written and thus it caused a "funny" result. - While doing some tests for the bug above, I noticed that Firefox generates large numbers (for the expire time) in the cookies.txt file and libcurl didn't treat them properly. Now it does.
* added curl_mvsnprintf to the export list; I appened to the end cause of the ↵Gunter Knauf2005-08-161-0/+1
| | | | numbering ...
* added curl_mvsnprintf to the export list.Gunter Knauf2005-08-161-0/+1
|
* client side fixesDaniel Stenberg2005-08-161-1/+3
|
* typecase the isspace() argument to intDaniel Stenberg2005-08-161-1/+1
|
* recent changesDaniel Stenberg2005-08-152-1/+31
|
* Added more verbose "warning" messages to the curl client for cases where itDaniel Stenberg2005-08-151-161/+215
| | | | | | fails to open/read files etc to help users diagnose why it doesn't do what you'd expect it to. Converted lots of old messages to use the new generic function I wrote for this purpose.