]> git.ipfire.org Git - thirdparty/squid.git/history - src/ftp.cc
- Many ICAP fixes from Alex Rousskov accumulated on the
[thirdparty/squid.git] / src / ftp.cc
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.
2003-02-22  robertcSummary: Ran astyle over src subtree.
2003-02-14  robertcMerge comms accept fix.
2003-02-05  robertcSummary: Merge from delay-class-4
2003-02-01  hnoBug #507: Crash after ftpDataWriteCallback
2003-01-23  robertcImport of fix-ranges branch
2002-10-21  adrianconvert over a single (easy!) comm_old_write() call.
2002-10-21  adrian* rename comm_write() -> comm_old_write()
2002-10-15  adrianhandle COMM_ERR_CLOSING in the comm_accept() callbacks...
2002-10-14  adrianprintf typedef : %d, size_t -> %lu, (unsigned long...
2002-10-14  robertcdeal with commloops for delay pools
2002-10-14  hnoMany delay_pools variable name cleanups
2002-10-14  robertccommloops from Adrian, C++ courtesy Rob
2002-10-14  hnos/delay_id/delayId/g on members and local variables...
2002-10-14  robertcC++ conversion
2002-09-15  adrianTidy up the COMM_OK and COMM_ERR_* magical #define...
2002-09-06  hnoFix state machine error on MKDIR. The state table was...
2002-08-27  robertcHTML Cleanup from C.L.
2002-08-24  hnos/use_base/need_base_href/
2002-07-21  hnoHTML bugfixes in the new STYLE tag
2002-07-19  hnoHTML cleanups by 'C.L' / PsychoTekk
2002-04-21  hnoRewrite of FTP directory parsing to strengthen against...
2002-04-21  hnoftp_sanitycheck option (default on) to make Squid sanit...
2002-04-14  hnoNew improved reference based cbdata API, avoiding the...
2002-04-14  hnoMark successfull FTP transfers as complete to allow...
2002-02-17  hnoFix a ftp URL buffer overflow, reported by Jouko Pynnonen
2002-02-14  hnoGeneric buffer allocator on top of the MEM_X_BUF memory...
2001-11-09  hnoUse the correct error message when asking for FTP passw...
2001-10-24  hnoformat fixes
2001-10-24  hnoformat fixes
2001-10-18  hnoMany small compiler warning fixes, mainly const strings
2001-10-10  adrianCommit Roger Venning's TOS/source address ACL selection...
2001-09-18  hnoFix for a segfault in ftp.c when only creating directories
2001-04-14  hnoBasic support for Vary:ing objects.
2001-04-14  hnoSSL->HTTP gatewaying support by Benno Rice
next