platform/upstream/curl.git
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...
2010-08-10 Daniel Stenbergllist: hide Curl_llist_init
2010-08-10 Guenter KnaufAdded msys Perl since git for Win32 comes with own...
2010-08-10 Guenter KnaufUpdated lib dependency versions.
2010-08-10 Guenter KnaufMake testcurl.pl Watcom-aware.
2010-08-09 Daniel Stenbergparse_remote_port: fix ;type= URL suffix over HTTP...
2010-08-09 Daniel Stenbergindent: white space fixes only
2010-08-09 Yang Tsebuild: fix previous push
2010-08-09 Yang Tsebuild: don't build libhostname unless shared libcurl...
2010-08-09 Yang Tsebuild: libhostname and chkhostname linkage adjustments...
2010-08-08 Daniel Stenbergtypo: remove duplicate semicolon
2010-08-08 Daniel Stenbergmulti: avoid a malloc() when a transfer is complete
2010-08-08 Yang Tsebuild: libhostname linkage adjustments followup
2010-08-07 Guenter KnaufFix to overwrite libcurl name.
2010-08-07 Yang Tsebuild: chkhostname build adjustments followup
2010-08-07 U-D5B1PQ1J... build: allow NTLM tests to run on more build configurations
2010-08-07 Daniel Stenbergcurl_easy_setopt.3: rename stream to userdata
2010-08-06 Guenter KnaufBlock created curlbuild.h for NetWare to avoid usage...
2010-08-06 Daniel StenbergRELEASE-NOTES: synced with recent changes
2010-08-06 Yang Tsebuild: ensure that libhostname doesn't get installed
2010-08-06 Daniel Stenbergmulti_socket: set timeout for 100-continue
2010-08-06 Guenter KnaufSome more Watcom makefile massage ...
2010-08-05 Yang Tsebuild: fix libssh2_scp_send64() availability
2010-08-04 Yang Tsebuild: remove unneeded cast to (void *)
2010-08-04 Yang Tsebuild: remove unused file
2010-08-04 Daniel StenbergSCP: send large files properly with new enough libssh2
2010-08-03 Yang Tsebuild: add missing new files to non-configure target...
2010-08-03 Yang Tsemd4: replace bcopy usage with memcpy
2010-08-02 Daniel StenbergRELEASE-NOTES: synced with recent changes
2010-08-02 Daniel StenbergTODO-RELEASE: clear, file not really used ATM
2010-08-02 Daniel Stenbergtypecheck-gcc: add checks for recently added options
2010-08-02 Daniel Stenberg.gitignore: ignore all built examples
2010-08-02 Daniel Stenbergexample: fix code to build warning-free
2010-08-02 Daniel StenbergCurl_connected_proxy: skip the bits.tcpconnect check
2010-08-02 Daniel Stenbergsethostname: provide local prototype for gethostname
2010-08-02 Daniel Stenbergbuild: add typecast to avoid warning
2010-08-02 Guenter KnaufRename CURL_SOURCES macro; revert previous rename of...
2010-08-02 Guenter KnaufRemoved ugly dependency lists since wmake knows the...
2010-08-02 Guenter KnaufUse suffix search path for sources in lib folder.
2010-08-02 Guenter KnaufChanged src/Makefile.Watcom to use CURL_SOURCES from...
2010-08-01 Guenter KnaufRenamed curl_SOURCES to CURL_ALLFILES to overcome wmake...
2010-08-01 Guenter KnaufRemoved wlink from DLL loader list because it doesnt...
2010-08-01 Guenter KnaufMoved the LDAP API defines from Makefile.Watcom to...
2010-08-01 Daniel Stenbergretry: consider retrying even if -f is used
2010-08-01 Daniel Stenbergmulti: fix FTPS connecting the data connection with...
2010-08-01 Guenter KnaufFixed curlbuild.h rule.
2010-08-01 Guenter KnaufAdded rule to create curlbuild.h if not present (for...
2010-07-31 Guenter KnaufAdded dependend libs for curl static linking.
2010-07-31 Guenter KnaufFixed curl.exe static linking.
2010-07-30 Daniel Stenbergwarning: silence a win64 compiler warning
2010-07-30 Daniel StenbergKNOWN_BUG: The SOCKET type in Win64 is 64 bits
2010-07-30 Daniel Stenbergsmtp_connect: always provide host name buffer
2010-07-30 Daniel Stenbergsethostname: avoid including unistd.h to duck for warnings
2010-07-30 Daniel Stenbergsethostname: ISO C does not allow extra `;' outside...
2010-07-29 Kamil DudkaNTLM tests: boost coverage by forcing the hostname
2010-07-29 Guenter KnaufAdded a comment with an alternate idea to avoid the...
2010-07-29 Guenter KnaufChanged comparison to match size_t var type.
2010-07-29 Guenter KnaufRemoved unused vars to avoid compiler warnings.
2010-07-29 Guenter KnaufMake Watcom makefiles use Makefile.inc to reduce future...
2010-07-29 Guenter KnaufWatcom makefiles overhaul.
next