platform/upstream/curl.git
2010-09-12 Daniel Stenberginflate_stream: remove redundant check that is always...
2010-09-12 Daniel Stenbergdigest: make it clear the condition is always true
2010-09-12 Daniel Stenbergssluse: removed redundant check that is always true
2010-09-12 Dan FandrichLink curl and the test apps with -lrt explicitly when...
2010-09-09 Dan FandrichMention the Debian Popularity Contest
2010-09-09 Tor Arntsentest565: Don't hardcode IP:PORT
2010-09-08 Daniel Stenbergcurl.1: updated protocols and polished language
2010-09-08 Daniel StenbergFAQ: CURL_STATICLIB for visual studio users
2010-09-07 Daniel StenbergFAQ: updated and added host with custom IP question
2010-09-07 Daniel Stenbergchunky parser: only rewind if needed
2010-09-06 Kamil Dudkartsp: avoid SIGSEGV on malformed header
2010-09-06 Kamil Dudkartsp: avoid SIGSEGV on malformed header
2010-09-05 Daniel Stenbergwarning: fix conversion to 'int' from 'size_t'
2010-09-05 Daniel Stenbergportabilty: use proper variable type to hold sockets
2010-09-03 Guenter KnaufTrial to fix another compiler warning with braces.
2010-09-03 Dan FandrichUse checkprefix() to compare protocol-specific strings
2010-09-02 Guenter KnaufMoved S_ISREG define to setup as suggested by Dan.
2010-09-01 Guenter KnaufUse own typedef as workaround for broken sspi.h header...
2010-09-01 Guenter KnaufAdded some hacks in order to build with VC from git.
2010-09-01 Guenter KnaufAdded S_ISREG define for Win32.
2010-09-01 Daniel Stenbergmulti: fixes for timing out handles
2010-09-01 Daniel Stenbergthreaded resolver: no more expire 0 calls
2010-09-01 Daniel Stenbergresolve_server: simplify code
2010-08-30 Daniel Stenbergmulti: make sure the next timeout is used when one...
2010-08-30 Dan FandrichAdded proxy keyword to allow skipping test in proxyless...
2010-08-28 Daniel Stenbergmulti: set timeouts when transfer begins
2010-08-28 Daniel StenbergCURLOPT_DIRLISTONLY: don't use with CURLOPT_WILDCARDMATCH
2010-08-28 Daniel StenbergFAQ: update list of supported protocols
2010-08-28 Fabian KeilIn the m4 detection line, factor out the 2>dev/null
2010-08-28 Fabian KeilIf m4 doesn't support --version, try if gm4 does.
2010-08-28 Fabian KeilIf the m4 version isn't recognized at all, just say so
2010-08-28 Daniel StenbergHISTORY: mention the gopher story
2010-08-25 Dan FandrichTweaked some test data files
2010-08-25 Dan FandrichAdded new source files to Symbian and TPF makefiles
2010-08-25 Daniel StenbergRELEASE-NOTES: sync from b980c9a02 to HEAD
2010-08-25 Daniel StenbergMakefile: add gopher.c file to build
2010-08-25 Daniel Stenbergruntests: fix uninitialized variable warning
2010-08-25 Daniel Stenberggopher tests: revert parts of gopher in the pingpong...
2010-08-25 Daniel Stenberggopher tests: use sws and adjusted to more standard...
2010-08-25 Daniel Stenbergsws: added basic gopher support
2010-08-25 Daniel Stenberggopher: enable the header callback/verbosity
2010-08-25 Daniel Stenberggopher: fix test case line endings
2010-08-25 Daniel Stenberggopher: fix memory leak and busyloop
2010-08-25 Cameron KaiserGopher using Curl_write; test suite (4 tests)
2010-08-25 Cameron KaiserRemove url.c test
2010-08-25 Cameron KaiserForgot gopher.h in Makefile.inc
2010-08-25 Cameron KaiserGopher protocol support (initial release)
2010-08-25 Daniel Stenberghttp: handle trailer headers in all chunked responses
2010-08-25 Daniel StenbergTODO: we now support RTMP
2010-08-25 Daniel StenbergTODO: done "NTLM with other crypto functions"
2010-08-25 Daniel StenbergTODO: fixed "Make curl_multi_info_read faster"
2010-08-24 Dan FandrichFixed a NULL pointer dereference in form posting
2010-08-24 Ben Greearmulti: Fix compile warning on 64-bit systems
2010-08-23 Dan FandrichMention PolarSSL in tutorial & add some URLs to INSTALL
2010-08-22 Daniel StenbergRESUME_FROM: clarify what ftp uploads do
2010-08-20 Dirk ManskeCurl_is_connected: use correct errno
2010-08-20 Daniel Stenbergcmdline: make -F type= accept ;charset=
2010-08-20 Guenter KnaufAdded mk-ca-bundle.vbs script.
2010-08-20 Guenter KnaufTrial to fix win32 autobuilds.
2010-08-19 Dan FandrichUse the S_ISREG macro to determine what is a regular...
2010-08-19 Kamil DudkaAC_INIT: avoid a warning with autoconf 2.66
2010-08-19 Dan FandrichFixed a memory leak during OOM in the multi timeout...
2010-08-19 Dan FandrichRemoved a C99ism & made an array const
2010-08-18 Julien Chaffraixtest: added test 579 to verify progress callback for...
2010-08-18 Daniel Stenbergmulti: avoid sending multiple complete messages
2010-08-18 Daniel StenbergFAQ: update the list of supported protocols
2010-08-18 Daniel StenbergFAQ: added blurb about ECCN
2010-08-18 Guenter KnaufIt is sufficient to pipe stderr to NUL to get rid of...
2010-08-18 Guenter KnaufAdded SSPI build to Watcom makefile.
2010-08-16 Julien Chaffraixprogress: callback for POSTs less than MAX_INITIAL_POST...
2010-08-16 Dan FandrichMake the LD_PRELOAD path absolute in the tests that...
2010-08-16 Daniel Stenbergnegotiation: Wrong proxy authorization
2010-08-16 Dan FandrichClear stdout and stderr files on each test run
2010-08-15 Guenter KnaufSyncroniszed vclean target; fixed some comments.
2010-08-15 Daniel StenbergTHANKS: added contributors from 7.21.1
2010-08-15 Daniel Stenbergmulti: two fixes done
2010-08-15 Daniel Stenbergmulti: use timeouts properly for MAX_RECV/SEND_SPEED
2010-08-15 Daniel Stenbergmulti: support timeouts
2010-08-15 Daniel StenbergCurl_llist_insert_next: allow insertion first in the...
2010-08-15 Daniel Stenbergmulti: make curl_multi_info_read perform O(1)
2010-08-15 Kamil Dudkacurl -T: ignore file size of special files
2010-08-14 Dan FandrichReset environment variables before starting servers
2010-08-12 Kamil Dudkatypecheck-gcc: work around gcc upstream bug #32061
2010-08-11 Daniel Stenbergrelease cycle loop: start over toward 7.21.2
2010-08-11 Daniel StenbergRELEASE-NOTES: mention the runtests fix as well
2010-08-11 Daniel Stenbergruntests: clear old setenv remainders before test
2010-08-11 Guenter KnaufAdded OpenSSL builds to Watcom makefiles.
2010-08-11 Yang Tseconfigure: werror related adjustments
2010-08-11 Daniel StenbergFAQ: s/libcurl.so.3/libcurl.so.X
2010-08-11 Dan FandrichKNOWN_BUG #59 is fixed. Clarify support of IPv6 zone...
2010-08-11 Dan FandrichFixed typo in Android configure command
2010-08-10 Daniel StenbergHISTORY: added stuff from recent years
2010-08-10 Daniel Stenbergwarning: silence the compiler
2010-08-10 Daniel StenbergRELEASE-NOTES: synced, 3 additional bugfixes
2010-08-10 Daniel Stenbergmulti_socket_action: clarify how to kickstart it
2010-08-10 Daniel Stenbergcallbacks: acknowledge progress callback error returns
2010-08-10 Guenter KnaufMore Watcom makefile fixes ...
2010-08-10 Guenter KnaufFixed my wrong edit.
2010-08-10 Guenter KnaufMore Watcom makefile fixes.
2010-08-10 Guenter KnaufChanged test for -u switch in order to enable other...
next