platform/upstream/curl.git
2004-11-22 Daniel StenbergDavid Phillips fix for test 518 and my extension to...
2004-11-22 Daniel Stenbergtrying a version with URLs for all function calls
2004-11-22 Daniel Stenbergissue 52 is fixed, I work on 51
2004-11-22 Daniel Stenbergremoved trailing whitespace
2004-11-22 Daniel Stenbergremoved unused variable and trailing whitespace
2004-11-22 Daniel Stenbergremove curl_ prefix from functions not present in libcurl
2004-11-22 Daniel Stenbergre-indented to curl style
2004-11-22 Daniel Stenbergrenamed curl_thread to my_thread to avoid confusion
2004-11-22 Daniel Stenbergadd URLs in comments for all libcurl function calls
2004-11-22 Daniel StenbergCurl_select's timeout arg is an int
2004-11-21 Daniel Stenbergthe FD_SETSIZE problem is fixed
2004-11-21 Daniel StenbergThe FD_SETSIZE issue is already sorted, at least intern...
2004-11-21 Daniel Stenbergadded comment for windows people about READFUNCTION...
2004-11-20 Daniel StenbergDan Fandrich fix to compile with libc5
2004-11-19 Gisle VanemEnable >2GB files for MingW.
2004-11-19 Gisle VanemSuppress signed vs. unsigned warnings on Win32
2004-11-19 Daniel StenbergCurl_select() now uses curl_socket_t on socket arguments
2004-11-19 Gisle Vanemifdef for portable "/dev/null".
2004-11-19 Gisle VanemWinsock sockets are not in range 0..FD_SETSIZE.
2004-11-19 Daniel Stenbergadd select.obj
2004-11-19 Daniel StenbergDavid Phillips' FD_SETSIZE fix
2004-11-18 Daniel StenbergDan Fandrich fix: eliminates some pedantic CodeWarrior...
2004-11-16 Gisle VanemAdded revision tag.
2004-11-16 Daniel StenbergAdded README.httpauth to the dist
2004-11-16 Daniel Stenbergsaved for the future
2004-11-16 Daniel Stenbergmention the openssl callbacks for SSL multithread
2004-11-15 Daniel Stenbergadded test case 517: 22 tests of the curl_getdate(...
2004-11-15 Daniel Stenbergtiny format fix for nicer man output
2004-11-15 Daniel Stenbergclean up start time and t_startsingle use so that redir...
2004-11-15 Daniel Stenbergnew -w variables supported
2004-11-15 Gisle VanemAdded top_srcdir.
2004-11-15 Gisle VanemAdded revision id, test for USE_ARES.
2004-11-15 Daniel Stenbergbinding for R
2004-11-14 Gisle VanemChanges for static/dynamic linking of libcurl.
2004-11-14 Gisle VanemBorland doesn't have <sys/utime.h>, utime() nor
2004-11-14 Gisle VanemBorland doesn't have <sys/utime.h> nor utime().
2004-11-14 Gisle VanemStatic lib is libcurl.lib and import lib libcurl_imp...
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
next