platform/upstream/curl.git
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:
2004-12-11 Daniel StenbergDan F's initial pkg-config file (not installed yet)
2004-12-11 Daniel Stenbergmention the maybe-missing initial zero in the vernum...
2004-12-10 Daniel StenbergDan Fandrich: added some missing files. "I can't try...
2004-12-10 Daniel StenbergDan Fandrich corrects spelling mistakes
2004-12-10 Daniel StenbergDan Fandrich extended the cross compile section and...
2004-12-10 Daniel Stenberguntabified
2004-12-10 Daniel Stenbergusername and IPv6 numerical address URL parser fix
2004-12-10 Daniel StenbergDavid Byron's debug build fix
2004-12-10 Daniel Stenbergmove the port number extraction to after the extraction...
2004-12-10 Daniel Stenbergtwo new test cases for proxy-CONNECT with NTLM (one...
2004-12-10 Daniel Stenbergdon't try the rewind if no http struct is allocated yet
2004-12-10 Daniel Stenbergconfigure and curl-config fixes
2004-12-10 Daniel StenbergAdded two chapters: Custom Request Elements and Debug.
2004-12-09 Daniel Stenbergignore the getpart tool
2004-12-09 Daniel Stenbergclose the connection when a bad test number was requested
2004-12-09 Daniel StenbergTon Voon provided a configure fix that should fix the...
2004-12-09 Daniel StenbergBryan Henderson pointed out in bug report #1081788...
2004-12-08 Daniel Stenbergupdate the version numbers in the libcurl.plist automat...
2004-12-08 Daniel StenbergMatt Veenstra updated to 7.12.3. Starting now, we'll...
2004-12-08 Daniel StenbergMatt Veenstra:
2004-12-07 Daniel StenbergRene Bernhardt found and fixed a buffer overrun in...
2004-12-07 Daniel Stenbergminor updates
2004-12-07 Daniel StenbergNORECURSE clarification, minor formatting update
2004-12-07 Daniel StenbergCURLFTPSSL_ALL should make sure that the transfer fails...
2004-12-06 Daniel StenbergFixed so that the final error message is sent to the...
2004-12-06 Daniel StenbergGisle Vanem's fix for better info messages when failing...
2004-12-06 Gisle Vanem'crypto_engine' not used.
2004-12-06 Gisle VanemReplace MINGW32 with built-in __MINGW32__.
2004-12-06 Daniel StenbergHTTP PUT a to a FTP URL with username+password - over...
2004-12-05 Daniel StenbergDan Fandrich added the --disable-cookies option to...
2004-12-05 Daniel StenbergRichard Atterer fixed libcurl's way of dealing with...
2004-12-03 Daniel StenbergCURLOPT_FTPSSLAUTH was added in 7.12.2
2004-12-03 Daniel Stenbergcredit where credit is due
next