]> git.ipfire.org Git - thirdparty/squid.git/history - src/http.cc
use new fwdStart()
[thirdparty/squid.git] / src / http.cc
1998-06-05  wessels- Renamed proto.c to forward.c
1998-06-04  rousskov- added ETag.c
1998-06-03  rousskov- honor no-store cc directive
1998-06-03  rousskov- Added basic support for Range requests.
1998-06-02  wesselsgindent
1998-05-31  rousskov- Replaced "complex" (offset accounting) calls to snpri...
1998-05-28  rousskov- removed ascii headers from reply and request structures
1998-05-27  wesselsstoreTimestampsSet(): don't clobber entry->lastmod...
1998-05-23  wesselsgindent
1998-05-22  wesselsSSL proxy requests need full HTTP request headers....
1998-05-21  wesselsDon't cache replies with Vary headers
1998-05-12  wesselshide potential coredump warnings with higher debugs
1998-05-12  rousskov - Added binary http headers to requests
1998-05-09  wesselsmem_obj->fd fixes; set it in protoDispatch()
1998-04-28  wesselsThis patch fixes a presistent connections bug/misfeatur...
1998-04-28  wesselsIgnore leading whitespace when looking for requests...
1998-04-28  wesselsHenrik thought DW's code was unreadable.
1998-04-24  wesselsgindent
1998-04-24  wesselsHenrik:
1998-04-06  wesselsfix Proxy-connection: Keep-Alive check
1998-04-02  wesselshandle NULL bytes in HTTP replies which could throw...
1998-03-31  wesselsgindent
1998-03-31  wesselsnew headersEnd() replaces mime_headers_end and eliminat...
1998-03-30  wesselsTry httpRestart of httpReadReply read() returns < 0...
1998-03-28  wesselsChanged comm connect routines so that the timeout value...
1998-03-21  rousskov- Separated raw HTTP headers from their "compiled"...
1998-03-17  wesselsremoved unused code; updated comments; formatting
1998-03-17  wesselsFixed 'single parent' and peer->options bugs.
1998-03-17  wesselseliminate non-gcc compiler warnings
1998-03-17  wesselsMore pconn/restart/pump fixes.
1998-03-13  wesselswarn about potential coredump from httpRestart on a...
1998-03-13  wesselsuse mem.c for HttpStateData
1998-03-08  rousskov- Added memory pools for variable size objects (strings).
1998-03-07  wesselsformatting, gindent
1998-03-07  wesselsremoved lots of #if 0 code
1998-03-06  kostasA generic client-to-server "pump" was added to handle...
1998-03-05  wesselsgindent
1998-03-05  rousskov- gb_t additions to .h monsters
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  rousskov- Added rudimental statistics for HTTP headers.
1998-02-25  wessels- Added more bytes in/out and service time tracking...
1998-02-22  rousskovRemoved USE_ALEX_CODE configuration warning.
1998-02-21  rousskovDirty and buggy alex_2.
1998-02-20  wesselsNew cache manager scheme. Instead of a big table and...
1998-02-07  wesselsremove brackets from cachemgr output
1998-02-04  wesselsgindent
1998-02-03  wesselslint
1998-01-12  wesselsgindent
1998-01-12  wesselsnew memory allocation for fixed-size blocks
1998-01-10  kostasFixed Connection: header handling, but testing needed
1998-01-03  wesselsWe were erroneously assuming that non-200 replies would...
1997-12-07  wesselsHenrik Nordstrom
1997-12-06  wesselsadd assertion
1997-12-05  wesselsFix handling of certain non-200 HTTP replies (Henrik)
1997-12-03  wesselsremove storeAbort() calls after storeAppendEntry()...
1997-12-02  wesselsgindent
1997-12-01  wesselspersistent connection / content-length fix. For non...
1997-11-29  wessels"content-length: 0" is a valid reply header, so we...
1997-11-21  wesselsChanged how we account the keepalive ratio. We don...
1997-11-15  wesselsUse new ignoreErrno()
1997-11-13  wesselsFixed proxy auth support
1997-11-12  wessels- Change all BIT_{SET,CLR,TEST} to EBIT_ versions with...
1997-11-11  wesselsOOF! Somehow this bit of logic got lost which releases...
1997-11-07  wesselsdebug change
1997-11-05  wesselsLINT
1997-11-05  wesselswrap keys in storeKey()
1997-11-04  wesselsFLEXIBLE CACHE KEYS. Can use either URLs or SHA digests.
1997-11-01  wesselsremove Keepalive Ratio debug
1997-11-01  wesselsshow keep-alive ratio in server_list output
1997-11-01  wesselsmore keepalive ratio fixes
1997-11-01  wesselskeepalive ratio tweaks
1997-11-01  wesselskeepalive ratio fixes
1997-11-01  wesselsTrack keepalive success ratio
1997-10-30  wesselsgindent and formatting
1997-10-30  wesselsmax okumoto errorpage and other mods
1997-10-29  wesselschange BIT_RESET to BIT_CLEAR
1997-10-29  wesselscopy httpCachableReply() from 1.1 source, replacing...
1997-10-28  wesselsremove UNUSED_CODE and OLD_CODE sections
1997-10-28  wesselsTone down debug levels
1997-10-26  wessels- Removed 'was assert' commengs
1997-10-25  wesselsget rid of ansiproto.h and _PARAMS macro
1997-10-25  wesselsremove commented-out storeAppend call
1997-10-25  wesselserr->errno --> err->xerrno
1997-10-24  wesselsgindent
1997-10-24  wesselsDon't call storeAppend with len == 0 and the immediatel...
1997-10-24  wesselsCancel the defer check for persistent connections
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-17  wesselsgindent
1997-10-17  wesselsReamped objects being held in memory during transit...
1997-10-15  wessels- More cleanup relating to reduced error code set....
1997-10-14  kostasChanged most of sprintf() to snprintf().
1997-08-26  wesselsfinish getting new proxy auth working--but still untested
1997-08-26  wesselsStarted integration of Proxy Auth ACL patch from Arjan...
1997-08-26  wesselsMisc fixes to eliminate problems at exit (and other...
1997-08-24  wesselsfix debug(0,0) statements
1997-08-11  wessels- In http.c, we need to keep httpState->orig_request...
next