summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add spacecares-1_6_0Daniel Stenberg2008-12-091-1/+1
* Documented CURLOPT_CONNECT_ONLY as being useful only on HTTP URLs.Dan Fandrich2008-12-091-0/+1
* Added test cases 1089 and 1090 to test --write-out after a redirect toDan Fandrich2008-12-094-1/+197
* - Ken Hirsch simplified how libcurl does FTPS: now it doesn't assume anyDaniel Stenberg2008-12-094-35/+16
* Fix for Win32 targets using Watt-32.Gisle Vanem2008-12-091-1/+5
* C89 compilers (like Minix' ACK) only need to handle 31 functions argumentsDan Fandrich2008-12-091-3/+6
* 195 - SIZE returning 550 must not abort the transferDaniel Stenberg2008-12-081-2/+0
* - Fred Machado posted about a weird FTP problem on the curl-users list and whenDaniel Stenberg2008-12-088-14/+24
* Added needed defines for Watt-32 on Windows.Gisle Vanem2008-12-081-0/+9
* Undefine 'optarg', 'optind' and 'opterr' when using Watt-32Gisle Vanem2008-12-081-0/+6
* ares_writev() shall not be exported when using Watt-32 (has writev).Gisle Vanem2008-12-081-2/+4
* Removed unneeded defines HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T,Gisle Vanem2008-12-081-7/+5
* one moreDaniel Stenberg2008-12-081-6/+6
* 192 - "infinite loop during GSS authentication" bug #2221237Daniel Stenberg2008-12-081-3/+20
* - Christian Krause filed bug #2221237Daniel Stenberg2008-12-084-17/+44
* the initial version of the ares_set_socket_callback man pageDaniel Stenberg2008-12-042-1/+26
* Gregor Jasny provided the patch that introduces ares_set_socket_callback(),Daniel Stenberg2008-12-046-8/+61
* Bring the sys/include.h include test in line with curl's.Dan Fandrich2008-12-041-1/+2
* Fixed the getifaddrs version of Curl_if2ip to work on systems without IPv6Dan Fandrich2008-12-042-0/+6
* - Igor Novoseltsev filed bug #2351645Daniel Stenberg2008-12-035-22/+45
* filled in SONAME number bump info, after some CVS diggingDaniel Stenberg2008-12-031-3/+8
* - Pawel Kierski pointed out a mistake in the cookie code that could lead to aDaniel Stenberg2008-12-033-2/+9
* Let's not call ares_save_options() deprecated just yetDaniel Stenberg2008-12-031-8/+5
* Introduce ares_dup(3) and new thoughts about API/ABI and how to move forwards.Daniel Stenberg2008-12-037-10/+148
* explain the two *channel_inuse fields somewhat betterDaniel Stenberg2008-12-021-0/+4
* Make sure sys/socket.h is included before netinet/in.h (required byDan Fandrich2008-12-021-0/+1
* minor indent fixDaniel Stenberg2008-12-011-2/+3
* Convert the public config struct to the same binary size/construct as in theDaniel Stenberg2008-12-013-3/+10
* added some more entries for stuff done the last ~2 yearsDaniel Stenberg2008-12-011-3/+31
* People have successfully ran libcurl on iphoneDaniel Stenberg2008-11-301-0/+1
* Further adjust a libssh2 preprocessor function-symbol definition checkYang Tse2008-11-292-7/+3
* Adjust some libssh2 preprocessor symbol definition checksYang Tse2008-11-292-16/+15
* Added '-DHAVE_GETHOSTNAME'.Gisle Vanem2008-11-291-1/+2
* Make sure sys/socket.h is included before netinet/in.h (required byDan Fandrich2008-11-296-1/+16
* Netware has gethostname()Dan Fandrich2008-11-281-0/+1
* Fixed a couple of typosDan Fandrich2008-11-282-2/+2
* Don't tweak the HAVE_* macros when using autoconfDan Fandrich2008-11-281-16/+12
* Make use of gethostname() conditional on it being availableDan Fandrich2008-11-283-1/+8
* Only set TCP_NODELAY when it existsDan Fandrich2008-11-281-0/+2
* updated with changes, preparing for a release soonDaniel Stenberg2008-11-281-1/+8
* Gerald Combs fixed a bug in ares_parse_ptr_reply() which would cause aYang Tse2008-11-262-3/+8
* Brad Spencer provided changes to allow buildconf to work on OS X.Yang Tse2008-11-262-1/+42
* narrow the comment to < 80 columnsDaniel Stenberg2008-11-261-2/+2
* Added tests 1087 and 1088 to test Basic authentication on a redirectDan Fandrich2008-11-255-1/+233
* If a HTTP request is Basic and num is already >=1000, the HTTP test serverDan Fandrich2008-11-252-0/+14
* In preparation for the upcomming IPv6 nameservers patch, the internalYang Tse2008-11-255-45/+59
* Fully clean up after test 608 so that it can be run twice in succession.Dan Fandrich2008-11-241-1/+6
* 191 - "proposed patch for curl/libssh2 bugfix"Daniel Stenberg2008-11-241-3/+0
* - Based on a patch by Vlad Grachov, libcurl now uses a new libssh2 0.19Daniel Stenberg2008-11-244-22/+87
* Markus Koetter's adaptation of hiperfifo.c to instead use libevDaniel Stenberg2008-11-212-1/+461