Age | Commit message (Expand) | Author |
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 | Added header to be included by dist script. | Guenter Knauf |
2011-09-24 | curl tool: fix some OOM handling issues | Yang Tse |
2011-09-24 | http header: allow Content-Length to be replaced | Daniel Stenberg |
2011-09-23 | MinGW64 has this prototype already. | Guenter Knauf |
2011-09-23 | Fixed scanf format for WORD = unsigned short. | Guenter Knauf |
2011-09-23 | Added Win32-only samples. | Guenter Knauf |
2011-09-23 | Added a workaround for printing size_t. | Guenter Knauf |
2011-09-22 | Curl_pgrsStartNow: keep HEADERS_OUT set | Daniel Stenberg |
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-22 | Added NetWare examples makefile. | Guenter Knauf |
2011-09-22 | NTLM_WB: fix disabling of NTLM_WB when NTLM is disabled | Yang Tse |
2011-09-21 | test 814: smtp without --mail-from | Daniel Stenberg |
2011-09-21 | smtp: without a MAIL_FROM, send blank MAIL FROM | Gisle Vanem |
2011-09-21 | lib/http: add missing whitespace in verbose output | Dave Reisner |
2011-09-21 | Another MinGW example makefile tweak. | Guenter Knauf |
2011-09-21 | Fixed sample to compile for Windows platform. | Guenter Knauf |
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 | Added dependency so that curlbuild.h is created. | 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 | Changed Windows 64bit OS define to x86_64. | Guenter Knauf |
2011-09-20 | Also skip certs masked as CKT_NSS_TRUST_UNKNOWN. | Guenter Knauf |
2011-09-20 | Added _WIN32_WINNT define for IPv6 builds. | Guenter Knauf |
2011-09-20 | Curl_follow: handle redirects to "//hostname/path" | Daniel Stenberg |
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 | CURLOPT_URL docs: no need to mention function names | Daniel Stenberg |
2011-09-18 | CURLOPT_URL: Expanded URL description | Steve Holme |
2011-09-18 | Curl_gethostname: return un-qualified machine name | Steve Holme |
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: add new files to Symbian's .mmp project 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 |
2011-09-15 | curl tool: fix a bunch of double free's uncovered 2011-09-15 | Yang Tse |
2011-09-15 | Make Curl_safefree() macro assign NULL to given pointer when free'd | Yang Tse |
2011-09-15 | curl MSVC project files: adjust resource compiler include path | Yang Tse |