platform/upstream/curl.git
2006-04-10 Daniel Stenberg33. Doing multi-pass HTTP authentication on a non-defau...
2006-04-10 Daniel Stenberg65 - curl_multi_socket() added but not extensively...
2006-04-10 Daniel Stenbergwe haven't been using yacc/bison in a long time!
2006-04-10 Daniel Stenbergforked off the changes from 2005 into its own file
2006-04-09 Daniel StenbergCURLE_FTP_USER_PASSWORD_INCORRECT is not returned by...
2006-04-09 Daniel Stenbergmention RFC 2396 for URL syntax spec
2006-04-09 Daniel Stenbergnew little example using the new conversion callbacks...
2006-04-08 Daniel Stenbergmention the outlength argument
2006-04-08 Gisle Vanemreadint_le() not needed in USE_WINDOWS_SSPI code.
2006-04-08 Gisle Vanemcurl_easy_unescape() takes 4 arguments.
2006-04-07 Daniel StenbergFirst commit of David McCreedy's EBCDIC and TPF changes.
2006-04-07 Daniel Stenbergminor re-arrange to return a value in order to avoid...
2006-04-07 Daniel Stenbergadded typedefed function pointers and typecast the...
2006-04-07 Daniel Stenbergattempt to avoid warnings in picky environments by...
2006-04-05 Daniel Stenbergcut off a bit more of the type-2 ntlm message since...
2006-04-05 Daniel StenbergMichele Bini modified the NTLM code to work for his...
2006-03-28 Daniel Stenbergfor the CURLDEBUG case, we redefine sprintf and vsprint...
2006-03-28 Daniel Stenberg#1451929 (curl.haxx.se/bug/view.cgi?id=1451929) detaile...
2006-03-28 Daniel Stenbergconverted sprintf() to snprintf() to reduce risk
2006-03-27 Daniel StenbergDavid Byron found a problem multiple -d options when...
2006-03-27 Gunter Knaufminor Makefile fix - let's go 2006;
2006-03-26 Daniel StenbergTor Arntsen figured out that TFTP was broken on a lot...
2006-03-21 Daniel StenbergDavid McCreedy added CURLINFO_FTP_ENTRY_PATH to export...
2006-03-21 Daniel StenbergXavier Bouchoux made the SSL connection non-blocking...
2006-03-21 Daniel StenbergTor Arntsen fixed the AIX Toolbox RPM spec
2006-03-20 Daniel StenbergDavid McCreedy fixed libcurl to no longer ignore AUTH...
2006-03-20 Daniel Stenbergmention today's fixes
2006-03-20 Daniel Stenberg7.15.3 contributors
2006-03-20 Dan FandrichFixed a bug whereby a received file whose length was...
2006-03-20 Daniel Stenbergoff-by-one for the case when it adds /? and a terminati...
2006-03-20 Daniel Stenbergstart working towards 7.15.4
2006-03-20 Daniel Stenbergfixed the AIX packages
2006-03-20 Daniel Stenbergmissing in CVS
2006-03-20 Daniel Stenbergfixed tftp packet overflow risk
2006-03-17 Daniel Stenbergslight rewording based on debian bug report #357388...
2006-03-16 Daniel Stenbergfixed in CVS
2006-03-16 Daniel StenbergAIX Toolbox RPM spec file by Tor Arntsen
2006-03-15 Daniel Stenbergslightly edited explanation for -f/--fail by the help...
2006-03-14 Daniel Stenberguse the new types accordingly
2006-03-14 Daniel Stenberg--ftp-method and CURLOPT_FTP_FILEMETHOD are now documen...
2006-03-13 Daniel StenbergDavid McCreedy found a use of the wrong variable when...
2006-03-13 Daniel StenbergDavid McCreedy found a missing return code assignment
2006-03-13 Daniel StenbergScott Worley's typo fixes
2006-03-08 Daniel StenbergPeter Heuchert's correction for the clear control conne...
2006-03-07 Daniel StenbergMarkus Koetter filed debian bug report #355715 which...
2006-03-07 Daniel StenbergPeter Heuchert made sure the CURLFTPSSL_CONTROL setting...
2006-03-06 Daniel StenbergLots of users on Windows have reported getting the...
2006-03-04 Daniel Stenbergbuild fix for Interix
2006-03-03 Daniel StenbergIf run on a curl built shared, detect this and invoke...
2006-03-03 Daniel Stenbergadded test524
2006-03-03 Daniel StenbergPrevent uploading to a URL that has no file name part.
2006-03-02 Daniel Stenbergpoint out that CAINFO points out a file name by default
2006-03-02 Daniel Stenbergadded large chunk of blurb about the progress meter
2006-03-02 Daniel StenbergI'm pretty sure #24 is fixed in 7.15.2
2006-03-02 Daniel Stenbergmention Dan F's out-of-file handles fix from the other day
2006-03-02 Daniel Stenbergcheck for and use getprotobyname
2006-02-28 Dan FandrichDon't lock up at start when there aren't any free file...
2006-02-27 Daniel Stenbergadded missing files
2006-02-27 Daniel Stenbergack, removed duplicate
2006-02-27 Daniel Stenberg7.15.2 contributors added
2006-02-27 Daniel Stenbergstart over on what might become 7.15.3
2006-02-27 Daniel Stenberghehe, wrong year but who reads these lines anyway? ;-)
2006-02-27 Daniel Stenberg7.15.2
2006-02-26 Gisle VanemSmall fix.
2006-02-26 Gisle VanemUse getprotobyname() to retrieve protocol number for TCP
2006-02-25 Gisle VanemFix typo.
2006-02-24 Dan FandrichAdded user ID support to SOCKS4.
2006-02-23 Daniel StenbergFixed typo, the option is called --write-out. Bob Bagwi...
2006-02-23 Daniel Stenbergargh, forgot the check for a connection before we call...
2006-02-23 Dan FandrichFixed a few more comment typos.
2006-02-23 Daniel StenbergPeter Su's SOCKS4 fix
2006-02-23 Daniel Stenbergthe last planned fix is done
2006-02-23 Daniel StenbergLots of work and analysis by "xbx___" in bug #1431750
2006-02-22 Dan FandrichFixed test case 57 (KNOWN_BUG #18)
2006-02-22 Dan FandrichFixed some spelling errors in comments, and extraneous...
2006-02-21 Daniel Stenbergtwo typos in comments
2006-02-21 Daniel StenbergPeter Su added support for SOCKS4 proxies. Enable this...
2006-02-20 Daniel Stenbergftp upload with url ending with slash
2006-02-19 Daniel StenbergShmulik Regev fixed an issue with multi-pass authentica...
2006-02-18 Daniel StenbergUlf Härnhammar fixed a format string (printf style...
2006-02-17 Yang TseFix spacing.
2006-02-17 Daniel Stenbergfixed formatting
2006-02-16 Daniel StenbergShmulik Regev provided a fix for the DNS cache when...
2006-02-16 Dan FandrichGopher is no longer supported.
2006-02-16 Daniel Stenbergtwo items before release
2006-02-16 Daniel StenbergAdded some clarifying comments
2006-02-15 Daniel Stenberg32. (At least on Windows) If libcurl is built with...
2006-02-11 Daniel Stenbergmention the CURLOPT_CONNECT_ONLY connection
2006-02-11 Daniel StenbergKarl M added the CURLOPT_CONNECT_ONLY and CURLINFO_LAST...
2006-02-11 Daniel StenbergKent Boortz improved the configure check for GnuTLS...
2006-02-09 Daniel StenbergCURLOPT_NOSIGNAL might be a MUST to make threaded use...
2006-02-07 Daniel StenbergPhilippe Vaucher provided a brilliant piece of test...
2006-02-07 Daniel Stenbergavoid illegal memory access when doing "-T [URL] [URL]"
2006-02-07 Daniel StenbergRene Bernhardt found this typo
2006-02-06 Daniel Stenberghow silly, the cookie expired! ;-)
2006-02-04 Daniel StenbergFrank's synctime.c example and an updated list in README
2006-02-01 Daniel Stenbergfixed --limit-rate
2006-02-01 Daniel StenbergMake --limit-rate [num] mean bytes. Seems I broke it...
2006-01-30 Gisle VanemSquelch the "warning: 'port' might be used uninitialize...
2006-01-30 Daniel StenbergAdded CURLOPT_LOCALPORT and CURLOPT_LOCALPORTRANGE...
next