platform/upstream/curl.git
2004-03-31 Daniel Stenbergissue 30, digest re-negotiate works now!
2004-03-31 Daniel Stenbergrecent changes
2004-03-31 Daniel Stenbergupdates and David Byron's spellfix
2004-03-31 Daniel StenbergRoy Shan fixed a case that prevented ares name resolve...
2004-03-31 Daniel Stenbergwe're working on 7.11.2-CVS right now
2004-03-31 Daniel StenbergHAVE_NI_WITHSCOPEID spelled right!
2004-03-31 Daniel StenbergRemove the elapsed time from the most recent select...
2004-03-31 Daniel StenbergThe asynch name resolve methods now all use CURL_TIMEOU...
2004-03-31 Daniel StenbergDirk Manske found out the Curl_wait_for_resolv() timed...
2004-03-31 Daniel Stenbergadded swsbounce
2004-03-31 Daniel Stenbergadded include to fix warning
2004-03-31 Daniel Stenberg* Fixed a memory leak when doing repeated re-negotiations.
2004-03-31 Daniel Stenbergtest 153 tests Digest authorization and stale=true...
2004-03-31 Daniel StenbergAdded "swsbounce" magic: if this keyword is present...
2004-03-31 Daniel StenbergMoved the NI_WITHSCOPEID magic #ifdef to the top of...
2004-03-31 Daniel StenbergFixed how the user name is extracted from http_proxy...
2004-03-31 Daniel StenbergAndrés García fixed a warning in the ioctlsocket()...
2004-03-31 Daniel Stenbergmodified the NI_WITHSCOPEID to use an AF_INET6 socket...
2004-03-31 Daniel StenbergCURLDIGEST_BADALGO is a new return code from the digest...
2004-03-31 Daniel StenbergDominick Meglio fixed a missing comma
2004-03-30 Daniel Stenbergone issue less
2004-03-30 Daniel Stenbergtypecast setsockopt()'s 4th argument to void * to make...
2004-03-30 Daniel Stenbergadjusted to the new dns cache function to hide more...
2004-03-30 Daniel StenbergLots of comments added an clarified. Added timeout...
2004-03-30 Daniel Stenbergadded stale boolean to the digest struct
2004-03-30 Daniel Stenbergfirst attempt to support stale=true
2004-03-30 Daniel StenbergAdded CURL_CHECK_NI_WITHSCOPEID that checks if NI_WITHS...
2004-03-30 Daniel StenbergDominick Meglio's new ares_expand_string() function
2004-03-30 Daniel Stenbergwhen checking the automake version, cut off trailing...
2004-03-30 Daniel Stenbergif 0'ed out a code section that uses __FUNCTION__ etc...
2004-03-30 Daniel Stenberginit the dns pointer to NULL for clarity
2004-03-30 Daniel Stenbergadded more comments for what the functions return
2004-03-30 Daniel Stenbergmention the fact that you can append a new CA cert...
2004-03-30 Daniel StenbergDavid Byron's patch was appplied to make CURLOPT_FAILON...
2004-03-30 Daniel StenbergDavid Byron's new test cases for the --fail and auth...
2004-03-30 Daniel StenbergDavid Byron made CURLOPT_FAILONERROR work with authenti...
2004-03-30 Daniel Stenberg'authdone' was added to the sessionhandle and thus...
2004-03-30 Daniel StenbergDavid Byron added 'authdone' to the SessionHandle.
2004-03-29 Daniel Stenbergthese are now in the packages/vms dir
2004-03-29 Daniel StenbergThe select() timeout is better not static since some...
2004-03-29 Daniel Stenbergissue 24 is fixed by making sure the time fields use...
2004-03-29 Daniel Stenbergseveral noticable recent changes
2004-03-29 Daniel Stenbergchanges changes changes
2004-03-29 Daniel StenbergAll test targets now run 'make all' before they prcoeed...
2004-03-29 Daniel StenbergGisle Vanem's djgpp/MS-DOS updates
2004-03-29 Daniel Stenbergfix to figure out the "real" windows path when built...
2004-03-29 Daniel Stenbergre-indented to use curl-standard source formatting
2004-03-29 Daniel Stenbergnetinet/tcp.h may require netinet/in.h to be include...
2004-03-28 Daniel Stenberguse the correct struct
2004-03-27 Daniel StenbergTor fixed a left-over from the ip argument to setnodelay
2004-03-26 Daniel StenbergGisle Vanem:
2004-03-26 Daniel Stenbergsome more password blurb
2004-03-26 Daniel Stenbergcheck for netinet/tcp.h precense before actually includ...
2004-03-26 Daniel Stenbergremoved the ip number from the notcpdelay function
2004-03-25 Daniel Stenbergget the version number from the new curlver.h header...
2004-03-25 Daniel Stenberglocaltime and gmtime are not thread-safe on newer AIXes...
2004-03-25 Daniel Stenbergforce recent AIX versions to check for strerror_r
2004-03-25 Daniel Stenbergonly output one line about the nodelay even if it fails
2004-03-25 Daniel Stenbergwin32 doesn't need and even doesn't build if we extern...
2004-03-25 Daniel Stenberginclude the strerror.h file without curl_ prefix
2004-03-25 Daniel Stenbergstrerror without prefix
2004-03-25 Daniel Stenbergcut off 'curl_' from the strerror file names
2004-03-25 Daniel Stenbergtcp-nodelay patch by Joe Halpin
2004-03-25 Daniel Stenbergso there are at least two different strerror_r() versio...
2004-03-25 Daniel StenbergTor Arntsen fixed how this is invoked
2004-03-25 Daniel Stenbergstrerror_r() detection changes:
2004-03-25 Daniel Stenbergdetect daily snapshots using the new path for this...
2004-03-25 Daniel Stenbergmake clean now removes *dist files too that might be...
2004-03-25 Daniel Stenberginvoke this script via env, as it is more likely to...
2004-03-25 Daniel Stenbergadded curl_strerror to the build
2004-03-25 Daniel Stenbergextern declare the sys_nerr variable. Required on Solar...
2004-03-25 Daniel StenbergAlways include setup.h as the first header file.
2004-03-24 Daniel StenbergAdded protos for the upcoming curl_*_strerror() functions
2004-03-24 Daniel Stenbergmissed the new header file
2004-03-24 Daniel StenbergGisle Vanem's fix to replace the bad use of strerror...
2004-03-24 Daniel Stenbergnew header file - for Curl_strerror()
2004-03-24 Daniel Stenbergbetter comments, added some more variable types we...
2004-03-24 Daniel StenbergTor Arntsen's major ispell patch
2004-03-24 Daniel StenbergTor Arntsen's mkdir-fix to make this run with perl...
2004-03-24 Daniel StenbergAvoid doing chdir .., as it breaks the ability to use...
2004-03-24 Daniel Stenbergadded check for strerror_r()
2004-03-24 Daniel Stenberginclude curl/curlver.h instead since this only needs...
2004-03-23 Daniel Stenbergerror messages and new test script
2004-03-23 Daniel Stenbergwe are progressing
2004-03-23 Daniel Stenbergdistribute testcurl.pl too starting now
2004-03-23 Daniel StenbergGreg Hewgill's version of testcurl.sh rewritten in...
2004-03-23 Daniel Stenbergkeep current_speed as an curl_off_t for better precisio...
2004-03-23 Daniel Stenbergswitch() on the right variable!
2004-03-23 Daniel Stenbergcurl_strequal() returns int, keep return variables...
2004-03-23 Daniel Stenbergmake the variables that hold the result of strlen(...
2004-03-23 Daniel Stenbergstricter variable type usage
2004-03-23 Daniel Stenbergvariable type usage cleanup to please picky compilers
2004-03-23 Daniel Stenbergget strlen() results in a size_t, delete 'register'
2004-03-23 Daniel Stenbergmade time2str() use longs internally instead to prevent...
2004-03-23 Daniel Stenbergadded explicit typecasts to prevent compiler warnings...
2004-03-23 Daniel StenbergIf localbind fails, provide a more portable error message.
2004-03-23 Daniel Stenbergminor update by Kevin
2004-03-23 Daniel Stenbergsrc/version.h was not properly made!
2004-03-23 Daniel Stenbergprogress meter fix, CURLINFO_CONTENT_LENGTH_DOWNLOAD...
2004-03-23 Daniel Stenbergit actually fits to make a NNNd NNh display so this...
next