aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-09-29Removed unneeded includes of signal.h and setjmp.hDan Fandrich
2008-09-29Moved all signal-based name resolution timeout handling into a single newDan Fandrich
2008-09-29use ac_cv_compiler and ac_cv_compiler_num to keep compiler ID and version numberYang Tse
2008-09-29Temporary icc adjustment:Yang Tse
2008-09-29- Ian Lynagh provided a patch that now makes CURLOPT_RANGE work fine for SFTPDaniel Stenberg
2008-09-29175 - "No info on REDIRECT_URL in multi-mode" by Max Ivanov is fixed!Daniel Stenberg
2008-09-29credit Maxim IvanovDaniel Stenberg
2008-09-29- Bug #2107803 (http://curl.haxx.se/bug/view.cgi?id=2107803) "noDaniel Stenberg
2008-09-29made Curl_read_plain() return an 'int' instead of CURLcode since it actuallyDaniel Stenberg
2008-09-29three more patches in the pipeDaniel Stenberg
2008-09-26Fixed a few comment typosDan Fandrich
2008-09-26if a test execution is aborted due to a signal, and the processYang Tse
2008-09-26siginterrupt, signal and sigsetjmp checksYang Tse
2008-09-26moreDaniel Stenberg
2008-09-26use shift right. Division result is not integral.Yang Tse
2008-09-26Avoid the use of the '? :' operator inside the call to ourYang Tse
2008-09-26attempt to avoid HTTP server startup misdetection on some systemsYang Tse
2008-09-26fix potential buffer overflow in test-server logging functionYang Tse
2008-09-25give proper credit!Daniel Stenberg
2008-09-25- Fixed the HTTP Digest auth code to not behave badly when getting a blank realmDaniel Stenberg
2008-09-24HAVE_INET_PTON will only be defined when an IPv6 capable workingYang Tse
2008-09-24configure script now checks availability of the inet_ntop() function,Yang Tse
2008-09-24HAVE_INET_NTOP will only be defined when an IPv6 capable workingYang Tse
2008-09-24Official OpenSSL released versions up to and including 0.9.8i as well asYang Tse
2008-09-24temporarily enable CURL_CHECK_FUNC_INET_NTOA_RYang Tse
2008-09-24ntoa() and inet_ntoa_r() no longer usedYang Tse
2008-09-244.16 My HTTP POST or PUT requests are slow!Daniel Stenberg
2008-09-24Added "5.14 Using C++ non-static functions for callbacks?"Daniel Stenberg
2008-09-24Re-enable test #100 on i686 icc autobuildsYang Tse
2008-09-24Make sure not to dereference the wrong UrlState proto union member whenDan Fandrich
2008-09-23Remove usage of inet_ntoa and inet_ntoa_rYang Tse
2008-09-23Replace inet_ntoa and inet_ntoa_r with Curl_inet_ntopYang Tse
2008-09-23Avoid 'warning: comparison between signed and unsigned'.Gisle Vanem
2008-09-23172 was applied, 173 is now being discussedDaniel Stenberg
2008-09-23remove the entire comment now when we no longer set TZDaniel Stenberg
2008-09-23- Introducing Jamie Lokier's function for date to epoch conversion used in theDaniel Stenberg
2008-09-23issue #171 is now in CVSDaniel Stenberg
2008-09-23- Rob Crittenden brought a patch to "add some locking for thread-safety to NSSDaniel Stenberg
2008-09-22- Made the SOCKS code use the new Curl_read_plain() function to fix the bugDaniel Stenberg
2008-09-22removed issue #162 as mentioned on the mailing list http://curl.haxx.se/mail/...Daniel Stenberg
2008-09-22better descriptionDaniel Stenberg
2008-09-22- Michael Goffioul filed bug report #2107377 "Problem with mutli + GnuTLS +Daniel Stenberg
2008-09-22Re-enable tests #1 on i686 icc autobuildsYang Tse
2008-09-22icc adjustments for icc 9.0 and prior versions:Yang Tse
2008-09-22Argument to CURLMOPT_MAXCONNECTS must be a longDan Fandrich
2008-09-22Fixed test 539 to handle an out of memory condition that shows up nowDan Fandrich
2008-09-22attempt to make work the gethostname functionYang Tse
2008-09-21#175 has a patchDaniel Stenberg
2008-09-21three new topics to check outDaniel Stenberg
2008-09-21Added HAVE_NETDB_H, HAVE_ARPA_INET_H, HAVE_STRCASECMPGisle Vanem