platform/upstream/curl.git
2000-10-12 Daniel Stenbergsprintf() => snprintf()
2000-10-11 Daniel Stenbergupdated to better reflect reality
2000-10-11 Daniel Stenbergmake curl capable of using the mozilla SSL engine
2000-10-11 Daniel Stenbergfree the URL string if that was allocated
2000-10-11 Daniel Stenbergfree the FTP struct already in the _done() function
2000-10-11 Daniel Stenbergmemory leak adjusts
2000-10-09 Daniel Stenbergremoved the header that confuses PHP
2000-10-09 Daniel Stenbergadded the bool typedef, moved here from curl/curl.h
2000-10-09 Daniel Stenbergbool typedef fix
2000-10-09 Daniel Stenberguse this to analyze the memory debug logs MALLOCDEBUG...
2000-10-09 Daniel Stenbergjust too many to mention
2000-10-09 Daniel StenbergAdded commented MALLOCDEBUG stuff for memory debugging
2000-10-09 Daniel StenbergI commented the -DMALLOCDEBUG flag to make it easier...
2000-10-09 Daniel Stenbergadded memory debugging support
2000-10-09 Daniel Stenbergadded memory debugging include file
2000-10-09 Daniel Stenbergadded for memory leak debugging etc
2000-10-08 Daniel StenbergGetHost() did not properly assign the third argument...
2000-10-06 Daniel Stenbergcorrected the --longoption parser
2000-10-06 Daniel Stenbergremoved include "writeout.h"
2000-10-06 Daniel StenbergJörg's updated makefile
2000-10-06 Daniel Stenbergthe --interface code doesn't work on win32 and is ...
2000-10-06 Daniel Stenbergadded for the win32 version
2000-10-06 Daniel Stenbergmoved the src/config.h stuff to the bottom, as automake...
2000-10-06 Daniel StenbergHTTP resume fix, now the range pointer may be allocated
2000-10-04 Daniel Stenbergfilled in more information on the options
2000-10-04 Daniel Stenbergsize_request and size_header added to the -w description
2000-10-04 Daniel Stenberg-w supports size_header and size_request
2000-10-04 Daniel Stenbergcounts header and request size
2000-10-03 Daniel StenbergAdded Jason S. Priebe as contributor
2000-10-03 Daniel Stenbergdocumented writeinfo as removed in 7.4
2000-10-03 Daniel Stenbergintroduced in libcurl 7.4
2000-10-03 Daniel Stenbergremoved writeinfo stuff
2000-10-03 Daniel Stenbergadd_buffer_send() free()d the buffer *before* it was...
2000-10-03 Daniel Stenbergadded the new upload_bufsize to the connectdata struct
2000-10-03 Daniel Stenberginits the upload_bufsize at connect time
2000-10-03 Daniel Stenbergnew upload-buffer size design that starts with a smalli...
2000-10-03 Daniel Stenbergintroduced the new add_buffer() concept that makes...
2000-10-02 Daniel StenbergAdded curl_easy_getinfo.3
2000-10-02 Daniel Stenbergadded a small suggestion on how to get the curl man...
2000-10-02 Daniel StenbergUses the new "client-side" writeout function
2000-10-02 Daniel Stenbergremoved writeout.[ch] and added getinfo.c
2000-10-02 Daniel StenbergAdded writeout.c
2000-10-02 Daniel Stenbergwriteout.[ch] added in src/
2000-10-02 Daniel Stenbergmoved out from the library and put here, uses the new...
2000-10-02 Daniel Stenbergadjusted for curl_easy_getinfo
2000-10-02 Daniel Stenberggetinfo.c replaces the former writeout.c
2000-10-02 Daniel StenbergAdded curl_easy_getinfo()
2000-09-29 Daniel Stenberg#include <malloc.h> was removed, it causes warnings...
2000-09-28 Daniel Stenberginclude base64.h instead of base64_krb.h
2000-09-28 Daniel Stenberg7.3 commit
2000-09-28 Daniel Stenbergreplaced the old base64 stuff with the new ones
2000-09-26 Daniel Stenbergmore configure options explained
2000-09-26 Daniel Stenberga --krb4 usage example added
2000-09-26 Daniel Stenbergadded krb4-info
2000-09-26 Daniel StenbergAdded strlcpy() since it turns out some krb4-implementa...
2000-09-26 Daniel Stenbergmoved the RAND_status() and RAND_screen() checks to...
2000-09-26 Daniel StenbergCRYPTO_free() of course, it makes it run with previous...
2000-09-25 Daniel StenbergThe last week's changes
2000-09-25 Daniel Stenberg-c and -t is no longer prefered
2000-09-25 Daniel Stenbergcorrected curl_write() for kerberos
2000-09-25 Daniel StenbergMartin Hedenfalk added sec_fflush_fd()
2000-09-25 Daniel Stenbergkrb4 transfers get a sec_fflush_fd() to get uploads...
2000-09-25 Daniel Stenberga single cookie does not require a trailing semicolon...
2000-09-25 Daniel StenbergNo longer uses Free() as that was removed from OpenSSL...
2000-09-25 Daniel Stenbergcorrected bad data re-use and buffer problems
2000-09-21 Daniel StenbergAdded CURLOPT_KRB4LEVEL
2000-09-21 Daniel Stenbergupdated
2000-09-21 Daniel Stenbergadded docs/examples
2000-09-21 Daniel StenbergAdded krb4 support for libcurl 7.3
2000-09-21 Daniel Stenbergnow reports "krb4 enabled" is that's so
2000-09-21 Daniel Stenbergkrb4 fields structs and fields added
2000-09-21 Daniel Stenbergkrb4 support
2000-09-21 Daniel Stenbergadjusted to support krb4
2000-09-21 Daniel StenbergUses the new interface to ssend() and the base64 encoder
2000-09-21 Daniel StenbergGetHost() changed function arguments
2000-09-21 Daniel Stenbergkrb4 support added, new GetHost() usage
2000-09-21 Daniel Stenbergnew interface to the base64 encoder
2000-09-21 Daniel Stenbergnew for kerberos support
2000-09-20 Daniel Stenbergnew libcurl example code stuff
2000-09-18 Daniel StenbergStephen Kick's --interface was added
2000-09-18 Daniel StenbergStephen Kick's interface fixes
2000-09-18 Daniel StenbergStephen Kick added CURLOPT_INTERFACE
2000-09-18 Daniel StenbergGetHost() now should return NULL when it fails, even...
2000-09-18 Daniel StenbergAdded --disable-shared info and updated the 'make insta...
2000-09-18 Daniel Stenbergftp through http proxy tunnel is now implemented
2000-09-15 Daniel StenbergAdded PowerPC and sparc linux
2000-09-15 Daniel StenbergUpdated to be accurate with the new proxytunnel option
2000-09-15 Daniel Stenbergproxy tunnel update
2000-09-15 Daniel Stenbergspell corrections, changed some wording
2000-09-15 Daniel StenbergAdded curl.linuxworx.com.au as an "official" mirror
2000-09-15 Daniel Stenbergproxytunnel added
2000-09-15 Daniel Stenbergbugfixed the proxytunnel
2000-09-15 Daniel Stenberg-p/--proxytunnel was added
2000-09-15 Daniel Stenbergmore "anything through http proxy tunnel" fixes
2000-09-14 Daniel StenbergAdded HTTPPROXYTUNNEL
2000-09-14 Daniel Stenbergintroduced 'tunnel through http proxy' for ftp
2000-09-14 Daniel Stenbergupdated the show-off list
2000-09-14 Daniel Stenbergfile:// fix that prevents name lookup and sets no-uploa...
2000-09-07 Daniel StenbergC++ adjusted
2000-08-31 Daniel Stenbergmade -I (size info only) work for ftp again
next