platform/upstream/curl.git
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...
2008-04-18 Yang Tsetest 1001 needs a small delay between client part execu...
2008-04-17 Yang Tsefix compiler warning: enumerated type mixed with anothe...
2008-04-17 Dan FandrichSome trivial changes
2008-04-16 Daniel StenbergAdded test case 555, a variation of 547 but using multi...
2008-04-16 Daniel StenbergRemoved 129 and 130 due to lack of response on those...
2008-04-14 Michal Marekallow disabling the typechecker by defining CURL_DISABL...
2008-04-14 Daniel Stenberg- Stefan Krause reported a case where the OpenSSL hands...
2008-04-14 Daniel Stenberg- Andre Guibert de Bruet fixed a second case of not...
2008-04-14 Daniel Stenbergmention Sandor as contributor
2008-04-14 Daniel Stenberg- Sandor Feldi reported bug #1942022
2008-04-14 Daniel Stenberg- Brock Noland reported that curl behaved differently...
2008-04-12 Daniel Stenberg- Andre Guibert de Bruet found and fixed a case where...
2008-04-12 Daniel Stenbergreturn 0 not -1 at end of data!
2008-04-10 Dan FandrichAdded test case 1025 to test a command-line cookie...
2008-04-10 Daniel Stenbergmention what happens to the data when a write callback...
2008-04-10 Daniel Stenbergclarify the COOKIE option a bit
2008-04-10 Dan FandrichAdded test case 1024 to test a scenario similar to...
2008-04-09 Daniel Stenberg"tag" the function referals properly
2008-04-07 Yang Tsemake previous compiler warning fix more portable
2008-04-07 Yang Tsefix compiler warning: argument is incompatible with...
2008-04-07 Yang Tsefix compiler warning: indirection to slightly different...
2008-04-07 Yang Tsefix compiler warning: local variable may be used withou...
next