platform/upstream/curl.git
2004-04-26 Daniel Stenbergremoved assignment of variable never used
2004-04-26 Daniel StenbergTor Arntsen fixed a 'Statement not reachable'-warning
2004-04-26 Daniel StenbergKim Karlsson pointed out that error 57 was wrongly...
2004-04-26 Daniel StenbergTommyTam made a patch to handle stdin redirection for...
2004-04-26 Daniel Stenbergsome fixed, one removed, edited some. 7.12.0 in progress.
2004-04-26 Daniel Stenbergthe recent commits explained
2004-04-26 Daniel StenbergMajor hostip.c cleanup and split into multiple files...
2004-04-26 Daniel Stenbergsupports showing "IDN" as a libcurl feature, now output...
2004-04-26 Daniel Stenbergadded libidn awareness
2004-04-26 Daniel Stenbergadded many comments
2004-04-26 Daniel Stenbergmajor update of the error strings
2004-04-26 Daniel Stenbergadded comments
2004-04-26 Daniel Stenbergadded function headers and comments
2004-04-26 Daniel Stenberg--with-libidn[=PATH] is now supported
2004-04-26 Daniel Stenbergthe next release is planned to become 7.12.0
2004-04-26 Daniel Stenbergstart all over again
2004-04-26 Daniel Stenberg7.11.2 coming today
2004-04-25 Daniel Stenbergupdated the warning text when SSL is explicitly disabled
2004-04-25 Daniel StenbergUSE_MANUAL is now defined by default
2004-04-25 Daniel Stenbergmoved older changes to the CHANGES.2003 file
2004-04-25 Daniel Stenbergdisable-manual
2004-04-25 Daniel Stenbergmake the generated hugehelp.c file use the USE_MANUAL...
2004-04-24 Daniel Stenbergtest164 HTTP range with multiple ranges
2004-04-23 Daniel Stenbergremoved a memory leak when doing a windows threaded...
2004-04-23 Daniel Stenberg Gisle Vanem found and fixed a memory leak when doing...
2004-04-23 Daniel Stenbergonly a minor comment/format change
2004-04-23 Daniel StenbergReplaced Curl_FormReadOneLine with Curl_formpostheader...
2004-04-23 Daniel Stenberg o --proxy-ntlm now checks if libcurl supports NTLM...
2004-04-23 Daniel Stenberg--proxy-ntlm fix and test case 163
2004-04-23 Daniel StenbergMade --proxy-ntlm check if the underlying library actua...
2004-04-23 Daniel Stenbergminor format fix
2004-04-23 Daniel Stenbergadded test 163 - a simple test case that use -F field...
2004-04-23 Daniel StenbergNo longer uses the valgrind option '--logfile-fd',...
2004-04-23 Daniel Stenbergdefine the obsolete options to different values to...
2004-04-23 Daniel Stenbergrequire SSL as otherwise NTLM doesn't work!
2004-04-22 Daniel Stenbergmissing brace
2004-04-22 Daniel Stenbergallow newlines in the contents when doing -F "var=...
2004-04-22 Daniel Stenberg- David Byron found and fixed a small bug with the...
2004-04-22 Daniel Stenbergallow newlines in the contents when doing -F "var=...
2004-04-22 Daniel Stenbergremoved Curl_ftp_quit() as it was turned into a static...
2004-04-22 Daniel StenbergIf a transfer is found out to be only partial, libcurl...
2004-04-22 Daniel StenbergIf only a partial file was transfered, we consider...
2004-04-22 Daniel StenbergAdded comments
2004-04-22 Daniel Stenbergmodified how valgrind is run to make sure that file...
2004-04-22 Daniel Stenbergdanish mirror
2004-04-21 Daniel StenbergGisle's items
2004-04-21 Daniel Stenberginclude unistd.h as well for the close() proto on some...
2004-04-21 Daniel Stenbergtypecast the tolower() argument to an int to prevent...
2004-04-21 Daniel Stenbergtypecast tolower/toupper arguments to int to make picky...
2004-04-21 Daniel Stenbergtest case 160 "should work" now
2004-04-21 Daniel StenbergFix the "lingering close" problem when re-using a conne...
2004-04-21 Daniel Stenbergincrease the headerbytecount for incoming "headers"
2004-04-21 Daniel Stenberglog the WAIT command
2004-04-20 Daniel Stenbergcleanup leftovers
2004-04-20 Daniel Stenbergtest160 - for a more controlled testing of the case...
2004-04-20 Daniel StenbergCleaned up hostname/name/gname and path/ppath confusion...
2004-04-20 Daniel Stenbergnew mirror and one that changed domain
2004-04-20 Daniel Stenbergmake the first response get a "connection: close" heade...
2004-04-19 Daniel Stenbergchanged the logging to work when the logfile is removed...
2004-04-19 Daniel StenbergMake the server include "Connection: close" in the...
2004-04-19 Daniel StenbergGisle Vanem corrected a mistake in a recent progress fix
2004-04-17 Daniel StenbergGisle Vanem: patches to make sws.c compile under MingW...
2004-04-17 Daniel StenbergGisle made a failed connect output the reason for it
2004-04-17 Daniel StenbergNDEBUG should not be defined when CURLDEBUG is
2004-04-16 Daniel Stenbergadding issue 36 to be fixed before release
2004-04-16 Daniel Stenbergdon't display the . and .. files when dumping the log...
2004-04-16 Daniel Stenbergremade the logging function to better deal with removed...
2004-04-15 Daniel Stenbergissue 31 - fix windows multi interface is now corrected
2004-04-15 Daniel Stenbergclarified that select() timeouts should always remain...
2004-04-15 Daniel Stenbergmy test suite edits
2004-04-15 Daniel Stenbergchange the log format to look similar to sws
2004-04-15 Daniel Stenbergclean the log directory between each single test, so...
2004-04-15 Daniel Stenbergftp->dirs[] is no longer terminated with a zero entry...
2004-04-15 Daniel Stenbergremoved the fixed dir depth limit in the FTP code
2004-04-14 Daniel Stenbergtwo ipresolve fixes
2004-04-14 Daniel Stenbergformat fix
2004-04-14 Daniel Stenbergasking for CURL_IPRESOLVE_V6 when ipv6 addresses can...
2004-04-14 Daniel StenbergGisle Vanem made the -4/-6 actually get set too
2004-04-14 Daniel StenbergCurl_wait_for_resolv() could hang due to the bad timeou...
2004-04-14 Daniel Stenbergseveral changes
2004-04-14 Daniel Stenbergdisplay interesting log files on failure, if -p is...
2004-04-14 Daniel Stenbergenable verbose as well
2004-04-14 Daniel StenbergAdded test case 511 in an attempt to repeat bug report...
2004-04-13 Daniel Stenbergminor format fix
2004-04-13 Daniel Stenbergeh, these can't be used for poll()! ;-)
2004-04-13 Daniel Stenbergadditional info
2004-04-13 Daniel StenbergGisle Vanem's fix that makes the multi interface work...
2004-04-13 Daniel Stenbergspell fixes
2004-04-13 Daniel Stenbergmore news
2004-04-13 Daniel Stenbergproper typecast to prevent compiler warning
2004-04-13 Daniel Stenbergremoved the BUGS section since it offers nothing good
2004-04-13 Daniel Stenberg1.2.0
2004-04-13 Daniel Stenbergremove an long time #defined struct member and use...
2004-04-13 Daniel StenbergMoved the 'tcp_nodelay' member to the proper 'UserDefin...
2004-04-13 Daniel Stenbergmove issue 35 (hostip.c cleanup) forward, I don't feel...
2004-04-13 Daniel Stenbergfull-test passes -p to runtests as well to get more...
2004-04-13 Daniel StenbergInitial support for dumping the contents of the files...
2004-04-12 Daniel Stenbergsomewhat safer typecasting in case sizeof(long) !=...
2004-04-11 Daniel StenbergDavid Byron's patch for MSVC builds with zlib
2004-04-11 Daniel Stenbergupdated to not include the msvc-generated files
next