platform/upstream/curl.git
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...
2004-11-29 Daniel Stenbergadded test 221 to test a broken gzip content download
2004-11-29 Daniel Stenbergadded test 220 - simple gzip auto decompress
2004-11-29 Daniel Stenberg--disable-epsv when connecting to an IPv6 ftp server
2004-11-29 Daniel Stenbergremoved comment
2004-11-29 Daniel Stenberginclude setup.h first
2004-11-29 Daniel StenbergAs reported in Mandrake's bug tracker bug 12285
2004-11-29 Daniel Stenbergzero terminate the buffer spitout() returns, as the...
2004-11-29 Daniel Stenbergmake it possible for a test case to depend on the featu...
2004-11-29 Daniel Stenbergkilled trailing whitespace
2004-11-29 Daniel StenbergEnable test cases to provide sections base64-encoded...
2004-11-29 Daniel Stenbergutility to base encode data passed on stdin
2004-11-29 Daniel Stenbergstricter newline policy
2004-11-29 Daniel Stenbergspell
2004-11-29 Daniel Stenbergif gmtime() returns NULL, this returns -1 to bail out...
2004-11-28 Daniel Stenbergremoved one we won't do, removed the CWD optimize as...
2004-11-28 Daniel Stenbergadd more info to the stderr output
2004-11-27 Daniel Stenbergtypecast the coversion from long to int
2004-11-26 Daniel Stenbergprogress meter newline
2004-11-26 Gisle VanemI changed my mind. Remove ioctl() macro in setup.h...
2004-11-26 Gisle VanemAdded anyauthput.exe.
2004-11-26 Gisle VanemRenamed urldata.h members 'ioctl*' to 'ioctrl*' due to
2004-11-26 Daniel StenbergAs reported in Mandrake's bug tracker bug 12289
2004-11-26 Daniel Stenbergremoved no longer used variable
2004-11-26 Daniel Stenberglast-second-before-commit changes corrected
2004-11-25 Daniel StenbergFTP improvements:
2004-11-25 Daniel Stenbergmade the code fit within 80 cols
2004-11-24 Daniel Stenbergmingw _has_ a ftruncate() but it doesn't work with...
2004-11-24 Gisle VanemProvide a 64-bit capable ftruncate(). MingW has one...
2004-11-24 Daniel Stenbergadded missing new error string
2004-11-24 Daniel Stenbergmingw has a ftruncate() function
2004-11-24 Daniel StenbergHTTP "auth done right". See lib/README.httpauth
2004-11-24 Daniel Stenbergdecided to skip the MSVC makefile fixes, nobody seems...
2004-11-24 Daniel StenbergAndrés García fixed the configure script to detect...
2004-11-24 Gisle VanemClarify the static vs. import lib issue on Win32.
2004-11-23 Daniel Stenbergadded a bunch of people who really deserve to be here
2004-11-23 Daniel Stenbergoops, use the precheck too!
2004-11-23 Daniel Stenbergcut out release with no issue to fix
2004-11-23 Daniel Stenbergintroducing the client/precheck concept to allow test...
2004-11-23 Daniel Stenbergyet another binding
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.
next