Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-06 | warning: fix conversion to 'int' from 'size_t' | Daniel Stenberg | |
2010-08-25 | gopher: enable the header callback/verbosity | Daniel Stenberg | |
2010-08-25 | gopher: fix memory leak and busyloop | Daniel 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-25 | Gopher using Curl_write; test suite (4 tests) | Cameron Kaiser | |
2010-08-25 | Gopher protocol support (initial release) | Cameron Kaiser | |