platform/upstream/curl.git
2003-02-17 Daniel StenbergThis script clearly misses to remove the build dir...
2003-02-17 Daniel Stenbergmention --trace and --trace-ascii in the -v/--versbose...
2003-02-14 Daniel Stenbergmention more cacert magic
2003-02-14 Daniel StenbergFix Curl_is_connected() even more to deal with waitconn...
2003-02-14 Daniel StenbergMatthew Clarke built curl on AIX 3.2.5
2003-02-14 Daniel Stenberginclude <sys/socket.h> to compile the fd_set stuff...
2003-02-14 Daniel Stenberggeterrno() renamed to ourerrno() to prevent the name...
2003-02-14 Daniel StenbergMartin C. Martin's fix for multi-interface connects...
2003-02-13 Daniel StenbergChristopher R. Palmer fixed Curl_base64_encode() to...
2003-02-08 Daniel Stenberglanguage
2003-02-06 Daniel Stenberginclude stdarg.h since we use va_* stuff
2003-02-05 Daniel StenbergI made curl run fine on a XScale/PXA250
2003-02-05 Daniel StenbergRe-arranged the SSL connection code (again). The recent...
2003-02-04 Jean-Philippe... added the sharing of DNS cache
2003-02-04 Daniel StenbergVMS has setjmp.h
2003-02-04 Daniel StenbergNico Baggus updated build script for VMS
2003-02-04 Daniel Stenbergassume zlib 1.1.4 - pointed out by Kevin Roth
2003-02-04 Daniel StenbergHAVE_LIBZ is the actual name of the define we use
2003-02-04 Daniel Stenbergmake it more obvious what this is by not even trying...
2003-02-04 Daniel StenbergJames Bursa corrected a bad comment
2003-02-04 Daniel Stenbergfixes during the last couple of days
2003-02-04 Daniel StenbergImproved error reporting in case of bad SSL_connect...
2003-02-03 Daniel Stenbergscan through the PATH as well, to find stunnel
2003-02-03 Daniel StenbergJulian Noble pointed out that capath is indeed working...
2003-01-31 Daniel StenbergKevin Roth corrected the zlib stuff to work better.
2003-01-30 Daniel Stenbergdon't check for the CA cert bundle if --insecure is...
2003-01-30 Daniel Stenbergtypecast the argument to isspace() to an int to prevent...
2003-01-30 Daniel Stenbergcurl now uses stricter VERIFYHOST by default and only...
2003-01-30 Daniel StenbergFixes bug #669059. We now extract the Content-Type...
2003-01-30 Daniel Stenbergtest case 57 - verifies that the Content-Type extractio...
2003-01-29 Daniel Stenbergchanges from the last week or so
2003-01-29 Daniel StenbergHAVE_WRITABLE_ARGV is set if argv[] is writable on...
2003-01-29 Daniel StenbergJohn McGowan found a problem where the DEBUGFUNCTION...
2003-01-29 Daniel Stenbergadd the new emacs file and removed the former one
2003-01-29 Daniel Stenbergexample showing how a .emacs using curl-style.el could...
2003-01-29 Daniel Stenbergthis is the former emacs file we no longer use, go...
2003-01-29 Daniel Stenbergreset conn->size to -1 on the ftp-do function to make...
2003-01-29 Daniel Stenbergprevious changes
2003-01-29 Daniel Stenbergremoved the local variables for emacs and vim, use...
2003-01-29 Daniel Stenbergremoved weirdo {{{ and }}} comments
2003-01-28 Daniel Stenbergthe README.curl is named MANUAL these days
2003-01-28 Daniel Stenbergrevised and better
2003-01-27 Daniel Stenbergremoved -Wcast-align from --enable-debug with gcc,...
2003-01-27 Daniel StenbergRemoved the long-living compiler warnings on the des_pc...
2003-01-27 Daniel Stenbergtests that were not run due to restraints (the netrc...
2003-01-27 Daniel Stenbergmade it work
2003-01-24 Daniel StenbergBertrand Demiddelaer found and fixed this memory leak.
2003-01-23 Daniel Stenbergstring.h keeps the proto for memset() on some platforms...
2003-01-23 Daniel Stenbergadded a default to the switch() in order to prevent...
2003-01-23 Daniel Stenbergfix the configure option query
2003-01-23 Daniel Stenbergmention what kind of error you may get if this is not...
2003-01-23 Daniel Stenbergspell
2003-01-23 Daniel StenbergThis is the new Emacs style for curl hacking, based...
2003-01-23 Daniel StenbergDuncan Wilcox reported a crash with --interface on...
2003-01-22 Daniel Stenbergoops, broken comment fixed
2003-01-22 Daniel Stenbergextern C this to work in C++ conditions
2003-01-22 Daniel Stenbergreversed the actions on the cmp check for detecting...
2003-01-22 Daniel Stenberguse LANG set to C to prevent localized dates etc
2003-01-22 Daniel Stenbergpass the options to configure properly
2003-01-22 Daniel Stenbergcheck for empty confopts before asking for it
2003-01-22 Daniel Stenbergput the configure options in the setup file was well
2003-01-21 Daniel Stenbergupdated copyright years
2003-01-21 Daniel Stenbergwhen a chunked error is noticed, store the error number...
2003-01-21 Daniel Stenbergskip the chmod
2003-01-21 Daniel Stenbergrun 'make test-full' instead of 'make test' to get...
2003-01-21 Daniel Stenbergmake test-full in the root dir should run verbose tests...
2003-01-21 Daniel Stenberguse 'make test-full' instead of only 'make test' as...
2003-01-21 Daniel StenbergAdded a 'test-full' target to run the tests in verbose...
2003-01-21 Daniel Stenbergpass srcdir to the ftps-server as well
2003-01-21 Daniel Stenbergruntests.pl now passes the sourcedir path to the httpss...
2003-01-21 Daniel Stenbergautomake 1.5 should be enough
2003-01-20 Daniel Stenberguse process id in build directory name to do better
2003-01-20 Daniel Stenbergfirst attempt at script for distributed testing on...
2003-01-20 Daniel Stenbergoutput summary with easy identifyable string prefixes
2003-01-20 Daniel Stenbergmade this script detect proper versions of the tools...
2003-01-20 Daniel Stenbergadded description in all AC_DEFINE() calls
2003-01-20 Daniel Stenbergnot used anymore
2003-01-20 Daniel StenbergFive more names we owe a big THANKS for their donations...
2003-01-20 Daniel Stenbergtoday's patches and Markus' correction
2003-01-20 Daniel StenbergMarkus F.X.J. Oberhumer's patch that reduces memory...
2003-01-20 Daniel Stenberggiven passwords in netrc must be respected accordingly
2003-01-20 Daniel Stenbergsteps I *MUST* perform when I release a package
2003-01-16 Daniel Stenbergreverted bad header replacement
2003-01-16 Daniel Stenbergcopyright year update in the source header
2003-01-16 Daniel Stenbergfixes Marcus brought
2003-01-16 Daniel StenbergAllow CURLINFO_PRIVATE to be NULL, patch by Markus...
2003-01-16 Daniel StenbergMarkus Oberhumer fixed the -cflags option
2003-01-15 Daniel Stenbergno TABs in source code
2003-01-15 Daniel Stenbergremoved a TAB
2003-01-15 Daniel StenbergKevin fixed the bad list address
2003-01-14 Daniel Stenbergprevious legal file, no longer accurate nor used
2003-01-14 Daniel StenbergCOPYING is the name of the file
2003-01-14 Daniel Stenberg7.10.3 commit
2003-01-13 Daniel Stenbergmore
2003-01-13 Daniel Stenbergthere is SOCKS support these days
2003-01-10 Daniel StenbergSteve Oliphant pointed out that test case 105 did not...
2003-01-09 Daniel Stenbergadded test 136
2003-01-09 Daniel Stenbergverify -u username: with ftp to use a blank password
2003-01-09 Daniel Stenbergif userpwd is "username:", this now implies a blank...
2003-01-09 Daniel StenbergWai (Simon) Liu provided the HTTP200ALIASES paragraph.
next