summaryrefslogtreecommitdiff
path: root/lib/pop3.c
Commit message (Expand)AuthorAgeFilesLines
* checksrc: find bad indentation in conditions without open braceDaniel Stenberg2023-04-281-1/+1
* misc: reduce struct and struct field sizesDaniel Stenberg2023-01-041-2/+6
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* lib: connect/h2/h3 refactorStefan Eissing2022-12-301-2/+2
* cfilter: improve SSL connection checksStefan Eissing2022-12-081-1/+1
* tls: backends use connection filters for IO, enabling HTTPS-proxyStefan Eissing2022-11-281-1/+1
* cfilter: re-add `conn` as parameter to cfilter setup methodsStefan Eissing2022-11-261-1/+1
* netware: remove leftover tracesDaniel Gustafsson2022-11-231-5/+0
* vtls: localization of state data in filtersStefan Eissing2022-11-221-7/+5
* lib: remove bad set.opt_no_body assignmentsDaniel Stenberg2022-11-111-2/+2
* lib: connection filters (cfilter) addition to curl:Stefan Eissing2022-11-111-9/+16
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* lib: remove exclamation marksDaniel Stenberg2022-04-161-1/+1
* pop3/smtp: return *WEIRD_SERVER_REPLY when not understoodDaniel Stenberg2022-03-291-1/+1
* urldata: remove conn->bits.user_passwdDaniel Stenberg2022-02-161-3/+3
* lib: remove support for CURL_DOES_CONVERSIONSDaniel Stenberg2022-02-041-3/+3
* sasl: binary messagesPatrick Monnerat2021-10-021-39/+57
* lib: avoid fallthrough cases in switch statementsDaniel Gustafsson2021-09-291-1/+3
* ftp,imap,pop3,smtp: reject STARTTLS server response pipeliningPatrick Monnerat2021-09-131-0/+4
* ftp,imap,pop3: do not ignore --ssl-reqdPatrick Monnerat2021-09-131-19/+14
* strerror.h: remove the #include from files not using itDaniel Stenberg2021-09-091-1/+0
* 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