summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* '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
* removed unneeded brackets with NetWare implementation.Gunter Knauf2007-04-141-1/+1
* ups - c&p error.Gunter Knauf2007-04-141-1/+1
* use system-own getpassword() function on NetWare.Gunter Knauf2007-04-141-0/+10
* Take in account that it can be built with compiler debug info andYang Tse2007-04-131-1/+1
* VC8+ (VS2005+) has C99 variadic macro supportYang Tse2007-04-091-0/+15
* 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-012-3/+6
* 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
* fix memory leak in case of memory problemsDaniel Stenberg2007-03-311-1/+6
* fix a (minor) memory leak in case of errorDaniel Stenberg2007-03-311-1/+3
* pointless check for 'out' being non-NULL, since it was badly done and isDaniel Stenberg2007-03-301-1/+1
* added variadic macro stuff.Gunter Knauf2007-03-271-1/+8
* changed link lib order to make nlmconv happy.Gunter Knauf2007-03-261-7/+21
* added CVS Id tag.Gunter Knauf2007-03-261-0/+1
* fixed build to use compiler-default lib extension.Gunter Knauf2007-03-261-4/+9
* Added --pubkey option to curl and made --key also work for SCP/SFTP,Dan Fandrich2007-03-231-2/+14
* Free some additional strings on exit to avoid memory leaks.Dan Fandrich2007-03-221-0/+12
* - Nick made the curl tool accept globbing ranges that only is one number, i.eDaniel Stenberg2007-03-151-1/+1
* - Robert A. Monat improved the maketgz and VC6/8 generating to set the correctDaniel Stenberg2007-03-091-1/+5
* - Justin Fletcher fixed a file descriptor leak in the curl tool when trying toDaniel Stenberg2007-03-091-0/+2
* Fixed a couple of problems detected by valgrind in test cases 181 & 216Dan Fandrich2007-03-061-3/+7
* proper symbol definition check for all AmigaOS flavoursYang Tse2007-02-283-6/+30
* Added "CSOURCES = $(CURL_SOURCES)".Gisle Vanem2007-02-271-0/+2
* Remove $(CURL_SOURCES).Gisle Vanem2007-02-271-3/+2
* Added TOPDIR variable. Put dependencies in external file.Gisle Vanem2007-02-271-36/+12
* Constify some arguments.Gisle Vanem2007-02-251-9/+10
* Use dynamic version of libcurl. Use '\' in dependencies.Gisle Vanem2007-02-251-14/+9
* - Added warning outputs if the command line uses more than one of the optionsDaniel Stenberg2007-02-231-0/+8
* Check for stdbool.h at configuration stage, and include it if available.Yang Tse2007-02-221-11/+0
* New FTP CCC functionality - adds passive and active mode to accomodate for di...Linus Nielsen Feltzing2007-02-201-2/+21
* curl tool was using functions curlx_tvnow and curlx_tvdiff which are notYang Tse2007-02-209-38/+194
* Better separate the library dependencies into those required by libcurlDan Fandrich2007-02-171-1/+1
* use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handlingYang Tse2007-02-161-3/+5
* enabled IPV6 builds.Gunter Knauf2007-02-151-0/+3
* - Shmulik Regev fixed so that the final CRLF of HTTP response headers are sentDaniel Stenberg2007-02-121-2/+12
* compiler warning fixYang Tse2007-02-021-1/+2
* compiler warning fixYang Tse2007-02-011-2/+2
* enabled build with sspi.Gunter Knauf2007-01-281-0/+3
* enabled build with hardcoded ca-bundle path;Gunter Knauf2007-01-281-0/+3