platform/upstream/curl.git
2001-08-24 Daniel Stenbergcleanups
2001-08-24 Daniel StenbergKevin Roth's comments about -G have been addressed:
2001-08-24 Daniel StenbergTim Costello's bug report #454856
2001-08-24 Daniel Stenbergstrcasecmp() is banned from our code, should be strequa...
2001-08-23 Daniel StenbergWhen setting *_URL or *_PROXY in *_setopt(), it is...
2001-08-23 Daniel Stenbergstarted working on a function for writing (all) cookies...
2001-08-23 Daniel Stenbergadded FTPS to the list of supported protocols
2001-08-23 Daniel Stenbergitem 4.6 is now an indication of a crash, not a timeout
2001-08-23 Daniel StenbergAs Steve Lhomme pointed out, this generates 'libcurl...
2001-08-23 Daniel StenbergNico's update: "modified the build procedure to restore...
2001-08-23 Daniel Stenbergcurl_formadd() using example, the 7.9 style of building...
2001-08-23 Daniel StenbergI want Sterling to be my friend, so I wasted some time...
2001-08-22 Daniel StenbergGeorg Huettenegger's fixes, man pages converted to...
2001-08-22 Daniel StenbergCURLOPT_FTPASCII is the old name, CURLOPT_TRANSFERTEXT...
2001-08-22 Daniel Stenberglibcurl.3 has the info now
2001-08-22 Daniel StenbergCURLOPT_POST isn't needed these days
2001-08-22 Daniel Stenbergupdated
2001-08-22 Daniel Stenberglibcurl.3 is the man page
2001-08-21 Daniel StenbergGeorg Huettenegger's patch curl-7.8.1-pre5-patch-20010819
2001-08-21 Daniel Stenbergadded test44 formpost without Expect:, modified test9
2001-08-21 Daniel Stenbergrun 'make clean' before 'make dist' to make sure the...
2001-08-21 Daniel Stenbergadded a 'html' target that builds HTML versions from...
2001-08-21 Daniel Stenbergmake html runs make html in the docs dir
2001-08-21 Daniel Stenbergthis is replaced with libcurl.3
2001-08-21 Daniel Stenbergfflush the progress output, fixed configure.in for...
2001-08-21 Daniel StenbergTroy Engel's fix for running configure without --with-ssl
2001-08-21 Daniel StenbergAs Andrés García reported we need to fflush() the data...
2001-08-20 Daniel Stenbergadded "4.5 FIGURE OUT WHAT A POST LOOKS LIKE"
2001-08-20 Daniel Stenberg7.8.1
2001-08-20 Daniel Stenberglibtool 1.3.5 leftover
2001-08-20 Daniel Stenbergupdated version in header as we have 7.8.1 details...
2001-08-20 Daniel StenbergRFC2732 parsing, curl-config patching, -G added, kerber...
2001-08-20 Daniel StenbergAlbert Chin's neat configure/package fixes
2001-08-19 Daniel StenbergSM's fix for -G on URLs with host name only
2001-08-18 Sterling Hughes<couldn't resist>
2001-08-17 Daniel StenbergCurl_ prefix added to a few function calls
2001-08-17 Daniel Stenberginclude getinfo.h for Curl_getinfo() proto
2001-08-17 Daniel Stenbergmodified to use the renamed kerberos functions with...
2001-08-17 Daniel StenbergAdded two fields in the connectdata struct for kerberos...
2001-08-17 Daniel Stenberguse the Curl_ name space
2001-08-17 Daniel Stenbergremoved dead/unused code
2001-08-17 Daniel StenbergCurl_ prefix
2001-08-17 Daniel Stenbergcleaned up rewrite
2001-08-16 Daniel StenbergAdded -G
2001-08-16 Daniel Stenbergupdated to the latest fixes to the shell script
2001-08-16 Daniel Stenberghm, --cflags should only show the flags a 3rd party...
2001-08-16 Daniel Stenbergremoved --include again and stuffed the libcurl's inclu...
2001-08-16 Daniel StenbergAdded --include to set the compiler include flag for...
2001-08-16 Daniel StenbergAdded -lcurl for --libs so that single option should...
2001-08-15 Daniel StenbergIPv6-addresses can have dots too!
2001-08-15 Daniel Stenbergextract IPv6-style specified IP-addresses properly
2001-08-15 Daniel Stenbergconst fixes
2001-08-15 Daniel Stenberg-
2001-08-15 Daniel StenbergCorrected the years in the copyright line
2001-08-15 Daniel Stenbergconst argument
2001-08-15 Daniel Stenbergcurl_getenv() now takes a const char * as argument
2001-08-15 Daniel Stenbergadd include of stdio.h, so that base64.c compiles
2001-08-15 Daniel StenbergCURL_GLOBAL_WIN32, config-vms.h, Borland makefile...
2001-08-15 Daniel StenbergUsing CURLOPT_POST without using CURLOPT_POSTFIELDS...
2001-08-15 Daniel Stenbergremoved one compiler error and two "unused variable...
2001-08-15 Daniel StenbergSM's -G patch. There's some room for improvements still...
2001-08-15 Sterling Hughesmore _ftp_cwd
2001-08-15 Sterling Hughesftp_cwd() abstraction
2001-08-15 Sterling HughesThis can be used in another place (Curl_ftp_done :)...
2001-08-15 Daniel Stenbergnon-public functions should not use CURL * as arguments...
2001-08-15 Daniel Stenbergmodified the Curl_perform() proto
2001-08-15 Sterling Hughesmust merge before commit
2001-08-15 Daniel Stenbergremoved protos that were moved to url.h and the new...
2001-08-15 Daniel Stenbergmoved the url.c prototypes to here
2001-08-15 Daniel Stenbergcalls Curl_initinfo() in perform().
2001-08-15 Sterling Hughesbegin abstraction process...
2001-08-15 Daniel Stenbergprototypes for getinfo.c
2001-08-15 Daniel StenbergAdded Curl_initinfo() that's supposed to init session...
2001-08-15 Daniel Stenberginternal functions should not use 'CURL *' as arguments...
2001-08-15 Daniel Stenbergadded getinfo.h
2001-08-15 Daniel StenbergDavid James made it build 7.8.1 pre 5
2001-08-14 Daniel StenbergCURL_GLOBAL_WIN32 updates
2001-08-14 Daniel Stenberg"added in 7.8.1"
2001-08-14 Daniel Stenberggeez, I'd ruined Nico's socklen_t define, corrected...
2001-08-14 Daniel StenbergNico's updates
2001-08-14 Daniel Stenbergredirected stderr problem fixed, VC build with SSL...
2001-08-14 Daniel Stenbergexchanged the second and third argument to fwrite(...
2001-08-14 Daniel Stenberg#include <curl/mprintf.h>
2001-08-14 Daniel Stenbergcurl_memdebug takes a const argument now
2001-08-14 Daniel Stenberg(un)signed and const cleanup
2001-08-14 Daniel Stenberg--enable-debug now sets the following CFLAGS:
2001-08-14 Daniel Stenbergminor fixes for compiler warnings
2001-08-14 Daniel StenbergCurl_open() only take one argument now,
2001-08-14 Daniel Stenbergconst and (un)signed fixes
2001-08-14 Daniel Stenbergconst and unsigned/signed fixes
2001-08-14 Daniel Stenbergremoved the use of the global array for the password...
2001-08-14 Daniel Stenbergsize_t and const
2001-08-14 Daniel Stenbergcleaned up some of the size_t and const mess
2001-08-14 Daniel Stenbergremoved unused code, added const
2001-08-14 Daniel Stenbergcleaned up some picky compiler warnings and indented...
2001-08-14 Daniel Stenbergadded const char * => char * typecast
2001-08-14 Daniel Stenbergconst-ified lots of function arguments
2001-08-14 Daniel Stenbergconst-ified the code, removed Curl_ldap_done()
2001-08-14 Daniel Stenbergfixed picky compiler warnings, unused arguments, const...
2001-08-14 Daniel StenbergCurl_httpchunk_read now takes size_t size arguments...
next