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