]> git.ipfire.org Git - thirdparty/curl.git/shortlog
thirdparty/curl.git
2000-11-06  Daniel StenbergAdded descriptions for: CURLOPT_PASSWDDATA, CURLOPT_PAS...
2000-11-06  Daniel StenbergAdded CURLINFO_SSL_VERIFYRESULT
2000-11-06  Daniel Stenbergbugfixes and improvements
2000-11-06  Daniel Stenbergremoved bad mirror, added text about source contents...
2000-11-06  Daniel Stenbergnew getpass proto and function pointer usage
2000-11-06  Daniel Stenbergmodified pgrsTime() to the new functionality
2000-11-06  Daniel Stenbergadjusted the time-keeping function to work better for...
2000-11-06  Daniel StenbergEmmanuel Tychon found a problem when specifying user...
2000-11-03  Daniel StenbergDavid Odin (aka DindinX) for MandrakeSoft, tiny example...
2000-11-02  Daniel Stenbergerror code fix
2000-11-01  Daniel Stenbergadded signal in case sigaction is missing
2000-10-31  Daniel Stenbergadjusted to the new packages dir
2000-10-31  Daniel Stenbergremoved, see packages/Linux/RPM
2000-10-31  Daniel Stenbergnew package related file
2000-10-30  Daniel Stenbergremoved extra comma in the CURLINFO enum typedef
2000-10-30  Daniel StenbergAdded CURLOPT_SSL_VERIFYPEER and CURLOPT_CAINFO
2000-10-30  Daniel Stenbergthe verify cert stuff is now added!
2000-10-30  Daniel StenbergT. Bharath's ssl patch
2000-10-30  Daniel Stenbergtypecasted the localtime_r() return code to not make...
2000-10-30  Daniel Stenbergnew urldata ssl layout and T. Bharath brought the new...
2000-10-27  Daniel StenbergAdded section 4.8 I found a bug and did some minor...
2000-10-27  Daniel StenbergAdded description on how to use the newly supported...
2000-10-27  Daniel StenbergAdded sigaction check
2000-10-27  Daniel Stenbergpost 7.4.1 changes
2000-10-26  Daniel Stenbergremoved old unused getpass() leftovers
2000-10-26  Daniel StenbergGeorg Horn provided a fix for the timeout signal stuff...
2000-10-26  Daniel Stenbergremoved getpass-check since getpass() is no longer...
2000-10-26  Daniel Stenbergrenamed getpass() to my_getpass() and it is now thread...
2000-10-26  Daniel StenbergKevin Roth's bugreport with config files containing...
2000-10-26  Daniel StenbergKevin P Roth's idea of supporting multiple -d options...
2000-10-25  Daniel StenbergReplaced the former bug report email address with the...
2000-10-25  Daniel StenbergAdded a few ideas
2000-10-25  Daniel Stenbergtiny spell correction
2000-10-25  Daniel Stenbergcompiles on Linux now
2000-10-23  Daniel Stenbergthe configure script dynamically gets the version from...
2000-10-20  Daniel Stenbergremote_port used in Host: headers only when non-default
2000-10-17  Daniel Stenbergmade the speedcheck actually work again
2000-10-16  Daniel Stenberg7.4.1 commit curl-7_4_1
2000-10-12  Daniel Stenbergpre5 and pre6 fixes
2000-10-12  Daniel StenbergAdded lib/libcurl.def for win32 DLL creations
2000-10-12  Daniel Stenbergjust removed some example lines in the top comment
2000-10-12  Daniel StenbergJörn added glob_cleanup()
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 curl-7_3
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
next