platform/upstream/curl.git
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...
2001-08-14 Daniel Stenbergmade some char * into const char * and I removed the...
2001-08-14 Daniel Stenbergadded const to the prompt char * in the proto
2001-08-14 Daniel Stenbergadded typecast when converting const char * to char *
2001-08-14 Daniel Stenbergadded const to the function protos
2001-08-14 Daniel StenbergCurl_ftpsendf's third argument is now a const char *
2001-08-14 Daniel Stenbergcorrected the size_t weirdness. Expect size_t to be...
2001-08-14 Daniel Stenbergadded a few consts and a few typecasts to please picky...
2001-08-14 Daniel Stenbergsize_t => ssize_t, removed the special VMS fix for...
2001-08-14 Daniel Stenbergadded typecasts when converting from unsigned int to int
2001-08-14 Daniel StenbergAdded an empty win32_cleanup for non-windows systems...
2001-08-14 Daniel Stenbergremoved the *done() function as it served no purpose...
2001-08-14 Daniel Stenbergcommented out empty else blocks to shut up pedantic...
2001-08-14 Daniel StenbergAdded 'const' to the string arrays
2001-08-14 Daniel Stenbergcorrected dubious use of the same variable twice in...
2001-08-13 Daniel Stenbergcurl_formparse() should no longer have any size-limit...
2001-08-10 Daniel Stenbergcorrected minor source indentation error
2001-08-10 Daniel Stenbergmoved the download/upload speed calculations, to be...
2001-08-09 smFixed bugs for building debug and SSL lib in VC makefile
2001-08-09 Daniel StenbergAdded CURLOPT_HTTPGET and CURLOPT_SSL_VERIFYHOST, added...
2001-08-09 Daniel Stenbergnon-blocking connect please
2001-08-09 Daniel Stenbergstrip off user-agent before checking protocol
2001-08-09 Daniel StenbergThe redirected error stream was closed before curl_easy...
2001-08-09 Daniel Stenbergremovied $Id:$ again, this is treated as a binary file...
2001-08-09 Daniel StenbergAdded $Id:$ to the header
2001-08-09 Daniel StenbergAdded $Id:$ string for file version in the header
2001-08-08 Daniel Stenbergwhen a test expects an error code but gets a different...
2001-08-08 Daniel StenbergNico's notes about porting to VMS
2001-08-08 Daniel Stenbergtest cases, verifyhost, curl -E
2001-08-08 Daniel Stenbergadded unfortunate but necessary special-purpose files...
2001-08-08 Daniel StenbergThe file name given to -E can now contain drive letters...
2001-08-08 Daniel Stenbergcredit where credit is due, added a bunch of recent...
2001-08-08 Daniel StenbergPatrick Bihan-Faou introduced CURLOPT_SSL_VERIFYHOST...
2001-08-08 Daniel StenbergPatrick Bihan-Faou's verifyhost addition
2001-08-08 Daniel Stenbergconfig.h file for RISC OS compiles
2001-08-08 Daniel Stenbergscript to build curl on VMS
2001-08-07 Daniel Stenbergreplacing FILE * with common file descriptors?
2001-08-07 Daniel Stenberglanguage correction
2001-08-07 Daniel Stenbergadded Rick Jones's more polite wording of 1.7, makes...
2001-08-07 Daniel Stenbergnine new test cases
2001-08-07 Daniel Stenbergadded "1.7 What about CURL from curl.com?"
2001-08-07 Daniel Stenbergtest 202 - two file:// URLs in one command line
2001-08-07 Daniel Stenbergadded test 201, file:// with missing file
2001-08-06 Daniel StenbergVMS fixes, file:// changes, curl-config --libs patch
2001-08-06 Daniel StenbergHeikki Korpela posted a patch that makes --libs include...
2001-08-06 Daniel StenbergNico's VMS fixes added
next