summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* curl tool: fix compiler warningYang Tse2011-10-051-0/+2
* curl tool: OOM handling fixesYang Tse2011-10-053-21/+48
* curl tool: reviewed code moved to tool_*.[ch] filesYang Tse2011-10-056-84/+116
* curl tool: OOM handling fixesYang Tse2011-10-051-1/+2
* curl tool: OOM handling fixesYang Tse2011-10-052-6/+15
* curl tool: OOM handling fixesYang Tse2011-10-056-37/+71
* curl tool: header inclusion adjustmentYang Tse2011-10-051-0/+4
* curl tool: symbol check adjustmentYang Tse2011-10-051-2/+4
* curl tool: header inclusion adjustmentYang Tse2011-10-052-0/+9
* curl tool: code moved to tool_*.[ch] filesYang Tse2011-10-0527-4353/+5095
* curl tool: reviewed code moved to tool_*.[ch] filesYang Tse2011-10-038-332/+480
* curl tool: fix some more OOM handlingYang Tse2011-09-306-105/+166
* curl tool: adjust header callback single call write limit warningYang Tse2011-09-281-1/+2
* Added SPNEGO to NetWare build.Guenter Knauf2011-09-271-3/+15
* curl tool: fix a compiler warningYang Tse2011-09-261-2/+1
* curl tool: fix some OOM handling - f4853db5 follow-upYang Tse2011-09-261-1/+2
* curl tool: fix some OOM handlingYang Tse2011-09-262-3/+27
* remove short-lived CURL_WRITEFUNC_OUT_OF_MEMORYYang Tse2011-09-262-10/+1
* allow write callbacks to indicate OOM to libcurlYang Tse2011-09-252-1/+10
* NetWare makefile tweaks to select different builds.Guenter Knauf2011-09-251-0/+37
* POST: always set postfieldsizeDaniel Stenberg2011-09-251-15/+28
* curl tool: fix a compiler warningYang Tse2011-09-241-2/+2
* curl tool: reviewed code moved to tool_*.[ch] filesYang Tse2011-09-2418-631/+1211
* curl tool: fix some OOM handling issuesYang Tse2011-09-243-182/+226
* curl tool: fix some OOM handling issuesYang Tse2011-09-221-111/+126
* curl tool: reviewed code moved to tool_*.[ch] filesYang Tse2011-09-228-141/+374
* curl tool: make my_setopt ignore curl_easy_setopt result again.Yang Tse2011-09-211-1/+5
* Changed suffix rules to pattern rules.Guenter Knauf2011-09-211-4/+2
* Some more MinGW build tweaks.Guenter Knauf2011-09-211-3/+7
* curl tool: reviewed code moved to tool_*.[ch] filesYang Tse2011-09-2111-306/+599
* curl tool: reviewed code moved to tool_*.[ch] filesYang Tse2011-09-2011-162/+370
* A bunch of MinGW build tweaks.Guenter Knauf2011-09-201-30/+32
* Added _WIN32_WINNT define for IPv6 builds.Guenter Knauf2011-09-201-1/+1
* curl tool: truly fix compiler warningYang Tse2011-09-191-2/+2
* curl tool: fix compiler warningYang Tse2011-09-191-0/+27
* curl tool: reviewed code moved to tool_*.[ch] filesYang Tse2011-09-1918-367/+626
* curl tool: create tool_myfunc.[ch] which later on will hold my_* functionsYang Tse2011-09-187-18/+104
* curl tool: reorder free_config_fields() field handlingYang Tse2011-09-181-40/+67
* Fixed MinGW WinIDN lib dependency.Guenter Knauf2011-09-171-1/+1
* tool_convert.c: fix no newline at end of fileYang Tse2011-09-171-1/+2
* curl tool: move 'Configurable' and free_config_fields() to tool_cfgable.[ch]Yang Tse2011-09-166-283/+359
* src/setup.h: add conditional include of assert.hYang Tse2011-09-161-0/+4
* curl tool: move so called 'multi_files' stuff into tool_mfiles.[ch]Yang Tse2011-09-166-95/+198
* curl tool: move convert_* functions into tool_convert.[ch]Yang Tse2011-09-166-124/+214
* main.c: convert GetStr() into a macro to ease leak debuggingYang Tse2011-09-161-2/+16
* main.c: de-obfuscate a couple for-loop exit conditionsYang Tse2011-09-161-17/+30
* curl tool: fix a bunch of double free's uncovered 2011-09-15Yang Tse2011-09-152-208/+149
* curl MSVC project files: adjust resource compiler include pathYang Tse2011-09-151-8/+8
* src/Makefile.vc6: adjust resource compiler include pathYang Tse2011-09-141-1/+1
* curl tool: re-enable MemoryTracking capability on 'src' subdirectory files.Yang Tse2011-09-1420-89/+88