platform/upstream/curl.git
2009-09-07 Gisle VanemUpdate email address.
2009-09-07 Gisle VanemUpdate my email address. Add ares_config.h as dependenc...
2009-09-06 Yang TseT_SRV portability check
2009-09-06 Gunter Knaufadded casts to silent compiler warning on 64bit systems.
2009-09-06 Gunter Knaufuse our define struct_stat to be compatible with largef...
2009-09-06 Gunter Knaufadded base64.h include to silent warnings about missing...
2009-09-06 Gunter Knauflanguage! / take2
2009-09-05 Gunter Knaufchanged includes to match style how we do with all...
2009-09-05 Daniel Stenbergadd ftpgetinfo
2009-09-05 Daniel StenbergMake CURLOPT_FTPPORT support an additional port number
2009-09-05 Gunter Knaufadded ftpgetinfo sample since users asked frequently...
2009-09-05 Gunter Knaufchanged u_int16_t to unsigned short because it is the...
2009-09-05 Gisle VanemReplace 'uint16_t' with 'u_int16_t' since the latter...
2009-09-05 Gisle VanemAdded 'ares_parse_srv_reply.obj'. Added definition...
2009-09-04 Daniel Stenberg- Jakub Hrozek added ares_parse_srv_reply() for SRV...
2009-09-04 Gunter Knaufadded --with-nss to configure output.
2009-09-04 Gunter Knaufadded MSVC6 caveats.
2009-09-03 Gunter Knaufadded chkspeed to samples.
2009-09-03 Gunter Knaufupdated MingW32 makefile for recent external libs.
2009-09-03 Daniel Stenbergfix copyright year
2009-09-03 Daniel Stenbergprovide and export Curl_parsedate() as a library-wide...
2009-09-02 Daniel Stenberglanguage!
2009-09-02 Daniel Stenberg- Daniel Johnson founded a flaw in the code convering...
2009-09-02 Daniel Stenbergextended CURL_CHECK_PKGCONFIG to check for a host-speci...
2009-09-02 Daniel Stenbergspell out that when running_handles is zero, there...
2009-09-01 Daniel Stenbergcomment the "stunnel exited with [num]" stuff since...
2009-09-01 Daniel Stenberg- Peter Sylvester made a debug featuer for Curl_resolv...
2009-09-01 Daniel Stenberga failed libssh2 check must not pollute the variables
2009-09-01 Daniel Stenbergclarify: building outside of the source tree is not...
2009-09-01 Daniel Stenberg- configure now tries to use pkg-config for a number...
2009-08-31 Daniel Stenberg73. if a connection is made to a FTP server but the...
2009-08-31 Daniel Stenberg- When using the multi interface with FTP and you asked...
2009-08-31 Patrick MonneratAdded a warning comment about curlbuild.h inclusion...
2009-08-31 Patrick MonneratOS400: adjust inclusion paths in include files to avoid...
2009-08-31 Gunter Knaufadded curl prefix for curlbuild.h back until we find...
2009-08-31 Gunter Knaufadded simple chkspeed sample.
2009-08-31 Gunter Knaufremoved curl prefix for curlbuild.h as Patrick suggested.
2009-08-30 Gunter Knaufadd casts to silent compiler warnings with 64bit systems.
2009-08-29 Gunter Knaufadd cast to silent compiler warning with 64bit systems.
2009-08-29 Gunter Knaufadd cast to silent compiler warning with 64bit systems.
2009-08-29 Gunter Knauffix shadow definition of outp.
2009-08-29 Gunter Knaufadd cast to silent compiler warning with 64bit systems.
2009-08-29 Gunter Knaufremoved obsolete casts.
2009-08-29 Gunter Knaufadd casts to silent compiler warnings with 64bit systems.
2009-08-29 Gunter Knaufadd cast to silient compiler warning with 64bit systems.
2009-08-28 Kamil Dudka- Improved error message for not matching certificate...
2009-08-27 Daniel Stenbergdisable the tests that differ between 32 and 64 bit
2009-08-27 Steinar H.... Support lookup of IPv4 literals in ares_gethostbyname...
2009-08-24 Patrick Monnerat- Introduced a SYST-based test to properly set-up name...
2009-08-24 Daniel Stenberg- Marc de Bruin pointed out that configure --with-gnutl...
2009-08-24 Daniel Stenberg- Eric Wong introduced support for the new option ...
2009-08-24 Daniel Stenbergclarify the code by initing newurl to NULL
2009-08-21 Michal MarekWith CURLOPT_PROXY_TRANSFER_MODE, avoid sending invalid...
2009-08-21 Daniel Stenberg- Andre Guibert de Bruet pointed out a missing return...
2009-08-21 Daniel Stenberg- Lots of good work by Krister Johansen, mostly related...
2009-08-19 Daniel Stenberg5.3 Sort outgoing cookies
2009-08-18 Daniel Stenbergthe mozilla browser is called Firefox...
2009-08-18 Dan FandrichPull the certificate files from the source directory...
2009-08-16 Gunter Knaufadded missing curl_easy_pause to export list.
2009-08-14 Daniel StenbergI think it's worth clarifying that curl DOES NOT valida...
2009-08-13 Kamil Dudka- Changed NSS code to not ignore the value of ssl.verif...
2009-08-13 Daniel Stenbergmention yesterday's changes
2009-08-12 Daniel Stenbergadd missing file, as pointed out by Karl M
2009-08-12 Daniel Stenbergstart over fresh again towards 7.19.7
2009-08-12 Daniel Stenbergimported names from the 7.19.6 RELEASE-NOTES
2009-08-12 Daniel StenbergAdded a range of new fun date strings to try. This...
2009-08-12 Daniel Stenberg7.19.6
2009-08-12 Daniel Stenberg- Carsten Lange reported a bug and provided a patch...
2009-08-12 Daniel Stenberguse --insecure to allow non-matching known hosts for...
2009-08-12 Daniel Stenbergpasted here (and renumbered) from the TODO-RELEASE...
2009-08-11 Daniel Stenberg- Peter Sylvester made the HTTPS test server use specif...
2009-08-11 Daniel Stenbergcredit
2009-08-11 Daniel Stenberg- Benbuck Nason posted the bug report #2835196
2009-08-11 Dan FandrichInclude the Android make file in the source package...
2009-08-11 Patrick MonneratFix definition of CURLOPT_SOCKS5_GSSAPI_SERVICE from...
2009-08-11 Daniel StenbergAdded links to more details on most issues. Moved all...
2009-08-11 Dan FandrichFixed a memory leak in the FTP code and an off-by-one...
2009-08-09 Dan FandrichFixed some memory leaks in the command-line tool that...
2009-08-07 Gunter Knauffix cast for some systems which are broken due to absen...
2009-08-06 Gunter Knaufadded a cast to silent compiler warning with 64bit...
2009-08-06 Gunter Knauffixed cast added with last commit.
2009-08-06 Gunter Knaufcast to fix 64bit build warnings. From manpage:
2009-08-04 Daniel StenbergRFC1867 was updated by RFC2388
2009-08-03 Daniel Stenbergavoid possible NULL dereference caused by my previous fix
2009-08-03 Gisle VanemRemove call to LoadLibrary(). (leftover from debugging).
2009-08-03 Gisle VanemFix bad sentence.
2009-08-03 Daniel Stenberg- Timo Teras changed the reason code used in the resolv...
2009-08-03 Daniel Stenberg256 - "More questions about ares behavior"
2009-08-03 Daniel Stenbergindentation fixes only
2009-08-03 Daniel Stenberg- Joshua Kwan fixed the init routine to fill in the...
2009-08-03 Daniel Stenbergrespect error code from ftruncate(), mentioned by Peter...
2009-08-03 Daniel StenbergReverted the zero-byte-in-name check to instead rely...
2009-08-02 Daniel Stenbergclarified configure detection of GnuTLS
2009-08-02 Daniel StenbergExtended my embedded-zero-in-cert-name fix based on...
2009-08-02 Daniel Stenbergmention two crashing bugs we'd like fixed
2009-08-01 Daniel Stenbergclarify the description of the null byte in cert name fix
2009-08-01 Daniel Stenberg- Curt Bogmine reported a problem with SNI enabled...
2009-08-01 Daniel Stenberg- Scott Cantor posted the bug report #2829955
2009-08-01 Daniel Stenberg- Tanguy Fautre pointed out that OpenSSL's function...
2009-08-01 Daniel Stenberg- Alexander Beedie provided the patch for a noproxy...
next