platform/upstream/curl.git
2004-11-13 Daniel StenbergDan fixed the CURL_DISABLE_VERBOSE_STRINGS stuff for...
2004-11-13 Gisle VanemMingW/djgpp: Use GNU make's internal 'cd' to avoid...
2004-11-13 Gisle VanemFix location of timeval.c.
2004-11-13 Gisle VanemUpdate comment.
2004-11-13 Gisle VanemAdd "-DCURL_STATICLIB" for static build.
2004-11-13 Gisle VanemRenamed import lib to "libcurl_imp.lib".
2004-11-13 Gisle VanemSet OpenSSL path to same as in ../lib/Makefile.vc6.
2004-11-12 Gisle VanemMSVC with static link must define CURL_STATICLIB.
2004-11-12 Gisle VanemNetware target (hosted on Linux gcc) doesn't support
2004-11-12 Daniel StenbergDan Fandrich added the --disable-crypto-auth option...
2004-11-12 Daniel Stenbergformat mistake fixed
2004-11-11 Daniel StenbergDan Fandrich can spell, I cannot
2004-11-11 Daniel StenbergDan Fandrich: make --disable-dict actually disable...
2004-11-11 Daniel Stenbergclarify and update according to commit made just now
2004-11-11 Daniel StenbergFix behaviour when passing NULL to CURLOPT_POSTFIELDS...
2004-11-11 Daniel Stenbergfix a IDN detect/use mistake
2004-11-11 Daniel Stenbergadded some details on what to come
2004-11-11 Daniel StenbergDan Fandrich added --disable-verbose
2004-11-11 Daniel StenbergWhen libidn is detected without explicitly told to...
2004-11-11 Daniel Stenbergfix the -I path to the proper include dir when --enable...
2004-11-11 Gisle VanemAdapted for C++.
2004-11-11 Daniel Stenbergrecent fixes
2004-11-11 Daniel Stenbergdates from 2038 or later now return 0x7fffffff when...
2004-11-11 Daniel Stenbergfix curl.h include
2004-11-10 Daniel Stenbergconfigure --with-gssapi fix
2004-11-10 Daniel StenbergGisle's CURL_EXTERN fix
2004-11-10 Gisle VanemReplace IsNT with IS_NT().
2004-11-10 Gisle VanemReplace IsNT with IS_NT().
2004-11-09 Daniel Stenbergfix CURL_EXTERN for debug builds
2004-11-09 Gisle VanemHandle drive-letter on MS-DOS.
2004-11-09 Gisle VanemRemoved libcurl.def
2004-11-09 Daniel Stenbergwith all external functions marked with CURL_EXTERN...
2004-11-09 Gisle VanemChanges for removing libcurl.def file on Win32.
2004-11-09 Gisle VanemChanges for removing libcurl.def file on Win32.
2004-11-08 Daniel Stenbergtoday's work
2004-11-08 Daniel Stenberganother lame change in an attempt to fix the moot gcc...
2004-11-08 Daniel Stenbergweirdo hack to fix debian bug report 278691:
2004-11-08 Daniel Stenbergadded a default in the switch in an attempt to avoid...
2004-11-08 Gisle VanemChange OS name. Fix header guard.
2004-11-08 Gisle VanemUn-do changes for WinCE; cdecl decoration is not needed.
2004-11-08 Daniel Stenbergcheck for and require tld.h to be present before libidn...
2004-11-07 Daniel Stenbergtwo post-1.2.1 changes
2004-11-07 Daniel Stenbergadded ares_cancel and ares_version
2004-11-05 Daniel StenbergTim Sneddon's VMS fix for huge HTTP POSTs
2004-11-05 Daniel Stenbergremoved errno, added EAGAIN
2004-11-05 Daniel Stenbergit has a sys/stat.h file, according to Paul Nolan
2004-11-04 Daniel Stenbergupdate
2004-11-04 Daniel Stenbergmore retry stuff
2004-11-04 Daniel Stenbergtest server port numbers are now easily changed
2004-11-04 Daniel Stenbergdelete trailing whitespace
2004-11-04 Daniel Stenbergbased Andres Garcia's patch, added for mingw build
2004-11-02 Daniel Stenbergrecent changes
2004-11-02 Daniel Stenberguse ifdef not if
2004-11-02 Daniel StenbergPaul Nolan fix to make libcurl build nicely on Windows CE
2004-11-02 Daniel Stenbergdocumented the current --retry options
2004-11-02 Daniel Stenbergmodified to not use realloc() on a NULL pointer
2004-11-01 Daniel StenbergWhen cross-compiling, the configure script no longer...
2004-10-28 Gisle VanemFixed _write() arguments.
2004-10-28 Gisle Vanem*** empty log message ***
2004-10-28 Daniel Stenberguse longs
2004-10-27 Daniel StenbergDan Fandrich's gzip handling fix
2004-10-27 Daniel StenbergAdded --retry and --retry-delay first attempt with...
2004-10-27 Daniel Stenberglog client disconnects
2004-10-26 Daniel StenbergTesting to define _REENTRANT unconditionally in here.
2004-10-26 Daniel Stenbergmention how LDFLAGS=-R can be used (or LD_LIBRARY_PATH...
2004-10-26 Daniel Stenbergmention incompatibilities with ares
2004-10-25 Daniel StenbergTomas Pospisek filed bug report #1053287 that proved...
2004-10-25 Daniel Stenbergjust nicer output when this is seen
2004-10-25 Daniel Stenbergthe array sizes _can_ differ and the arrays can still...
2004-10-25 Daniel Stenbergformat update
2004-10-24 Daniel StenbergMohun Biswas found out that formposting a zero-byte...
2004-10-24 Daniel Stenbergignore this
2004-10-24 Daniel Stenbergmaketgz now creates a ares_version.h.dist file with...
2004-10-21 Daniel StenbergDan Fandrich's better ifdef for include fix
2004-10-20 Daniel Stenberg1.2.1 release time
2004-10-19 Daniel Stenbergthis change was reverted since it broke on solaris
2004-10-19 Daniel Stenbergiconv 2.1.3 is considered bad for test case 165
2004-10-19 Daniel Stenbergrevert the charset fix as it broke the solaris tests...
2004-10-19 Daniel StenbergRalph Mitchell fixed: input field with NAME= and VALUE...
2004-10-19 Daniel StenbergAlexander Krasnostavsky made it possible to make FTP...
2004-10-19 Daniel Stenbergsnart isn't really used these days so we cut out the...
2004-10-19 Daniel Stenbergadded num_connects
2004-10-19 Daniel StenbergCURLINFO_NUM_CONNECTS and more
2004-10-19 Gisle Vanemdjgpp has locale.h and setlocale().
2004-10-19 Gisle VanemAll Win compilers have locale.h + setlocale().
2004-10-19 Daniel Stenbergbug 1049275 fixes test 165
2004-10-18 Daniel StenbergPeter Wullinger pointed out that curl should call setlo...
2004-10-18 Daniel Stenbergstart over on 7.12.3
2004-10-18 Daniel Stenberg7.12.2
2004-10-17 Daniel Stenbergnew mirror
2004-10-16 Daniel Stenbergtoday's changes
2004-10-16 Daniel StenbergAlexander Krasnostavsky made the CURLOPT_FTP_CREATE_MIS...
2004-10-16 Daniel Stenberglibcurl leaked memory for cookies with the "max-age...
2004-10-16 Gisle VanemChanges for issue 50
2004-10-16 Gisle VanemOpen "debugit" in binary mode ("rb").
2004-10-16 Gisle VanemAdded Traian Nicolescu's patches for threaded resolver on
2004-10-14 Daniel StenbergEric Vergnaud pointed out that libcurl didn't treat...
2004-10-14 Daniel Stenberguse quotes to make gdb usage on this easier
2004-10-14 Daniel Stenberglet's fix this too
2004-10-13 Gisle VanemSet errno = ENOMEM on faild countcheck().
next