Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-22 | tool_operate.c: OOM handling fix | Yang Tse | |
Move curl_easy_perform source code geneartion out of curl_easy_perform's loop for proper OOM handling and source code geneartion. | |||
2011-10-16 | --show-error: position indepdenent | Daniel Stenberg | |
Previously we required that -S/--show-error was used _after_ -s/--silent. This was slightly confusing since we strive to make arguments as position independent as possible. Now, you can use them in any order and the result should still be the same. Bug: http://curl.haxx.se/bug/view.cgi?id=3424286 Reported by: Andreas Olsson | |||
2011-10-07 | libcurl: some OOM handling fixes | Yang Tse | |
2011-10-06 | curl tool: reviewed code moved to tool_*.[ch] files | Yang Tse | |
2011-10-05 | curl tool: OOM handling fixes | Yang Tse | |
2011-10-05 | curl tool: reviewed code moved to tool_*.[ch] files | Yang Tse | |
2011-10-05 | curl tool: OOM handling fixes | Yang Tse | |
2011-10-05 | curl tool: header inclusion adjustment | Yang Tse | |
2011-10-05 | curl tool: code moved to tool_*.[ch] files | Yang Tse | |