platform/upstream/curl.git
2006-05-09 Daniel StenbergRobson Braga Araujo fixed two problems in the recently...
2006-05-09 Daniel StenbergRobson Braga Araujo fixed a memory leak when you added...
2006-05-08 Daniel Stenbergcheck more return codes and skip the initial slash...
2006-05-08 Daniel Stenbergno longer uses errno but Curl_sockerrno() and now ackno...
2006-05-08 Dan FandrichStop sending retransmitted received blocks up to client
2006-05-08 Daniel StenbergFixed known bug #28. The TFTP code no longer assumes...
2006-05-07 Daniel StenbergFix GnuTLS compile warning. Risking breakage with some...
2006-05-05 Daniel StenbergCurl_https_getsock() was OpenSSL-specific and really...
2006-05-05 Daniel Stenbergget the Curl_sockerrno proto
2006-05-05 Daniel Stenbergtwo more contributors
2006-05-05 Daniel Stenbergadditional renames of Curl_ourerrno => Curl_sockerrno
2006-05-04 Daniel StenbergRoland Blom filed bug report #1481217
2006-05-04 Daniel StenbergMark Eichin submitted bug report #1480821
2006-05-03 Daniel Stenbergmoved the curl_off_t check to within the --enable-debug...
2006-05-03 Daniel StenbergNick Mathewson added the ARES_OPT_SOCK_STATE_CB option...
2006-05-02 Daniel Stenbergcurl-config got a --checkfor option
2006-05-02 Daniel StenbergMake this code use the proper pointers
2006-04-26 Gisle VanemAdded revision ID-tag.
2006-04-26 Gisle VanemFixed signed/unsigned convertion errors in Salford-C.
2006-04-26 Gisle VanemUse the HAVE_MALLOC_H and HAVE_PROCESS_H defines
2006-04-26 Gisle Vanemdjgpp has <process.h> too.
2006-04-26 Gisle VanemAdded support for Salford-C under Win32 (scc). HAVE_MAL...
2006-04-26 Gisle VanemAdded SalfordC support.
2006-04-26 Daniel Stenbergcrlf_conversions needs to be a curl_off_t for ASCII...
2006-04-26 Daniel Stenbergupdated with more error codes
2006-04-26 Daniel StenbergDavid McCreedy brought line end conversions when doing...
2006-04-25 Daniel Stenberg--ftp-method was missing in the --help output, as menti...
2006-04-25 Daniel StenbergPaul Querna fixed libcurl to better deal with deflate...
2006-04-25 Daniel Stenbergprevent signed/unsigned warnings
2006-04-24 Daniel StenbergMention my April 20 thoughts. I already changed the...
2006-04-24 Daniel Stenbergadded the hipev build
2006-04-24 Daniel Stenbergthe example that _is_ supposed to use libevent
2006-04-24 Daniel Stenbergthis example does NOT use libevent!
2006-04-21 Daniel StenbergAle Vesely fixed CURLOPT_INTERFACE when using a hostname
2006-04-21 Daniel Stenbergeach socket is used by exactly one easy handle, but...
2006-04-21 Daniel Stenbergadded SPL and XBLite
2006-04-20 Gunter Knaufremoved -fpack-struct because gcc4 seems to know its...
2006-04-19 Daniel Stenbergdetect ICC and pass on "-we 147" so that the configure...
2006-04-19 Daniel Stenbergthe new conversion stuff documented (mostly by David...
2006-04-19 Daniel StenbergCURL_VERSION_CONV is returned by curl_version_info...
2006-04-18 Daniel Stenbergmention the recent thoughts/progress I had
2006-04-18 Daniel StenbergRobson Braga Araujo provided a patch that makes libcurl...
2006-04-18 Daniel Stenbergmention Katie Wang as author of the patch
2006-04-18 Daniel Stenbergcorrected the SSL timeout, as Ates Goral's patch did...
2006-04-18 Daniel Stenbergattempt to silence the MIPSPro compiler warning
2006-04-18 Daniel Stenbergavoid a warning about declaring a variable that shadows...
2006-04-18 Daniel Stenbergthere's an curl_easy_unescape too now
2006-04-17 Gunter Knaufminor Makefile fix - let's go 2006;
2006-04-17 Gunter Knaufadded missing symbol export.
2006-04-12 Daniel Stenbergadded splay
2006-04-12 Gisle VanemAdded splay.c.
2006-04-12 Gisle VanemAdd "multiif.h" for GETSOCK_WRITESOCK() macro.
2006-04-11 Daniel Stenberg#1468330 (curl.haxx.se/bug/view.cgi?id=1468330) pointed...
2006-04-11 Daniel Stenbergadjusted to the new internal *_getsock() concept for...
2006-04-11 Daniel Stenbergadded docs and removed proto
2006-04-10 Daniel Stenbergmention recent additions
2006-04-10 Daniel Stenbergadding the new man pages to the package
2006-04-10 Daniel StenbergAtes Goral found out that if you specified both CURLOPT...
2006-04-10 Daniel StenbergFirst curl_multi_socket() commit. Should primarily...
2006-04-10 Daniel StenbergThis no longer needs the extra define!
2006-04-10 Daniel Stenbergadded README.multi_socket
2006-04-10 Daniel Stenbergstate of the multi_socket API works
2006-04-10 Daniel Stenbergcheck for fork() as well, so that we can build the...
2006-04-10 Daniel Stenbergavoid duplicate typedefs, as this type is also defined...
2006-04-10 Daniel Stenbergcurl_multi_socket() updates
2006-04-10 Daniel Stenbergif configure found a fork(), sws supports --fork which...
2006-04-10 Daniel Stenbergoutput the exit code from stunnel to stderr in case...
2006-04-10 Daniel Stenbergsupport --fork and pass that on to sws
2006-04-10 Daniel StenbergScan for 'stunnel4' before 'stunnel' since debian have...
2006-04-10 Daniel StenbergUse correct content-length. Found out by patching the...
2006-04-10 Daniel Stenberg33. Doing multi-pass HTTP authentication on a non-defau...
2006-04-10 Daniel Stenberg65 - curl_multi_socket() added but not extensively...
2006-04-10 Daniel Stenbergwe haven't been using yacc/bison in a long time!
2006-04-10 Daniel Stenbergforked off the changes from 2005 into its own file
2006-04-09 Daniel StenbergCURLE_FTP_USER_PASSWORD_INCORRECT is not returned by...
2006-04-09 Daniel Stenbergmention RFC 2396 for URL syntax spec
2006-04-09 Daniel Stenbergnew little example using the new conversion callbacks...
2006-04-08 Daniel Stenbergmention the outlength argument
2006-04-08 Gisle Vanemreadint_le() not needed in USE_WINDOWS_SSPI code.
2006-04-08 Gisle Vanemcurl_easy_unescape() takes 4 arguments.
2006-04-07 Daniel StenbergFirst commit of David McCreedy's EBCDIC and TPF changes.
2006-04-07 Daniel Stenbergminor re-arrange to return a value in order to avoid...
2006-04-07 Daniel Stenbergadded typedefed function pointers and typecast the...
2006-04-07 Daniel Stenbergattempt to avoid warnings in picky environments by...
2006-04-05 Daniel Stenbergcut off a bit more of the type-2 ntlm message since...
2006-04-05 Daniel StenbergMichele Bini modified the NTLM code to work for his...
2006-03-28 Daniel Stenbergfor the CURLDEBUG case, we redefine sprintf and vsprint...
2006-03-28 Daniel Stenberg#1451929 (curl.haxx.se/bug/view.cgi?id=1451929) detaile...
2006-03-28 Daniel Stenbergconverted sprintf() to snprintf() to reduce risk
2006-03-27 Daniel StenbergDavid Byron found a problem multiple -d options when...
2006-03-27 Gunter Knaufminor Makefile fix - let's go 2006;
2006-03-26 Daniel StenbergTor Arntsen figured out that TFTP was broken on a lot...
2006-03-21 Daniel StenbergDavid McCreedy added CURLINFO_FTP_ENTRY_PATH to export...
2006-03-21 Daniel StenbergXavier Bouchoux made the SSL connection non-blocking...
2006-03-21 Daniel StenbergTor Arntsen fixed the AIX Toolbox RPM spec
2006-03-20 Daniel StenbergDavid McCreedy fixed libcurl to no longer ignore AUTH...
2006-03-20 Daniel Stenbergmention today's fixes
2006-03-20 Daniel Stenberg7.15.3 contributors
2006-03-20 Dan FandrichFixed a bug whereby a received file whose length was...
2006-03-20 Daniel Stenbergoff-by-one for the case when it adds /? and a terminati...
next