platform/upstream/curl.git
2004-03-08 Daniel Stenbergvariable type fixes
2004-03-08 Daniel StenbergMoved the error message buffer into the glob struct...
2004-03-08 Daniel StenbergCommented the Curl_read() arguments.
2004-03-08 Daniel Stenbergsize_t/int fix
2004-03-08 Daniel Stenbergstrlen() returns size_t
2004-03-08 Daniel Stenbergwe ignore the ICC warning 1419 as well
2004-03-08 Daniel Stenbergwaitconnect() takes the timeout argument as a long
2004-03-08 Daniel Stenbergstore size as size_t
2004-03-08 Daniel Stenbergdon't use 'register'
2004-03-08 Daniel Stenbergsize_t/int/long fixes
2004-03-08 Daniel Stenbergwe must not only support long long for Largefile to...
2004-03-05 Daniel Stenbergissue 12 fixed, the final known outstanding issue to...
2004-03-05 Daniel Stenbergissue 12 fix
2004-03-05 Daniel Stenberganother include to prevent warnings
2004-03-05 Daniel Stenbergtwo fixes, one new mirror
2004-03-05 Daniel Stenbergclonk
2004-03-05 Daniel Stenbergmore fixing to make the progress/getinfo stuff to work...
2004-03-05 Daniel Stenbergclearly tell that these are ftp response timeouts
2004-03-05 Daniel StenbergMajor rewrite of the test HTTP server to allow more...
2004-03-05 Daniel Stenberg'make clean' should only remove the generated html...
2004-03-05 Daniel Stenbergmention the D binding
2004-03-05 Daniel StenbergMultiple updates, most of them being proper formatting...
2004-03-04 Daniel Stenbergissue 12 fix is pending and is working in devel
2004-03-04 Daniel StenbergWhen following to a new URL, we must make sure to call...
2004-03-04 Daniel StenbergAndrés García's patch to prevent warnings while compili...
2004-03-04 Daniel Stenberguse size_t for the data, but keep the protos use ssize_...
2004-03-04 Daniel Stenberginclude the proper header file too
2004-03-04 Daniel Stenbergfix progress data to be updated properly for file:...
2004-03-04 Daniel Stenbergprevent harmless compiler warning
2004-03-04 Daniel StenbergDavid Byron's version resource fix
2004-03-04 Daniel Stenbergnew "version resource" file for windows builds
2004-03-03 Daniel Stenbergshow curl --version output as well
2004-03-03 Daniel Stenberglargefile bit for the version_info and now winsock...
2004-03-03 Daniel StenbergDavid Byron's work on making libcurl only require winso...
2004-03-03 Daniel Stenbergthree days of changes
2004-03-03 Daniel Stenbergmore variable type cleanups
2004-03-03 Daniel Stenbergour timeout values are longs while 'tv_sec' is int
2004-03-03 Daniel Stenbergmake the backup variable of the same kind as the data...
2004-03-03 Daniel Stenbergsome more size_t usage, and two added typecasts when...
2004-03-03 Daniel Stenbergtv_sec is an int, so we explicitly typecast the result...
2004-03-03 Daniel Stenbergattempted typecase to silence the MIPSpro warning:
2004-03-03 Daniel Stenberg#ifdef #define #undef circus to prevent compiler warnin...
2004-03-03 Daniel Stenbergremoved include stuff now handled by test.h
2004-03-03 Daniel StenbergWe let this file include more generic headers that...
2004-03-03 Daniel StenbergTom Bates' adjustment to build on his nsr-tandem-nsk.
2004-03-03 Daniel Stenbergrename struct FILE to FILEPROTO, to prevent it from...
2004-03-03 Daniel StenbergDan Fandrich fixed some GSS detection flaws
2004-03-02 Daniel Stenbergcorrected the reuse_fresh condition
2004-03-02 Daniel Stenberglarge file in jan 2004
2004-03-02 Daniel Stenbergvarious updates
2004-03-02 Daniel Stenbergtwo items fixed, one so old I don't think its valid...
2004-03-02 Daniel Stenbergdisplay src/config.h as well after configure as run
2004-03-02 Daniel StenbergYet another curl_off_t printf format attempt, we now...
2004-03-02 Daniel StenbergDefine CURL_NO_OLDIES to prevent us from getting obsole...
2004-03-02 Daniel StenbergCURLOPT_MUTE is obsolete since a long while, we don...
2004-03-02 Daniel Stenbergclean the html and pdf files
2004-03-02 Daniel Stenberguse FORMAT_OFF_T instead of CURL_FORMAT_OFF_T to reduce...
2004-03-02 Daniel Stenberg- we switch to simply use FORMAT_OFF_T internally
2004-03-01 Daniel Stenbergthe CURLOPT_FRESH_CONNECT fix
2004-03-01 Daniel Stenberga fair day's work!
2004-03-01 Daniel StenbergUse CURL_FORMAT_OFF_T for printf()inf curl_off_t variables.
2004-03-01 Daniel StenbergNow uses CURL_FORMAT_OFF_T instead of %Od
2004-03-01 Daniel Stenberglarge_file is a new feature we can require for a specif...
2004-03-01 Daniel Stenbergsupport 'large_file' as a feature to require for specif...
2004-03-01 Daniel Stenbergcheck for CURL_VERSION_LARGEFILE in the feature bitmask
2004-03-01 Daniel Stenbergset CURL_VERSION_LARGEFILE if we support large files
2004-03-01 Daniel Stenbergdefine ENABLE_64BIT if we have enabled 64bit large...
2004-03-01 Daniel Stenbergfixed the test code to work
2004-03-01 Daniel Stenberg* Added CURL_VERSION_LARGEFILE
2004-03-01 Daniel Stenbergadded test 99, very basic initial large file test
2004-03-01 Daniel Stenbergglobal dns cache is not nice, we consider it obsolete...
2004-03-01 Daniel StenbergIgnore the dreaded aclocal warnings on underquoted...
2004-03-01 Daniel StenbergPerhaps -Wundef is better on gcc versions after 2.95...
2004-03-01 Daniel StenbergWhen setting aggressive pedantic compiler options,...
2004-03-01 Daniel Stenbergremoved an unnecessary shift and splut up som weird...
2004-03-01 Daniel StenbergUse the z-option to printf %d for size_t printf. z...
2004-03-01 Daniel StenbergSupport 'z' for size_t-sized integer printing, as in...
2004-03-01 Daniel StenbergOnly consider the fresh-connection option on the first...
2004-03-01 Daniel StenbergMoved two 7.11.2 issues over to the more general TODO...
2004-03-01 Daniel Stenbergminor spellfix
2004-03-01 Daniel Stenbergintend the top-level blurb to make it easier to discard...
2004-03-01 Daniel StenbergTor and David
2004-03-01 Daniel Stenbergmention how to make a curl handle use the share
2004-03-01 Daniel StenbergOnly attempt to send the FTP QUIT command if we actuall...
2004-03-01 Daniel Stenbergin Curl_disonnect(): call the protocol-specific disconn...
2004-03-01 Daniel StenbergReport the correct size when 'verifiedserver' is requested.
2004-02-29 Daniel StenbergDirk Manske fixed the attempt to install the removed...
2004-02-27 Daniel Stenbergusing roffit 0.6 we can get <a href> links with the...
2004-02-27 Daniel Stenbergformatting update to produce better links with the...
2004-02-27 Daniel Stenbergelaborate on the URL option
2004-02-27 Daniel Stenbergminor size_t fix to kill a warning
2004-02-27 Daniel Stenbergfixed some more size_t/int/long warnings and removed...
2004-02-27 Daniel StenbergMark obsolete options with OSBOLETE in a comment on...
2004-02-27 Daniel Stenbergispell by Tor Arntsen
2004-02-27 Daniel Stenbergupdated the debug option function from curl's acinclude.m4
2004-02-27 Daniel Stenbergremove the number of obsolete options
2004-02-27 Daniel StenbergAdded a few options that were still not documented...
2004-02-27 Daniel Stenbergupdated with recent events
2004-02-27 Daniel Stenbergissue 21 is now history
2004-02-27 Daniel StenbergJoe Halpin made the FTP code send 'QUIT' on the control...
next