platform/upstream/curl.git
2013-05-04 Steve HolmeRELEASE-NOTES: synced with 92ef5f19c801
2013-05-04 Steve Holmesmtp: Updated RFC-2821 references to RFC-5321
2013-05-04 Steve Holmesmtp: Fixed sending of double CRLF caused by first...
2013-05-03 Steve Holmetests: Corrected MAIL SIZE for CRLF line endings
2013-05-03 Steve Holmetests: Corrected infilesize for CRLF line endings
2013-05-03 Steve Holmetests: Corrected test1406 to be RFC2821 compliant
2013-05-02 Steve Holmetests: Corrected test1320 to be RFC2821 compliant
2013-05-02 Steve Holmetests: Corrected typo in test909
2013-05-02 Steve Holmetests: Corrected test909 to be RFC2821 compliant
2013-05-02 Steve Holmetests: Updated test references to 909 from 1411
2013-05-02 Steve Holmetests: Renamed test1411 to test909 as this is a main...
2013-05-01 Lars Johannesenbindlocal: move brace out of #ifdef
2013-04-30 Steve Holmesmtp: Tidy up to move the eob counter to the per-reques...
2013-04-29 Steve HolmeTODO: Updated following the addition of CURLOPT_SASL_IR
2013-04-29 Steve Holmesmtp: Fixed unknown percentage complete in progress bar
2013-04-29 Daniel Stenbergftpserver: silence warnings
2013-04-29 Steve Holmeftpserver.pl: Corrected the imap LOGIN response
2013-04-29 Steve Holmetests: Added imap STATUS command test
2013-04-28 Steve Holmetests: Corrected the SMTP tests to be RFC2821 compliant
2013-04-28 Steve Holmeemail: Tidy up of *_perform_authenticate()
2013-04-28 Steve Holmesmtp: Updated limit check to be more readable like...
2013-04-28 Steve Holmepop3: Added 255 octet limit check when sending initial...
2013-04-28 Steve HolmeDOCS: Corrected line length of recent Secure Transport...
2013-04-28 Nick Zitzmanndarwinssl: add TLS crypto authentication
2013-04-27 Steve HolmeCorrected version numbers after bump
2013-04-27 Daniel Stenbergbump version
2013-04-27 Steve HolmeRELEASE-NOTES: synced with f4e6e201b146
2013-04-27 Steve HolmeDOCS: Updated following the addition of CURLOPT_SASL_IR
2013-04-27 Steve Holmetests: Corrected command line arguments in test907...
2013-04-27 Steve Holmetests: Added SMTP AUTH with initial response tests
2013-04-27 Steve Holmetests: Updated SMTP tests to decouple client initial...
2013-04-27 Steve Holmeimap: Added support for overriding the SASL initial...
2013-04-27 Steve Holmesmtp: Added support for disabling the SASL initial...
2013-04-27 Steve Holmepop3: Added support for enabling the SASL initial response
2013-04-27 Steve Holmesasl-ir: Added --sasl-ir option to curl command line...
2013-04-27 Steve Holmesasl-ir: Added CURLOPT_SASL_IR to enable/disable the...
2013-04-26 Daniel Stenbergcurl_easy_init: use less mallocs
2013-04-26 Steve Holmeftpserver.pl: Fixed imap logout confirmation data
2013-04-26 Daniel Stenbergftp_state_pasv_resp: connect through proxy also when...
2013-04-26 Zdenek Pavlasurl: initialize speed-check data for file:// protocol
2013-04-25 Daniel Stenbergtest709: clarify the test in the name
2013-04-25 Daniel Stenbergsshserver: disable StrictHostKeyChecking
2013-04-25 Daniel Stenbergruntests: log more commands in verbose mode
2013-04-25 Steve HolmeTODO: Corrected copy/paste typo
2013-04-25 Steve HolmeTODO: Added new ideas for future SMTP, POP3 and IMAP...
2013-04-25 Steve HolmeTODO: Updated following the addition of ;auth=<MECH...
2013-04-25 Steve HolmeDOCS: Minor rewording / clarification of host name...
2013-04-24 Steve HolmeRELEASE-NOTES: synced with a8c92cb60890
2013-04-24 Steve HolmeDOCS: Added reference to IETF draft for SMTP URL Interface
2013-04-23 Linus Nielsen... HISTORY: Fix spelling error.
2013-04-23 Steve HolmeDOCS: Reworked the scheme calculation explanation under...
2013-04-23 Steve Holmeurl: Added smtp and pop3 hostnames to the protocol...
2013-04-23 Daniel StenbergHISTORY: correct some years/dates
2013-04-22 Alessandro... tests: add test1511 to check timecond clean-up
2013-04-22 Alessandro... getinfo.c: reset timecond when clearing session-info...
2013-04-22 Steve HolmeDOCS: Added information about login options to CURLOPT_...
2013-04-22 Steve HolmeDOCS: Added information about login options in the URL
2013-04-21 Steve Holmeurl: Fixed missing length check in parse_proxy()
2013-04-21 Steve Holmeurl: Fixed crash when no username or password supplied...
2013-04-21 Steve Holmeurl: Removed unused text length constants
2013-04-21 Steve Holmeurl: Updated proxy URL parsing to use parse_login_details()
2013-04-21 Steve Holmeurl: Tidy up of setstropt_userpwd() parameters
2013-04-21 Steve Holmeurl: Tidy up of code and comments following recent...
2013-04-20 Steve Holmeurl: Simplified setstropt_userpwd() following recent...
2013-04-20 Steve Holmeurl: Correction to scope of if statements when setting...
2013-04-20 Steve Holmeurl: Fixed memory leak in setstropt_userpwd()
2013-04-20 Steve HolmeRELEASE-NOTES: synced with d535c4a2e1f7
2013-04-20 Steve Holmeurl: Added overriding of URL login options from CURLOPT...
2013-04-20 Steve Holmetool_paramhlp: Fixed options being included in username
2013-04-20 Steve Holmeurl: Added support for parsing login options from the...
2013-04-19 Steve Holmeurl: Added bounds checking to parse_login_details()
2013-04-19 Steve Holmeurl: Added size_t cast to pointer based length calculations
2013-04-19 Steve Holmeurl: Corrected minor typo in comment
2013-04-18 Daniel StenbergCURL_CHECK_CA_BUNDLE: don't check for paths when cross...
2013-04-18 Ishan SinghLevettusercertinmem.c: add example showing user cert in memory
2013-04-18 Steve Holmeurl: Fix chksrc longer than 79 columns warning
2013-04-18 Steve Holmeurl: Fix incorrect variable type for result code
2013-04-18 Steve Holmeurl: Fix compiler warning
2013-04-18 Steve Holmeurl: Moved parsing of login details out of parse_url_lo...
2013-04-18 Steve Holmeurl: Re-factored set_userpass() and parse_url_userpass()
2013-04-18 Steve Holmeurl: Reworked URL parsing to allow overriding by CURLOP...
2013-04-18 Daniel Stenbergmaketgz: make bzip2 creation work with Parallel BZIP2 too
2013-04-18 Linus Nielsen... Add tests/http_pipe.py to the tarball build
2013-04-16 Steve Holmesmtp: Re-factored all perform based functions
2013-04-16 Steve Holmesmtp: Added description comments to all perform based...
2013-04-16 Steve Holmesmtp: Moved smtp_quit() to be with the other perform...
2013-04-16 Steve Holmesmtp: Moved smtp_rcpt_to() to be with the other perform...
2013-04-16 Steve Holmesmtp: Moved smtp_mail() to be with the other perform...
2013-04-16 Wouter Van... curl-config: don't output static libs when they are...
2013-04-16 Dave Reisnerdocs/libcurl: fix formatting in manpage
2013-04-15 Paul HowarthAdd extra libs for lib1900 and lib2033 test programs
2013-04-15 Dan FandrichFAQ: mention that the network connection can be monitored
2013-04-15 Steve Holmepop3: Added missing comment for pop3_state_apop_resp()
2013-04-15 Steve Holmesmtp: Updated the coding style of smtp_state_servergree...
2013-04-15 Steve Holmepop3: Updated the coding style of pop3_state_servergree...
2013-04-14 Steve Holmepop3: Re-factored all perform based functions
2013-04-14 Steve Holmepop3: Added description comments to all perform based...
2013-04-14 Steve Holmepop3: Moved pop3_quit() to be with the other perform...
2013-04-14 Steve Holmepop3: Moved pop3_command() to be with the other perform...
2013-04-13 Steve HolmeRELEASE-NOTES: Removed erroneous spaces
next