summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fixed entry symbols when linked with posix prelude.Gunter Knauf2008-02-041-0/+5
* added makefile flag to link with NLM POSIX semantics.Gunter Knauf2008-02-041-1/+15
* silent stupid 'del' message when no files to delete found;Gunter Knauf2008-01-291-5/+7
* updated makefiles to use global copyright define.Gunter Knauf2008-01-241-1/+1
* minor makefile tweaks.Gunter Knauf2008-01-241-3/+3
* happy new yearGunter Knauf2008-01-241-1/+1
* use more correctly named define.Gunter Knauf2008-01-242-1/+2
* use copyright define instead of hardcoded string.Gunter Knauf2008-01-241-1/+2
* update openssl versionYang Tse2008-01-231-1/+1
* STDIN_FILENO, STDOUT_FILENO and STDERR_FILENO clone macrosYang Tse2008-01-231-0/+12
* check availability of poll.h header at configuration time, and includeYang Tse2008-01-221-0/+2
* update copyright yearYang Tse2008-01-221-2/+2
* 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
* updated lib versions.Gunter Knauf2008-01-171-2/+2
* updated copyright for new year.Gunter Knauf2008-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
* Ensure that nroff doesn't put anything but ASCII characters into theDan Fandrich2007-12-191-1/+3
* (http://curl.haxx.se/mail/archive-2007-12/0039.html) reported and fixedYang Tse2007-12-181-11/+9
* MSVC 9.0 (VS2008) does not support Windows build targets prior to WinXP,Yang Tse2007-12-181-0/+14
* 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
* Removed use of '..\lib\libcurl_wc.lib' as this is not reallyGisle Vanem2007-12-091-18/+3
* 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
* removed now obsolete defines;Gunter Knauf2007-11-181-2/+2
* Replace isgraph with our uppercase macro versionYang Tse2007-11-151-1/+1
* Define WIN32 when build target is Win32 API.Yang Tse2007-11-081-6/+4
* MSVC versions prior to VS2005 do not complain about portable C functionsYang Tse2007-11-071-4/+6
* Toby Peterson patched a memory problem in the command line tool thatDaniel Stenberg2007-11-011-1/+3
* Windows build targets have socklen_t definition in ws2tcpip.h but someYang Tse2007-10-241-5/+0
* Vladimir Lazarenko pointed out that we should do some 'mt' magic whenDaniel Stenberg2007-10-241-0/+7
* added two more module dependencies for LDAPS.Gunter Knauf2007-10-091-2/+2
* Based on a patch brought by Johnny Luong, libcurl now offersDaniel Stenberg2007-10-031-0/+14