summaryrefslogtreecommitdiff
path: root/lib/gopher.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* WIN32 io.h and fcntl.h inclusion done in setup_once.hYang Tse2011-07-251-6/+4
* time.h and sys/time.h inclusion conditionally done in setup_once.hYang Tse2011-07-251-4/+0
* RTSP: convert protocol-specific checks to genericDaniel Stenberg2011-05-051-0/+1
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-5/+5
* protocols: use CURLPROTO_ internallyDaniel Stenberg2011-03-141-1/+1
* protocol handler: added flags fieldDaniel Stenberg2011-03-141-2/+3
* fix compiler warning: rounding, sign extension, or loss of accuracy may resultYang Tse2010-12-021-1/+2
* warning: fix conversion to 'int' from 'size_t'Daniel Stenberg2010-09-061-1/+2
* gopher: enable the header callback/verbosityDaniel Stenberg2010-08-251-0/+8
* gopher: fix memory leak and busyloopDaniel Stenberg2010-08-251-6/+26
* Gopher using Curl_write; test suite (4 tests)Cameron Kaiser2010-08-251-4/+21
* Gopher protocol support (initial release)Cameron Kaiser2010-08-251-0/+162