summaryrefslogtreecommitdiff
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
* curl tool: code moved to tool_*.[ch] filesYang Tse2011-10-051-4309/+0
* curl tool: reviewed code moved to tool_*.[ch] filesYang Tse2011-10-031-332/+9
* curl tool: fix some more OOM handlingYang Tse2011-09-301-65/+69
* 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-241-604/+18
* curl tool: fix some OOM handling issuesYang Tse2011-09-241-169/+207
* curl tool: fix some OOM handling issuesYang Tse2011-09-221-111/+126
* curl tool: reviewed code moved to tool_*.[ch] filesYang Tse2011-09-221-124/+192
* curl tool: reviewed code moved to tool_*.[ch] filesYang Tse2011-09-211-300/+43
* curl tool: reviewed code moved to tool_*.[ch] filesYang Tse2011-09-201-99/+8
* curl tool: reviewed code moved to tool_*.[ch] filesYang Tse2011-09-191-343/+16
* curl tool: create tool_myfunc.[ch] which later on will hold my_* functionsYang Tse2011-09-181-13/+8
* curl tool: move 'Configurable' and free_config_fields() to tool_cfgable.[ch]Yang Tse2011-09-161-281/+1
* curl tool: move so called 'multi_files' stuff into tool_mfiles.[ch]Yang Tse2011-09-161-93/+9
* curl tool: move convert_* functions into tool_convert.[ch]Yang Tse2011-09-161-122/+2
* 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-151-191/+134
* curl tool: re-enable MemoryTracking capability on 'src' subdirectory files.Yang Tse2011-09-141-8/+1
* 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-051-11/+11
* fix a bunch of MSVC compiler warningsYang Tse2011-09-031-1/+1
* NTLM single-sign on adjustments (XI)Yang Tse2011-08-271-3/+3
* NTLM single-sign on adjustments (X)Yang Tse2011-08-261-4/+4
* main: fix segfaultDaniel Stenberg2011-08-211-2/+6
* MemoryTracking: adjust initialization calling - followupYang Tse2011-08-211-1/+1
* MemoryTracking: adjust initialization callingYang Tse2011-08-201-24/+35
* added --delegationDaniel Stenberg2011-08-121-3/+26
* segfault fixedDaniel Stenberg2011-08-041-0/+1
* parse_filename: deal with escaped quotesDaniel Stenberg2011-08-041-25/+23
* -J: support ';' in quoted file namesDaniel Stenberg2011-08-041-3/+33
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-5/+1
* errno.h inclusion conditionally done in setup_once.hYang Tse2011-07-241-1/+0
* NTLM single-sign on supportedMandy Wu2011-07-181-0/+13
* help output: more gnu like outputDaniel Stenberg2011-07-031-155/+154
* main: fix header inclusion orderYang Tse2011-05-291-2/+2
* main: fix header inclusion orderYang Tse2011-05-291-62/+75
* checksrc: whitespace and code style cleanupDaniel Stenberg2011-04-271-53/+63
* Fix spelling errors in src/Fabian Keil2011-04-211-4/+4
* transfer-encoding: added new option and cmdlineDaniel Stenberg2011-04-181-7/+16
* Force setopt constants written by --libcurl to be longDan Fandrich2011-03-091-1/+1
* curl: Added --netrc-file.Julien Chaffraix2011-02-201-1/+12
* --keepalive-time: warn if not supported properlyDaniel Stenberg2011-02-101-0/+4
* main: make the tlsauth options always presentDaniel Stenberg2011-01-191-15/+10
* TLS-SRP: support added when using GnuTLSQuinn Slack2011-01-191-1/+49
* getparameter: add error checkDaniel Stenberg2010-12-201-0/+2
* fix compiler warning: assignment within conditional expressionYang Tse2010-12-031-8/+8
* atoi: remove atoi usageYang Tse2010-11-281-8/+19