]> git.ipfire.org Git - thirdparty/curl.git/shortlog
thirdparty/curl.git
2002-02-05  Daniel Stenberg7.9.4 curl-7_9_4
2002-02-04  Daniel Stenberg7.9.4-pre2
2002-02-03  Daniel StenbergEric Melville fixed spell mistakes on a few places
2002-02-01  Daniel StenbergAndreas Damm made getdate use gmtime_r if available
2002-01-31  Daniel StenbergAdded the recycle handles chapter
2002-01-31  Daniel Stenbergstruct HttpHeader died ages ago, corrected comments
2002-01-31  Daniel StenbergAlbert Chin:
2002-01-31  Daniel Stenberg_num_chars did wrong when called with a number that...
2002-01-31  Daniel Stenbergcorrected the docs for CURLINFO_FILETIME
2002-01-31  Daniel StenbergGiaslas Georgios provided docs for CURLINFO_CONTENT_TYPE
2002-01-30  Daniel StenbergGeorg Horn the previous SSL_read() fix, this was actual...
2002-01-30  Daniel StenbergI have too many ideas of what to mention in this docs
2002-01-30  Daniel StenbergGeorg Horn found yet another SSL reading problem caused...
2002-01-30  Daniel Stenbergbig-time alert that this doesn't work
2002-01-30  Daniel Stenbergthe interface is simply called the "C" one these days
2002-01-30  Daniel Stenbergextended the proxy chapter mucho
2002-01-30  Daniel Stenbergnow re-seed by force (even if already seeded) if a...
2002-01-29  Daniel Stenbergconn->upload_bufsize exists no more
2002-01-29  Daniel Stenbergappend a CRLF pair after the content-type line
2002-01-29  Daniel Stenbergremoved three loust fprintf()s
2002-01-29  Daniel Stenbergupload progress counter fix, removed the adjustable...
2002-01-29  Daniel Stenbergno more adjustable upload buffer size, we use non-block...
2002-01-29  Daniel Stenbergnine items since 7.9.3
2002-01-29  Daniel Stenberg- T. Bharath pointed out that we seed SSL on every...
2002-01-29  Daniel Stenbergbad tag
2002-01-29  Daniel StenbergGiaslas Georgios introduced CURLINFO_CONTENT_TYPE
2002-01-28  Daniel StenbergSteve Marx helped us realize that we shouldn't treat...
2002-01-28  Daniel Stenbergsomeone should have me punished, but this bug made...
2002-01-28  Daniel Stenbergdon't count a custom request as a request type of its...
2002-01-28  Daniel Stenbergnewly generated
2002-01-28  Daniel StenbergAndreas Damm made it reentrant safe!
2002-01-27  Daniel Stenbergno longer add CRLF _after_ POST data, it should not...
2002-01-27  Daniel Stenbergset header and request size to 0 before each *_perform()
2002-01-25  Daniel Stenbergpostit.c is removed, it used the deprecated curl_formpa...
2002-01-25  Daniel Stenbergbug report #508235 identified a non-working Location...
2002-01-24  Daniel Stenbergdon't install the example programs! :-O
2002-01-23  Daniel Stenberg7.9.3 curl-7_9_3
2002-01-23  Daniel Stenberg7.9.3 public
2002-01-23  Daniel StenbergAndrés García found out that we didn't properly stop...
2002-01-22  Daniel Stenbergmore about passwords and started about proxies
2002-01-22  Daniel Stenbergverify big files
2002-01-22  Daniel Stenbergminor edit
2002-01-21  Daniel Stenbergadded --cc description and an example
2002-01-21  Daniel Stenbergpre4
2002-01-21  Daniel StenbergHTTP POST explained
2002-01-19  Daniel Stenberg#505514, as correctly pointed out by Antonio (anton...
2002-01-18  Daniel Stenbergmingw fix, mac os x fix, long long check removed from...
2002-01-18  Daniel Stenbergnewly generated
2002-01-18  Daniel Stenbergadded more text in the 'passwords' section
2002-01-18  Daniel Stenberg satisfy gcc -Wundef
2002-01-18  Daniel Stenberg#if [undefined] => #ifdef [undefined]
2002-01-18  Daniel Stenbergplaying with more strict gcc warnings with --enable...
2002-01-18  Daniel Stenbergprevents gcc -Wcast-align from complaining
2002-01-18  Daniel Stenbergmade gcc -Wcast-align happy
2002-01-18  Daniel Stenberg#ifndef and #define magic to prevent compiler warnings...
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 curl-7_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 curl-7_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...
next