summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Adjust recvfrom's sixth arg data type definition for NetWare (LIBC)Yang Tse2008-07-211-1/+1
* when recvfrom prototype uses a void pointer for arguments 2, 5 or 6 this willYang Tse2008-07-211-0/+1
* RECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYPE_ARG6 are now definedYang Tse2008-07-172-12/+12
* Configure process now checks availability of recvfrom() socket function andYang Tse2008-07-162-0/+39
* add comment for include pathsYang Tse2008-07-151-5/+11
* --remote-name-allDaniel Stenberg2008-07-101-0/+1
* fallback to gettimeofday when monotonic clock is unavailable at run-timeYang Tse2008-07-101-3/+18
* Introcuding a new timestamp for curl_easy_getinfo():Daniel Stenberg2008-07-031-2/+12
* Honour --stderr with the -v option.Dan Fandrich2008-06-261-2/+4
* Fixed a memory leak in the command-line tool that caused a valgrind error.Dan Fandrich2008-06-191-0/+2
* enable additional CFLAGS from commandline.Gunter Knauf2008-06-081-1/+1
* - curl the tool now deals with its command line options somewhat differently!Daniel Stenberg2008-06-081-146/+205
* Mention a few options that require an argument in --helpDan Fandrich2008-06-041-5/+5
* return CURLE_OK instead of CURLE_FAILED_INIT if PARAM_HEKP_REQUESTED returned...Marty Kuhrt2008-06-011-3/+6
* fix: socklen_t definition commentYang Tse2008-05-211-4/+1
* configure script will now define HAVE_CLOCK_GETTIME_MONOTONIC symbol onlyYang Tse2008-05-121-1/+1
* fix syntax error: missing semicolonYang Tse2008-05-101-1/+1
* Internal time differences now use monotonic time source if available.Yang Tse2008-05-094-57/+56
* - To make it easier for applications that want lots of magic stuff done onDaniel Stenberg2008-04-301-1/+10
* Made --stderr able to redirect all stderr messages.Dan Fandrich2008-04-251-61/+58
* 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