platform/upstream/curl.git
2008-05-19 Daniel Stenbergwith pipelining disabled, the state should never be...
2008-05-19 Daniel Stenbergwhen the multi handle was in DO and DOING states, the...
2008-05-19 Daniel Stenbergchange the code style to be more curlish, and changed...
2008-05-19 Yang Tsebetter select() function detection that works
2008-05-19 Yang Tsefix socklen_t equivalent detection when cross compiling...
2008-05-19 Yang Tseif WINSOCK2 API is used link with 'ws2_32', else
2008-05-18 Yang Tseon winsock systems linking is done using library 'ws2_3...
2008-05-17 Yang Tseminor change for wince-cegcc and wince-mingw32ce support
2008-05-16 Daniel Stenbergremoved lots of warnings
2008-05-15 Yang Tsemillisecond resolution support followup
2008-05-15 Dan FandrichIncluded stdint.h to get the intptr_t type (needed...
2008-05-15 Daniel Stenbergten days with no further response or feedback, removing:
2008-05-15 Gisle VanemReplaced "-DHAVE_FIONBIO" with "-DHAVE_IOCTLSOCKET".
2008-05-15 Yang Tsesync with reality
2008-05-15 Yang Tseremove compilation time generated files
2008-05-15 Yang Tseuse same time source for timeout initialization and...
2008-05-14 Dan FandrichReduced the required stack size.
2008-05-14 Dan FandrichMove the CURLDEBUG check after setup.h so it can be...
2008-05-14 Yang TseImprove toolchain detection for WinCE cross compilation:
2008-05-14 Yang Tseremove duplicate check
2008-05-14 Yang Tseskip checks for Windows specific header files
2008-05-14 Yang TseWinCE cross compilation adjustments:
2008-05-13 Daniel Stenbergwait for all 129 bytes
2008-05-13 Daniel StenbergAdded test case 556 that uses curl_easy_send() and...
2008-05-13 Daniel StenbergThree out of the four issues are now extinct.
2008-05-13 Daniel Stenberg- Introducing millisecond resolution support for the...
2008-05-13 Yang Tsealso ignore this
2008-05-13 Dan FandrichAdded curl_easy_recv & curl_easy_send Symbian exports.
2008-05-13 Yang Tsealso ignore this
2008-05-13 Yang Tseignore this compilation time generated files
2008-05-13 Yang Tsedon't keep in CVS this compilation time generated file
2008-05-13 Yang Tseadd MSVC6 project for acountry sample program
2008-05-13 Yang Tseupdate MSVC6 projects to use the multithreaded DLL...
2008-05-13 Yang Tseadd MSVC6 project for acountry sample program
2008-05-12 Daniel Stenberg- Introducing curl_easy_send() and curl_easy_recv(...
2008-05-12 Yang Tseskip libtool C++ preprocessor compiler and linker checks
2008-05-12 Yang Tseignore libcares.pc
2008-05-12 Yang Tseconfigure script will now define HAVE_CLOCK_GETTIME_MON...
2008-05-10 Yang Tsefix syntax error: missing semicolon
2008-05-10 Yang TseAdd library checking for clock_gettime() support
2008-05-09 Yang TseInternal time differences now use monotonic time source...
2008-05-09 Yang TseUse monotonic time source if available.
2008-05-09 Daniel StenbergRemoved AC_PROG_CC_STDC again. It enforces C99/gnu99...
2008-05-09 Daniel Stenberg- Stefan Krause reported a busy-looping case when using...
2008-05-09 Daniel StenbergRemoved an unused variable and one do-while loop that...
2008-05-09 Michal Marek- Make Curl_write and it's callees accept a const point...
2008-05-08 Daniel Stenberginclude strings.h (if available) for the strcasecmp...
2008-05-08 Daniel Stenbergcheck for strings.h in configure and use it for the...
2008-05-08 Yang Tsefix compiler warning: format '%ld' expects type 'long...
2008-05-07 Daniel Stenbergadjusted to work with the updated configure.ac
2008-05-07 Daniel Stenberg- Sebastian made c-ares able to return all PTR-records...
2008-05-07 Daniel Stenberg- Doug Goldstein provided a configure patch: updates...
2008-05-07 Daniel Stenberg-135 - Busy looping bug in multi_socket interface by
2008-05-07 Daniel Stenberg- Liam Healy filed the debian bug report #480044
2008-05-07 Yang TseChristopher Palow provided the patch (edited by me...
2008-05-06 Yang Tsefix compiler warning: enumerated type mixed with anothe...
2008-05-05 Daniel Stenbergmention four outstanding issues we should deal with...
2008-05-05 Yang TseImproved parsing of resolver configuration files
2008-05-03 Daniel Stenberg- Yuriy Sosov pointed out a configure fix for detecting...
2008-05-03 Daniel Stenbergminor spell and language fix of a comment
2008-05-03 Daniel Stenberg- Ben Van Hof filed bug report #1945240: "libcurl somet...
2008-05-03 Daniel StenbergAdded comments, check Curl_http_auth_act()'s return...
2008-05-03 Daniel Stenberg- Jean-Francois Bertrand reported a libcurl crash with...
2008-05-01 Daniel Stenberg- Bart Whiteley provided a patch that made libcurl...
2008-05-01 Daniel Stenberg53. SFTP busy-loop problem when doing SFTP uploads.
2008-05-01 Dan FandrichDocument that variable replacement now takes place...
2008-05-01 Daniel Stenberguse variables to support other IPs and port numbers
2008-05-01 Daniel Stenbergdo variable replacement in the stdout data read from...
2008-05-01 Dan FandrichAdded precheck for hard-coded test server address and...
2008-05-01 Dan FandrichMade file XML compatible
2008-04-30 Daniel StenbergChristian Vogt told us about OS21 in
2008-04-30 Daniel Stenberg- To make it easier for applications that want lots...
2008-04-29 Yang Tseimproved easy interface resolving timeout handling...
2008-04-29 Yang Tseimprove easy interface resolving timeout handling in...
2008-04-29 Dan FandrichAdded test 1028 to test an HTTP redirect to a FTP URL.
2008-04-28 Daniel Stenberg- Norbert Frese filed bug report #1951588: "Problem...
2008-04-26 Daniel Stenbergmention the automake problems and solution even though...
2008-04-25 Dan FandrichUpdated Symbian UIDs. Added .pkg files for creating...
2008-04-25 Yang Tsetests/libtest/delay.pl no longer used. The 'delay'...
2008-04-25 Yang TseAdd 'timeout' and 'delay' attributes support for the...
2008-04-25 Dan FandrichMade --stderr able to redirect all stderr messages.
2008-04-24 Dan FandrichReduced the requested Symbian capabilities.
2008-04-23 Yang Tse<postcheck> delay no longer needed for this test.
2008-04-23 Yang Tseimprove synchronization between test harness runtests...
2008-04-23 Dan FandrichSymbian OS is a.k.a. EPOC32
2008-04-23 Dan FandrichMention that P.I.P.S. is needed for Symbian.
2008-04-23 Dan FandrichList extra files individually instead of by directory...
2008-04-22 Dan FandrichAdded support for running on Symbian OS.
2008-04-22 Yang Tsefix minor memory leak triggered upon test failure
2008-04-22 Yang TseRemove fflush() + fsync() previously introduced acceler...
2008-04-22 Yang TseRemove previously introduced small delay to verify...
2008-04-21 Dan FandrichAllocate the decompression buffer for the --manual...
2008-04-21 Dan FandrichFixed typo in log message
2008-04-21 Daniel Stenbergadded Haskell binding, unified the formatting somewhat
2008-04-21 Yang TseHAVE_FFLUSH and HAVE_FSYNC symbol definitions for WIN32...
2008-04-21 Dan FandrichIgnore the result of the postcheck command in torture...
2008-04-21 Dan FandrichMake the test work with nroffs that use special escapin...
2008-04-20 Yang Tseaccelerate the writing of server input and response...
2008-04-18 Dan FandrichAdded test cases 1026 and 1027 to do some rudimentary...
2008-04-18 Yang Tsetest 1001 needs a small delay between client part execu...
next