summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Updated makefiles to latest libssh2.Guenter Knauf2011-09-113-4/+4
* urlglob.c: fix OOM handlingYang Tse2011-09-101-14/+35
* Avoid ftruncate() static define with MinGW64.Guenter Knauf2011-09-081-1/+1
* fix bool variables checking and assignmentYang Tse2011-09-061-1/+1
* fix bool variables checking and assignmentYang Tse2011-09-052-12/+12
* setup_once.h cleanup and syncYang Tse2011-09-041-0/+23
* Added SPNEGO to MinGW makefiles.Guenter Knauf2011-09-041-0/+6
* revert changes not intended to be pushed with commit 6b75d2c2Yang Tse2011-09-031-1/+1
* fix a bunch of MSVC compiler warningsYang Tse2011-09-032-2/+2
* Updated dependecies versions.Guenter Knauf2011-09-033-3/+3
* Some MinGW makefile tweaks for MinGW64.Guenter Knauf2011-09-031-0/+8
* NTLM single-sign on adjustments (XI)Yang Tse2011-08-271-3/+3