提交历史

作者 SHA1 备注 提交日期
  Dan Fandrich d3ee83747c Fixed a valgrind uninitialized variable error. 16 年之前
  Daniel Stenberg 8997d258f7 Curl_ftp_disconnect() no longer relies on anything in the reqdata struct. That 16 年之前
  Daniel Stenberg 5b358603bd Michal Marek forwarded the bug report 16 年之前
  Yang Tse 92433e596b We use this ZERO_NULL to avoid picky compiler warnings, 16 年之前
  Dan Fandrich 61ffcd7815 Made a few more functions static with the protocol handler table in place. 16 年之前
  Dan Fandrich 7831c1ae44 Fixed a few compile errors and warnings. 16 年之前
  Patrick Monnerat 07b6e7363d Added per-protocol callback static tables, replacing callback ptr storage 16 年之前
  Yang Tse 08b9f73219 Fix memory leak under low memory conditions. 16 年之前
  Yang Tse 048bfeaaef Fix compiler warning 16 年之前
  Dan Fandrich 0bd2d54814 Renamed a few variables to avoid shadowing global declarations. 16 年之前
  Dan Fandrich 16b95fc773 Enabled a few more gcc warnings with --enable-debug. Renamed a few 16 年之前
  Daniel Stenberg a6315359d7 Max Katsev reported that when doing a libcurl FTP request with 16 年之前
  Daniel Stenberg 775f86cb5a Immanuel Gregoire fixed KNOWN_BUGS #44: --ftp-method nocwd did not handle 17 年之前
  Daniel Stenberg 1ce732e9d6 - I noticed while writing test 541 that the FTP code wrongly did a CWD on the 17 年之前
  Daniel Stenberg 73e91ce20c Curl_GetFTPResponse() now checks and properly deals with the fact that the 17 年之前
  Dan Fandrich 3fa60164af Renamed the CURLE_FTP_SSL_FAILED error code to CURLE_USE_SSL_FAILED. 17 年之前
  Dan Fandrich 9f44a95522 Renamed several libcurl error codes and options to make them more general 17 年之前
  Daniel Stenberg da4a776758 Made Curl_GetFTPResponse() use lots less code and instead use the proper 17 年之前
  Dan Fandrich 8cf0814a14 Fixed some minor type mismatches and missing consts mainly found by splint. 17 年之前
  Daniel Stenberg 7cba40b218 Bug report #1779054 (http://curl.haxx.se/bug/view.cgi?id=1779054) pointed 17 年之前
  Daniel Stenberg 381e372939 Bug report #1779054 (http://curl.haxx.se/bug/view.cgi?id=1779054) pointed 17 年之前
  Daniel Stenberg b132e865b9 Based on a patch by Christian Vogt, the FTP code now sets the upcoming 17 年之前
  Daniel Stenberg 1aa82decea - Robson Braga Araujo filed bug report #1776232 17 年之前
  Daniel Stenberg 3217809294 Robson Braga Araujo filed bug report #1776235 17 年之前
  Daniel Stenberg 50c10aa5bf Patrick Monnerat and I modified libcurl so that now it *copies* all strings 17 年之前
  Daniel Stenberg f1fa7b8ba4 Bug report #1759542 (http://curl.haxx.se/bug/view.cgi?id=1759542). A bad use 17 年之前
  Dan Fandrich 5ecd56d964 Implemented only the parts of Patrick Monnerat's OS/400 patch that renamed 17 年之前
  Dan Fandrich b465750041 Make the pointers of a few static const arrays const, too, for safety. 17 年之前
  Daniel Stenberg e3377e637a Ralf S. Engelschall filed bug report #1757328 17 年之前
  Dan Fandrich 4a2f0fb2be Made some const arrays static to avoid unnecessary stack usage. 17 年之前