Age | Commit message (Expand) | Author |
2011-10-22 | tool_operate.c: OOM handling fix | Yang Tse |
2011-10-16 | --show-error: position indepdenent | Daniel Stenberg |
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: fix compiler warning | 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: OOM handling fixes | 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: symbol check adjustment | 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 |
2011-10-03 | curl tool: reviewed code moved to tool_*.[ch] files | Yang Tse |
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 |
2011-09-27 | Added SPNEGO to NetWare build. | Guenter Knauf |
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 |
2011-09-25 | NetWare makefile tweaks to select different builds. | Guenter Knauf |
2011-09-25 | POST: always set postfieldsize | Daniel Stenberg |
2011-09-24 | curl tool: fix a compiler warning | Yang Tse |
2011-09-24 | curl tool: reviewed code moved to tool_*.[ch] files | Yang Tse |
2011-09-24 | curl tool: fix some OOM handling issues | Yang Tse |
2011-09-22 | curl tool: fix some OOM handling issues | Yang Tse |
2011-09-22 | curl tool: reviewed code moved to tool_*.[ch] files | Yang Tse |
2011-09-21 | curl tool: make my_setopt ignore curl_easy_setopt result again. | Yang Tse |
2011-09-21 | Changed suffix rules to pattern rules. | Guenter Knauf |
2011-09-21 | Some more MinGW build tweaks. | Guenter Knauf |
2011-09-21 | curl tool: reviewed code moved to tool_*.[ch] files | Yang Tse |
2011-09-20 | curl tool: reviewed code moved to tool_*.[ch] files | Yang Tse |
2011-09-20 | A bunch of MinGW build tweaks. | Guenter Knauf |
2011-09-20 | Added _WIN32_WINNT define for IPv6 builds. | Guenter Knauf |
2011-09-19 | curl tool: truly fix compiler warning | Yang Tse |
2011-09-19 | curl tool: fix compiler warning | Yang Tse |
2011-09-19 | curl tool: reviewed code moved to tool_*.[ch] files | Yang Tse |
2011-09-18 | curl tool: create tool_myfunc.[ch] which later on will hold my_* functions | Yang Tse |
2011-09-18 | curl tool: reorder free_config_fields() field handling | Yang Tse |
2011-09-17 | Fixed MinGW WinIDN lib dependency. | Guenter Knauf |
2011-09-17 | tool_convert.c: fix no newline at end of file | Yang Tse |
2011-09-16 | curl tool: move 'Configurable' and free_config_fields() to tool_cfgable.[ch] | Yang Tse |
2011-09-16 | src/setup.h: add conditional include of assert.h | Yang Tse |
2011-09-16 | curl tool: move so called 'multi_files' stuff into tool_mfiles.[ch] | Yang Tse |
2011-09-16 | curl tool: move convert_* functions into tool_convert.[ch] | Yang Tse |
2011-09-16 | main.c: convert GetStr() into a macro to ease leak debugging | Yang Tse |
2011-09-16 | main.c: de-obfuscate a couple for-loop exit conditions | Yang Tse |