]> git.ipfire.org Git - thirdparty/squid.git/history - src/store.cc
merge changes from SQUID_2_3 branch
[thirdparty/squid.git] / src / store.cc
1999-12-31  wesselsmerge changes from SQUID_2_3 branch
1999-10-04  wessels2.3 branch merge
1999-09-29  wesselsurl checksum debugging; sometimes URL memory gets trashed
1999-08-02  wessels2.3 branch merge
1999-07-13  wessels2.3 branch merge
1999-06-25  wesselscompiler bugs
1999-06-25  wesselscommitting Dilley's HEAP replacement code
1999-05-26  wesselslooks like storeEntryDump 'e' arg can be const
1999-05-25  wesselsmassive store filesystem reorganization. Removing...
1999-05-22  wesselsContinuing the process of supporting multiple filesyste...
1999-05-22  wesselsFixed a bug with closing swapout files around the time...
1999-05-20  wessels2.2 branch merge
1999-05-05  wessels2.2 branch merge
1999-05-05  wesselsFrom: Alex Rousskov <rousskov@ircache.net>
1999-05-05  wesselsgindent
1999-05-05  wesselsprintf bug
1999-05-04  wesselsmove some store initialization stuff into storeUfsDirInit()
1999-05-04  wesselsremove silly message about replacement rate
1999-05-04  wesselsAn initial implementation of new store API. Everything...
1999-05-04  wesselsremove OPTIMISTIC_IO crap
1999-04-23  wesselsbranch 2.2 merge
1999-04-08  wesselsHenrik
1999-02-03  wesselscontinuous values for storeMaintainSwapSpace
1999-01-30  wesselsrewriting this varargs/stdargs function this way lets...
1999-01-22  wesselsFrom: Henrik Nordstrom <hno@hem.passagen.se>
1999-01-22  wesselschanged open_disk_fd to store_open_disk_fd.
1999-01-19  wessels2.1 branch merge and gindent
1999-01-19  wesselssigh. Okay, this might work better.
1999-01-15  wesselschange debug level for storeLateRelease
1999-01-13  wessels- removed storeAbort callback-server side argument
1999-01-12  wesselstypo
1999-01-12  wesselsbe more flexible in storeComplete(). instead of assert...
1999-01-12  wesselsserver-side handlers check for ENTRY_ABORTED and close...
1999-01-12  wesselsuse STDC_HEADERS instead of __STDC__ as recommend by...
1999-01-11  wesselschanged store_status STORE_ABORTED to entry->flags...
1998-12-05  wesselsmega patch to implement request re-forwarding after...
1998-12-05  wessels2.1 branch merge
1998-11-21  wesselsdon't swap out a file if we are under the RESERVED_FD...
1998-11-14  rousskov- added title row to storeCheckCachableStats to avoid...
1998-11-14  wessels2.1 merge
1998-11-12  wessels2.1 branch merge
1998-10-17  wesselsfix debugging message
1998-10-09  wessels2.0 branch merge
1998-10-09  wesselsChanged the policy of storeReleaseRequest() which used...
1998-10-09  wessels2_0 branch merge
1998-10-03  wesselsmerge SQUID_2_0 branch
1998-09-21  wesselscompiler warning
1998-09-21  wesselsAdded storeGetPublic() mostly so that we can check...
1998-09-19  wesselssigh, undo StoreEntry->flags changes to make it a struc...
1998-09-16  wesselsin storeRelease(), move aioCancel() call to after store...
1998-09-16  wesselsgindent
1998-09-15  wesselsfix new flags endian and size bugs
1998-09-15  wesselsremoved EBIT macros for StoreEntry->flag
1998-09-11  wesselsRemoved 'method bits' hack from ICP query/reply. This...
1998-09-11  wesselsIf we are over the FD limit, and we can read more on...
1998-09-10  wesselschanged no-caching based on http service time to be...
1998-09-09  wesselsmake high-http-median-svc-time no-cache WIP
1998-09-06  wesselsfix swapout FD leak for ENTRY_BAD_LENGTH objects
1998-09-03  wesselsstoreCheckCachable() returns 0 if http_median_svc_time...
1998-09-02  wesselsIt apparently was a BAD idea to have storeHashInsert...
1998-08-21  wesselscompiler
1998-08-21  wesselsFixed up ugly confusion with public keys and RELEASE_RE...
1998-08-21  wesselsTrade request_t->flags enums (REQ_*) request_flags...
1998-08-21  wesselsgindent
1998-08-19  wesselsvery preliminary PPNR_WIP code
1998-08-19  wesselsexperimental OPTIMISTIC IO patch
1998-08-19  wesselsadded store_swap_mid variable. when store_swap_size...
1998-08-18  wesselsdisable asserting during shutdown
1998-08-17  wesselsFrom: Stewart Forster <slf@connect.com.au>
1998-08-17  wesselsset e->mem_obj = NULL in the right place, destroy_MemOb...
1998-08-15  wesselsstop caching if LRU age gets below 300 seconds
1998-07-31  wesselsgindent
1998-07-26  wesselsChanged where we move PRIVATE entries to the TAIL of...
1998-07-26  wesselsfixup storeMaintainSwapSpace counters
1998-07-25  wesselsbrain-o
1998-07-25  wesselscompiler
1998-07-25  wesselsChanged storeExpireNow to move expired objects to the...
1998-07-24  wesselsreplaced urlcmp with straight strcmp
1998-07-23  wesselsRELEASE_REQUEST entries should be considered "expired...
1998-07-23  wesselsCHANGED COPYRIGHT STUFF
1998-07-21  wesselsNew refresh algorithm. No longer set entry->lastmod...
1998-07-21  wesselsFixed cachemgr 'objects' implementation. dump one...
1998-07-20  wesselschange FSF address
1998-07-15  wesselsStoreEntry->refresh was a bad idea. It would require...
1998-07-15  wesselsAdded time_t StoreEntry->refresh for cache digests.
1998-07-07  wesselschanged MemObject mem_hdr from a pointer to a struct
1998-06-28  wesselsassert storeComplete only transitions from PENDING...
1998-06-10  wesselsMoved server-side storeAbort callback from each module...
1998-06-02  wesselsgindent
1998-05-28  rousskov- removed ascii headers from reply and request structures
1998-05-27  wessels'check_lru_age' flag of storeCheckExpired() was always...
1998-05-27  wesselsstoreTimestampsSet(): don't clobber entry->lastmod...
1998-05-26  wesselsdon't need HIERARCHICAL StoreEntry->flag any more.
1998-05-23  wesselsgindent
1998-05-22  wessels - Changed storeGetMemSpace(). Only purge down...
1998-05-15  wesselsMillisecond timing patch for events, comm_select/comm_p...
1998-05-15  wesselsAdded weights to event structure. We need to run ALL
1998-05-10  wesselsuse storePurgeMem instead of storeRelease in storeGetMe...
1998-05-09  wesselsDont assert mem->clients == NULL for descriptorless...
1998-05-09  wesselsinitialize mem_obj->fd = -1
next