summaryrefslogtreecommitdiff
path: root/lib/pop3.c
Commit message (Expand)AuthorAgeFilesLines
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-071-6/+6
* vtls: only store TIMER_APPCONNECT for non-proxy connectDaniel Stenberg2021-06-191-3/+4
* conn: add 'attach' to protocol handler, make libssh2 use itDaniel Stenberg2021-05-171-0/+2
* sasl: use 'unsigned short' to store mechanismDaniel Stenberg2021-05-121-1/+1
* lib: fix 0-length Curl_client_write callsJacob Hoffman-Andrews2021-04-291-2/+11
* ftp: add 'list_only' to the transfer state structDaniel Stenberg2021-02-091-1/+1
* pingpong: rename the curl_pp_transfer enum to use PP prefixDaniel Stenberg2021-02-041-4/+4
* pingpong: remove the 'conn' struct memberDaniel Stenberg2021-01-261-2/+1
* lib: remove conn->data usesPatrick Monnerat2021-01-241-2/+2
* lib: more conn->data cleanupsDaniel Stenberg2021-01-191-1/+1
* vtls: reduce conn->data usePatrick Monnerat2021-01-191-2/+3
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-169/+176
* urldata: remove 'void *protop' and create the union 'p'Daniel Stenberg2020-11-231-7/+7
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* pingpong: use a dynbuf for the *_pp_sendf() functionDaniel Stenberg2020-09-231-0/+1
* Curl_handler: add 'family' to each protocolDaniel Stenberg2020-09-211-0/+2
* escape: make the URL decode able to reject only %00 bytesDaniel Stenberg2020-06-251-2/+2
* urldata: connect related booleans live in struct ConnectBitsDaniel Stenberg2020-05-271-2/+2
* source cleanup: remove all custom typedef structsDaniel Stenberg2020-05-151-2/+2
* cleanup: remove the 'numsocks' argument used in many placesDaniel Stenberg2019-07-301-5/+3
* build: fix Codacy warningsMarcel Raad2019-06-051-10/+5
* emailL Added reference to RFC8314 for implicit TLSSteve Holme2019-04-111-0/+1
* urldata: simplify bytecountersDaniel Stenberg2019-03-011-1/+1
* memcmp: avoid doing single char memcmpDaniel Gustafsson2019-01-201-3/+3
* pingpong: ignore regular timeout in disconnect phaseDaniel Stenberg2018-12-171-4/+5
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-231-1/+1
* pop3: only do APOP with a valid timestampDaniel Stenberg2018-11-161-2/+10
* url: use the URL API internally as wellDaniel Stenberg2018-09-221-4/+1
* cppcheck: fix warningsMarian Klymov2018-06-111-2/+2
* smtp/pop3/imap_get_message: decrease the data length too...Daniel Stenberg2018-01-151-3/+5
* sasl_getmesssage: make sure we have a long enough string to passDaniel Stenberg2017-12-051-12/+17
* handler: refactor connection checkingMax Dymond2017-06-301-0/+2
* http-proxy: only attempt FTP over HTTP proxyDaniel Stenberg2017-06-151-77/+0
* URL: only accept ";options" in SMTP/POP3/IMAP URL schemesDaniel Stenberg2017-02-101-3/+4
* STARTTLS: Don't print response character in denied messagesJay Satiro2017-01-121-1/+1
* checksrc: white space edits to comply to stricter checksrcDaniel Stenberg2016-11-241-2/+2
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-241-2/+2
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-311-1/+0
* strcasecompare: is the new name for strequal()Daniel Stenberg2016-10-311-4/+3
* errors: new alias CURLE_WEIRD_SERVER_REPLY (8)Jay Satiro2016-09-071-1/+1
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-17/+17
* lib: include curl_printf.h as one of the last headersDaniel Stenberg2016-04-291-1/+1
* multi: turn Curl_done into file local multi_doneDaniel Stenberg2016-03-301-4/+0
* ftp/imap/pop3/smtp: Fixed compilation warning when /Wall enabledSteve Holme2016-03-191-2/+2
* imap/pop3/smtp: Fixed connections upgraded with TLS are not reusedSteve Holme2016-03-081-1/+9
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* pop3: Differentiate between success and continuation responsesSteve Holme2015-11-201-4/+10
* pop3: Added clarity on some server response codesSteve Holme2015-11-201-2/+4
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-4/+1
* sasl: implement EXTERNAL authentication mechanism.Patrick Monnerat2015-01-271-3/+3