summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* spell!Daniel Stenberg2008-09-291-1/+1
* - Daniel Egger provided a patch that allows you to disable proxy support inDaniel Stenberg2008-09-296-8/+41
* Removed unneeded includes of signal.h and setjmp.hDan Fandrich2008-09-2912-30/+0
* Moved all signal-based name resolution timeout handling into a single newDan Fandrich2008-09-294-138/+203
* use ac_cv_compiler and ac_cv_compiler_num to keep compiler ID and version numberYang Tse2008-09-292-68/+98
* Temporary icc adjustment:Yang Tse2008-09-292-0/+4
* - Ian Lynagh provided a patch that now makes CURLOPT_RANGE work fine for SFTPDaniel Stenberg2008-09-294-6/+35
* 175 - "No info on REDIRECT_URL in multi-mode" by Max Ivanov is fixed!Daniel Stenberg2008-09-291-4/+0
* credit Maxim IvanovDaniel Stenberg2008-09-292-4/+4
* - Bug #2107803 (http://curl.haxx.se/bug/view.cgi?id=2107803) "noDaniel Stenberg2008-09-293-1/+20
* made Curl_read_plain() return an 'int' instead of CURLcode since it actuallyDaniel Stenberg2008-09-292-5/+5
* three more patches in the pipeDaniel Stenberg2008-09-291-1/+5
* Fixed a few comment typosDan Fandrich2008-09-261-4/+4
* if a test execution is aborted due to a signal, and the processYang Tse2008-09-261-0/+1
* siginterrupt, signal and sigsetjmp checksYang Tse2008-09-262-23/+302
* moreDaniel Stenberg2008-09-261-1/+7
* use shift right. Division result is not integral.Yang Tse2008-09-261-1/+1
* Avoid the use of the '? :' operator inside the call to ourYang Tse2008-09-264-14/+31
* attempt to avoid HTTP server startup misdetection on some systemsYang Tse2008-09-261-4/+8
* fix potential buffer overflow in test-server logging functionYang Tse2008-09-261-3/+3
* give proper credit!Daniel Stenberg2008-09-252-3/+4
* - Fixed the HTTP Digest auth code to not behave badly when getting a blank realmDaniel Stenberg2008-09-253-0/+11
* HAVE_INET_PTON will only be defined when an IPv6 capable workingYang Tse2008-09-2413-61/+336
* configure script now checks availability of the inet_ntop() function,Yang Tse2008-09-244-6/+159
* HAVE_INET_NTOP will only be defined when an IPv6 capable workingYang Tse2008-09-244-36/+188
* Official OpenSSL released versions up to and including 0.9.8i as well asYang Tse2008-09-241-4/+4
* temporarily enable CURL_CHECK_FUNC_INET_NTOA_RYang Tse2008-09-242-1/+153
* ntoa() and inet_ntoa_r() no longer usedYang Tse2008-09-2431-226/+11
* 4.16 My HTTP POST or PUT requests are slow!Daniel Stenberg2008-09-241-0/+15
* Added "5.14 Using C++ non-static functions for callbacks?"Daniel Stenberg2008-09-241-1/+20
* Re-enable test #100 on i686 icc autobuildsYang Tse2008-09-241-1/+1
* Make sure not to dereference the wrong UrlState proto union member whenDan Fandrich2008-09-242-1/+8
* Remove usage of inet_ntoa and inet_ntoa_rYang Tse2008-09-231-24/+15
* Replace inet_ntoa and inet_ntoa_r with Curl_inet_ntopYang Tse2008-09-231-11/+4
* Avoid 'warning: comparison between signed and unsigned'.Gisle Vanem2008-09-231-2/+3
* 172 was applied, 173 is now being discussedDaniel Stenberg2008-09-231-3/+1
* remove the entire comment now when we no longer set TZDaniel Stenberg2008-09-231-5/+0
* - Introducing Jamie Lokier's function for date to epoch conversion used in theDaniel Stenberg2008-09-234-34/+62
* issue #171 is now in CVSDaniel Stenberg2008-09-231-2/+0
* - Rob Crittenden brought a patch to "add some locking for thread-safety to NSSDaniel Stenberg2008-09-233-5/+29
* - Made the SOCKS code use the new Curl_read_plain() function to fix the bugDaniel Stenberg2008-09-227-18/+48
* removed issue #162 as mentioned on the mailing list http://curl.haxx.se/mail/...Daniel Stenberg2008-09-221-4/+2
* better descriptionDaniel Stenberg2008-09-221-1/+1
* - Michael Goffioul filed bug report #2107377 "Problem with mutli + GnuTLS +Daniel Stenberg2008-09-223-1/+17
* Re-enable tests #1 on i686 icc autobuildsYang Tse2008-09-221-1/+1
* icc adjustments for icc 9.0 and prior versions:Yang Tse2008-09-222-0/+8
* Argument to CURLMOPT_MAXCONNECTS must be a longDan Fandrich2008-09-221-1/+1
* Fixed test 539 to handle an out of memory condition that shows up nowDan Fandrich2008-09-222-7/+23
* attempt to make work the gethostname functionYang Tse2008-09-222-4/+78
* #175 has a patchDaniel Stenberg2008-09-211-0/+1