platform/upstream/curl.git
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
2013-04-13 Steve HolmeRELEASE-NOTES: synced with 8723cade21fb
2013-04-13 Steve Holmesmtp: Added support for ;auth=<mech> in the URL
2013-04-13 Steve Holmepop3: Reworked authentication type constants
2013-04-13 Steve Holmepop3: Small consistency tidy up
2013-04-13 Steve Holmepop3: Added support for ;auth=<mech> in the URL
2013-04-13 Steve Holmeimap: Added support for ;auth=<mech> in the URL
2013-04-13 Steve Holmesasl: Reworked SASL mechanism constants
2013-04-13 Steve Holmesasl: Added predefined preferred mechanism values
2013-04-13 Steve Holmeurl: Added support for parsing login options from the URL
2013-04-12 Steve Holmesmtp: Fix compiler warning
2013-04-12 Steve Holmesmtp: Moved parsing of url path into separate function
2013-04-12 Daniel StenbergFTP: handle a 230 welcome response
2013-04-12 Daniel Stenbergconfigure: try pthread_create without -lpthread
2013-04-12 Daniel StenbergFTP: access files in root dir correctly
2013-04-12 Steve Holmepop3: Reworked the function description for Curl_pop3_w...
2013-04-12 Steve Holmepop3: Added function description to pop3_parse_custom_r...
2013-04-12 Steve Holmepop3: Moved utility functions to end of pop3.c
2013-04-12 Nick Zitzmanndarwinssl: add TLS session resumption
2013-04-12 Steve Holmeimap: Added function description to imap_parse_custom_r...
2013-04-12 Steve Holmeimap: Moved utility functions to end of imap.c (Part...
2013-04-12 Steve Holmeimap: Moved utility functions to end of imap.c (Part...
2013-04-12 Steve Holmeimap: Moved utility functions to end of imap.c (Part...
2013-04-12 Steve Holmeimap: Corrected function description for imap_connect()
2013-04-12 Kamil Dudkatests: prevent test206, test1060, and test1061 from...
2013-04-12 David Strausslibcurl-share.3: update what it does and does not share.
2013-04-12 Daniel StenbergTHANKS: remove duplicated names
2013-04-12 Daniel Stenbergbump: start working towards next release
2013-04-12 Daniel StenbergTHANKS: added people from the 7.30.0 RELEASE-NOTES
2013-04-11 Daniel StenbergRELEASE-NOTES: cleaned up for 7.30 (synced with 5c5e1a1...
2013-04-11 Daniel Stenbergtest1218: another cookie tailmatch test
2013-04-11 YAMADA Yasuharucookie: fix tailmatching to prevent cross-domain leakage
2013-04-11 Guenter KnaufEnabled MinGW sync resolver builds.
2013-04-10 Yang Tseif2ip.c: fix compiler warning
2013-04-09 Guenter KnaufFixed lost OpenSSL output with "-t" - followup.
2013-04-09 Daniel Stenbergtest1217: verify parsing 257 responses with "rubbish...
2013-04-09 Bill MiddlecampFTP: handle "rubbish" in front of directory name in...
2013-04-09 Guenter KnaufFixed ares-enabled builds with static makefiles.
next