Update to 7.50.2
[platform/upstream/curl.git] / lib / pop3.c
2016-09-23 Seonah MoonUpdate to 7.50.2 00/89300/3 accepted/tizen/common/20160928.164154 accepted/tizen/ivi/20160929.081233 accepted/tizen/mobile/20160929.081128 accepted/tizen/tv/20160929.081209 accepted/tizen/wearable/20160929.081050 submit/tizen/20160928.053415
2016-09-23 Seonah MoonImported Upstream version 7.50.2 93/89293/1 upstream/7.50.2
2016-04-26 Seonah MoonMerge branch 'upstream' into tizen 63/67263/3 accepted/tizen/common/20160427.144109 accepted/tizen/ivi/20160428.002447 accepted/tizen/mobile/20160428.004551 accepted/tizen/tv/20160428.002324 accepted/tizen/wearable/20160428.002544 submit/tizen/20160427.070140
2016-04-25 taesubkimImported Upstream version 7.48.0 46/67046/1 upstream/7.48.0
2016-04-11 seonah moonRevert "Imported Upstream version 7.44.0" 73/65573/1
2016-04-07 seonah moonRevert "Update to 7.44.0" 72/65072/1
2016-04-07 Seonah MoonUpdate to 7.44.0 38/65038/2 submit/tizen/20160407.062150
2016-04-07 Seonah MoonImported Upstream version 7.44.0 35/65035/1
2016-04-07 seonah moonRevert "Imported Upstream version 7.44.0" 20/65020/1
2016-04-07 Seonah MoonImported Upstream version 7.44.0 13/65013/1
2015-11-16 taesub.kimImported Upstream version 7.40.0 07/51807/1
2015-11-16 taesub.kimBase code merged to SPIN 2.4 99/51799/1
2015-11-11 taesub kimRevert "Update to 7.40.1" 94/51594/1
2015-11-09 Seonah MoonUpdate to 7.40.1 63/51363/1 submit/tizen/20151109.080918 submit/tizen/20151109.080942 submit/tizen/20151109.082943
2014-05-21 Daniel Stenbergbits.close: introduce connection close tracking
2014-04-23 Daniel Stenberghandler: make 'protocol' always specified as a single bit
2014-04-05 Steve Holmesasl: Combined DIGEST-MD5 message decoding and generation
2013-12-24 Steve Holmepop3: Fixed auth preference not being honored when...
2013-12-24 Steve Holmepop3: Fixed APOP being determined by CAPA response...
2013-12-22 Steve Holmeemail: Fixed segfault introduced in commit 195b63f99c2fe3
2013-12-22 Daniel Stenbergcode police: fix indent level to silence checksrc compl...
2013-12-21 Steve Holmeemail: Extended the login options to support multiple...
2013-12-21 Steve HolmeRevert "pop3: Added debug information to assist with...
2013-12-21 Steve Holmepop3: Added debug information to assist with test864...
2013-12-20 Steve Holmepop3: Fixed APOP timestamp detection from commit 1cfb43...
2013-12-20 Daniel Stenbergvtls: renamed sslgen.[ch] to vtls.[ch]
2013-12-20 Daniel Stenbergvtls: created subdir, moved sslgen.[ch] there, updated...
2013-12-20 Steve Holmepop3: Fixed selection of APOP when server replies with...
2013-12-20 Steve Holmepop3: Fixed processing of more than one response when...
2013-12-19 Steve Holmepop3: Moved CAPA response handling to pop3_state_capa_r...
2013-12-19 Steve Holmepop3: Moved APOP detection into pop3_state_servergreet_...
2013-12-18 Steve Holmeimap/pop3/smtp: Added support for SASL authentication...
2013-12-18 Steve Holmepop3: Moved the calculation of SASL login details into...
2013-12-18 Steve Holmepop3: Moved the sending of the AUTH command into a...
2013-12-17 Steve Holmeemail: Renamed *_perform_authenticate() functions
2013-12-04 Steve Holmeimap/pop3: Post graceful cancellation consistency changes
2013-10-30 Steve Holmeemail: Corrected a couple of typos from commit aa0eaef4...
2013-10-30 Steve Holmeemail: Post graceful SASL authentication cancellation...
2013-10-27 Steve Holmeemail: Added support for cancelling NTLM authentication
2013-10-27 Steve Holmeemail: Added support for cancelling DIGEST-MD5 authenti...
2013-10-27 Steve Holmeemail: Corrected a couple of typos from 1e39b95682781f
2013-10-27 Steve Holmeemail: Added support for canceling CRAM-MD5 authentication
2013-10-27 Steve Holmeemail: Added initial support for cancelling authentication
2013-10-27 Steve Holmeemail: Moved authentication message parsing into a...
2013-10-26 Steve Holmeemail: Added references to SASL LOGIN authentication...
2013-10-18 Steve Holmeemail: Fixed QUIT / LOGOUT being sent when SSL connect...
2013-09-24 Steve Holmesasl: Centralised the authentication mechanism strings
2013-09-20 Steve Holmepop3: Added basic SASL XOAUTH2 support
2013-09-10 Jiri Hruskaimap/pop3/smtp: Speed up SSL connection initialization
2013-09-04 Patrick McCartyImported Upstream version 7.32.0 upstream/7.32.0
2013-08-12 Daniel StenbergSessionHandle: the protocol specific pointer is now...
2013-08-12 Daniel Stenbergurldata: clean up the use of the protocol specific...
2013-08-09 Daniel Stenbergcomments: remove old and wrong multi/easy interface...
2013-07-24 Yang Tsestring formatting: fix zero-length printf format string
2013-07-23 Yang Tsestring formatting: fix 25+ printf-style format strings
2013-04-28 Steve Holmeemail: Tidy up of *_perform_authenticate()
2013-04-28 Steve Holmepop3: Added 255 octet limit check when sending initial...
2013-04-27 Steve Holmepop3: Added support for enabling the SASL initial response
2013-04-15 Steve Holmepop3: Added missing comment for pop3_state_apop_resp()
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 Holmepop3: Added support for ;auth=<mech> in the URL
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-03-13 Steve Holmepop3: Removed unnecessary transfer cancellation
2013-03-12 Steve Holmepop3: Fixed continuous wait when using --ftp-list
2013-03-09 Steve Holmeemail: Removed hard returns from init functions
2013-03-09 Steve Holmeemail: Updated the function descriptions for the logout...
2013-03-09 Steve Holmeemail: Simplified the logout / quit functions
2013-03-08 Steve Holmeemail: Tidied up the *_regular_transfer() functions
2013-03-08 Steve Holmeemail: Simplified nesting of if statements in *_doing...
2013-03-07 Steve Holmeemail: Minor code tidy up following recent changes
2013-03-07 Steve Holmeemail: Optimised block_statemach() functions
2013-03-03 Steve Holmepop3: Updated the coding style for state changes after...
2013-03-03 Steve Holmepop3: Fixed unnecessary parent structure reference
2013-02-28 Steve Holmepop3 / smtp: Small comment tidy up
2013-02-28 Steve Holmepop3: Small tidy up of function arguments
2013-02-28 Steve Holmepop3: Corrected debug message for POP3_AUTH_FINAL constant
2013-02-27 Steve Holmepop3: Re-factored the final POP3_AUTH constant
2013-02-25 Steve Holmeemail: Small tidy up following recent changes
2013-02-25 Steve Holmepop3: Removed bytecountp from the per-request structure
2013-02-23 Steve Holmepop3: Refactored the mailbox variable as it didn't...
2013-02-23 Steve Holmeemail: Additional tidy up of comments following recent...
2013-02-23 Daniel Stenbergpop3: fix compiler warning
2013-02-23 Steve Holmepop3: Removed some FTP heritage leftovers
2013-02-23 Steve Holmepop3: Moved the per-request variables to the per-reques...
2013-02-23 Steve Holmepop3: Introduced a custom POP3 structure for per-reques...
2013-02-23 Steve Holmeemail: Minor tidy up following IMAP changes
2013-02-22 Steve Holmepop3: Updated do phrase clean-up comment
2013-02-16 Steve Holmeemail: Tidied up result code variables
2013-02-16 Steve Holmeemail: Removed unnecessary forward declaration
2013-02-16 Steve Holmepop3.c: Added reference to RFC-5034
2013-02-15 Steve Holmepop3: Removed unnecessary state changes on failure
2013-02-15 Daniel Stenbergrename "easy" statemachines: call them block instead
2013-02-14 Steve Holmepop3: Fixed blocking SSL connect when connecting via...
2013-02-13 Steve Holmeemail: Tidy up before additional IMAP work
next