aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-04-10First curl_multi_socket() commit. Should primarily be considered as an internalDaniel Stenberg
2006-04-10This no longer needs the extra define!Daniel Stenberg
2006-04-10added README.multi_socketDaniel Stenberg
2006-04-10state of the multi_socket API worksDaniel Stenberg
2006-04-10check for fork() as well, so that we can build the sws http test server withDaniel Stenberg
2006-04-10avoid duplicate typedefs, as this type is also defined in our public headersDaniel Stenberg
2006-04-10curl_multi_socket() updatesDaniel Stenberg
2006-04-10if configure found a fork(), sws supports --fork which is *NOT* used by theDaniel Stenberg
2006-04-10output the exit code from stunnel to stderr in case it is non-zeroDaniel Stenberg
2006-04-10support --fork and pass that on to swsDaniel Stenberg
2006-04-10Scan for 'stunnel4' before 'stunnel' since debian have them setup this wayDaniel Stenberg
2006-04-10Use correct content-length. Found out by patching the libcurl read to onlyDaniel Stenberg
2006-04-1033. Doing multi-pass HTTP authentication on a non-default port does not work.Daniel Stenberg
2006-04-1065 - curl_multi_socket() added but not extensively tested nor particularlyDaniel Stenberg
2006-04-10we haven't been using yacc/bison in a long time!Daniel Stenberg
2006-04-10forked off the changes from 2005 into its own fileDaniel Stenberg
2006-04-09CURLE_FTP_USER_PASSWORD_INCORRECT is not returned by libcurl anymore!Daniel Stenberg
2006-04-09mention RFC 2396 for URL syntax specDaniel Stenberg
2006-04-09new little example using the new conversion callbacks added in 7.15.4Daniel Stenberg
2006-04-08mention the outlength argumentDaniel Stenberg
2006-04-08readint_le() not needed in USE_WINDOWS_SSPI code.Gisle Vanem
2006-04-08curl_easy_unescape() takes 4 arguments.Gisle Vanem
2006-04-07First commit of David McCreedy's EBCDIC and TPF changes.Daniel Stenberg
2006-04-07minor re-arrange to return a value in order to avoid compiler warningsDaniel Stenberg
2006-04-07added typedefed function pointers and typecast the NULL assignments in anDaniel Stenberg
2006-04-07attempt to avoid warnings in picky environments by storing options asDaniel Stenberg
2006-04-05cut off a bit more of the type-2 ntlm message since it differs betweenDaniel Stenberg
2006-04-05Michele Bini modified the NTLM code to work for his "weird IIS case"Daniel Stenberg
2006-03-28for the CURLDEBUG case, we redefine sprintf and vsprintf to make us noticeDaniel Stenberg
2006-03-28#1451929 (http://curl.haxx.se/bug/view.cgi?id=1451929) detailed a bug thatDaniel Stenberg
2006-03-28converted sprintf() to snprintf() to reduce riskDaniel Stenberg
2006-03-27David Byron found a problem multiple -d options when libcurl was built withDaniel Stenberg
2006-03-27minor Makefile fix - let's go 2006;Gunter Knauf
2006-03-26Tor Arntsen figured out that TFTP was broken on a lot of systems since weDaniel Stenberg
2006-03-21David McCreedy added CURLINFO_FTP_ENTRY_PATH to export the FTP entry pathDaniel Stenberg
2006-03-21Xavier Bouchoux made the SSL connection non-blocking for the multi interfaceDaniel Stenberg
2006-03-21Tor Arntsen fixed the AIX Toolbox RPM specDaniel Stenberg
2006-03-20David McCreedy fixed libcurl to no longer ignore AUTH failures and now itDaniel Stenberg
2006-03-20mention today's fixesDaniel Stenberg
2006-03-207.15.3 contributorsDaniel Stenberg
2006-03-20Fixed a bug whereby a received file whose length was a multiple ofDan Fandrich
2006-03-20off-by-one for the case when it adds /? and a terminating zero to the URLDaniel Stenberg
2006-03-20start working towards 7.15.4Daniel Stenberg
2006-03-20fixed the AIX packagesDaniel Stenberg
2006-03-20missing in CVSDaniel Stenberg
2006-03-20fixed tftp packet overflow riskDaniel Stenberg
2006-03-17slight rewording based on debian bug report #357388 by Justin PryzbyDaniel Stenberg
2006-03-16fixed in CVSDaniel Stenberg
2006-03-16AIX Toolbox RPM spec file by Tor ArntsenDaniel Stenberg
2006-03-15slightly edited explanation for -f/--fail by the help of Kjell EricsonDaniel Stenberg