platform/upstream/curl.git
2000-08-24 Daniel Stenberg--data-binary and family ;-)
2000-08-24 Daniel StenbergJan Schmidt supplied an update
2000-08-24 Daniel StenbergInreased buffer size for the Linux gethostbyname_r...
2000-08-24 Daniel StenbergAdded CURLOPT_POSTFIELDSIZE
2000-08-24 Daniel Stenbergnew binary post details
2000-08-24 Daniel Stenbergmoved include setup.h
2000-08-24 Daniel Stenberginclude config.h first
2000-08-24 Daniel Stenberg#include "setup.h" moved first of all includes
2000-08-24 Daniel Stenberginet_ntoa_r() usage made more portable
2000-08-24 Daniel Stenbergremoved the AC_TRY_RUN complaints
2000-08-24 Daniel Stenberghostname and large file support added
2000-08-23 Daniel StenbergBjorn Reese helped me update the license section
2000-08-23 Daniel StenbergFixed name problems, updated FAQ, -d post problem found
2000-08-23 Daniel StenbergAlbert's fixes
2000-08-23 Daniel StenbergAlbert Chin-A-Young's fixes
2000-08-21 Daniel Stenberg7.1.1 commit
2000-08-21 Daniel Stenberg7.1.1 cleanup commit
2000-08-18 Daniel Stenbergincreased the buffer size used for name lookups
2000-08-17 Daniel StenbergFred Noz fixed the gethostbyaddr_() call
2000-08-17 Daniel Stenbergthe gethostbyname_r() usage was improved by Fred Noz
2000-08-17 Daniel Stenbergremoved the vprintf check, we have our own internal...
2000-08-17 Daniel Stenbergremoved HAVE_VPRINTF dependence
2000-08-17 Daniel Stenbergremoved the HAVE_VPRINTF check
2000-08-17 Daniel Stenbergmajor update
2000-08-17 Daniel StenbergAdded another config to the autoconf bug effect
2000-08-15 Daniel Stenbergthe latest writeout bugfix
2000-08-15 Daniel Stenbergmade Writeout() capable of getting called repeatedly
2000-08-14 Daniel Stenbergminor corrections
2000-08-11 Daniel StenbergLinux name resolving problem fixed with larger name...
2000-08-11 Daniel StenbergAdded TheArtOfHttpScripting
2000-08-11 Daniel Stenbergtutorial kind of document
2000-08-11 Daniel StenbergMade it possible to replace the Content-Type: and Conte...
2000-08-08 Daniel Stenbergallow zero length user names for http
2000-08-04 Daniel Stenbergupdated with the latest thread-safe function stuff
2000-08-04 Daniel Stenbergbrand new gethostbyname_r() and gethostbyaddr_r() check...
2000-08-04 Daniel Stenbergmoved an include file further up to make AIX 3 more...
2000-08-04 Daniel StenbergFixed to use the new HAVE_GETHOSTBYxxxx_R_x defines...
2000-08-02 Daniel Stenbergcorrected to use the libtool libraries instead of the...
2000-08-02 Daniel Stenbergupdated
2000-08-02 Daniel Stenbergmoved the #define strequal() since they're now true...
2000-08-02 Daniel StenbergAdded the strequal() prototypes here
2000-08-02 Daniel Stenbergmr Khristophorov added support for lame web servers...
2000-07-31 Daniel Stenbergbig last-beta (?) cleanup commit
2000-07-31 Daniel StenbergThe installed header files were moved from this to...
2000-07-31 Daniel Stenbergadded to enable include file install
2000-07-31 Daniel Stenberggenerated from the newly edited getdate.y that now...
2000-07-31 Daniel Stenbergmade urlfree static, added (void) in front of one of...
2000-07-31 Daniel StenbergReplacing one of the internal headers with one that...
2000-07-29 Daniel Stenbergadded localtime_r()
2000-07-29 Daniel Stenbergfor install and more
2000-07-29 Daniel Stenberglibtool stuff added
2000-07-28 Daniel StenbergAdded two libtool files, is ltmain.sh really necessary?
2000-07-28 Daniel Stenbergupdated my email
2000-07-28 Daniel StenbergAdded [:port] to the -x description for --help
2000-07-28 Daniel Stenbergclear the httproxy bit on cleanup if the allocproxy...
2000-07-28 Daniel Stenbergcorrected the Host: header's port number
2000-07-26 Daniel StenbergASCII FTP download
2000-07-26 Daniel Stenberganother day, another contributor
2000-07-26 Daniel Stenbergremoved libtool, added pointer to the sourceforge task...
2000-07-26 Daniel StenbergAdded docs/Makefile*
2000-07-26 Daniel Stenberglibtool adjustments
2000-07-25 Daniel Stenbergthey're generated, they don't belong here
2000-07-25 Daniel StenbergAdded Torsten Foertsch's changes to the -F description...
2000-07-25 Daniel Stenberguses the new curl_close function to clean up the http...
2000-07-25 Daniel StenbergAdded http_close()
2000-07-25 Daniel Stenberguses auth_host to only send user+password to that parti...
2000-07-25 Daniel Stenbergset a bit when a Location: is followed to allow code...
2000-07-25 Daniel Stenbergcurl_close is a new function pointer that can be set...
2000-07-25 Daniel StenbergTorsten Foertsch's improvements
2000-07-25 Daniel Stenbergtiny adjustments to set the start-time before the curl_...
2000-07-25 Daniel StenbergThe "get ftp command response" function now uses select...
2000-07-25 Daniel StenbergA range of things done yesterday
2000-07-25 Daniel StenbergAdded CURLOPT_PROXYPORT
2000-07-25 Daniel StenbergAdded CURLOPT_PROXYPORT, also added some more clarifica...
2000-07-25 Daniel StenbergAuto referer and a minor netrc fix
2000-07-25 Daniel StenbergAdded some logic that now prevents multiple conflicting...
2000-07-25 Daniel StenbergAdded proxyport
2000-07-25 Daniel StenbergAdded CURLOPT_PROXYPORT support
2000-07-25 Daniel Stenbergre-added the check for BOTH nsl and socket libs
2000-07-25 Daniel StenbergThe Host: header now includes the port number if not...
2000-07-25 Daniel StenbergCode 250 is okay as well as the previous 226-code after...
2000-06-20 Daniel Stenberghaxx.nu => haxx.se
2000-06-20 Daniel StenbergFTP bug fix
2000-06-20 Daniel StenbergAdded auto and free referer fields to the UrlData struct
2000-06-20 Daniel StenbergAdded AUTOREFERER
2000-06-20 Daniel Stenbergautoreferer added, switches off POST on location: following
2000-06-20 Daniel StenbergRich Gray fixed the PORT command line with the missing \r!
2000-06-16 Daniel Stenbergprogress meter/bar changes
2000-06-16 Daniel Stenbergremoved the CURLOPT_PROGRESSMODE option
2000-06-16 Daniel StenbergPROGRESSMODE is history
2000-06-16 Daniel Stenbergpretty big changes when the -# progress bar was moved...
2000-06-16 Daniel Stenbergmode was replaced with callback in the progress struct
2000-06-16 Daniel Stenbergprogress.mode replaced with progress.callback
2000-06-16 Daniel Stenbergremoved pgrsMode()
2000-06-16 Daniel Stenbergremoved lots of #if 0'ed code
2000-06-16 Daniel StenbergAdded pgrsStartNow() on the appropriate place
2000-06-15 Daniel Stenbergwhen failing to write to a socket, we now bail out...
2000-06-15 Daniel Stenbergremoved the last \r\n\r\n bytes
2000-06-14 Daniel StenbergPOST fix
2000-06-14 Daniel StenbergAdded #include <string.h>
next