]> git.ipfire.org Git - thirdparty/squid.git/history - src/gopher.cc
Summary: Encapsulate ClientHttpRequest::entry.
[thirdparty/squid.git] / src / gopher.cc
2003-06-20  robertcSummary: Encapsulate ClientHttpRequest::entry.
2003-03-06  robertcSummary: Merge cleanup code from comms branch.
2003-03-04  robertcSummary: Merge epoll and delay pools/deferred reads...
2003-02-22  robertcSummary: Ran astyle over src subtree.
2003-02-05  robertcSummary: Merge from delay-class-4
2003-01-23  robertcImport of fix-ranges branch
2002-10-21  adrian* convert to new comm_write()
2002-10-21  adrian* rename comm_write() -> comm_old_write()
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-24  robertcClient side refactoring - no functionality changes
2002-09-01  hnoMore HTML cleanups by Clemens. This time PRE is restore...
2002-08-27  robertcHTML Cleanup from C.L.
2002-07-21  hnoHTML bugfixes in the new STYLE tag
2002-07-20  hnoOops.. last cleanup removed one comma too many..
2002-07-19  hnoRemoved redundant MIME-Version header
2002-07-19  hnoHTML cleanups by 'C.L' / PsychoTekk
2002-07-15  hnoCleanup of Gopher HTML code to use a common header...
2002-04-22  hnoconst cleanup
2002-04-22  hnoCleanup of our Gopher client to protect from buffer...
2001-10-24  hnoformat fixes
2001-04-14  hnoSSL->HTTP gatewaying support by Benno Rice
2001-03-03  hnocbdata now have a per-type free function rather than...
2001-01-12  wesselsUpdated copyright
2001-01-05  adrianA modified / unified cbdata and mempool implementation...
2000-12-05  wesselsindent -br -ce -i4 -ci4 -l80 -nlp -npcs -npsl -d0 ...
2000-11-05  hnoCross-site scripting fixes by Robert Collins and Henrik...
2000-06-28  hnoRenamed Counter to statCounter to avoid a name space...
2000-06-07  hnoMinor corrections of the formatting of the boilerplate...
2000-05-16  wesselsDW:
2000-03-06  wesselsMerge changes from 2.3 branch. Mostly this is copyrigh...
1999-10-04  wessels2.3 branch merge
1999-01-31  wesselsNPR bug
1999-01-24  wesselsgindent
1999-01-21  wesselsFixed up *Timeout() functions. We might get fooTimeout...
1999-01-19  wessels2.1 branch merge and gindent
1999-01-19  wesselssigh. Okay, this might work better.
1999-01-15  wesselsonly call errorAppendEntry in one spot
1999-01-13  wessels- removed storeAbort callback-server side argument
1999-01-12  wesselsserver-side handlers check for ENTRY_ABORTED and close...
1999-01-09  wesselsMoved storeAbort() call to store_client.c, where it...
1998-12-05  wesselsmega patch to implement request re-forwarding after...
1998-09-24  wesselsadd hash_last()
1998-09-19  wesselssigh, undo StoreEntry->flags changes to make it a struc...
1998-09-15  wesselsremoved EBIT macros for StoreEntry->flag
1998-09-05  wesselssyscall counters, mostly I/O
1998-08-17  wesselsfurther DELAY_POOLS patches from Luyer
1998-08-14  wesselsLuyers finished delay pools patch
1998-07-31  wesselsunused code
1998-07-23  wesselsCHANGED COPYRIGHT STUFF
1998-07-21  wesselsremoved OLD_CODE
1998-07-20  wesselschange FSF address
1998-07-16  wesselsreplaced url.c::url_escape() with rfc1738_escape()
1998-06-10  wesselsMoved server-side storeAbort callback from each module...
1998-06-05  wessels- Renamed proto.c to forward.c
1998-06-02  wesselsgindent
1998-05-31  rousskov- Replaced "complex" (offset accounting) calls to snpri...
1998-04-24  wesselsgindent
1998-03-28  wesselsChanged comm connect routines so that the timeout value...
1998-03-17  wesselsHenrik icon URL changes
1998-03-05  wesselsgindent
1998-03-05  wesselsAdded more server-side counters and accounting based...
1998-03-03  rousskov- Added "mem_pools_limit" configuration option. Semanti...
1998-02-25  wessels- Added more bytes in/out and service time tracking...
1998-01-12  wesselsnew memory allocation for fixed-size blocks
1998-01-06  wesselsFrom: "Jean-Claude MICHOT" <jcmichot@teaser.fr>
1997-12-05  wesselsonly generate an error page if inmem_hi == 0
1997-12-03  wesselsremove storeAbort() calls after storeAppendEntry()...
1997-11-18  wesselsReplaced gross EBIT_SET(..., DELAY_SENDING) and EBIT_CL...
1997-11-15  wesselsUse new ignoreErrno()
1997-11-12  wessels- Change all BIT_{SET,CLR,TEST} to EBIT_ versions with...
1997-11-05  wesselsLINT
1997-11-04  wesselsFLEXIBLE CACHE KEYS. Can use either URLs or SHA digests.
1997-10-30  wesselsmax okumoto errorpage and other mods
1997-10-29  wesselschange BIT_RESET to BIT_CLEAR
1997-10-28  wesselsset err->url, and make sure we xstrdup() it!
1997-10-28  wesselsfix long line bug from John Line webadm@info.cam.ac.uk
1997-10-26  wessels- Removed 'was assert' commengs
1997-10-25  wesselsget rid of ansiproto.h and _PARAMS macro
1997-10-25  wesselserr->errno --> err->xerrno
1997-10-23  wesselsnarf, the defer_check needs a separate defer_data....
1997-10-23  wesselsRipped out old 'comm_set_stall()' stuff. This broke...
1997-10-22  wesselsneed to check mem_obj->inmem_hi instead of e->object_le...
1997-10-22  wesselsReplace Config.stallDelay--which was being set to zero...
1997-10-21  wesselsgopherStart() doesn't need to verify that the host...
1997-10-17  wesselsgindent
1997-10-17  wesselsReamped objects being held in memory during transit...
1997-10-17  kostasError page triggering. ip cache documentation.
1997-10-14  wesselsRemoved old blocking IP cache lookup code in gopherStar...
1997-10-14  kostasChanged most of sprintf() to snprintf().
1997-07-28  wesselsmostly working customizable error messages. lots of...
1997-07-17  wesselssuccessful compile after merging 1.1.10 thru 1.1.14
1997-07-16  wesselsgindent
1997-07-15  wessels- cf.data.pre had disabled all cachemgr passwords
1997-07-15  wesselswarning: initialization from incompatible pointer type
1997-07-15  wessels- warning if no units present for times or byte sizes
1997-06-20  wesselsMucking about with storeAbort. Removed squid_error_ent...
1997-06-18  wesselsmore cbdata additions
1997-06-04  wesselsnew debug() macro; David Luyer
next