platform/upstream/curl.git
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
2004-12-03 Daniel StenbergBug report #1078066: when a chunked transfer was pre...
2004-12-02 Daniel Stenbergmade the intended one hour default timeout in the CONNE...
2004-12-02 Daniel Stenbergcomment cleanup
2004-12-02 Daniel Stenbergtest 206 - HTTP proxy CONNECT auth Digest
2004-12-02 Daniel Stenbergadded comment about port number in CONNECT string being...
2004-12-02 Daniel Stenbergprevent an initial "(nil)" to get sent in the initial...
2004-12-01 Gisle VanemUse "HAVE_SYS_TYPES_H".
2004-12-01 Daniel Stenbergmake the "check" actually open all those file desciptor...
2004-11-30 Gisle Vanemalarm() works unreliable on djgpp 2.03. Don't use it.
2004-11-30 Daniel Stenbergrecent changes
2004-11-30 Daniel Stenbergfixed test case errors
2004-11-30 Daniel Stenbergthree new compress test cases
2004-11-30 Daniel StenbergFixed the array comparison function even more, made...
2004-11-30 Daniel StenbergDan Fandrich's fix for libz 1.1 and "extra field" usage...
2004-11-30 Daniel Stenbergno longer use the MIME::Base64.pm package as it seems...
next