platform/upstream/curl.git
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...
2004-04-01 Daniel StenbergWhen ares is enabled, we now check for the ares_cancel...
2004-04-01 Daniel StenbergDirk Manske's fix that makes sure we cancel the ares...
2004-04-01 Daniel StenbergDirk Manske's ares_cancel() function was added.
2004-04-01 Daniel Stenbergedited slightly, point out our new mailinglist
2004-04-01 Daniel Stenbergremind us about cvs tagging when we've built a release...
2004-04-01 Daniel Stenbergremoved my previously attempted fix for ares timeouts...
2004-04-01 Daniel StenbergApplied Joe Halpin's bugfixes to the NI_WITHSCOPEID...
2004-04-01 Daniel StenbergDominick Meglio man page fixes
2004-03-31 Daniel StenbergUse the new HAVE_NI_WITHSCOPEID define instead of merel...
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...
next