aboutsummaryrefslogtreecommitdiff
path: root/lib/gopher.c
AgeCommit message (Collapse)Author
2010-09-06warning: fix conversion to 'int' from 'size_t'Daniel Stenberg
2010-08-25gopher: enable the header callback/verbosityDaniel Stenberg
2010-08-25gopher: fix memory leak and busyloopDaniel Stenberg
The fix for the busyloop really only is a temporary work-around. It causes a BLOCKING behavior which is a NO-NO. This function should rather be split up in a do and a doing piece where the pieces that aren't possible to send now will be sent in the doing function repeatedly until the entire request is sent.
2010-08-25Gopher using Curl_write; test suite (4 tests)Cameron Kaiser
2010-08-25Gopher protocol support (initial release)Cameron Kaiser