Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-30 | curl tool: fix some more OOM handling | Yang Tse | |
2011-09-28 | curl tool: adjust header callback single call write limit warning | Yang Tse | |
Maximum amount of data a header callback is supposed to get in a single call from libcurl is limited by the lowest value of CURL_MAX_WRITE_SIZE and CURL_MAX_HTTP_HEADER. | |||
2011-09-26 | curl tool: fix a compiler warning | Yang Tse | |
2011-09-26 | curl tool: fix some OOM handling - f4853db5 follow-up | Yang Tse | |
2011-09-26 | curl tool: fix some OOM handling | Yang Tse | |
2011-09-26 | remove short-lived CURL_WRITEFUNC_OUT_OF_MEMORY | Yang Tse | |
2011-09-25 | allow write callbacks to indicate OOM to libcurl | Yang Tse | |
Allow (*curl_write_callback) write callbacks to return CURL_WRITEFUNC_OUT_OF_MEMORY to properly indicate libcurl of OOM conditions inside the callback itself. | |||
2011-09-24 | curl tool: reviewed code moved to tool_*.[ch] files | Yang Tse | |