summaryrefslogtreecommitdiff
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
* rephrased the --socks5-hostname help output somewhatDaniel Stenberg2008-01-191-1/+1
* to actually allow really big HTTP POSTs curl's postfieldsize type is changed toYang Tse2008-01-181-2/+2
* fix compiler warningYang Tse2008-01-171-1/+1
* fix handling of out of memory in the command line tool that afectedYang Tse2008-01-161-74/+95
* fix compiler warningYang Tse2008-01-131-1/+3
* I re-arranged the curl --help output. All the options are now sorted onDaniel Stenberg2008-01-121-63/+69
* Eric Landes provided the patch (edited by me) that introduces theDaniel Stenberg2008-01-121-9/+48
* I made the curl tool switch from using CURLOPT_IOCTLFUNCTION to now use theDaniel Stenberg2008-01-111-56/+76
* Georg Lippitsch brought CURLOPT_SEEKFUNCTION and CURLOPT_SEEKDATA to allowDaniel Stenberg2008-01-101-0/+26
* fix compiler warningYang Tse2008-01-091-1/+1
* Richard Atterer reverted back what I missed in my previous revert ;-)Daniel Stenberg2008-01-061-2/+2
* Based on further discussion on curl-library, I reverted yesterday's SOCKS5Daniel Stenberg2008-01-051-16/+8
* Don't abort operation when attempting to set SO_KEEPALIVEYang Tse2008-01-051-1/+3
* Based on Maxim Perenesenko's patch, we now do SOCKS5 operations and let theDaniel Stenberg2008-01-041-7/+23
* Richard Atterer brought a patch that added support for SOCKS4a proxies, whichDaniel Stenberg2008-01-021-0/+6
* Mohun Biswas pointed out that --libcurl generated a source code with an intDaniel Stenberg2008-01-011-2/+5
* (http://curl.haxx.se/mail/archive-2007-12/0039.html) reported and fixedYang Tse2007-12-181-11/+9
* Fix compiler warningYang Tse2007-12-131-4/+3
* Gilles Blanc made the curl tool enable SO_KEEPALIVE for the connections andDaniel Stenberg2007-12-121-0/+35
* fix a crash in oom situations (thanks runtests.pl -t!)Daniel Stenberg2007-12-081-1/+5
* #1 fixed --data-urlencode when no = or @ was usedDaniel Stenberg2007-11-261-2/+4
* make nlen a size_t to better hold diffs between pointers etcDaniel Stenberg2007-11-221-1/+1
* Alessandro Vesely helped me improve the --data-urlencode's syntax, parserDaniel Stenberg2007-11-221-11/+15
* Introuced --data-urlencode to the curl tool for easier url encoding of theDaniel Stenberg2007-11-201-16/+95
* Replace isgraph with our uppercase macro versionYang Tse2007-11-151-1/+1
* Based on a patch brought by Johnny Luong, libcurl now offersDaniel Stenberg2007-10-031-0/+14
* Philip Langdale provided the new CURLOPT_POST301 option forDaniel Stenberg2007-09-261-14/+23
* Mark Davies fixed Negotiate authentication over proxy, and also introducedDaniel Stenberg2007-09-211-0/+11
* Renamed the CURLE_FTP_SSL_FAILED error code to CURLE_USE_SSL_FAILED.Dan Fandrich2007-08-311-3/+3
* Renamed several libcurl error codes and options to make them more generalDan Fandrich2007-08-301-9/+9
* minor change in language for the --libcurl source headerDaniel Stenberg2007-08-121-1/+1
* Fixed a curl memory leak reported by Song Ma with a modified versionDan Fandrich2007-07-101-2/+19
* Thomas J. Moore provided a patch that introduces Kerberos5 support inDaniel Stenberg2007-07-011-10/+11
* minor patches to enable building for NetWare CLIB.Gunter Knauf2007-06-301-1/+6
* Adam Piggott filed bug report #1740263Daniel Stenberg2007-06-201-10/+16
* make -s/--silent properly toggle as it is documentedDaniel Stenberg2007-06-061-1/+1
* 'mytx' in bug report #1723194 (http://curl.haxx.se/bug/view.cgi?id=1723194)Daniel Stenberg2007-05-241-0/+4
* Fixed a logic error in the last patch and another out of memory issue.Dan Fandrich2007-05-021-14/+12
* Improved behaviour in out of memory conditions.Dan Fandrich2007-05-011-4/+11
* Steve Little's fixes to allow compilation on VMS 64-bit modeYang Tse2007-04-251-1/+1
* - Song Ma's warning if -r/--range is given with a "bad" range, also noted inDaniel Stenberg2007-04-221-3/+16
* Minor updates to --help outputDan Fandrich2007-04-151-3/+3
* Fixed curl_slist_append handling of out of memory conditions on theDan Fandrich2007-04-041-5/+15
* fix MSDOS symbol checkYang Tse2007-04-031-1/+1
* djgpp isn't the only possible DOS target.Gisle Vanem2007-04-031-11/+41
* Simplify setting binary mode on file-descriptors.Gisle Vanem2007-04-031-9/+13
* Added --ftp-account to --help output.Dan Fandrich2007-04-031-0/+1
* Matt Kraai provided a patch that makes curl build on QNX 6 fine again. MostlyDaniel Stenberg2007-04-011-3/+3
* Since the str2num() function gets called with the 'nextarg' pointer fromDaniel Stenberg2007-03-311-1/+5
* check the correct variable to want about --stderr failures properlyDaniel Stenberg2007-03-311-1/+1