platform/upstream/curl.git
2004-12-23 Daniel StenbergDavid Shaw fixed the disable variables so that curl...
2004-12-22 Daniel Stenbergissue 47 in next release?
2004-12-22 Daniel StenbergRune Kleveland fixed a minor memory leak for received...
2004-12-22 Daniel StenbergMarcin Konicki provided two configure fixes and a sourc...
2004-12-22 Dan FandrichC ensures that static variables are initialized to 0
2004-12-22 Daniel Stenbergadded CURLINFO_HTTP_CONNECTCODE
2004-12-22 Daniel Stenberguh, fixed!
2004-12-22 Daniel StenbergAdded: 4 protocols we _could_ support and the CONNECT...
2004-12-21 Daniel Stenbergmore about error codes
2004-12-21 Daniel Stenbergtest enforced chunked encoding with PUT on a local...
2004-12-21 Daniel StenbergAdded test case 217 that verified CURLINFO_HTTP_CONNECT...
2004-12-21 Daniel Stenbergoops, variables first then code
2004-12-21 Daniel StenbergPrevent failf() from using the va_list variable more...
2004-12-21 Daniel Stenbergmention how the FTP code should be fixed one day
2004-12-21 Daniel Stenberginclude sys/types.h before sys/select.h
2004-12-21 Daniel Stenbergset debug curl too when -c is used
2004-12-21 Daniel StenbergHow do I list the root dir of an FTP server?
2004-12-20 Dan FandrichFixed a compile warning introduced by making the protoc...
2004-12-20 Dan FandrichMake some more arrays of pointers const.
2004-12-20 Dan Fandrichgcc 2.7 can't handle a few warning options that gcc...
2004-12-20 Daniel Stenbergstart working on 7.12.4
2004-12-20 Daniel Stenbergand we start all over again
2004-12-20 Daniel Stenberg7.12.3
2004-12-19 Gisle VanemOpenSSL updates; get CA_BUNDLE from env. Assume no
2004-12-19 Gisle VanemRemove 'data' initialiser.
2004-12-19 Daniel Stenbergclarified a few changes
2004-12-19 Daniel Stenbergfixed the solaris pkcs12 build problem
2004-12-19 Daniel Stenbergif the pkcs12.h header exists, include it already in...
2004-12-19 Daniel Stenbergcheck for openssl/pkcs12.h
2004-12-18 Daniel StenbergSamuel Listopad added support for PKCS12 formatted...
2004-12-18 Daniel StenbergSamuel Listopad fixed -E to support "C:/path" (with...
2004-12-18 Daniel Stenbergmention the new cookie api plans
2004-12-18 Daniel StenbergJean-Marc Ranger pointed out that the returned data...
2004-12-17 Dan FandrichRenamed a variable to avoid conflict with a C++ reserve...
2004-12-17 Gisle VanemWatcom has strtoll().
2004-12-17 Gisle VanemWatcom uses 'i64' suffix.
2004-12-17 Gisle Vanem<windows.h> required for Watcom.
2004-12-17 Gisle Vanems/_write/write/g
2004-12-17 Gisle VanemFix calling convention of wlap32.dll function. Watcom
2004-12-17 Gisle VanemWatcom has 'struct timeval'.
2004-12-17 Gisle VanemAdd libidn.a and iconv libraries if USE_IDNA=1.
2004-12-17 Gisle VanemAdded option for using C-ares and libidn.
2004-12-17 Gisle Vanemgetdate.c is gone.
2004-12-17 Gisle VanemPrint true netrc name (.netrc/_netrc).
2004-12-17 Daniel Stenbergavoid an extra malloc
2004-12-17 Daniel Stenbergduplicate ! typo
2004-12-17 Daniel Stenbergfixed minor memory leak when running out of memory
2004-12-17 Daniel Stenbergoops, add missing return keyword
2004-12-16 Daniel Stenbergfix skip-reason
2004-12-16 Daniel Stenbergseveral windows large-file fixes
2004-12-16 Daniel Stenbergtwo more ftp directory re-use tests added
2004-12-16 Daniel StenbergBased on Gisle Vanem's patch: make sure the directory...
2004-12-16 Gisle VanemMust include <io.h> and <sys/stat.h> before redefining
2004-12-16 Dan FandrichRenamed a struct member to avoid conflict with a C...
2004-12-16 Daniel Stenbergreduced the number of sub-blocks
2004-12-16 Daniel Stenbergmoved the lseek() and stat() magic defines to setup...
2004-12-16 Gisle VanemSupport uploading and resuming of >2GB files.
2004-12-16 Daniel StenbergProvide better reasons for why test cases are skipped...
2004-12-16 Daniel StenbergNULL the fp pointer after it has been fclosed()
2004-12-16 Daniel StenbergDinar in bug report #1086121, found a file handle leak...
2004-12-15 Dan FandrichFix the --enable-debug compiler warning options for...
2004-12-15 Daniel Stenbergyet another mirror!
2004-12-15 Daniel Stenbergprecaution to prevent double typedefs of the bool
2004-12-15 Daniel Stenbergmoved the bool typedef to setup.h
2004-12-15 Daniel Stenbergfixed how backslashes are treated in glob strings
2004-12-15 Dan FandrichMake some arrays of pointers const, too.
2004-12-15 Dan FandrichMake some arrays of pointers const, too.
2004-12-15 Dan FandrichAdd 'const' to immutable arrays.
2004-12-14 Daniel Stenbergclarify that the app must free the engine list
2004-12-14 Daniel Stenbergprevent compiler warning when built without engine...
2004-12-14 Daniel Stenbergmake sure the ipv6 http server gets its pid stored...
2004-12-14 Daniel Stenberguse the correct variables, not fixed values
2004-12-14 Daniel StenbergHarshal Pradhan fixed changing username/password on...
2004-12-14 Daniel Stenbergmistake
2004-12-14 Dan FandrichOnly declare static variables if they're needed. Fixed...
2004-12-14 Dan FandrichHeader files are in openssl/ only if USE_OPENSSL is...
2004-12-14 Dan FandrichRemoved fputc() prototype since it's already in stdio.h
2004-12-14 Gisle VanemCaller must free 'engines' list.
2004-12-14 Gisle Vanemurldata.h: Removed engine_list.
2004-12-14 Daniel StenbergMoved the CURLE_SSL_ENGINE_INITFAILED error code last...
2004-12-14 Daniel StenbergMoved the engine stuff from the root-level of the Sessi...
2004-12-13 Gisle VanemDocument CURLINFO_SSL_ENGINES and "--engine".
2004-12-13 Gisle VanemSet 'data->state.os_errno = error' in some places.
2004-12-13 Gisle VanemSupport for "--engine list" option.
2004-12-13 Gisle VanemAdded handling of CURLINFO_SSL_ENGINES;
2004-12-13 Gisle VanemHandle new type CURLINFO_SLIST.
2004-12-13 Gisle VanemAdded CURLcode CURLE_SSL_ENGINE_INITFAILED,
2004-12-13 Gisle VanemFixed missing braces warning.
2004-12-13 Daniel Stenberglarge file file:// resumes on windows
2004-12-13 Daniel StenbergGisle's fix for resuming large file:// files on windows...
2004-12-13 Daniel StenbergDan Fandrich did minor corrections to his SSL cleanup...
2004-12-13 Daniel StenbergDan Fandrich added libcurl.pc.in to the dist
2004-12-12 Daniel Stenbergwhen failing to verify a HTTP server, display what...
2004-12-12 Gisle VanemMissing 'in6addr_any' in MingW's lib. ld bug?
2004-12-11 Daniel Stenbergmodified to use the current error code name, not the...
2004-12-11 Daniel Stenbergundef more obsolete defines if CURL_NO_OLDIES is defined
2004-12-11 Daniel StenbergHTTP IPv6 support added to the test suite
2004-12-11 Daniel Stenbergprovide an error string when resuming fails - and use...
2004-12-11 Daniel Stenbergfixed error message
2004-12-11 Daniel StenbergDan Fandrich:
next