platform/upstream/curl.git
2001-06-06 Daniel StenbergFor people using CVS but with no perl, like all those...
2001-06-06 Daniel Stenbergcorrected the CVS note about not creating a subdirector...
2001-06-05 Daniel StenbergMUTE is gone, PHP examples, new CVS structure
2001-06-05 Daniel Stenbergmade the test-program in the bottom compile/build,...
2001-06-01 Sterling HughesAdd documentation for the --vernum attribute
2001-06-01 Daniel StenbergCURLOPT_CONNECTTIMEOUT works on win32 these days, S...
2001-06-01 Sterling HughesUpdate the cvs instructions.
2001-06-01 Sterling HughesTest (and revert change from previous test).
2001-05-31 Sterling Hughestesting... testing... 1, 2, 3
2001-05-31 Daniel Stenbergremoved CURLOPT_MUTE, it is not used anymore
2001-05-31 Daniel StenbergMUTE is now considered obsolete
2001-05-31 Daniel StenbergCURLOPT_MUTE and data->bits.mute are history, removed...
2001-05-31 Daniel Stenbergthe global init stuff, strtok.h mess, _REENTRANT fixed
2001-05-31 Sterling Hughesadd entry for getbinarypageinvar.php
2001-05-31 Sterling HughesChange to // comments and add <?php and ?> wrappers
2001-05-31 Sterling HughesUpdate comments and wrap in <?php and ?>
2001-05-31 Sterling Hughesupdate the comment style from '#' to '//' which is...
2001-05-31 Sterling HughesAdd the getbinarypageinvar.php, which shows how to...
2001-05-31 Sterling HughesTest and substance patch.
2001-05-31 Daniel StenbergAdded CVS $Id$ keyword for inline version tracking
2001-05-31 Daniel Stenbergupdated to again set the flags of what to init, and...
2001-05-31 Daniel Stenbergfixed the dlopen check
2001-05-31 Daniel Stenbergremoved _REENTRANT define
2001-05-31 Daniel Stenbergre-generated
2001-05-31 Daniel Stenberginclude setup.h _before_ system includes
2001-05-31 Daniel Stenbergif NEED_REENTRANT is set, define _REENTRANT already...
2001-05-31 Daniel Stenbergincludes setup.h, and thus I could remove the _REENTRAN...
2001-05-31 Daniel Stenbergthe CURL_GLOBAL flags are now used to set what parts...
2001-05-31 Daniel Stenbergwent back to the version where the flags argument to...
2001-05-31 Daniel Stenbergremoved the prototype and made it include string.h...
2001-05-31 Daniel StenbergSterling Hughes suggested we set 'static' before size_t...
2001-05-30 Daniel Stenberglibcurl now has MUTE and NOPROGRESS set by default
2001-05-30 Daniel Stenberg7.8-pre2
2001-05-30 Daniel Stenberginclude strtok.h to get the prototype
2001-05-30 Daniel Stenbergfinally fixed the 'ret' compiler warning
2001-05-30 Daniel Stenbergremoved python interface, there is one now! ;-)
2001-05-30 Daniel Stenberg-# fix, thread fix, easy.c compile fix and more
2001-05-30 Daniel Stenbergmade the automake line re-build from _all_ Makefile...
2001-05-30 Daniel Stenbergenglish fix
2001-05-30 Daniel Stenbergnow uses CURL_GLOBAL_DEFAULT
2001-05-30 Daniel Stenbergcurl_global_init() support for CURL_GLOBAL_NOT_SSL
2001-05-30 Daniel StenbergSterling Hughes's fixes
2001-05-30 Cris BailiffAdded Solaris 'pkgadd' building support to packages...
2001-05-29 Daniel Stenbergnot used in autoconf version 2.50
2001-05-29 Daniel Stenbergcheck for strtok_r
2001-05-29 Daniel Stenbergcurl_ => Curl_
2001-05-29 Daniel Stenbergre-indented to follow "project curl"-style, renamed...
2001-05-29 Daniel Stenbergstrtok() replaced with strtok_r()
2001-05-29 Daniel Stenbergadjusted for automake 1.4+
2001-05-29 Daniel StenbergAdded strtok.[ch]
2001-05-29 Daniel Stenbergwe rqeuire autoconf 2.50 now
2001-05-29 Daniel Stenbergfixed the -# to write to the same as --stderr is set to
2001-05-29 Daniel Stenberg 3.11 How do I POST with a different Content-Type?
2001-05-29 Daniel Stenbergclarified the MUTE option
2001-05-29 Daniel Stenbergupdated, improved language at a few places
2001-05-29 Daniel Stenbergmoved list of authors to the separate THANKS file and...
2001-05-29 Daniel Stenbergtext: added in 7.8
2001-05-29 Daniel Stenbergbeauty fix
2001-05-29 Daniel Stenbergglobal_init() takes that flag argument
2001-05-28 Daniel Stenberg7.8-pre1 commit
2001-05-28 Daniel Stenbergfixes
2001-05-28 Daniel Stenbergadded libtool
2001-05-28 Daniel Stenbergmajor: curl_general_init/cleanup
2001-05-28 Daniel Stenbergftps:// works
2001-05-28 Daniel Stenbergadjusted the global_init() call to pass the new flag...
2001-05-28 Daniel Stenbergglobal_init() takes a flag option now, to tell libcurl...
2001-05-28 Daniel Stenbergbetter -v use, passes -I to all perl invokes
2001-05-28 Daniel Stenbergadded calls to curl_global_*, they aren't really needed...
2001-05-28 Daniel Stenbergadded 'curl-config --vernum' for hardcore hex version...
2001-05-28 Daniel Stenbergchanged the check for command1.txt to test1, so that...
2001-05-28 Daniel Stenbergincreased interface age
2001-05-28 Daniel StenbergT. Bharath's comments about SSL cleanup incorporated...
2001-05-28 Daniel Stenbergcurl_global_cleanup and curl_global_init added to the...
2001-05-28 Daniel StenbergAdded more test cases
2001-05-28 Daniel Stenbergtest case converted to the new file format
2001-05-28 Daniel Stenbergtest: HTTP over proxy
2001-05-23 Daniel StenbergRemoved references to the previous file format, added...
2001-05-23 Daniel Stenbergadjusted to the new test case formats
2001-05-23 Daniel StenbergRemoved the former files using the old-style test case...
2001-05-23 Daniel Stenbergnew test case file format
2001-05-23 Daniel StenbergAdded Andres' comments about field 2 in netscape cookie...
2001-05-23 Daniel StenbergAndrés García's netscape cookie file parser fix
2001-05-22 Daniel Stenberggeneral autoconf and automake fixes
2001-05-22 Daniel Stenbergstore httpcode _before_ doing the FAILONERROR check...
2001-05-22 Daniel Stenbergcleanup commit for new autoconf+automake+libtool versions
2001-05-22 Daniel Stenbergfixes and improvments
2001-05-21 Daniel Stenbergturned newlines into DOS styles
2001-05-21 Daniel Stenbergmade it binary in CVS to maintain DOS newlines and...
2001-05-21 Daniel StenbergAdded text about the test case numbering
2001-05-21 Daniel Stenbergdoesn't run ssl tests if libcurl wasn't built with...
2001-05-21 Daniel Stenbergadded a lame double-check for libcrypto as otherwise...
2001-05-21 Daniel StenbergAdded test case 400, the first ftps:// one
2001-05-21 Daniel Stenbergftps test case data
2001-05-21 Daniel Stenbergslightly "hackish" approach to disable SSL during downl...
2001-05-18 Daniel Stenbergthis should not set a SSL path to LDFLAGS or CPPFLAGS...
2001-05-18 Daniel Stenbergadded some, removed some, moved around some.
2001-05-18 Daniel Stenbergnicer OpenSSL header check
2001-05-18 Daniel Stenbergour internal strlcat() is now named Curl_strlcat()
2001-05-18 Daniel Stenbergstrlcat() is now Curl_strlcat() instead to prevent...
2001-05-18 Daniel Stenbergstrlcpy() turned static
next