curl
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 c-ares-1_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
2004-04-11 Daniel Stenbergwhen checked out from CVS, run this to generate the...
2004-04-09 Daniel StenbergDirk Manske increased the resolution for what the CURLI...
2004-04-08 Daniel Stenbergwe're working on 1.2.0 now
2004-04-07 Daniel Stenbergadded test 159, use --ntlm together with -0
2004-04-07 Daniel Stenberggetting only a 100 Continue response and nothing else...
2004-04-07 Daniel Stenberg--limit-rate using -d or -F does not work
2004-04-07 Daniel Stenbergrenamed the strtoofft() macro to curlx_strtoofft()...
2004-04-07 Daniel StenbergUse curl_off_t for the limit rate values to support...
2004-04-06 Daniel Stenbergmention getting windows builds to work after rearrangements
2004-04-06 Daniel StenbergMoved long-standing issues over from TODO-RELEASE to...
2004-04-06 Daniel Stenbergthe memory leak on windows have been addressed
2004-04-06 Daniel Stenbergrequire ssl since ntlm needs it
2004-04-06 Daniel StenbergNew authentication code added, particularly noticable...
2004-04-06 Daniel Stenbergmention the man page updates from the other day
2004-04-06 Daniel Stenbergthe pack_hostent() proto isn't used/needed with ipv6...
2004-04-06 Daniel StenbergGisle Vanem's fix for bug item #927979 reported by...
2004-04-06 Daniel StenbergAdded the curl source header and changed some comments
2004-04-06 Daniel Stenbergimproved --limit-rate functionality, partly by the...
2004-04-06 Daniel StenbergGisle Vanem caught me breaking the windows version...
2004-04-06 Daniel Stenbergprovide these functions as curlx_* ones as this enables...
2004-04-06 Daniel Stenbergup-to-date with reality
2004-04-06 Daniel Stenbergadded HAVE_GETTIMEOFDAY, we need it for better time...
2004-04-06 Daniel Stenbergtypecasts to please picky compilers checking the printf...
2004-04-06 Daniel Stenbergone change, three bugs, one credit
2004-04-06 Daniel Stenbergthe last couple of days
2004-04-06 Daniel Stenbergtwo issues to fix before 7.11.2, one issue to fix befor...
2004-04-06 Daniel Stenbergremove the general use of sys_nerr
2004-04-05 Daniel Stenberggenerated files, no need to keep in CVS
2004-04-02 Daniel Stenbergprepend the man3 dir to the file name to work better.
2004-04-02 Daniel Stenbergedits, mainly to make the generated html output nicer
2004-04-02 Daniel Stenbergminor edits
2004-04-02 Daniel StenbergDirk Manske's feedback:
2004-04-02 Daniel StenbergAndrés García's updated mingw makefiles
2004-04-02 Daniel Stenbergif select returns -1, bail out of the loop
2004-04-01 Daniel StenbergOnly check that the c-ares lib is valid if we don't...
next