platform/upstream/curl.git
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
2001-08-06 Daniel StenbergAdded curlmsg.msg to the distribution
2001-08-06 Daniel Stenbergused under VMS
2001-08-06 Daniel StenbergNico's fixes for VMS, most of these are fixes for bad...
2001-08-06 Daniel StenbergCurl_FormFree renamed to Curl_formclean, as it turns...
2001-08-06 Daniel Stenbergadjusted for VMS
2001-08-06 Daniel StenbergNico's config.h for VMS
2001-08-06 Daniel StenbergNico's VMS fixes
2001-08-06 Daniel StenbergNico's VMS adjustment
2001-08-06 Daniel StenbergVMS adjustments. The IOCTL_3_ARGS #define used now...
2001-08-06 Daniel StenbergNico Baggus made it work and compile under VMS!
2001-08-06 Daniel StenbergNico Baggus' VMS adjustments
2001-08-06 Daniel StenbergVMS #ifdefs added. several related to size_t problems...
2001-08-06 Daniel Stenbergmade this whole file #ifdef WIN32
2001-08-06 Daniel StenbergVMS #include fixes,
2001-08-06 Daniel Stenbergadjusted to the correct treatmeant of file:// URLs
2001-08-06 Daniel StenbergAdded RISC OS and OpenVMS to ported operating systems
2001-08-06 Daniel Stenberg7.8.1-pre3 commit
2001-08-06 Daniel Stenberg Jonathan Hseu noticed that you couldn't get a header...
2001-08-06 Daniel Stenbergcorrected the comment for CURLOPT_WRITEHEADER in setopt...
2001-08-05 Daniel Stenbergmany fixes mailed in during July
2001-08-05 Daniel Stenbergcurl_escape() no longer attempts to detect already...
2001-08-05 Daniel Stenberg- Sergio Ballestrero provided a patch for reading respo...
2001-08-04 Daniel Stenberg-G or similar to make -d data get into a GET
2001-08-03 Daniel Stenbergcomplete rewrite to avoid the BSD license in the previo...
2001-08-03 Daniel Stenbergclarified '-d @filename' with a tiny example
2001-08-03 Daniel Stenbergfixed the header that wrongly was the krb4-style one
2001-08-03 Daniel StenbergAndrew Francis base64 decode, my previous base64 encode...
2001-08-03 Daniel Stenbergadded CURLOPT_HTTPGET
2001-08-03 Daniel Stenberghttpreq cleanup fix
2001-08-03 Daniel Stenberghttpsserver.pl added to release archive
2001-08-02 Sterling HughesFunny, I skipped right over this before.
2001-08-02 Daniel Stenbergmanual fix, select() loop fix, progress callback fix
2001-08-02 Daniel StenbergFrank Keeney pointed out a manual mistake for certifica...
2001-08-02 Daniel Stenberg"Add an interface that enables a user to select prefere...
2001-08-02 Daniel Stenbergdon't do final newline output when using progress callback
2001-08-02 Daniel StenbergFD_ZERO() the keepfd variables properly when keepon...
2001-07-12 Sterling HughesLeftover -- add a note about this in the examples file :)
2001-07-12 Sterling HughesAdd win32 initialization support to curl_global_init...
2001-07-02 Daniel Stenbergborland makefile fix
2001-07-02 Daniel Stenbergadded more ideas that've been floating around lately
2001-07-02 Daniel Stenbergremoved the "change test suite" item, as that is alread...
next