summaryrefslogtreecommitdiff
path: root/lib/gopher.c
Commit message (Expand)AuthorAgeFilesLines
* 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