platform/upstream/curl.git
2002-01-18 Daniel Stenbergupdated to 2002 status ;-)
2002-01-18 Daniel Stenbergcut off a big piece of comment and added a pointer...
2002-01-18 Daniel Stenbergcommented out the 'long long' and 'long double' checks...
2002-01-18 Daniel StenbergI wish I could type. Anyway, this proved it is a good...
2002-01-18 Daniel Stenbergadded typecast for a malloc() return, and added check...
2002-01-18 Daniel StenbergAdded #include <errno.h>
2002-01-18 Daniel StenbergAndrés García patched. It now checks for EWOULDBLOCK...
2002-01-18 Daniel Stenbergpatched by Andrés García
2002-01-17 Daniel Stenberg7.9.3-pre3
2002-01-17 Daniel Stenbergcorrect ssl version, fixed ssl writes, solved time...
2002-01-17 Daniel Stenbergmore text added
2002-01-17 Daniel Stenbergadded a comment about this example only works with...
2002-01-17 Daniel StenbergRichard Archer made it compile and build with OpenSSL...
2002-01-17 Daniel Stenberginclude our own sprintf() prototype to make it return...
2002-01-17 Sterling HughesGet this working, still need to check for leaks and...
2002-01-17 Sterling HughesMake the keys for hostcache entries be in the format::
2002-01-17 Daniel Stenbergfilled-in text in the "Building" chapter and added...
2002-01-16 Daniel StenbergSSL writes passed back a silly length...
2002-01-16 Daniel Stenbergfixed time-out returned without error text set
2002-01-16 Daniel StenbergKevin Roth's SSLeay() patch, slight edited by me. Works...
2002-01-16 Daniel Stenberg7.9.3-pre2
2002-01-16 Daniel Stenberg--cc and working non-blocking sockets uploads
2002-01-16 Daniel Stenberg- shrunk the BUFSIZE define from 50K to 20K
2002-01-16 Daniel Stenbergmodified to deal with the new non-blocking versions...
2002-01-16 Daniel StenbergCurl_write's 5th argument now is signed
2002-01-16 Daniel StenbergCurl_read() and Curl_write() are both now adjusted...
2002-01-16 Daniel StenbergCurl_write() now takes a different 5th argument
2002-01-16 Daniel StenbergSomewhat ugly fix to deal with non-blocking sockets...
2002-01-16 Daniel StenbergSomewhat ugly fix to deal with non-blocking sockets...
2002-01-16 Daniel Stenbergadded support for --cc to output the compiler name...
2002-01-16 Daniel Stenbergadded a somewhat cool single-line command that builds...
2002-01-15 Daniel Stenberginitial attempt to write a tutorial-like libcurl guide
2002-01-14 Daniel Stenbergfixed non-blocking reads, fixed ssl sessions, in_addr_t...
2002-01-14 Daniel StenbergCurl_read() now returns a negative return code if EWOUL...
2002-01-14 Daniel Stenberga memory leak when name lookup failed is now removed
2002-01-14 Daniel StenbergStoned Elipot's patch for the in_addr_t test
2002-01-14 Sterling HughesRemove erreaneous include, setup.h is included one...
2002-01-13 Daniel StenbergGötz Babin-Ebell updated with some new 7.9.3 features
2002-01-13 Daniel StenbergGötz Babin-Ebell provided some documantation for the...
2002-01-10 Daniel Stenbergadded http-post.c
2002-01-10 Daniel Stenbergslightly extended to mention that -v and -i are good...
2002-01-09 Daniel Stenbergbad comment begone
2002-01-09 Daniel Stenbergcut off argc and argv as well
2002-01-09 Daniel StenbergCleaned up this example to make it even simpler.
2002-01-09 Daniel StenbergCris Bailiff found out that when the SSL session cache...
2002-01-08 Daniel StenbergDavid Bentham's updated QNX notification
2002-01-08 Daniel Stenbergadded a missing failf() before returning an error code
2002-01-08 Daniel Stenbergthis seems to correct the SSL reading problem introduce...
2002-01-08 Daniel StenbergI made the write callback create the file the first...
2002-01-08 Daniel Stenbergtest case 38 added a few new requirements
2002-01-08 Daniel Stenbergupdated
2002-01-08 Daniel Stenbergadded some tracability
2002-01-08 Daniel Stenbergtest case 38, try a HTTP download resume without the...
2002-01-08 Daniel Stenberganother example source added
2002-01-08 Daniel Stenberg7.9.3 pre-release commit
2002-01-08 Daniel Stenbergnon-blocking sockets, DNS caching updated, cookies...
2002-01-08 Daniel Stenbergadded two typecasts to prevent compiler (gcc3) warnings
2002-01-08 Sterling Hughes1) the dns_cache_timeout should be an integer, not...
2002-01-08 Sterling HughesAdd support for DNS cache timeouts via the CURLOPT_DNS_...
2002-01-07 Daniel StenbergAs identified in bug report #495290, the last "name...
2002-01-07 Daniel Stenbergthe bool typedef is now made unsigned, to make sure...
2002-01-07 Daniel Stenbergremoved silly check for >=0 of a supposedly unsigned...
2002-01-07 Sterling HughesProbably not necessary, but good practice.
2002-01-07 Sterling HughesMake cach'ing work with threads now, there are now...
2002-01-07 Daniel StenbergModified to use non-blocking sockets all the time.
2002-01-07 Daniel StenbergVC++ makefile, HTTP 204, cookie fix, non-blocking socke...
2002-01-07 Daniel Stenbergadded proper breaks in the switch()
2002-01-07 Daniel StenbergAdded David Bentham's notes about QNX and FD_SETSIZE
2002-01-07 Daniel StenbergHTTP response 204 should be treated similar to 304...
2002-01-07 Daniel Stenbergadded precautions to not go insane when two matching...
2002-01-04 smAdd hash and llist to VC dsp file
2002-01-04 smAdd hash and llist to VC makefile
2002-01-04 Daniel Stenberg-l lists all tests
2002-01-04 Daniel StenbergThe former -c is "-C -" these days
2002-01-04 Daniel Stenbergdns cache, ftp response read, 64bit fixes, printf repla...
2002-01-04 Daniel Stenbergreplaced printf() => Curl_sendf()
2002-01-04 Daniel Stenbergremoved a commented line
2002-01-04 Daniel Stenbergfixed an inet_ntoa() occurance to use inet_ntoa_r(...
2002-01-04 Daniel Stenbergan unconditional occurance of inet_ntoa() now uses...
2002-01-04 Daniel Stenberg#include the local "inet_ntoa_r.h" file if no proto...
2002-01-04 Daniel StenbergThe buffer in ftp_pasv_verbose(), used for gethostbyadd...
2002-01-04 Daniel StenbergThe FTP response lines are now passed to the function...
2002-01-03 Daniel Stenbergmulti stuff from the multi-dev branch
2002-01-03 Daniel Stenbergmulti interface example/test sources from the multi...
2002-01-03 Daniel Stenbergmerged the multi-dev branch back into MAIN again
2002-01-03 Daniel StenbergSterling Hughes' provided initial DNS cache source...
2002-01-03 Daniel Stenbergminor changes
2002-01-03 Daniel Stenbergadded required software and Guido Neitzer's Mac OS...
2002-01-03 Daniel Stenbergadded a little percentage for "ok coverage"
2002-01-03 Daniel StenbergChanged how -I/--head works when --include is also...
2002-01-03 Daniel StenbergPhilip Gladstone's fixes
2002-01-03 Daniel Stenbergpass an 'int' as the third argument to bind()
2002-01-02 Daniel StenbergPhilip Gladstone's 64-bit sparc native compiler compati...
2001-12-21 Daniel Stenbergthe changes from 1999 is now in CHANGES.1999
2001-12-21 Daniel Stenbergmoved the changes from 1999 into its own file
2001-12-21 Daniel Stenbergrewrote 3.9 to be more generic with more languages:
2001-12-21 Daniel Stenbergspell
2001-12-21 Daniel Stenbergrecent fixes
2001-12-20 Daniel Stenberg*cool* fix by Björn Stenberg, makes proxy transfers...
2001-12-20 Daniel StenbergIf nobody is set we won't download any FTP file. If...
next