sajith/curl+cyassl.git
2008-05-29 bagder1.5.2 cares-1.5.2
2008-05-28 bagderFixed 142 and 143
2008-05-28 bagder- Emil Romanus found a problem and helped me repeat...
2008-05-28 bagder- Jeff Weber reported memory leaks with aborted SCP...
2008-05-27 yangtseKnown bug #55, libcurl fails to build with MIT Kerberos...
2008-05-26 bagder- Bug report #1973352 (curl.haxx.se/bug/view.cgi?id...
2008-05-26 bagderI'd like to see this fixed for the 7.18,2:
2008-05-26 bagderAndreas Faerber and Scott McCreary made (lib)curl build...
2008-05-26 bagderAdded Haiku OS, sorted the list of i386 OSes
2008-05-26 yangtsefix compiler warning: unreferenced formal parameter
2008-05-26 yangtseDavid Rosenstrauch reported that header files spnegohel...
2008-05-26 yangtsefix: preprocessor complaining about macro redefinition
2008-05-24 bagdersummary of the current outstanding issues for upcoming...
2008-05-24 bagderChristopher Palow's multi interface docs updates
2008-05-24 bagderNikolai Kondrashov for his man page update
2008-05-24 bagderNikolai Kondrashov provided a clarification for CURLOPT...
2008-05-23 bagderlist all local sources the (demo) tools need, add a...
2008-05-23 bagderthis is not used (anymore)
2008-05-23 danfAdded some more to do items and a known bug.
2008-05-23 bagderDan Fandrich pointed out that this is the way we should...
2008-05-22 danfMade sure to pass longs in to curl_easy_setopt where...
2008-05-22 danfFixed a surprising number of example programs that...
2008-05-22 bagderwe bump the SO "revision" for next release due to the...
2008-05-22 danfFixed some include file problems on Windows reported...
2008-05-22 bagdermake sure the configure.ac file with the correct versio...
2008-05-22 yangtseMSVC6+ clean-up targets must also remove acountry.exe
2008-05-22 yangtsesync with reality
2008-05-21 danfRenamed MSDOS_FILESYSTEM to avoid conflict with MIT GSS
2008-05-21 danfRemoved some duplicated #includes
2008-05-21 yangtsefix: [action-if-found] part of AC_CHECK_TYPE macro...
2008-05-21 yangtsefix: remove need and definition of HAVE_SOCKLEN_T symbol
2008-05-21 yangtsefix: socklen_t definition comment
2008-05-20 yangtseWhen unable to properly detect gethostbyname_r() usage...
2008-05-20 yangtseupdate several macros using AC_TRY_LINK with AC_LINK_IFELSE
2008-05-20 patrickmAdapting last changes to OS400:
2008-05-20 yangtsefix underquoting of AC_LANG_PROGRAM arguments
2008-05-20 yangtseif'def out private function ares__tvdiff(), it is not...
2008-05-20 yangtseupdate several macros using AC_TRY_LINK with AC_LINK_IFELSE
2008-05-19 bagder- When trying to repeat a multi interface problem I...
2008-05-19 bagderwith pipelining disabled, the state should never be...
2008-05-19 bagderwhen the multi handle was in DO and DOING states, the...
2008-05-19 bagderchange the code style to be more curlish, and changed...
2008-05-19 yangtsebetter select() function detection that works
2008-05-19 yangtsefix socklen_t equivalent detection when cross compiling...
2008-05-19 yangtseif WINSOCK2 API is used link with 'ws2_32', else
2008-05-18 yangtseon winsock systems linking is done using library 'ws2_3...
2008-05-17 yangtseminor change for wince-cegcc and wince-mingw32ce support
2008-05-16 bagderremoved lots of warnings
2008-05-15 yangtsemillisecond resolution support followup
2008-05-15 danfIncluded stdint.h to get the intptr_t type (needed...
2008-05-15 bagderten days with no further response or feedback, removing:
2008-05-15 givaReplaced "-DHAVE_FIONBIO" with "-DHAVE_IOCTLSOCKET".
2008-05-15 yangtsesync with reality
2008-05-15 yangtseremove compilation time generated files
2008-05-15 yangtseuse same time source for timeout initialization and...
2008-05-14 danfReduced the required stack size.
2008-05-14 danfMove the CURLDEBUG check after setup.h so it can be...
2008-05-14 yangtseImprove toolchain detection for WinCE cross compilation:
2008-05-14 yangtseremove duplicate check
2008-05-14 yangtseskip checks for Windows specific header files
2008-05-14 yangtseWinCE cross compilation adjustments:
2008-05-13 bagderwait for all 129 bytes
2008-05-13 bagderAdded test case 556 that uses curl_easy_send() and...
2008-05-13 bagderThree out of the four issues are now extinct.
2008-05-13 bagder- Introducing millisecond resolution support for the...
2008-05-13 yangtsealso ignore this
2008-05-13 danfAdded curl_easy_recv & curl_easy_send Symbian exports.
2008-05-13 yangtsealso ignore this
2008-05-13 yangtseignore this compilation time generated files
2008-05-13 yangtsedon't keep in CVS this compilation time generated file
2008-05-13 yangtseadd MSVC6 project for acountry sample program
2008-05-13 yangtseupdate MSVC6 projects to use the multithreaded DLL...
2008-05-13 yangtseadd MSVC6 project for acountry sample program
2008-05-12 bagder- Introducing curl_easy_send() and curl_easy_recv(...
2008-05-12 yangtseskip libtool C++ preprocessor compiler and linker checks
2008-05-12 yangtseignore libcares.pc
2008-05-12 yangtseconfigure script will now define HAVE_CLOCK_GETTIME_MON...
2008-05-10 yangtsefix syntax error: missing semicolon
2008-05-10 yangtseAdd library checking for clock_gettime() support
2008-05-09 yangtseInternal time differences now use monotonic time source...
2008-05-09 yangtseUse monotonic time source if available.
2008-05-09 bagderRemoved AC_PROG_CC_STDC again. It enforces C99/gnu99...
2008-05-09 bagder- Stefan Krause reported a busy-looping case when using...
2008-05-09 bagderRemoved an unused variable and one do-while loop that...
2008-05-09 mmarek- Make Curl_write and it's callees accept a const point...
2008-05-08 bagderinclude strings.h (if available) for the strcasecmp...
2008-05-08 bagdercheck for strings.h in configure and use it for the...
2008-05-08 yangtsefix compiler warning: format '%ld' expects type 'long...
2008-05-07 bagderadjusted to work with the updated configure.ac
2008-05-07 bagder- Sebastian made c-ares able to return all PTR-records...
2008-05-07 bagder- Doug Goldstein provided a configure patch: updates...
2008-05-07 bagder-135 - Busy looping bug in multi_socket interface by
2008-05-07 bagder- Liam Healy filed the debian bug report #480044
2008-05-07 yangtseChristopher Palow provided the patch (edited by me...
2008-05-06 yangtsefix compiler warning: enumerated type mixed with anothe...
2008-05-05 bagdermention four outstanding issues we should deal with...
2008-05-05 yangtseImproved parsing of resolver configuration files
2008-05-03 bagder- Yuriy Sosov pointed out a configure fix for detecting...
2008-05-03 bagderminor spell and language fix of a comment
2008-05-03 bagder- Ben Van Hof filed bug report #1945240: "libcurl somet...
next