platform/upstream/curl.git
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
2001-05-16 Daniel StenbergAdded #define CURLE_ALREADY_COMPLETE to not break compi...
2001-05-15 Daniel Stenbergadded pointer to the examples/getinmemory.c source...
2001-05-15 Daniel StenbergAdded getinmemory.c
2001-05-15 Daniel Stenbergthis might actually compile too...
2001-05-15 Daniel Stenbergan example on how you can use the write callback to...
2001-05-15 Daniel StenbergWe need -lpthread for the pthread example
2001-05-15 Daniel Stenbergcorrected
2001-05-15 Daniel StenbergAdded Pawel A. Gajda
2001-05-15 Daniel StenbergPawel A. Gajda fixed resumed transfers on persistent...
2001-05-14 Daniel StenbergAdded the first https test: 300
2001-05-14 Daniel Stenbergpid files fixes, ftp server already-running-but-no...
2001-05-14 Daniel StenbergJun-ichiro itojun Hagino fixed FTP PORT for IPv6-enable...
2001-05-14 Daniel Stenbergadded a pointer to the download web page
2001-05-12 Daniel StenbergAdded tons of comments all over
2001-05-12 Daniel Stenbergmultiple transfer path fixes, location fixes, resume...
2001-05-12 Daniel StenbergCURLE_ALREADY_COMPLETE is removed
2001-05-12 Daniel StenbergUses the Curl_SSLConnect() according to the new return...
2001-05-12 Daniel Stenbergfixed Curl_SSLConnect() to return CURLcode errors,...
2001-05-11 Daniel Stenbergchanged wording to make it more obvious I don't continu...
2001-05-11 Daniel Stenbergtwo new FTP file transfer resume test cases added
next