Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-03 | tool_cb_wrt.c: disambiguate warning message | Yang Tse | |
2011-10-24 | large headers: have curl accept >16K headers | Daniel Stenberg | |
As commit 5850cc4808ab clarifies, libcurl can deliver header lines that are longer than CURL_MAX_WRITE_SIZE, only body data is limited to that size. The curl tool has check (when built debug-enabled) that made the wrong checks and this new test 1205 verifies that larger headers work. | |||
2011-09-30 | curl tool: fix some more OOM handling | 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 | |