summaryrefslogtreecommitdiff
path: root/lib/gopher.c
Commit message (Expand)AuthorAgeFilesLines
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* vtls: localization of state data in filtersStefan Eissing2022-11-221-1/+1
* lib: connection filters (cfilter) addition to curl:Stefan Eissing2022-11-111-1/+4
* style: use space after comment start and before comment endDaniel Stenberg2022-10-301-1/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* lib: remove support for CURL_DOES_CONVERSIONSDaniel Stenberg2022-02-041-2/+2
* conn: add 'attach' to protocol handler, make libssh2 use itDaniel Stenberg2021-05-171-0/+2
* vtls: reduce conn->data usePatrick Monnerat2021-01-191-1/+1
* gopher: remove accidental conn->data leftoverDaniel Stenberg2021-01-181-1/+1
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-12/+13
* curl.h: add CURLPROTO_GOPHERS as own protocol identifierDaniel Stenberg2021-01-061-2/+2
* gopher: Implement secure gopher protocol.parazyd2020-12-151-0/+50
* docs/INTERNALS: remove reference to Curl_sendf()Daniel Stenberg2020-11-241-2/+0
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* sendf: move Curl_sendf to dict.c and make it staticDaniel Stenberg2020-09-281-3/+1
* Curl_handler: add 'family' to each protocolDaniel Stenberg2020-09-211-0/+1
* escape: make the URL decode able to reject only %00 bytesDaniel Stenberg2020-06-251-1/+1
* select: make Curl_socket_check take timediff_t timeoutDaniel Stenberg2020-04-231-3/+3
* copyright: bump the copyright year rangeDaniel Stenberg2020-04-151-1/+1
* gopher: check remaining time left during write busy loopMarc Hoersken2020-04-121-4/+17
* gopher: remove check for path == NULLDaniel Stenberg2019-03-051-1/+4
* urldata: simplify bytecountersDaniel Stenberg2019-03-011-5/+2
* gopher: fix memory leak from 9026083ddb2a9Daniel Stenberg2018-12-131-0/+1
* gopher: always include the entire gopher-path in requestLeonardo Taccari2018-12-131-2/+15
* url: use the URL API internally as wellDaniel Stenberg2018-09-221-1/+1
* all: s/int/size_t cleanupDaniel Stenberg2018-09-011-2/+2
* gopher: Do not translate `?' to `%09'Leonardo Taccari2018-08-241-7/+0
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-5/+5
* handler: refactor connection checkingMax Dymond2017-06-301-0/+1
* fix potential use of uninitialized variablesAndrew Krieger2017-03-041-1/+1
* gopher: fixed detection of an error condition from Curl_urldecodeDan Fandrich2017-02-261-2/+2
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-311-2/+0
* strcasecompare: is the new name for strequal()Daniel Stenberg2016-10-311-1/+0
* escape: avoid using curl_easy_unescape() internallyDaniel Stenberg2016-10-311-2/+3
* gopher: properly return error for poll failuresDaniel Stenberg2016-10-181-13/+14
* select: switch to macros in uppercaseDaniel Stenberg2016-10-181-2/+2
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-1/+1
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* gopher: don't send NUL byteOrange Tsai2015-10-011-3/+5
* free: instead of Curl_safefree()Daniel Stenberg2015-03-161-3/+3
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-5/+1
* code cleanup: we prefer 'CURLcode result'Daniel Stenberg2014-10-241-3/+3
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+169
* build: rename 93 lib/*.c filesYang Tse2013-01-031-169/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-12/+12
* gopher: #include cleanupDaniel Stenberg2012-12-121-30/+0
* mem-include-scan: verify memory #includesDaniel Stenberg2012-11-171-2/+2
* curl_multi_fdset: correct fdset with FTP PORT useDaniel Stenberg2011-10-211-0/+1
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-7/+0