summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Added support for running on Symbian OS.Dan Fandrich2008-04-223-5/+33
* Remove fflush() + fsync() previously introduced accelerated writing ofYang Tse2008-04-221-6/+0
* Allocate the decompression buffer for the --manual option on the heapDan Fandrich2008-04-211-11/+17
* Fixed typo in log messageDan Fandrich2008-04-211-1/+1
* HAVE_FFLUSH and HAVE_FSYNC symbol definitions for WIN32 systemsYang Tse2008-04-211-0/+6
* Some trivial changesDan Fandrich2008-04-173-4/+4
* - Brock Noland reported that curl behaved differently depending on which orderDaniel Stenberg2008-04-141-18/+16
* removed double dependency.Gunter Knauf2008-04-021-1/+1
* VS2005 and later dafault size for time_t is 64-bit, unlessYang Tse2008-03-071-0/+10
* fixed commented define for SSPI.Gunter Knauf2008-02-281-1/+1
* another small change to the makefiles to simplify rules.Gunter Knauf2008-02-271-5/+3
* added curl.html to install package.Gunter Knauf2008-02-261-0/+1
* some more minor makefile changes; removed useless dist target.Gunter Knauf2008-02-261-7/+4
* - Georg Lippitsch made the src/Makefile.vc6 makefile use the same memory modelDaniel Stenberg2008-02-221-2/+11
* added check symbol for linking with POSIX prelude.Gunter Knauf2008-02-181-0/+1
* seems that curently we dont need the imports from (l)ldapx.imp.Gunter Knauf2008-02-161-2/+2
* re-ordered the module dependency list;Gunter Knauf2008-02-161-4/+4
* 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