platform/upstream/curl.git
2010-03-22 douglas steinwandFix insufficient initialization in Curl_clone_ssl_config()
2010-03-21 Daniel Stenbergvarious changes of CVS to git
2010-03-21 Daniel Stenbergremove references to CVS in the code and use DEV instead
2010-03-21 Daniel StenbergBen Greear's two fixes explained
2010-03-21 Ben GreearFix tftp return codes and tsize upload handling
2010-03-20 Daniel Stenbergmore files to ignore
2010-03-20 Daniel Stenbergprovide an initial set of .gitignore files
2010-03-19 Kamil Dudka- Improved Curl_read() to not ignore the error returned...
2010-03-18 Daniel Stenbergfix warning about conversions between curl_off_t and...
2010-03-18 Yang Tseanother shot at the ftp_init() icc 9.1 optimizer issue
2010-03-17 Yang Tsereplaced intel compiler option -no-ansi-alias with...
2010-03-17 Yang Tseupdate outdated serial number
2010-03-16 Dan FandrichFactored out some code into a few independent functions
2010-03-15 Daniel Stenberg- Constantine Sapuntzakis brought a patch:
2010-03-11 Yang Tsefix compiler warning
2010-03-11 Dan FandrichSSL should now be working out-of-the-box on Symbian...
2010-03-11 Dan FandrichEnable Symbian zlib support by default.
2010-03-11 Dan FandrichAllow compilation even when OpenSSL has been configured...
2010-03-10 Dan FandrichA few Symbian build changes
2010-03-09 Yang Tsewatt32 compilation fix
2010-03-06 Daniel Stenberg- Ben Greear brought a patch that fixed the rate limiti...
2010-03-06 Daniel Stenbergindent fix by Ben Greear, I removed some braces for...
2010-03-06 Yang TseAdded another VS10 version string
2010-03-06 Yang Tsefix line break
2010-03-06 Yang Tseremoved usage of 's6_addr', fixing compilation issue...
2010-03-05 Daniel StenbergDaniel Johnson provided fixes for building with the...
2010-03-05 Yang TseAdded IPv6 name servers support
2010-03-05 Gisle VanemOps!. Readded ares_nowarn.h.
2010-03-05 Gisle VanemAdded ares_nowarn.c.
2010-03-05 Yang TseConstantine Sapuntzakis detected and fixed a double...
2010-03-05 Yang TseAdded SIZEOF_INT and SIZEOF_SHORT definitions for VMS...
2010-03-04 Daniel StenbergJulien Chaffraix clarified CURLOPT_HEADERFUNCTION and...
2010-03-02 Daniel Stenberg- [Daniel Johnson] I've been trying to build libcurl...
2010-03-02 Daniel Stenberg- Based on patch provided by Jacob Moshenko, the transf...
2010-03-02 Daniel Stenbergupdate the generic copyright year range to include...
2010-03-02 Daniel Stenberg- Andrei Benea filed bug report #2956698 and pointed...
2010-03-02 Daniel Stenberg- Markus Duft pointed out in bug #2961796 that even...
2010-03-02 Daniel Stenberg- Made the pingpong timeout code properly deal with...
2010-03-02 Daniel Stenbergremove assignment never used
2010-03-01 Daniel Stenberg- Ben Greear provided an update for TFTP that fixes...
2010-03-01 Daniel StenbergSSL, not SSH, SSL
2010-03-01 Daniel Stenberg- Wesley Miaw reported bug #2958179 which identified...
2010-02-28 Yang TseAdded SIZEOF_INT and SIZEOF_SHORT definitions for non...
2010-02-28 Yang TseAdded ares_nowarn.* to VC6 project file
2010-02-26 Daniel Stenbergspellchecked by Stéphane Fillod
2010-02-26 Daniel Stenberg- Pat Ray in bug #2958474 pointed out an off-by-one...
2010-02-26 Dan FandrichFixed a couple of out of memory leaks and a segfault...
2010-02-26 Yang Tsefix sizeof short
2010-02-26 Yang TseAdded SIZEOF_INT and SIZEOF_SHORT definitions for non...
2010-02-26 Yang TseAdded SIZEOF_INT definition
2010-02-26 Yang Tsefix compiler warning
2010-02-26 Yang Tsefix compiler warning
2010-02-25 Yang Tsefix compiler warning
2010-02-25 Dan FandrichFixed a couple of out of memory leaks and a segfault...
2010-02-25 Yang Tsefix file name
2010-02-25 Yang TseFixed bug report #2958074 indicating
2010-02-24 Yang Tseenable 802 and 803
2010-02-24 Yang Tsefix compiler warning
2010-02-23 Yang Tsefix compiler warning
2010-02-23 Yang Tsefix compiler warning
2010-02-23 Yang Tsefix socket data type
2010-02-22 Yang Tsefix socket data type and logging format in debug tracki...
2010-02-22 Yang Tseconvert Curl_ultous() and Curl_ultouc() functions to...
2010-02-22 Yang Tseupdated sources
2010-02-22 Patrick Monnerat_ Adjusted RFC821 HELO fallback and enabled test804
2010-02-22 Patrick Monnerat- Proper handling of STARTTLS on SMTP, taking CURLUSESS...
2010-02-22 Yang Tseadd header inclusion
2010-02-22 Yang Tsefix compiler warning
2010-02-21 Yang Tsefix compiler warning
2010-02-21 Daniel Stenbergclarify more details on section "2.1 More non-blocking"
2010-02-21 Daniel StenbergTFTP transfers are not blocking since 7.20.0
2010-02-20 Daniel Stenberg- Fixed the SMTP compliance by making sure RCPT TO...
2010-02-20 Daniel Stenberg- I made the SMTP code expect a 250 response back from...
2010-02-20 Daniel Stenbergcorected a comment and wrapped a few longish lines
2010-02-20 Yang Tsefix compiler warning
2010-02-20 Yang Tsefix compiler warning
2010-02-20 Yang Tsefix compiler warning
2010-02-19 Yang Tsefix compiler warning
2010-02-18 Yang Tsefix compiler warning
2010-02-17 Daniel Stenbergares_reinit()
2010-02-17 Daniel Stenberguse curl standard indentation and line lengths
2010-02-16 Yang Tsereplaced tabs with spaces
2010-02-16 Yang Tsefix Content-Length validation
2010-02-15 Daniel Stenberguse (void) in front of fwrite() calls that ignore the...
2010-02-15 Yang Tsefix compiler warning: conversion from "long" to "size_t...
2010-02-15 Yang Tsefix compiler warning: conversion from "long" to "size_t...
2010-02-15 Daniel Stenberg-w speed_download and speed_upload are measured in...
2010-02-14 Daniel Stenberg75. NTLM authentication involving unicode user name...
2010-02-14 Yang Tseremoved trailing whitespace
2010-02-14 Yang Tsefix compiler warning
2010-02-14 Yang TseOverhauled test suite getpart() function. Fixing potent...
2010-02-13 Daniel Stenberg- Martin Hager reported and fixed a problem with a...
2010-02-13 Gunter Knaufused allways #ifdef / #ifndef;
2010-02-13 Gunter Knaufreplaced tabs by spaces, removed trailing tabs/spaces.
2010-02-13 Daniel Stenberg- Tom Donovan fixed the CURL_FORMAT_* defines when...
2010-02-12 Daniel Stenberg- Jack Zhang reported a problem with SMTP: we wrongly...
2010-02-12 Daniel StenbergCURLOPT_MAIL_RCPT is *not* a string so we must not...
2010-02-12 Daniel Stenbergfree --mail-from strings properly
2010-02-11 Patrick Monnerat_ Make it compilable again on OS400.
2010-02-11 Yang Tsemention last changes
next