]> git.ipfire.org Git - thirdparty/squid.git/history - src/ftp.cc
Import IPv6 support from squid3-ipv6 branch to 3-HEAD.
[thirdparty/squid.git] / src / ftp.cc
2007-12-15  amosjeffriesImport IPv6 support from squid3-ipv6 branch to 3-HEAD.
2007-09-27  rousskovBug 2091 fix: Handle ftp URLs with HTTP request bodies.
2007-08-15  amosjeffriesMake haveControlChannel check for both cases of channel...
2007-08-14  amosjeffriesFix pointer use before NULL check. Coverity located.
2007-08-13  hnoAuthor: wessels & Christos Tsantilas
2007-08-13  serassioAdded missing 'const' to haveControlChannel() definition
2007-08-13  amosjeffriesAdd NULL pointer checks around bug 1560 checks in FTP.
2007-08-13  serassioBug #1560: ftpSendPasv: getsockname(-1,..): (9) Bad...
2007-08-13  hnoBug 1560: ftpSendPasv: getsockname(-1,..): (9) Bad...
2007-08-13  amosjeffriesFix bug 1560 : Bad filedescriptor in ftpSend actions.
2007-08-10  rousskovBug 2034 fix, v4: Separate handling of virgin server...
2007-08-01  rousskovBug #2029 fix: When ICAP produces a response before...
2007-07-23  rousskovRemoved the "reply" parameter and "this->reply = reply...
2007-07-19  hnoBug #1921: ftp.cc(3309) ICAP cannot keep up with FTP...
2007-06-28  rousskovPartial bug #1921 fix: Limit the amount of data read...
2007-06-28  rousskovBug #1986 fix: Do not abandon ICAP when doing FTP HEAD.
2007-06-26  rousskovAuthor: Christos Tsantilas <chtsanti@users.sourceforge...
2007-06-20  rousskovBug #1981 fix: Tell FwdState that an unregistered and...
2007-05-29  amosjeffriesRollback String API changes. Delayed to 3.1.
2007-05-18  amosjeffriesAdd string API layer for better string handling.
2007-05-08  wesselsFtpState should not call StoreEntry::unregisterAbort()
2007-05-05  wesselsFTP will no longer send REST command if offset exceeds...
2007-05-05  wesselsFixed "spec->length >= 0" assertion for FTP request...
2007-04-30  wesselsRemoved casts from numeric types in debugs() statements.
2007-04-29  hnoAuthor: Tsantilas Christos <chtsanti@users.sourceforge...
2007-04-25  rousskovBug #1940: assertion failed: store.cc:850
2007-04-23  wesselsFixed "ftpReadTransferDone: Got code 426 after reading...
2007-04-23  wesselsFix "store_status == STORE_PENDING" assertion in FTP...
2007-04-21  wesselsConverted a more StoreEntry functions to class methods:
2007-04-21  wesselsConverted a few more StoreEntry functions to class...
2007-04-17  wesselsRemoved FtpStateData::rest_att because is not used...
2007-04-06  serassioAlways use xisxxxx() Squid defined macros instead of...
2007-04-06  rousskov - ICAP-unrelated improvements from the squid3-icap...
2007-01-02  hnoBug #1857: Segmentation fault when accessing certain...
2006-11-01  wessels - Many ICAP fixes from Alex Rousskov accumulated on the
2006-09-19  adrianFirst part of a comm layer rework
2006-09-19  hnoBug #1760: FTP related memory leak
2006-09-19  hnoBug #1758: HEAD on ftp:// URLs always returned 200 OK.
2006-09-10  adrianRework the transaction completion/aborting in the ftp...
2006-09-02  adrianFix bug 1642: FTP assertion/blank page on authenticatio...
2006-09-02  adrianBugzilla bug 1068: Check object pointer isn't NULL...
2006-08-25  serassioBug #212: variable %i always 0.0.0.0
2006-08-21  robertcSplit out cbdata fully, it now is an optional include...
2006-06-15  serassioBug 1594: ftp-triggered: assertion failed: comm.cc...
2006-05-20  wesselsConverted storeRelease() to a StoreEntry method.
2006-05-16  hnoBug #1501: ftp downloads may last up to read_timeout
2006-05-09  robertcMore decoupling work:
2006-05-09  wesselsClean up some recently-added debugging messages.
2006-05-07  wesselsConverted most other httpHeader*() functions to HttpHea...
2006-05-06  wesselsTwo bugfixes
2006-04-28  wesselsReplacing ClientBody class with BodyReader.
2006-04-23  robertcBUGFIX: max_user_ip was broken: initialising to -1...
2006-04-09  serassioBug #1459: 504 Gateway Time-out on FTP uploads
2006-02-26  serassioBug #1508: Error in FTP listings of files with -> in...
2006-02-26  serassioBug #1507 Harmless typo in ftp.c
2006-02-22  wesselsRework FtpStateData::transactionComplete() so that...
2006-02-20  serassioFixed gcc 4.1 build problem
2006-02-18  wesselsReplaced the single-line wrapper function storeEntryRep...
2006-02-18  wesselsRemoved static requestLink() and requestUnlink() method...
2006-01-26  wesselsMake ftpWriteCommand a method of FtpStateData
2006-01-26  wesselsThe purpose of this change is to add ICAP RESPMOD suppo...
2006-01-25  wesselschange _ftp_flags from unsigned int:1 to bool.
2006-01-25  wesselsRemove whitespace in function args leftover from s...
2006-01-24  wesselsMore C++ conversions for ftp.cc
2006-01-24  wesselscleanup in constructor
2006-01-24  wesselsFtpStateData constructor was all wrong
2006-01-24  wesselsStarted converting ftp.cc to use more C++ class methods
2006-01-24  wesselsMoved HttpRequest lock/link counter to the base HttpMsg...
2006-01-04  wesselsConverted FwdState to a C++ class to take advantage...
2005-11-05  wesselsConverted HttpReply to a proper C++ class. Removed...
2005-10-19  serassioBug #1426: Crash in rfc1738_do_escape at rfc1738.c:97
2005-09-15  serassioBug #1204: FTP listings uses "BASE HREF" much more...
2005-09-15  serassioForward port of old 2.5 missing changes:
2005-09-15  serassioCosmetic: Accept ftp://anonymous@ as a synonym for...
2005-09-15  serassioCosmetic workaround for Mozilla brokenness.
2005-09-15  serassioFix missing newlines in debug output
2005-09-11  serassioBug #1368: assertion failed: store.c:523: "e->store_sta...
2005-09-10  serassioBug #1342: Odd URLs in error messages on forwarded...
2005-09-03  serassioBug #1348: Some odd FTP servers respond with 250 where...
2005-06-26  serassioBug #1220: Title in FTP listings somewhat messed up
2005-05-01  serassioThis patch adds the capability to suppress the version...
2005-03-05  serassioBug #1252: Fails to parse DJ D. J. Bernstein's EPLF...
2005-02-06  serassioBug #1226: Improve password handling in FTP gatewaying
2005-01-30  serassioBug #1194: FTP data connection fails on some FTP server...
2004-06-01  hnoBug #969: FTP directory listing DOCTYPE misread by...
2004-04-04  hnoBug #877: Squid doesn't follow telnet protocol on FTP...
2004-04-04  hnoBug #853: SIGSEGV on FTP PUT
2003-09-07  hnoBug #769: assertion failed: ftp.cc:1150: "fd == ftpStat...
2003-09-01  robertcSummary: Class cleanup - resulting from addressing...
2003-08-10  robertcSummary: Final MSVC fixups.
2003-08-07  robertcCorrect data channel management in case of errors while...
2003-08-05  robertcSummary: Remove the unneeded 'deleteSelf' idiom.
2003-06-20  robertcSummary: Encapsulate ClientHttpRequest::entry.
2003-06-09  robertcSummary: const correctness in ftpListParseParts.
2003-03-06  robertcSummary: Merge String loss fix.
2003-03-06  robertcSummary: Merge cleanup code from comms branch.
2003-03-04  robertcSummary: Merge epoll and delay pools/deferred reads...
2003-03-04  hnoGet rid of that ugly depencendy on COMM_ERR_CLOSING...
2003-03-03  hnoCleanup of errno management to rely on the errno to...
2003-02-23  robertcSummary: More Windows Merges.
next