]> git.ipfire.org Git - thirdparty/squid.git/blame - ChangeLog
update
[thirdparty/squid.git] / ChangeLog
CommitLineData
901b8eaf 1Changes to squid-1.2.beta20 (April 24, 1998):
2
fd1bc012 3 - Improved support for only-if-cached cache control directive.
4 - Enabled 304 replies for ENTRY_SPECIAL objects (e.g., icons).
a1a62b14 5 - Fixed 'quick_abort' percent calculation bug.
6 - Fixed quick_abort FPE bug.
7 - Changed more errno-checking functions to use ignoreErrno().
8 - Added ERESTART to ignoreErrno() because of report from
9 a Solaris system.
10 - Fixed '#elsif' typo.
11 - Fixed MemPool assertion by moving memInit() to before
12 configuration parsing functions.
13 - Fixed default 'announce_period' value (was 1 day, should
14 be 0) (Joe Ramey).
15 - Added configure warning for low filedescriptors and pointer
16 to FAQ.
b0497a40 17 - Fixed httpBodySet() bug causing URN related coredumps.
18 - Changed ipcacheCycleAddr() to always cycle through all all
19 available addresses, and not just advance when one of
20 them goes BAD.
21 - Fixed squid-internal bug for mixed-case hostnames (Henrik
22 Nordstrom).
e4b71f74 23 - Added some additional fault toleranse on FTP data channels
24 (Henrik Nordstrom).
25 - Corrected error reporting on FTP "hacks" (Henrik Nordstrom).
26 - Added lock/unlock for StoreEntry during storeAbort().
27 - Added filemap bit usage stats to cachemgr 'storedir' and
28 'info'.
29 - Replaced 'cache_stoplist' with 'no_cache' Access list.
30 - Fixed (hopefully) remaining swapfile-open-at-exit bugs.
44745828 31 - Fixed default hierarchy_stoplist to be ``default if none.''
32 - Fixed 'fake a recent reply' hack for detecting DEAD
33 and ALIVE neighbors (Joe Ramey).
e376562a 34 - Fixed FTP directory parsing bugs (Joe Ramey).
35 - Fixed ftpTraverseDirectory coredump for NULL ftpState->filepath
36 (Joe Ramey).
dea17509 37 - Fixed daylight savings time bug (again).
fd1bc012 38 - A lot of Cache Digests additions, fixes, and tuning.
39 Cache Digests are still "very experimental".
e376562a 40 - Fixed snprintf() bug. When len == 1, snprintf() would treat
41 the buffer as unknown size, emulating sprintf() behaviour.
42 - Made Error page language configurable with configure script
43 (Henrik Nordstrom).
44 - Fixed squid-internal URLs when http_port == 80.
45 - Remember the client address on redirected requests (Henrik
46 Nordstrom).
47 - Don't rebuild the request if the redirector returned the same
48 URL (Henrik Nordstrom).
49 - Rewrite Host: header on redirected requests (Henrik
50 Nordstrom).
51 - Include port (if non-standard) in generated Host: headers
52 (Henrik Nordstrom).
53 - Fixed rfc1123 timezone hacks for Windows NT
54 (Henrik Nordstrom).
55 - Added Russian Error pages by Ilia Zadorozhko.
56 - Added totals for ICP and HTTP hits to cachemgr client_list
57 output.
6cfa8966 58 - Changed error message to 'Generated TIME by HOST (SQUID/VER)'
59 because any string with an '@' must be an email address.
e376562a 60 - Fixed POST for content-length == 0.
901b8eaf 61 - Fixed "huge 304 reply" loop bug.
fd1bc012 62
005e5260 63Changes to squid-1.2.beta19 (Apr 8, 1998):
64
b0497a40 65 - Squid-1.2.beta19 compiles and runs on Windows/NT with
66 Cygnus Gnu-WIN32 b19 (Henrik Nordstrom).
447203a7 67 - Added French Error pages by Frank DENIS.
68 - Added Dutch Error pages by Mark Visser
901b8eaf 69 - Added German Error pages by Bernd P. Ziller, Jens Frank,
70 and Anke S.
f9f2be04 71 - Added support for only-if-cached cache-control directive.
005e5260 72 - Added RELAXED_HTTP_PARSER #define to allow requests which are
73 missing the HTTP identifier on the request line (e.g. buggy
74 SpyGame queries). RELAXED_HTTP_PARSER is undefined by default.
1f4d31f9 75 - Fixed disk.c FD leak for delayed closes in
76 diskHandleWriteComplete().
77 - Fixed cache announcement feature.
20fe7191 78 - Fixed httpReadReply() to retry failed HTTP requests on
79 persistent connections when read() returns -1, not only
80 when it returns 0.
805e5f70 81 - Fixed cbdata memory counting leak. cbdataUnlock() always
82 called free(), never memFree().
ff396fe6 83 - Fixed storeDirWriteCleanLogs() malloc bug on Alphas.
005e5260 84 - Fixed `++loopdetect < 10' assertion due to
85 clientHandleIMSReply bug for invalid/partial HTTP
86 replies.
87 - Added preliminary code for HTCP.
88 - Renamed 'aux' dir to 'cfgaux' for legacy DOS machines.
89 - Added "snmp_community" as an ACL type.
90 - Cleaned up proxy-auth acl implementation and removed
91 memory leaks.
92 - Added generic 'hashFreeItems()' function for efficiently
93 freeing hash table pointers.
94 - Added whoisTimeout() for ASN code.
447203a7 95 - Removed BINARY TREE code.
005e5260 96 - Fixed forgetting to reset Config.Swap.maxSize in
97 configDoConfigure.
98 - Fixed httpReplyUpdateOnNotModified() arguments-in-wrong-order
99 bug which caused not modified replies to not get updated.
100 - Fixed client_side.c bugs which could cause data to be written
101 to the client in the wrong order for persistent connections.
102 clientPurgeRequest() and clientHandleIMSComplete() must not
103 call comm_write(). Instead they must create and write to
104 StoreEntry's.
105 - Fixed ICP query service time counting bug(s).
106 - replaced 'char *mime_headers_end()' with 'size_t headersEnd()'
107 to fix buffer overruns. This also requires adding 'buf_sz'
108 args to some functions like clientBuildReplyHeader().
109 But we can eliminate the need to NULL-terminate the
110 buffer beforehand.
111 - Changed commConnectCallback() to reset the FD timeout to
112 zero before notifying about the connection. This requires
113 commSetTimeout() calls in numerous places to reinstall
114 timeouts.
115 - Changed comm_poll_incoming() to be called less frequently
116 (every 15 I/O's instead of every 7 FD's) (Michael O'Reilly).
117 - Removed HAVE_SYSLOG case for debug() macro. Almost all
118 systems do have syslog(), but more importatnly the
119 _db_level value is needed for debugging to stderr.
120 - Rewrote squid/dnsserver interface to use smaller, single-line
121 messages.
122 - Rewrote 'dns' cachemgr output to use a table format.
123 - Rewrote a lot of dnsserver.c.
124 - Added eventAddIsh() for semi-random event scheduling.
125 - Fixed an ftpTimeout bug for sessions which use PORT
126 commands.
127 - Fixed ftp.c to recognized invalid PASV replies (e.g.
128 port == 0).
129 - Removed hash_insert(). All hasing uses hash_join() now.
130 - Renamed hash_unlink() to hash_remove_link().
131 - Added hashPrime() to find closes prime hash table size
132 to a given value.
133 - Fixed Keep-Alive ratio counting bug which prevented
134 persistent connections from being used between cache
135 peers.
136 - Changed icmp.c to NOT queue messages sent from squid to
137 the pinger program.
138 - Changed icp_v2.c to NOT queue ICP messages by default.
139 But they will be queued and resent once if the first
140 send fails. Counters.icp.queued_replies counts the
141 number of messaages queued.
142 - Cleaned up ICP logging.
143 - Added identTimeout().
144 - Fixed ipcache reply counting bug. Overcounted dnsserver
145 replies for partial replies.
146 - Added urlInternal() for building internal Squid URLs.
147 - Changed peerAllowedToUse() to check both 'cache_peer_domain'
148 AND 'cache_peer_acl' configurations. This should be changed
149 in the fugure to use ONLY cache_peer_acl.
150 - Changed DEAD/REVIVED neighbor detection to avoid reporting
151 so many false deaths. (Joe Ramey).
152 - Added some preliminary code to support "cache digests."
153 - Fixed pumpClose() coredumps (?).
154 - Updated cachemgr 'info' output to show median service
155 times for various categories.
156 - Fixed ABW bug in storeDirWriteCleanLogs(). sizeof(off_t)
157 != sizeof(int) for Alphas.
158 - Fixed potential alignment problem in storeDirWriteCleanLogs().
159 - Fixed store_rebuild.c to NOT replace current, but
160 not-swapped-out StoreEntry's with on-disk entries.
161 - Changed storeCleanup() to call storeRelease on invalid
162 entries which don't have a swapfile (i.e. no unlink()
163 penalty).
164 - Fixed storeSwapInStart() to fail for unvalidated
165 entries.
166 - SNMP changes:
167 . renovated mib and added descriptions and comments
168 . added hit and byte counters to client_db , for
169 cacheClientTable
170 . cacheClientTable, netdbTable, cachePeerTable,
171 cacheConnTable now indexed by ip address. hash_lookup was
172 enhanced to allow for subsequent hash_next's similar to
173 hash_first, to speed up getnext's in tables which refer to
174 hash-table structures.
175 . added generic (well, sorf of) table indexing functionality
176 . added makefile dependencies for snmplib and cache_snmp.h
177 . WaisHost, WaisPort, Timeouts removed
178 . FdTable split into FdTable and ConnTable. FdTable simplified
179 . PeerTable and PeerStat merged and put into new cacheMesh
180 group
181 . cacheClientTable added for client statistics and accounting
182 (cacheMesh 2)
183 . cacheSec and cacheAccounting groups removed
184 . fixed acl bug when communities not defined
185 . snmp_acl now survives bad configuration
81d0c856 186
9a713ffb 187Changes to squid-1.2.beta18 (Mar 23, 1998):
188
275d9f2e 189 - Added v1.1 'test_reachability' option.
190 - Fixed hash4() len == 0 bug.
2c26197b 191 - Fixed Config.Swap.maxSize reconfigure bug.
192 - Fixed ICP query bug determining request method.
193 - Moved ICP's storeGet() cache lookup into neighborsUdpAck()
194 so that we know neighbors are alive even when they send
195 us replies for unknown entries.
196 - Changed configure script to add '-std1' for Digital Unix cc.
197 - Fixed SNMP sizeof(int) / sizeof(long) bugs for 64-bit
198 systems.
199 - Added support for 'Cache-Control: Only-If-Cached' request header.
34ad1721 200 - Fixed CheckQuickAbort() bugs for multiple clients on one
201 StoreEntry. Also changed storePendingNClients() to return
202 mem->nclients instead of counting the number of store_client
203 entries with pending callback functions.
275d9f2e 204
041b157e 205Changes to squid-1.2.beta17 (Mar 17, 1998):
206
df43fc93 207 - SNMP MIB version check changed to non-rcs.
02922e76 208 - Added memory pools for variable size objects (strings).
209 There are three pools; for small, medium, and large objects.
210 - Extended String object to use memory pools. Most fixed size char
211 array fields will be replaced using string pools. Same for most
212 malloc()-ed buffers.
5e14bf6d 213 - Changed icon handling to use the hostname and port of the squid
9ed90c85 214 server, instead of the special hostname "internal.squid"
215 (Henrik Nordstrom).
5e14bf6d 216 - All icons are now configured in mime.conf. No hardcoded icons,
f8360ee3 217 including gohper icons (Henrik Nordstrom).
459f2559 218 - Fixed ICP bug when we send queries, but expect zero
219 replies.
ed9c0b33 220 - Fixed alignment/casting bugs for ICP messages.
2b5b6324 221 - A generic client-to-server "pump" was added to handle HTTP
222 PUT as well as POST methods on the client-cache side. Based on
223 "pump" PUT requests can be made to either HTTP or FTP url's.
224 Code is still beta and interoperability with browsers etc has
225 not been tested.
226 - Put #ifdefs around 'source_ping' code.
5e14bf6d 227 - Added missing typedef for _arp_ip_data (Wesha).
228 - Added regular-expression-based ACLs for client and server
229 domain names (Henrik Nordstrom).
230 - Fixed ident-related coredumps from incorrect callback data.
231 - Fixed parse_rfc1123() "space" bug.
232 - Fixed xrealloc() XMALLOC_DEBUG bug (not calling check_free())..
233 - Fixed some src/asn.c end-of-reply bugs and memory leaks.
234 - Fixed some peer->options flag-setting bugs.
235 - Fixed single-parent feature to work again
236 - Removed 'single_parent_bypass' configuration option; instead
237 just use 'no-query'.
238 - Surrounded 'source_ping' code with #ifdefs.
239 - Changed 'deny_info URL' to use a custom Error page.
240 - Modified src/client.c for testing POST requests.
041b157e 241 - Fixed hash4() for SCO (Vlado Potisk).
459f2559 242
7ba777f2 243Changes to squid-1.2.beta16 (Mar 4, 1998):
244
447203a7 245 - Added Spanish error messages from Javier Puche.
02922e76 246 - Added Portuguese error messages from Pedro Lineu Orso
0965bd19 247 - Added a simple but very effective hack to cachemgr.cgi that tries to
248 interpret lines with '\t' as table records and formats them
249 accordingly. With a few exceptions (see source code), first line
250 becomes a table heading ("<th>" html tag) and the rest is formated
251 with "<td>" tags.
7021844c 252 - Added "mem_pools_limit" configuration option. Semantics of
253 "mem_pools" option has also changed a bit to reflect new memory
254 management policy.
7ba777f2 255 - Reorganized memory pools. Squid now supports a global pool
256 limit instead of individual pool limits. Per-pool limits can be
3a88d597 257 implemented on top of the current scheme if needed, but it is
7ba777f2 258 probably hard to guess their values. Squid distributes pool
259 memory among "frequently allocated" objects. There is a
260 configurable limit on the total amount of "idle" memory to be
261 kept in reserve. All requests that exceed that amount are
262 satisfied using malloc library. Support for variable size
263 objects (mostly strings) will be enabled soon.
264 - memAllocate() has now only one parameter. Objects are always
265 reset with 0s. (We actually never used that parameter before;
266 it was always set to "clear").
267 - Added Squid "signature" to all ERR_ pages. The signature is
268 hardcoded and is added on-the-fly. The signature may use
269 %-escapes. Added interface to add more hard-coded responses if
270 needed (see errorpage.c::error_hard_text).
271 - Both default and configured directories are searched for ERR_
272 pages now. Configured directory is, of course, searched first.
273 This allows you to customize a subset of ERR_ pages (in a
274 separate directory) without danger of getting other copies out
275 of sync.
276 - Security controls for the SNMP agent added. Besides
277 communities (like password) and views (part of tree
278 accessible), the snmp_acl config option can be used to do acl
279 based access checks per community.
280 - SNMP agent was heavily re-written, based on cmu-snmpV1.8. You
281 can now walk through the whole mib tree. Several new variables
282 added under cacheProtoAggregateStats
12cf1be2 283 - Added rudimental statistics for HTTP headers.
7ba777f2 284 - Adjusted StatLogHist to a more generic/flexible StatHist.
12cf1be2 285 Moved StatHist implementation into a separate file.
178dbda2 286 - Added FTP support for PORT if PASV fails, also try the
287 default FTP data port (Henrik Nordstrom).
288 - Fixed NULL pointer bug in clientGetHeadersForIMS when a
289 request is cancelled for fails on the client side.
290 - Filled in some squid.conf comments (never_direct,
291 always_direct).
292 - Added RES_DNSRCH to dnsserver's _res.options when the
293 -D command line option is given.
294 - Fixed repeated Detected DEAD/REVIVED Sibling messages when
295 peer->tcp_up == 0 (Michael O'Reilly).
296 - Fixed storeGetNextFile's incorrect "directory does not exist"
297 errors (Michael O'Reilly).
298 - Fixed aiops.c race condition (Michael O'Reilly, Stewart
299 Forster).
300 - Added 'dns_nameservers' config option to specify non-default
301 DNS nameserver addresses (Maxim Krasnyansky).
302 - Added lib/util.c code to show memory map as a tree
303 (Henrik Nordstrom).
304 - Added HTTP and ICP median service times to Counters and
305 cachemgr average stats.
306 - Changed "-d" command line option to take debugging level
307 as argument. Debugging equal-to or less-than the argument
308 will be written to stderr.
ef65d6ca 309 - Removed unused urlClean() function from url.c.
adba4a64 310 - Fixed a bug that allowed '?' parts of urls to be recorded in
ef65d6ca 311 store.log. Logged urls are now "clean".
178dbda2 312 - Cache Manager got new Web interface (cachemgr.cgi). New .cgi
313 script forwards basic authentication from browser to squid.
314 Authentication info is encoded within all dynamically generated
315 pages so you do not have to type your password often.
316 Authentication records expire after 3 hours (default) since
317 last use. Cachemgr.cgi now recognizes "action protection" types
318 described below.
319 - Added better recognition of available protection for actions
320 in Cache Manager. Actions are classified as "public" (no
321 password needed), "protected" (must specify a valid password),
322 "disabled" (those with a "disable" password in squid.conf), and
323 "hidden" (actions that require a password, but do not have
324 corresponding cachemgr_passwd entry). If you manage to request
325 a hidden, disabled, or unknown action, squid replies with
326 "Invalid URL" message. If a password is needed, and you failed
327 to provide one, squid replies with "Access Denied" message and
328 asks you to authenticate yourself.
329 - Added "basic" authentication scheme for the Cache Manager.
330 When a password protected function is accessed, Squid sends an
331 HTTP_UNAUTHORIZED reply allowing the client to authorize itself
332 by specifying "name" and "password" for the specified action.
333 The user name is currently used for logging purposes only. The
334 password must be an appropriate "cachemgr_passwd" entry from
335 squid.conf. The old interface (appending @password to the url)
336 is still supported but discouraged. Note: it is not possible
337 to pass authentication information between squid and browser
338 *via a web server*. The server will strip all authentication
339 headers coming from the browser. A similar problem exists for
340 Proxy-Authentication scheme.
341 - Added ERR_CACHE_MGR_ACCESS_DENIED page to notify of
342 authentication failures when accessing Cache Manager.
63259c34 343 - Added "-v" (Verbose) and "-H" (extra Headers) options to client.c.
178dbda2 344 - Added simple context-based debugging to debug.c. Currently,
345 the context is defined as a constant string. Context reporting
346 is triggered by debug() calls. Context debugging routines
347 print minimal amount of information sufficient to describe
348 current context. The interface will be enhanced in the future.
349 - Replaced _http_reply with HttpReply. HttpReply is a
350 stand-alone object that is responsible for parsing, swapping,
351 and comm_writing of HTTP replies. Moved these functions from
352 various modules into HttpReply module.
8bfcd557 353 - Added HttpStatusLine, HttpHeader, HttpBody.
178dbda2 354 - All HTTP headers are now parsed and stored in a "compiled"
355 form in the HttpHeader object. This allows for a great
356 flexibility in header processing and builds basis for support
357 of yet unsupported HTTP headers.
358 - Added Packer, a memory/store redirector with a printf
359 interface. Packer allows to comm_write() or swap() an object
360 using a single routine.
361 - Added MemBuf, a auto-growing memory buffer with printf
362 capabilities. MemBuf replaces most of old local buffers for
363 compiling text messages.
364 - Added MemPool that maintains a pre-allocated pool of opaque
365 objects. Used to eliminate memory thrashing when allocating
366 small objects (e.g. field-names and field-value in http
367 headers).
8bfcd557 368
3197e644 369Changes to squid-1.2.beta15 (Feb 13, 1998):
370
55647891 371 NOTE: This version has changes which may cause all or part
372 of your cache to be lost. However, you can problably
373 save most of it by doing a slow restart. Specifically:
374
375 1. Kill the running squid-1.2.beta14 process; wait for it to
376 fully exit.
377 2. Remove all 'swap.state*' files, either in each cache_dir, or
378 as defined in your squid.conf
379 3. Start squid-1.2.beta15. The store will be rebuilt from the
380 existing swap files, reading the directories and opening
381 the files.
382
bcfbdc11 383 - Fixed some problems related to disk (and pipe) write error
384 handling. file_close() doesn't always close the file
385 immediately; i.e. when there are pending buffers to write.
386 StoreEntry->lock_count could become zero while a write is
387 pending, then bad things happen during the callback.
388 - The file_write() callback data must now be in the callback
389 database (cbdata). We now use the swapout_ctrl_t structure
390 for the callback data; it stays around for as long as we are
391 swapping out.
392 - Changed the way write errors are handled by diskHandleWrite.
393 If there is no callback function, now we exit with a fatal
394 message under the assumption that the file in question is a
395 log file or IPC pipe. Otherwise, we flush all the pending
396 write buffers (so we don't see multiple repeated write errors
397 from the same descriptor) and let the upper layer decide how
398 to handle the failure.
399 - Fixed storeDirWriteCleanLogs. A write failure was leaving
400 some empty swap.state files, even though it tells us that its
401 "not replacing the file." Don't flush/rename logs which we
402 have prematurely closed due to write failures, indiciated by
403 fd[dirn] == -1. Close these files LAST, not before
404 renaming.
405 - Fixed storeDirClean to clean directories in a more sensible
406 order, instead of the new "MONOTONIC" order for swap files.
0465e406 407 - Merged fdstat.c functions into fd.c.
408 - Cleaned up some debugging sections. Some unrelated source
409 files were using the same section.
410 - Removed curly brackets from all cachemgr output.
411 - Removed unused filemap->last_file_number_allocated member.
412 - Removed unused fde->lifetime_data member.
413 - Fixed incorrectly applying htonl() on icp_common_t->shostid.
414 - Call setsid() before exec() in ipc.c so that child processes
415 don't receive SIGINT (etc) when running squid on a tty.
2f2dd5ad 416 - Changed StoreEntry->object_len to ->swap_file_sz so we
417 can verify the disk file size at restart. Moved object_len
418 to MemObject->object_sz. Note object_sz is initialized
419 to -1. If object_sz < 0, then we need to open the swap
420 file and read the swap metadata.
421 - Changed store_client->mem to ->entry because we need
422 e->swap_file_sz to set mem->object_sz at swapin.
2f2dd5ad 423 - Renamed storeSwapData structure to storeSwapLogData.
424 - Fixed storeGetNextFile to not increment d->dirn. Added
425 check for opendir() failure.
426 - Fixed storeRebuildStart to properly link the directory
427 list for storeRebuildfromDirectory mode.
e157f97f 428 - Added -S command line option to double-check store
429 consistency with disk files in storeCleanup().
430 - Fixed a problem with transactional logging. In many
431 cases we were adding the public cache key and then
432 logging a delete for the private key. This is worthless
433 because during rebuild we could not locate the previous
434 public-keyed entry. Now we assert that only public-keyed
435 entries can be logged to swap.state. storeSetPublicKey()
436 and storeSetPrivateKey() have been modified to log an
437 ADD or DEL when the key changes.
438 - Fixed storeDirClean bug. Needed to call
439 storeDirProperFileno() so the "dirn bits" get set.
440 - Fixed a storeRebuildFromDirectory bug. fullpath[] and
441 fullfilename[] were static to that function and did
442 not change when the "rebuild_dir" arg did. Moved these
443 buffers to the rebuild_dir structure.
444 - In storeRebuildFromSwapLog, we were calling storeRelease()
445 for cache key collisions. This only set the RELEASE_REQUEST
446 bit and did not clear the swap_file_number in the filemap or
447 in the StoreEntry, so the swap file could get unlinked later
448 when it was really released.
4e0f0471 449 - Fixed FTP so that ';type=X' specifically sets the HTTP reply
450 content-type and content-encoding (Henrik Nordstrom).
451 - Removed 'icon_content_type' configuration option. Content
452 types now taken from mime.conf (Henrik Nordstrom).
2a9b2b73 453 - Added additional memory malloc tracing and memory leak
454 detection. Use --enable-xmalloc-debug-trace configure
455 option and -m command line option (Henrik Nordstrom).
bcfbdc11 456
93169941 457Changes to squid-1.2.beta14 (Feb 6, 1998):
458
5471db88 459 - Replaced snmplib free() calls with xfree().
460 - Changed the 'net_db_name' hash table structure to
461 make it easier to move names from one network to another
462 (copied from 1.1 code).
93169941 463 - Filled in some of the config dump routines (dump_acl,
464 dump_acl_access).
465 - Full memory debugging option (--enable-xmalloc-debug-trace)
466 (Henrik Nordstrom).
467 - Filled-in and clarified many squid.conf comments (Oskar
468 Pearson).
469 - Fixed up handling of SWAP_LOG_DEL swap.state entries.
5471db88 470
f91834bf 471Changes to squid-1.2.beta13 (Feb 4, 1998):
f577e074 472
b4512acd 473 - NOTE: With this version the "swap.state" file format has
474 changed. Running this version for the first time will
475 cause your current cache contents to be lost!
f91834bf 476 - NOTE: this version still has the bug where we don't rewind
477 a swapout file and rewrite the swap meta data. Objects
478 larger than 8KB will be lost when rebuilding from the swap
479 files.
d04dd4bf 480 - Combined various interprocess communication setup functions
481 into ipcCreate().
482 - Removed some leftover ICP_HIT_OBJ things.
483 - Removed cacheinfo and proto_count() and friends; these are to
484 be replaced in functionality by StatCounters and 5/60 minute
485 average views via cachemgr.
486 - Fixed --enable-acltree configure message (Masashi Fujita).
487 - Fixed no reference to @LIB_MALLOC@ in src/Makefile.in
488 (Masashi Fujita).
489 - Fixed building outside of source tree (Masashi Fujita).
dbfed404 490 - FTP: Format NLST listings, and inform the user that the NLST
491 (plain) format is available when we find a LIST listing that we
492 don't understand (Henrik Nordstrom)
493 - FTP: Use SIZE on Binary transfers, and not ASCII. The
494 condition was inversed, making squid use SIZE on ASCII
495 transfers (Henrik Nordstrom).
496 - Enable virtual and Host: based acceleration in order to be
497 able to use Squid as a transparent proxy without breaking
498 either virtual servers or clients not sending Host: header
499 the order of the virtual and Host: based acceleration needs
500 to be swapped, giving Host: a higher precendence than virtual
501 host (Henrik Nordstrom).
502 - Use memmove/bcopy as detected by configure Some systems does
503 not have memmove, but have the older bcopy implementation
504 (Henrik Nordstrom).
6cf028ab 505 - Completely rewritten aiops.c that creates and manages a pool
506 of threads so thread creation overhead is eliminated (SLF).
507 - Lots of mods to store.c to detect and cancel outstanding
508 ASYNC ops. Code is not proven exhaustive and there are
509 definately still cases to be found where outstanding disk ops
510 aren't cancelled properly (SLF).
511 - Changes to call interface to a few routines to support disk
512 op `tagging', so operations can be cleanly cancelled on
513 store_abort()s (SLF).
514 - Implementation of swap.state files as transaction logs.
515 Removed objects are now noted with a negative object size.
516 This allows reliatively clean rebuilds from non-clean
517 shutdowns (SLF).
518 - Now that the swap.state files are transaction logs, there's
519 now no need to validate by stat()ing. All the validation
520 procedure does is now just set the valid bit AFTER all the
521 swap.state files have been read, because by that time, only
522 valid objects can be left. Object still need to be marked
523 invalid when reading the swap.state file because there's no
524 guarantee the file has been retaken or deleted (SLF).
525 - An fstat() call is now added after every
526 storeSwapInFileOpened() so object sizes can be checked. Added
527 code to storeRelease() the object if the sizes don't match (SLF).
528 - #defining USE_ASYNC_IO now uses the async unlink() rather than
529 unlinkd() (SLF).
530 - #defining MONOTONIC_STORE will support the creation of disk
531 objects clustered into directories. This GREATLY improves disk
532 performance (factor of 3) over old `write-over-old-object'
533 method. If using the MONOTONIC_STORE, the
534 {get/put}_unusedFileno stack stuff is disabled. This is
535 actually a good thing and greatly reduces the risk of serving
536 up bad objects (SLF).
537 - Fixed unlink() in storeWriteCleanLogs to be real unlink()
538 rather than ASYNC/unlinkd unlinks. swap.state.new files were
539 being removed just after they were created due to delayed
540 unlinks (SLF).
541 - Disabled various assertions and made these into debug warning
542 messages to make the code more stable until the bugs can be
543 tracked down (SLF).
544 - Added most of Michael O'Reilly's patches which included many
545 bug fixes. Ask him for full details (SLF).
546 - Moved aio_check_callbacks in comm_{poll|select}(). It was
547 called after the fdset had been built which was wrong because
548 the callbacks were changing the state of the read/write
549 handlers prior to the poll/select() calls (SLF).
f09f5b26 550 - Fixed ARP ACL memory leaks (Dale).
f577e074 551 - Eliminated URL and SHA cache keys. Cache keys will always
552 be MD5's now.
553 - Fixed up store swap meta data.
554 - Changed swap.state logs to a binary format.
f91834bf 555 - The swap.state logs are written transaction-style.
d04dd4bf 556
b5cfbd5b 557Changes to squid-1.2.beta12 (Jan 30, 1998):
558
b4512acd 559 - Added metadata headers to cache swap files. This is an
560 incompatible change with previous versions. Running this
561 version for the first time will cause your current cache
562 contents to be lost.
9fc0b4b8 563 - -D_REENTRANT when linking with -lpthreads (Henrik Nordstrom)
564 - Show symlink destinations as a hyperlink in FTP listings
565 (Henrik Nordstrom)
3a4eaced 566 - Fixed not allocating enough space for rewriting URLs with
567 the Host: header (Eric Stern).
568 - Year-2000 fixes (Arjan de Vet).
569 - Fixed looping for cache hits on HEAD requests.
fc6dc767 570 - Fixed parseHttpRequest() coredump for
571 "GET http://foo HTTP/1.0\r\n\r\n\r\n"
9fc0b4b8 572
9f802cb1 573Changes to squid-1.2.beta11 (Jan 6, 1998):
574
fd82d0b0 575 - Fixed fake 'struct rusage' definition which prevented compling
576 on Solaris 2.4.
577 - Fixed copy-by-ref bug for request->headers in
578 clientRedirectDone() (Michael O'Reilly).
812db943 579 - Workaround for Solaris pthreads closing FD 0 upon fork()
580 (Michael O'Reilly).
05fd71a7 581 - Fixed shutdown bug with outgoing UDP sockets; we need to
582 disable their read handlers.
583 - For comm_poll(), use the fast 50 msec timeout only when
584 USE_ASYNC_IO is defined.
1fbc6de3 585 - Fixed pointer bug when freeing AS# ACL entries.
586 - Fixed forgetting to reset Config.npeers to zero in free_peer().
0f6bdbfa 587 - Fixed ICP bug causing excessive TIMEOUTs with sibling
588 neighbors. We must call the ICP reply callback even for
589 sibling misses.
590 - Fixed some dnsserver-related reconfigure bugs. Need to
591 use cbdataLock, etc in fqdncache.c. Also don't want to
592 use ipcacheQueueDrain() and fqdncacheQueueDrain().
593 - Fixed persistent connection bug. We were incorrectly
594 deciding that non-200 replies without content-length
595 would not have a reply body.
596 - Fixed intAverage() precedence bug.
597 - Fixed memmove() 'len' arg bug.
598 - Changed algorithm for determining alive/dead state of peers.
599 Instead of using a fixed number of unacknowledged ICP
600 replies, it is now based on timeouts. If there are no ICP
601 replies received from a peer within 'dead_peer_timeout'
602 seconds, then we call it dead.
603 - Added calls to getCurrentTime() in
604 comm_{select,poll}_incoming() when ALARM_UPDATES_TIME is not
605 being used.
606 - Fixed shutdown bug when the incoming and outgoing ICP socket
607 is the same file descriptor.
e970f357 608 - Added buffered writes for storeWriteCleanLogs() (Stewart
609 Forster).
610 - Patches for Qnx4 (Jean-Claude MICHOT).
611 - Fixed returning void functions which seems to be a GCC-ism.
e5f4e1b0 612 - New configure script options (Henrik Nordstrom):
613 --enable-new-storekey=[sha|md5(|url)] (was --enable-hashkey)
614 --enable-acltree
615 --enable-icmp
616 --enable-delay-hack
617 --enable-useragent-log
618 --enable-kill-parent (this should be named -hack)
619 --enable-snmp
620 --enable-time-hack
621 --enable-cachemgr-hostname[=hostname] (new)
622 --enable-arp-acl (new)
623 - Added Doug Lea malloc-2.6.4 to the distribution, so that
624 people easily can try a decent malloc package if they syspect
625 their malloc is broken. --enable-dlmalloc (Henrik Nordstrom).
626 - Made XMALLOC_DEBUG_COUNT working again. Requires a small stub
627 function (Henrik Nordstrom).
628 - Removed top-level Makefile. People must now run 'configure'
629 before 'make'.
714ace98 630 - Fixed checkFailureRatio() implementation.
82b3c7d9 631 - Made 'squid -z' behave like the 1.1 version.
e5f4e1b0 632
fd82d0b0 633
ab9a3f7e 634Changes to squid-1.2.beta10 (Jan 1, 1998):
635
636 - Fixed content-length bugs for 204 replies, 304 replies,
637 and HEAD requests (Henrik Nordstrom).
638 - Fixed errorAppendEntry() bug in gopherReadReply().
639 - Basic support for FTP URL typecodes (;type=X).
9c965c1b 640 - Support for access controls based on ethernet MAC addresses
ab9a3f7e 641 (Dale).
642 - Initial URN support; see
643 http://squid.nlanr.net/Squid/urn-support.html
644 - Fixed client-side persistent connections for objects with
645 bad content lengths (Henrik Nordstrom).
646 - Fixed bad call to storeDirUpdateSwapSize() for objects which
647 never reach SWAPOUT_DONE state.
68e3a9df 648 - Fixed up poll() #defines in squid.h (Stewart Forster).
649 - Changed poll() timeout from 1000 msec to 50 msec for
650 better performance under low load (Stewart Forster).
e7a1fde6 651 - Changed storeWriteCleanLogs() to write objects in the LRU
652 list order instead of the random hash table order.
109ff6af 653 - Fixed FTP bug when data socket connections fail or timeout.
654 - Reuse FTP data connection when possible (Henrik Nordstrom).
655 - Added configure options (Henrik Nordstrom)
656 --enable-store-key=sha|md5
657 --enable-xmalloc-statistics
658 --enable-xmalloc-debug
78743365 659 --enable-xmalloc-debug-count
660 --async-io
109203bf 661 - Fixed confusing with the use/meaning of ERR_CANNOT_FORWARD
662 by creating ERR_FORWARDING_DENIED and changing the
663 content of the ERR_CANNOT_FORWARD text.
4e9c07c1 664 - Fixed pipeline request bug from using strdup() (Henrik
665 Nordstrom).
666 - Call clientReadRequest() directly instead of commSetSelect()
667 for pipelined requests (Henrik Nordstrom).
1b02b5be 668 - Fixed 4k page leak in icpHandleIMSReply();
669 - Renamed 'icp*' functions to 'client*' names in client_side.c.
e7a1fde6 670
b90a0f8d 671Changes to squid-1.2.beta8 (Dec 2, 1997):
672
eae03fc8 673 - Fixed accessLogLog() to log ident from Proxy-Authorization
674 request header (BoB Miorelli).
226f9ba2 675 - Fixed #includes, prototypes, etc. in SNMP source files.
676 - Moved 'POLLRDNORM' and 'POLLWRNORM' macro checks from
677 include/config.h.in to src/squid.h
678 - Moved 'num32' typedefs from src/typedefs.h to
679 include/config.h.in.
680 - Moved snmplib/md5.c to lib/md5.c.
681 - Added MD5 cache key support.
682 - Removed xmalloc() return check in uudeocde.c
683 - Added 'ifdef' support to cf_gen.c for optional code (e.g. SNMP)
684 - Changed 'client' program to provide easier cache manager access,
685 e.g.: 'client mgr:info'
686 - Fixed 'client' to send 'Connection' instead of 'Proxy-Connection'
687 for simulated keep-alive requests.
688 - Removed 'fd' arg from clientProcess* functions.
9e3468d5 689 - Fixed bugs from using errorSend() on persistent/pipelined
226f9ba2 690 client connections. A latter request should not be allowed to
691 write to the client fd until the current request completes.
692 Now use errorAppendEntry() for such situations.
693 - Fixed content-length bugs. We were using content-length == 0
694 to also indicate a lack of content-length reply header. But
695 'content-length: 0' might appear in a reply, so now use -1 to
696 indicate that no content length given.
697 - Split up clientProcessRequest() into smaller chunks so it
698 might be easier to follow.
699 - renamed various client_side.c functions to start with 'client'
700 instead of 'icp'.
701 - Fixed a 'cbdata leak' from the comm.c close handlers.
702 - Fixed a 'cbdata leak' from the comm.c connect routines.
703 - Fixed comm_select() and comm_poll() to stop looping on the
704 incoming HTTP/ICP sockets. If there are fewer than 7 FD's
705 ready for I/O, the incoming sockets might not get service, so
706 comm_select() would be called for up to 7 times until the
707 'incoming_counter' was incremented enough to trigger a call
708 to comm_select_incoming(). Now we make sure
709 comm_select_incoming() gets called if select returns less
710 than 7 ready FD's.
9e3468d5 711 - Added errorpage '%B' token to generate FTP URLs with a '%2f'
712 inserted at the start of the url-path. calls ftpUrlWith2f().
713 (Henrik Nordstrom).
226f9ba2 714 - Changed fqdncache.c to use LRU double-linked list instead of qsort()
715 for replacement and cachemgr output.
716 - Changed ipcache.c to use LRU double-linked list instead of qsort()
717 - Changed hash_insert() and hash_join() to return void.
718 for replacement and cachemgr output.
719 - Moved StoreEntry->method member to MemObject->method.
720 - Made StoreEntry->flags 16 bits.
721 - Made StoreEntry->refcount 16 bits.
722 - Changed URL-based public cache key to always include the request
723 method.
eae03fc8 724
95bc9f0b 725Changes to squid-1.2.beta7 (Nov 24, 1997):
726
6a11653c 727 - Fixed poll() for Linux (David Luyer).
728 - SHA optimizations (David Luyer).
729 - Fixed errno clashes with macro on Linux (David Luyer).
730 - Fixed storeDirCloseSwapLogs(); logs might not be open.
731 - Fixed storeClientCopy2() bug. Detect when there is
732 no more data to send for objects in STORE_OK state.
19ee64b1 733 - Fixed FTP truncation bug when ftpState->size == 0, e.g.
734 especially directory listings.
95bc9f0b 735 - Mega FTP fix from Henrik Nordstrom. A better job of
736 implementing the '%2f' hack.
737 - Fixed some pipelined request bugs. storeClientCopy() was
738 being given the wrong StoreEntry, and we had a race condition
739 which is now handled by storeClientCopyPending().
99077fe6 740 - Added initial SNMP support.
6a11653c 741
2c9b45c9 742Changes to squid-1.2.beta6 (Nov 13, 1997):
743
1b5516d3 744 - Fixed Authorized responses getting swapped out when they
745 don't have Proxy-Revalidate reply header.
746 - Fixed Proxy Authentication support. We never sent back
747 a 407 reply, and were incorrectly incrementing the passwd
748 before comparing it.
749 - Fixed stat()ing pathnames for default values before parsing
750 config file (Ron Gomes).
751 - Fixed logging request and response headers on separate lines
752 (Ron Gomes).
753 - Fixed FTP Authentication message (Henrik Nordstrom).
754 - Changed Proxy Authentication to trigger a reread of the passwd
755 file if a password check fails (Henrik Nordstrom).
756 - Changed FTP to retry the first CWD with a leading slash if it
757 fails without one.
758
8c17a569 759Changes to squid-1.2.beta5 (Nov 6, 1997):
760
90045285 761 - Track the 'keep-alive ratio' for a peer as the ratio of
762 the number of replies including 'Proxy-Connection: Keep-Alive'
763 compared to the number of requests sent. If the peer does
764 not support Persistent connections then this ratio will tend
765 toward zero. If the ratio is less than 50% after 10 requests
766 then we'll stop sending Keep-Alive.
8c3994aa 767 - Proper support for %nn escapes in FTP, and numerous
768 other fixes (Henrik Nordstrom).
769 - Support for Secure Hash Algorithm and framework for other
770 hash functions as cache keys.
771 - Fixed SSL snprintf() bug which broke SSL proxying.
772 - Fixed store_dir swap log bug from reconfigure (SIGHUP).
8c17a569 773 - Fixed LRU Reference Age bug. The arg to pow() must be
8031bd43 774 minutes, not seconds.
90045285 775
9ddfb255 776Changes to squid-1.2.beta4 (Oct 30, 1997):
777
a493f974 778 - Fixed DST bug in rfc1123.c
779 - Changed default http_accel_port to 80.
780 - added errorCon() as a ErrorState constructor function
781 (Max Okumoto).
782 - Added ERR_FTP_FAILURE message for ftpFail().
783 - For FTP, the timeout callback must be moved to the 'data'
784 descriptor when data transfer begins. Otherwise we are
785 likely to get a timeout on the control descriptor.
786 - Fixed double-free bug in httpRequestFree().
787 - Fixed store_swap_size counting bug in storeSwapOutHandle().
788
409a6aad 789Changes to squid-1.2.beta3 (Oct 29, 1997):
790
791 - Initialize _res.options to RES_DEFAULT in dnsserver.c.
792 - Fix assertions which assumed 4-byte pointers.
793 - Fix missing % in fqdncache.c snprintf().
794
5a2d610b 795Changes to squid-1.2.beta2 (Oct 28, 1997):
796
8c3994aa 797 - Fixed aiops.c and async_io.c so that they actually compile
f5b8bbc4 798 with USE_ASYNC_IO (Arjan de Vet).
799 - Fixed errState->errno causing problems with some macros
800 (Michael O'Reilly).
d287f51e 801 - Fixed memory leaks in pconn.c (Max Okumoto).
0866009b 802 - Enhanced 'client' program with 'ping' behaviour (Ron Gomes).
272547b5 803 - Fixed InvokeHandlers() from calling memCopy() for ALL
804 store_client's with callbacks. A store_client might be reading
805 from disk.
5a2d610b 806 - Rewrote storeMaintainSwapSpace(). No longer will we scan one
272547b5 807 bucket at a time. Instead we'll maintain a single LRU
808 list. When an object is 'touched' we move it to the
809 top of this list. When we need disk space, we delete
810 from the bottom.
5a2d610b 811 - Removed storeGetSwapSpace().
f5b8bbc4 812
871f0b8a 813Changes to squid-1.2.beta1 ():
814
815 - Reworked storage manager to not keep objects in memory during
816 transit. In other words, no separate NOVM distribution.
817 - Lots of cleanup and debugging for beta release.
818 - Use snprintf() everywhere instead of sprintf().
819 - The 'in_memory' hash table has been replaced with a
820 doubly-linked list. New objects are added to the head of
821 the list. When memory space is needed, old objects are
822 purged from the tail of the list.
823
0edfe7a2 824Changes to squid-1.2.alpha7 ():
825
c4958532 826 - fixes fixes fixes.
827 - Made Arjan's PROXY_AUTH ACL patch standard.
0edfe7a2 828
8905b90c 829Changes to squid-1.2.alpha6 ():
830
6684fec0 831 - Simpler cacheobj implementation.
6605655c 832 - persistent connection histogram
8872e1f8 833 - SERVER-SIDE PERSISTENT CONNECTIONS:
834 - Added pconn.c
835 - Addec Cofig.Timeout.pconn; default 120 seconds
836 - Added httpState->flags
837 - Added flags arg to httpBuildRequestHeader()
838 - Added HTTP_PROXYING and HTTP_KEEPALIVE flags
839 - Added 'Connection' to allowed HTTP headers (http-anon.c)
840 - Added 'Proxy-Connection' to allowed HTTP headers
841 (http-anon.c)
a7736231 842 - Merged proxyhttpStart() with httpStart() and created
8872e1f8 843 new httpBuildState().
844 - New httpPconnTransferDone() detects end-of-data on
845 persistent connections.
6684fec0 846
88738790 847Changes to squid-1.2.alpha5 ():
848
849 - New configuration system. Everything is generated from
850 'cf.data.pre', including the main parser, setting defaults,
851 outputting current values, and freeing memory.
852 This also involved moving some of the local data structures
853 (e.g. struct _acl *AclList in acl.c) to the Config
854 structure. (Max Okumoto)
855 - No more '/i' for regular expressions. Now insert a '-i'
856 to switch to case-insensitive. Use '+i' for case-sensitive.
857 - When you have a variable named the same as its type, sizeof()
858 gets the wrong one (fde).
859 - Need to flush unbuffered logs before fork().
860 - Added two fields swap log: refcount and e->flag.
861 - Removed all the .h files for each .c file. Now #include stuff
862 is in either: defines.h, enums.h, typedefs.h, structs.h,
863 or protos.h, globals.h. This greatly reduces dependencies
864 between the various source files.
865 - globals.c is generated from globals.h by a Perl script.
8ee3ca2c 866 - Started customizable error texts.
88738790 867
97f674c8 868Changes to squid-1.2.alpha4 ():
869
ec973719 870 - New MIME configuration, regular expression based
871 - Added request_timeout config option
872 - Multiple HTTP sockets (Lincoln Dale).
873 - Moved 'fds_are_n_free' check to httpAccept().
874 - s/USE_POLL/HAVE_POLL/; make poll() default if available.
7e49f700 875 - Changed storeRegister to use offsets and make immediate
876 callbacks if appropriate.
877 - Removed icpDetectClientClose(). Some of that functionality
878 goes into clientReadRequest() and the rest into
879 httpRequestFree().
b1b387d1 880 - Moved IP lookups to commConnect stuff.
881 - Added support for retrying connect().
858164fc 882 - New inline debug() macro (David Luyer).
e174e0fe 883 - Replace frequent gettimeofday() calls with alarm(3) based
884 clock. Need to add more gettimeofday() calls to get back
a59968c7 885 high-resolution timestamp logging (Andres Kroonmaa).
0153d498 886 - Added support for Cache-control: proxy-revalidate;
887 based on squid-1.1 patch from Mike Mitchell.
ec973719 888
3b08d32d 889Changes to squid-1.2.alpha3 ():
890
891 - Implemented persistent connections between clients and squid.
892 - Moved various FD tables (comm.c, fdstat.c, disk.c) to a single
893 table in fd.c.
894 - Removed use of FD as an identifier in certain callback
895 operations (ipcache, fqdncache).
896 - General code cleanup.
897 - Fixed typedefs for callback functions.
898 - Removed FD lifetime/timeout dichotomy. Now we only have
899 timeouts, however the lifetime concept/keyword may still
900 linger in certain places.
901 - Change Makefile 'realclean' target to 'distclean'
902 - Changed config file parsing of time specifications to use
903 parseTimeLine().
904 - Removed storetoString.c
905
906Changes to squid-1.2.alpha2 ():
74cebec0 907
908 - Merged squid-1.1.9, squid-1.1.10 changes
909
7b41ec97 910Changes to squid-1.2.alpha1 ():
911
912 - Unified peer selection algorithm.
75e88d56 913 - aiops.c and aiops.h are a threaded implementation of
914 asynchronous file operations (Stewart Forster).
915 - async_io.c and async_io.h are complete rewrites of the old
916 versions (Stewart Forster).
6ad85e8a 917 - Rewrote all disk file operations of squid to support
75e88d56 918 the idea of callbacks except where not required (Stewart
919 Forster).
75e88d56 920 - Background validation of 'tainted' swap log entries (Stewart
921 Forster).
922 - Modified storeWriteCleanLog to create the log file using the
923 open/write rather than fopen/printf (Stewart Forster).
924 - Added the EINTR error response to handle badly interrupted
925 system calls (Stewart Forster).
6ad85e8a 926 - UDP_HIT_OBJ not supported, removed.
927 - Different sized 'cache_dirs' supported.
75e88d56 928
e924600d 929==============================================================================
7b41ec97 930
88738790 931Changes to squid-1.1.14 (July 11, 1997):
932
933 - Another try at log_url crap. Added icpState->log_url
934 member. Set mem_obj->log_url in new_MemObject() which
935 means passing more args to storeCreateEntry(). Also added
936 urlClean() which calls urlParse(); needed for ICP logging.
937 - Clean URLs will be truncated at '?' if present.
938 - Give fd_note() the clean URL.
939
940Changes to squid-1.1.13 (July 9, 1997):
941
942 - Fixed storeLog() coredump on mem->log_url.
943 - Fixed string bounds bug if a redirector returns a short
944 hostname which require appending 'append_domain' (David
945 Lamkin).
946 - Added 'fake_user_agent' to configuration because HTTP
947 anonymizing strips the User-Agent which some servers require.
948
949Changes to squid-1.1.12 (July 5, 1997):
950
951 - Fixed dnsserver buffer overflow bug and other problems related
952 to long, bogus domain names.
953 - Fixed occasional incorrect ERR_DNS_FAIL errors caused when
954 an IP cache entry gets released about the same time an
955 ICP query timeout occurs.
956 - Fixed setrlimit() bugs seen on DUNIX 4.0; rl.rlim_max == 0.
957 - Only strip 'Proxy-authorization' header when USE_PROXY_AUTH
958 is defined and proxy_auth is configured (Ron Gomes).
959 - Added missing calls to reset socket timeouts for SSL
960 and passthrough requests.
961 - Fixed "Available number of file descriptors" value in
962 cachemgr info output.
963 - Fixed coredump in proxyAuthenticate() if password file
964 has an entry with only a user name (Jordan Hrycaj).
965 - Security patch for usernames and passwords in URLs.
966 + ftpget would insert a BASE URL including the username and
967 password for directory listings IF the original request did
968 NOT include the the trailing slash. This could be disabled
969 with a command line option, but is enabled by default. Now
970 its #ifdefd out.
971 + Usernames and passwords could be logged to access.log and
972 store.log. Now a new element,
973 StoreEntry->MemObject->log_url, holds a copy of the requested
974 URL without the name and password. This isn't 100% fixed yet
975 because log_url gets generated when the StoreEntry gets
976 created. If the StoreEntry never gets created, then the URL
977 with name and password will get logged. Also, the name and
978 password are not stripped from ICP requests. Also, this
979 changes store.log. Previously we logged StoreEntry->key
980 which would look different than the URL for private entries,
981 but now we'll always log the URL.
982 + Finally, we now set REQ_AUTH for any request that includes a
983 name or password. This prevents the request from being
984 cached (!) and prevents it from being sent to neighbor
985 caches. In other words, its treated just as if an
986 Authorization request header were present.
987 - Fixed Byte-Range handling so that valid, whole objects
988 are not released.
989
990Changes to squid-1.1.11 (June 14, 1997):
991
992 - Clean up NeXTStep compiler warnings (Karsten Heinze, Ed Knowles).
993 - Don't forward 'Proxy-Authorization' headers (Chris Pascoe).
994 - Fixed up Host: header parsing (Henrik Nordstrom).
995 - Changed DefaultObjectsPerBucket to 20 in cache_cf.c.
996 - Fixed parsePathname() bug for magic word "none".
997 - Fixed ipcache_release to rename entries which get stuck with locks.
998 - Fixed "eventDelete(peerCheckConnect, e);" bug when the DNS lookup
999 is pending.
1000 - Add sys/types.h to lib/safe_inet_addr.c for NeXTSTEP (Timo
1001 Hennerich).
1002 - Fixed cur_len decrement bug in diskHandleRead()
1003 (Michael O'Reilly).
1004 - Added contrib/rredir.pl from Peter Eisenhauer.
1005 - Always forward requests with 'Byte-Range' headers (Ron Gomes).
1006 - Fixed StoreEntry client offset bug which could trigger a
1007 fatal_dump().
1008 - Fixed noticing that dnsservers have shut down during restart.
1009 - Added contrib/nextstep installer package from Gerben Wierda.
1010 - Modified storeDirClean() to remove swap files where the
1011 number is being used, but the file is in the wrong directory.
1012 - Allow PURGE method on all protocols.
1013 - Added 'icp_hit_stale' option.
1014 - Fixed proxy auth refresh bug (Chris Pascoe).
1015 - Don't check for other filename extensions if an FTP URL
1016 ends with .txt (Ed Knowles).
1017 - Relocated ERR_NO_CLIENT_BIG_OBJ check to eliminate incorrect
1018 (but harmless) error message.
1019
6ad85e8a 1020Changes to squid-1.1.10 (April 24, 1997):
1021
1022 - Require 0 <= multicast ttl <= 128.
1023 - Changed 'unsigned int inaddr_none' to 'struct in_addr no_addr'.
1024 - Added debug_trap() if unlocking a StoreEntry which still
1025 has registered clients.
1026 - Added missing storeUnregister() calls.
1027 - Fixed storeClientListAdd() bug of adding same FD twice.
1028 - Fixed reconfigure/SIGHUP to wait 'shutdown_lifetime' seconds
1029 after receiving signal (Ron Gomes).
1030 - Added missing commSetSelect() in icpDetectClientClose()
1031 (Mark Treacy).
1032 - Fixed multicast group member counting bug with fake
1033 StoreEntry's.
1034 - Only enable ICP_FLAG_SRC_RTT if the peer is ICP_VERSION_2.
1035 - Fixed compiling unlinkd in a separate directory (Assar Westerlund).
1036 - Fixed comm_select_incoming SEGV for poll() version when using
1037 udp_{incoming,outgoing}_address (Mark Treacy).
1038 - Fixed some SIGHUP related memory problems with redirectors,
1039 ipcache, and fqdncache, and peerCountMcastPeers*().
1040 - Make the unlinkd and pinger programs configurable (Ron Gomes,
1041 Neil Murray).
1042 - Add handshake to unlinkd program (Ron Gomes).
1043 - Exit if a configured program doesn't exist (Neil Murray).
1044 - Abort if unlinkd fails to start (Ron Gomes).
1045 - Added -m option to ftpget for defining default MIME type.
1046 (Neil Murray).
1047 - Optimized comm_select() functions (Mark Treacy).
1048 - Fixed ipcache_release() to not release locked entries;
1049 instead expire them immediately.
1050 - Fixed up rebuild code to handle swapfile/URL clash
1051 cases better.
1052 - Added safe_inet_addr() to protect from bogus IP addresses
1053 (Arjan de Vet).
1054 - Fixed handling of ssl_proxy and passthrough_proxy when not
1055 behind a firewall.
1056
1057
1058Changes to squid-1.1.9 (March 30, 1997):
1059
1060 - Fixed aclIpNetworkCompare for USE_SPLAY_TREE; was applying
1061 netmask to non-local variable through pointer. (Ansgar
1062 Hockmann).
1063 - Fixed cachemgr bug incorrectly assigning connect() return
1064 value (Nigel Metheringham).
1065 - Fixed diskHandleWrite bug: not setting write_daemon = PRESENT.
1066 - Fixed situation where all requests would be handled by
1067 "single parent" and other peers would never be queried
1068 again.
1069 - Fixed ftpget bug causing program to continue after printing
1070 usage.
1071 - Changed 'reference_age' to be the maximum for the dynamcially
1072 computed value (Mark Treacy).
1073 - Added external 'unlinkd' process to unlink swap files.
1074 - Added more dnsserver status information to cachemgr output.
1075 - In httpReadReply: extend FD lifetime only after successful
1076 read, not every read.
1077 - In httpBuildRequestHeader: link size of 'ybuf' to MAX_URL.
1078 - Added routines to count number of members of each multicast
1079 peer.
1080 - Fixed multicast ICP bug causing unnecessary timeouts.
1081 - Added error messages if setuid/setgid functions fail.
1082 - Added non-POSIX tempnam.c replacement for NeXTStep (Gerben
1083 Wierda).
1084 - Removed redundant file:// --> ftp:// check (Willy TARREAU).
1085 - Removed check for reply->code == 200 in icpGetHeadersForIMS().
1086 - Fixed IP cache bug which caused 'dns_children 0' to break;
1087 - Deny access to dangerous TCP ports (7, 9, 19).
1088 - Removed single-line functions: fdstat_biggest_fd(),
1089 comm_get_fd_lifetime(), comm_get_fd_timeout().
1090 - Removed storeCheckExpired() from storeGetSwapSpace() as
1091 likely cause of slowing down cache when exceeding the high
1092 water mark.
1093 - Fixed storeCheckExpired() to not always check the
1094 LRU expiration age (Mark Treacy).
1095 - Lowered 'store_objects_per_bucket' to 20 so that
1096 storeMaintainSwapSpace() runs frequently enough to
1097 keep up with incoming objects.
1098 - Fixed FTP to use the Authorization header only when the
1099 usernames match.
1100 - Fixed another continuation-lines-not-starting-with-NNN bug
1101 in ftpget.
1102 - Added 'client_db' config option to disable keeping statistics
1103 for each client address.
1104 - Added support for using ICMP data stuffed into ICP replies
1105 for peer selection algorithm. Enable with 'query_icmp'
1106 in squid.conf.
1107 - Fixed net_db design bug where _net_db_peer structures pointed
1108 to 'peer' structures that get freed and reallocated during a
1109 reconfigure.
1110 - Moved comm.c fd_lifetime[] array into FD_ENTRY structure.
1111 - Cleaned up storeCopy(). debug_trap on requested offset <
1112 e_lowest_offset.
1113 - Cleaned up fdstat_init() and fdstat_update().
1114 - Cleaned up ftp_login_parser().
1115
e924600d 1116Changes to squid-1.1.8 (March 3, 1997):
1117
1118 - Fixed neighborsUdpAck() coredump bug for source-ping and
1119 non-peer ICP replies.
1120 - Prevent ipcache_gethostbyname from changing an IP_DISPATCHED
1121 entry to IP_CACHED; fqdncache too.
1122 - Made send_announce non-blocking.
1123 - Force release of negative-cached objects upon receipt of
1124 no-cache request.
1125 - Ignore ACLs which fail to parse.
1126 - Added 'proxy_auth_ignore' regular expression list (Andreas
1127 Lamprecht).
1128 - Changed how failed TCP connections affects peer up/down
1129 status. Now retry TCP connections at regular intervals in the
1130 background and don't mark the peer as 'up' until a connection
1131 succeeds.
1132 - Okay to increase FD_SETSIZE on FreeBSD 2.2.x (Peter Wemm).
1133 - Fixed HTTP anonymizer bug in 'standard' mode.
1134 - Fixed aclMatchDomainList() coredump for unresolvable addresses.
1135 - Changed default disk low/high water marks to 90/95%.
1136 - Prevent ftpget buffer overflow (Riku Saikkonen).
1137
1138Changes to squid-1.1.7 (February 25, 1997):
468c23d3 1139
6ad85e8a 1140 - Fixed non-default port numbers for FTP URLs (John Saunders).
468c23d3 1141 - Fixed urlParse to leave trailing slashes on FTP URLs. Although
1142 stripping the slashes offers a slight hit rate increase, it
1143 breaks some proxies which return HTTP redirects.
1144 - Initialize struct tm in parse_rfc1123() (Henrik Hempelmann).
1145 - Fixed parseHttpRequest() to use memcpy instead of strncpy;
1146 caused POST's with NULL bytes to fail (Joe Ramey).
1147 - Fixed another HTTP reply code 0 bug (Neil Murray).
1148 - Changed code structure in ipcache_nbgethostbyname() to
1149 maybe get around some trashed-stack problems.
1150 - Added WARNING if blocking gethostbyname() gets called.
1151 - Fixed calling commSetSelect() with FD < 0 bug in ssl.c and
1152 pass.c.
2ec29a62 1153 - Moved 'append_domain' operation to urlParse().
1154 - Fixed too many arguments bug in diskHandleWrite, caused
1155 coredumps when write fails (due to full disk).
77f33b26 1156 - Fixed extra unlocking on partial reads from dnsservers.
1157 - Fixes for 'Splay' trees in acl.c (Ed Knowles)
1158 - Support for balanced binary trees in acl.c (Arjan de Vet).
91de5d47 1159 - Made HTTP anonymizing a standard feature and settable in
1160 squid.conf (disabled by default).
4dcdb109 1161 - Ignore ICP_MISS replies from multicast-responding parents
1162 which would violate the domain restrictions.
1163 - Fixed another diskHandleWrite coredump bug when freeing
1164 list of pending blocks.
1165 - Added support for 'src' ACLs in cache_host_acl lines.
c7686fee 1166 - Fixed ftpget bug when PASV connect times out.
1167 - Fixed adding duplicate IP cache entry for failed BLOCKING lookups.
1168 - Changed peer IP addresses (for ICP) to be refreshed every hour.
1169 - Accomodated Solaris bug requiring suid privs for getrusage()
1170 (Arjan de Vet).
468c23d3 1171
678d8a69 1172Changes to squid-1.novm.6 (February 7, 1997):
1173
1174 - Merged squid-1.1.6 changes.
1175
870bd0f9 1176Changes to squid-1.1.6 (February 7, 1997):
1febb85b 1177
1178 - Fix redirector to make sure the redirector child process is
1179 is alive and not busy before using it (Brent Foster).
1180 - Fixed ACL joining bug.
870bd0f9 1181 - Fixed up support for multicast; see Release Notes for
1182 details.
1febb85b 1183 - Fixed ftpget to properly handle multi-line replies that
1184 don't begin with "NNN-".
1185 - Changed store maintenance to randomize bucket order
1186 each time after completion.
1187 - Set RLIMIT_VMEM to the maximum.
1188 - Syntax change: "edge" to "peer" everywhere.
1189 - Change redirector stats to also show number of rewritten
1190 requests (Andrew Humphrey).
1191 - Changed HTTP anonmyizing to remove 'denied' headers
1192 by default. Define USE_PARANOID_ANONYMIZER to only pass
625917ea 1193 'allowed' headers instead (Bernd Ernesti).
870bd0f9 1194 - Added 'Splay' trees (in #ifdefs) for fast IP access checking
1195 (Ed Knowles).
1febb85b 1196 - Fixed 'COMM_INPROGRESS' typo bug (Balint Nagy Endre).
1197 - Added support for PURGE method to remove cached objects.
1198 - Upgraded scripts/check_cache.pl for v1.1 (Bertold Kolics).
1199 - Fixed announcement file descriptor leak (Balint Nagy Endre).
1200 - Fixed [^0-9] sscanf bug for some compilers (Jim Carroll).
1201 - Upgrade to autoconf-2.12
625917ea 1202 - Added 'dns_defnames' option to allow dnsserver to interpret
1203 single-component hostnames.
625917ea 1204 - Refuse to run as root without defining 'cache_effective_user'.
1febb85b 1205
870bd0f9 1206Changes to squid-1.novm.5 (February 6, 1997):
c95a0781 1207
1208 - Fixed stuck objects (and FD leak) due to not unlocking
1209 objects in storeAbort().
cab88bee 1210 - Merged squid-1.1.5 changes.
4b7f7b84 1211
625917ea 1212Changes to squid-1.1.5 (January 22, 1997):
e3a664b4 1213
bb97dd37 1214 - Fixed ACL parsing to join ACL entries with the same name
1215 (Markus Stumpf).
1216 - Fixed BIT_SET/BIT_TEST typo in getDefaultParent() (Ed Knowles).
1217 - Removed comm_read() and commHandleRead().
1218 - Fixed rotating special files (Kolics Bertold).
1219 - Fixed sending HTTP reply code 0 in error messages.
1220 - Fixed ftpget to recognize 'NetWare' servers and skip whitespace
1221 before filenames.
1222 - Changed ftpget default Content-Type to application/octet-stream.
1223 - Added .rpm MIME type (Nigel Metheringham).
1224 - Changed storeDirClean() to create missing directories.
61ba670d 1225 - Removed icpState->buf and storeCopy() call in icpGetHeadersfForIMS().
e3a664b4 1226 - Fixed *_ip_list parsing bug (Hiroyuki Inoue).
1227 - Fixed bad comm_write() calls in passStart() and sslStart()
1228 (Martin Boening).
7fd2a4e7 1229 - Changed storeMaintainSwapSpace() to scan hash table buckets in
1230 random order.
1231 - Added dynamic LRU Age expiration feature. Expiration age is
1232 calculated as a function of store_swap_size so that object
1233 deletion rate matches the addition rate and we avoid emergency
1234 object purge mode.
bb97dd37 1235
625917ea 1236Changes to squid-1.novm.4 (January XX, 1997):
d3954477 1237
1238 - Fixed storeRegister loop in icpHandleIMSReply().
1f5ec3ed 1239 - Merged squid-1.1.4 changes.
d3954477 1240
3e65cb76 1241Changes to squid-1.1.4 (January 13, 1997):
115c7870 1242
1243 - Created USE_GNUREGEX define to fix forcing GNU regex on
1244 Solaris and NeXTStep.
1245 - Changed SQUID_MAXFD to be a C variable.
1246 - Added QUICKSTART file.
1247 - Fixed ident so the identd request comes from the same IP
1248 address as the original connection was made to (Russell
1249 Street).
1250 - Added '!' condition feature for the 'firewall_ip' list
1251 (Hiroyuki Inoue).
1252 - Added 'udp_hit_obj_size' option (Mark Treacy).
1253 - Fixed cachemgr.cgi to print 'NEVER' instead of '27Y ago'.
3e65cb76 1254 - Fixed finding FTP end-of-transfer marker in the middle
1255 of the file.
1256 - More ipcache fixes for long-pending requests which get preempted.
62a0995a 1257 - Fixed cachemgr.cgi to parse password from URL (Peter Wemm).
1258 - Fixed cachemgr.cgi to keep password in HTML form field (Peter
1259 Wemm).
1260 - Fixed reporting Maximum Resident Size (Peter Wemm).
1261 - Handle unexpected data from a redirector (Brent Foster).
115c7870 1262
1263Changes to squid-1.novm.3 (January 7, 1996):
03c91395 1264
1265 - Merged squid-1.1.3 changes.
1266
1267Changes to squid-1.novm.2 (January 7, 1996):
1268
1269 - Mega changes to make Squid not store objects in VM.
74946a0f 1270
9a325041 1271Changes to squid-1.1.3 (January 7, 1997):
c92978ac 1272
7a77c4b4 1273 - Changed inet_addr("X") to inet_addr("255.255.255.255")
1274 (Dan Riley).
1275 - Fixed matchInsideFirewall() bug when using 'firewall_ip' but
1276 not 'inside_firewall' (Tai Jin).
1277 - check for text == NULL in icpSendERROR().
1278 - Don't make inaddr_none static in ftpget.c (Davide Migliavacca).
1279 - Fixed ipcache FMR bug for long-pending requests.
1280 - Fixes for NeXTSTEP 3.3 (Tethpub Znek).
1281 - add storeWriteCleanLog() call in fatal().
1282
75a4803a 1283Changes to squid-1.1.2 (December 18, 1996):
1284
e12ec0cc 1285 - Fixed (negative) caching of HTTP objects witch consist of
1286 only some HTTP headers.
1287 - Fixed up SSL neighbor selection algorithm to be just
1288 like the one in pass.c.
1289 - Fixed incorrect squid.conf comment about setting an objcache
1290 password to 'none'. Added keyword 'disable' to disable an
1291 objcache function (Markus Gyger).
1292 - Further Cache.Announce.on fixes (Ernest Yik).
1293 - Add theOutIcpConnection to comm_select_incoming() for improved
1294 ICP performance (Stewart Forster).
1295 - Added access.log documentation to Release-Notes-1.1.txt
1296 - Added support for TRACE method.
c1827ffa 1297 - Added 'log_icp_queries on|off' to config (David Luyer).
1298 - Added hierarchy tag to common HTTP format access.log (David Luyer).
e12ec0cc 1299 - Moved second SQUID_MAXFD/FD_SETSIZE check to after #includes.
1300 - Added reverse DNS lookups for 'dstdomain' ACLs when the URL
1301 contains an IP address.
1302 - Made HTTP reply header parsing more robust to deal with
1303 bad 304 replies from squid-1.1.beta27 and earlier.
c1827ffa 1304 - Changed reqnum passed in ICP replies to encode request method
1305 in high byte.
58e7e5cc 1306 - Fixed neighbor round-robin bug (Uwe Doering).
1307 - Calculate accurage percentages for ICP and HTTP requests in
1308 cachemgr 'client list'.
1309 - Fixed refresh lm-factor calculations to allow percent = 0.
1310 - Make sure DNS lookups don't remain PENDING for a very long time.
e12ec0cc 1311
04279aad 1312Changes to squid-1.1.1 (December 15, 1996):
e119289e 1313
1314 - Fixed announcement bug. Announcements were always off unless
1315 a file was specified.
1316 - Fixed wrong number of args to examine_select() debug.
1317 - Fixed null-string content-type
1318 - Don't cache replies with 'Set-Cookie:' headers.
1319 - Fixed bug when client issues IMS, Squid has stale object and
1320 Squid's lastmod time is greater than the client IMS time.
1321 A 304 reply would be appropriate for Squid, but not the client
1322 (diagnosed by Mark Treacy).
1323 - Fixed httpBuildRequestHeader() content length bug which breaks for
1324 really large POST requests (Takahiro Yugawa).
1325 - Fixed 'passthrough_proxy' to pick up port number from list of
1326 neighbors.
6f4d3ac9 1327 - Ensure pid file is world-readable if umask is set otherwise
1328 (Doug Urner).
04279aad 1329 - Collect statistics on a few more HTTP headers (Ed Knowles).
e119289e 1330
2b17a56e 1331Changes to squid-1.1.0 (December 6, 1996):
1332
1333 - Fixed inequality bug in neighborUp().
1334 - Fixed off-by-one ack_deficit bug in neighborUp() (Joe Ramey).
1335 - Fixed pfds[] ABW bug for USE_POLL (Joe Ramey).
1336 - Added anonymizer options; compile with USE_ANONYMIZER (Lutz
1337 Donnerhacke).
1338 - Added Gauntlet proxy support to ftpget (Mukaigawa Shin'ichi).
c62bf0f1 1339 - Changed UDP_HIT_OBJ to be disabled by default.
2b17a56e 1340 - Updated doc/Release-Notes-1.1.txt
1341
1342==============================================================================
1343
74313381 1344Changes to squid-1.1.beta28 (December 5, 1996):
1345
8fa71551 1346 - Fixed missing CR on Not-Modified replies (Balint Nagy Endre)
1347 - Fixed not truncating multi-word content-types.
1348 - Fixed ABR bug due to too-small redirector buffers.
1349 - Fixed ABR in httpBuildRequestHeader().
1baa4e8a 1350 - Removed asynch_io code.
8fa71551 1351
4945cebf 1352Changes to squid-1.1.beta27 (December 4, 1996):
1353
1354 - Fixed wrong number of args to debug().
1355 - Make failure to start any dnsservers fatal.
1356 - Fixed dnsGetFirstAvailable() to skip dead dnsservers.
1357 - Fixed loop detection for two squids on the same host (Mark
1358 Treacy)
1359 - Fixed strcasecmp bug which broke some POST requests.
1360
9e393211 1361Changes to squid-1.1.beta26 (December 3, 1996):
89659cff 1362
dcfe6390 1363 - Another 'rm -rf' fix for store.c (Bernd Ernesti).
1364 - Use of the Host: header for httpd_accel requests is now
1365 disabled unless 'httpd_accel_uses_host_header' is set.
1366 - Have configure check for libgnumalloc.a.
89659cff 1367 - Added support for using poll() instead of select(); enable
1368 USE_POLL_OPT in src/Makefile (Stewart Forster, Anthony
1369 Baxter).
1370 - Fixed httpBuildRequestHeader() 'strcat' bug (Andres Kroonmaa).
1371 - Changed store.log to include date, last-modified, and
1372 expires timestamps, plus content-type.
1373 - Added content-type to access.log too.
1374 - parse HTTP timestamps directly in httpParseReplyHeaders().
1375 - moved timestampsSet() to storeTimestampsSet().
1376 - fixed ACL '/32' bug (Ansgar Hockmann).
dcfe6390 1377
3ac5bf55 1378Changes to squid-1.1.beta25 ():
1379
575e5b1a 1380 - Check if we should delete-behind large objects when above LOW
1381 water mark.
3ac5bf55 1382 - Merged request header parsing code from http.c and pass.c
1383 into httpBuildRequestHeader().
575e5b1a 1384 - Fixed 'rm -rf' command in store.c.
1385 - Changed viz_hack stuff to use multicast.
3ac5bf55 1386
c5a0c043 1387Changes to squid-1.1.beta24 ():
1388
1389 - Added 'cache_stoplist_pattern' to squid.conf
1390 - Remove trailing slashes from FTP URLs.
1391 - Added 'passthrough_proxy' support.
1bc5033b 1392 - Added "default parent" support with a 'default' option for
1393 cache_host config line.
1a10e02d 1394 - Upgraded autoconf to 2.10.
6b98c7ae 1395 - Strip Proxy-Connection request headers.
1bc5033b 1396 - Do not return UDP_HIT for objects which will soon be stale.
1397 - Parse/Filter HTTP request headers in passthrough module.
1398 - Fixed parsing hostnames with dashes in 'src' ACLs.
1399 - Added warning message when forwarding loops detected.
1400 - Split getSingleParent() into getSingleParent() and
1401 neighborsCount().
99fcf739 1402 - Dont check sibling caches for REFRESH requests.
1403 - Add X-Forwarded-For: header which is the comma-separated
1404 list of client addresses along the request path.
1405 - Fixed icpDetectClientClose() to check if Content-Length
1406 bytes have been delivered.
c5a0c043 1407
4f4905f1 1408Changes to squid-1.1.beta23 (November 25, 1996):
1409
7acb0b24 1410 - Fixed "viabuf" memory leak.
4f4905f1 1411
ef97e96c 1412Changes to squid-1.1.beta22 (November 25, 1996):
1413
6219258f 1414 - Fixed xstrncpy() bug in mime_get_header().
1415 - Fixed Via: header.
1416 - Fixed Host: header for proxy requests.
1417 - Fixed re-initializing client_db and net_db hash tables upon
1418 SIGHUP (Cord Beermann).
1419 - Mucked with regex stuff so HP users don't have to put up with
1420 GNUregex (Markus Gyger).
1421 - Changed SQUID_MAXFD back to FD_SETSIZE.
1422 - Fixed checking Max-age in httpSendRequest().
1423 - Made failure to fork ftpget fatal.
1424 - Call *FreeMemory() routines only if debugging.
1425
96e84919 1426Changes to squid-1.1.beta21 (November 22, 1996):
1427
431d84c5 1428 - Fixed setting entry->timestamp for NOT MODIFIED replies.
1429 - Changed old HTTP/1.1 Forwarded: header to new Via:.
431d84c5 1430 - Fixed needlessly calling storeSwapFullPath() in
1431 storeSwapOutHandle() (Mark Treacy).
1432 - Simplified hash linking (Mark Treacy).
1433 - Write pid_filename by default (Markus Gyger).
1434 - Changed "Invalid dnsserver output" to non-fatal debug_trap()
1435 (Joe Ramey).
1436 - Changed STORE_IN_MEM_BUCKETS to the prime 229 (Neil Murray).
59b9e1b4 1437 - Changed FD_SETSIZE to SQUID_MAXFD (Jonathan Larmour).
1438 - Strip :port from Host: header if present.
1439 - Reschedule fqdncache_dnsHandleRead() to prevent dnsservers
1440 from getting stuck (Makoto Ishisone).
1441 - Fixed handing SSL requests inside firewalls (Akira Sato).
1442 - Fixed passthrough neighbor selection bug (Akira Sato).
1443 - Removed 'post_buf' stuff from http.c.
6982963c 1444
431d84c5 1445Changes to squid-1.1.beta20 (November 17, 1996):
58336fe1 1446
1447 - Changed neighbor_domain_type to neighbor_type_domain in
1448 squid.conf.
58336fe1 1449 - Changed all 'xstrerror' debug messages to section 50.
1450 - More const fixes (Markus Gyger).
1451 - Added xstrncpy() which null-terminates (Markus Gyger).
8ea68e8d 1452 - Fixed Cache-Control counting in HTTP reply header stats.
85ec1ab9 1453 - Relocated rfc1738_unescape() calls in ftpget so that
1454 ftp://foo.org/%2fbar/ works (Jonathan Larmour).
396b6d21 1455 - Fixed forwarding loop for a pair of neighbors behind a firewall.
1456 - Cleaned up ftpget non-blocking flags (Jean-Hugues ROYER).
58336fe1 1457
3f7009a3 1458Changes to squid-1.1.beta19 (November 13, 1996):
1459
4621df3e 1460 - Fixed havoc-wreaking getsockname() bug (Noriyuki Soda
1461 <soda@sra.co.jp>).
3f7009a3 1462 - Fixed InvokeHandlers() debug_trap bug.
1463 - Lock entry while calling swapin handler in case someone tries to
1464 release it.
1465 - Changed configure to allow overriding of XTRA_LIBS in config.site.
4621df3e 1466 - Fixed comm_accept() FMR bug.
1467 - Replaced MemObject->fd_of_first_client structure member with
1468 storeFirstClientFD() function.
3f7009a3 1469
fe26d5d1 1470Changes to squid-1.1.beta18 (November 13, 1996):
1471
1472 - Fixed 'void *buf' bug icpCreateMessage() (Jean-Hugues ROYER).
1473 - Fixed more NULL 'friends' bugs.
1474 - Added debug_trap for NULL mem->clients in InvokeHandlers()
1475 (Mark Treacy).
1476
4a45acc4 1477Changes to squid-1.1.beta17 (November 12, 1996):
1478
1479 - Fixed NULL friends coredump in neighbors_open().
1480 - Added setting HAVE_TEMPNAM back to the configure script.
1481 - Fixed h_errno bug on NeXTStep (frank@langen.bull.de).
1482 - Fixed expiresMoreThan() bug causing all UDP_MISS replies.
1483 - Changed 'background.c' to 'event.c' and merged all periodic
1484 functions into an event queue.
1485 - Renamed httpParseHeaders() to httpParseReplyHeaders().
1486 - Added support for sending HTTP/1.1 'Cache-Control: max-age=X'
1487 in requests. The max-age value is taken from the
1488 'refresh_pattern' rules.
1489 - Added support for parsing max-age in client request.
1490 - Split icpUdpSend() into simpler icpUdpSend() plus
1491 icpCreateMessage().
1492 - Force storeAbort() for dispatched objects in
1493 asciiLifetimeHandle().
1494 - Fixed firewall-related bug when the DNS lookup fails.
1495 - Fixed '#define HAVE_GETRUSAGE' bug (Takahiro Yugawa).
1496 - Made storeStartDeleteBehind() quiet for 'no-proxy' neighbors.
1497 - Fixed log_quote() signed/unsigned bug (Ron Gomes).
1498
f39d06a2 1499Changes to squid-1.1.beta16 (November 8, 1996):
9d98b6ba 1500
1501 - Fixed type of Config.level{One,Two}Dirs.
1502 - Fixed calling storeRegister and storeUnregister with NULL a entry.
1503 - Fixed objcache "squid.conf" request and now require a
1504 password for it (Jan.Harkes@cwi.nl).
1505 - Added check for dotted-quads in matchInsideFirewall()
1506 (Andreas Lamprecht).
1507 - Fixed up some HTTP/1.1 Cache-Control parsing (Ed Knowles).
1508 - Fixed IP ACL memset() bug when -DPURIFY=1.
1509 - Resurrected storeEntryValidToSend().
1510 - Moved storeSetPrivateKey() calls to storeReleaseRequest().
1511 - Added separate config line (neighbor_type_domain) for modifying
1512 neighbor type (parent vs. sibling) for certain domains. Adding
1513 it to cache_host_domain doesn't provide needed flexibility.
1514 - Added User-Agent log patch (Joe Ramey).
1515 - Added httpd-accel Host: patch (Miguel A.L. Paraz).
1516 - Changed ident lookup stuff to require the lookup before
1517 checking ACL's. If you have 'ident_lookup on' then this
1518 may cause noticable delay while waiting for the ident
1519 lookup.
2a88be88 1520 - Fixed storeSwapOutHandle() FMR bug.
4a45acc4 1521 - Stopped inserting incorrect Host: header for proxy-HTTP requests.
9d98b6ba 1522
86b61a3f 1523Changes to squid-1.1.beta15 ():
1524
1525 - Fixed entry->clients[].fd initialization bug causing all
1526 large objects to get stuck.
193efd1c 1527 - Changed /www.nlanr.net/Squid/ to /squid.nlanr.net/Squid/.
86b61a3f 1528
f71d7952 1529Changes to squid-1.1.beta14 ():
1530
1531 - Added pw_encrypt() check to configure.
1532 - Added 'cache_stop_relist' for a regular expression based
1533 stoplist.
1534 - Fixed checkRefresh() to not cause IMS request for objects
1535 which have not yet expired, but are past the LM-factor.
1536 - Fixed asciiConnLifetimeHandle() to force storeAbort() for
1537 pending objects.
0ee4272b 1538 - Made lots of variables and args 'const' (Markus Gyger).
f836f80d 1539 - Added cachemgr password support in squid.conf (Yaroslav M.
1540 Levchenko). Each cachemgr operation may have a separate
1541 password. Shutdown and all "log" operations must be
1542 password-protected.
1543 - Removed debug_trap() calls in squid_error_entry().
1544 - Removed InvokeHandlers() call from StoreAbort().
0230ad3e 1545 - Added icpHandleAbort() to deliver abort messages, if at all.
ae7d848d 1546 - Added passthrough module (pass.c) for POST, et. al.
650c98da 1547 - Fixed purify bugs in storeCloseLog() and storeSwapInHandle().
0230ad3e 1548 - Merged store 'pending list' into 'client list.'
6982963c 1549 - Made number of first- and second-level swap directories
1550 configurable (Ralph Loader).
f71d7952 1551
9c1d8929 1552Changes to squid-1.1.beta13 (November 1, 1996):
1553
861f7d39 1554 - Fixed base64_code[] typo bug (Joe Ramey).
1555 - Fixed errors being returned as empty objects.
1556 - Changed order of sanity checks in neighborsUdpAck().
9c1d8929 1557 - Made swap log pathname configurable with 'store_swap_log'.
1558 - Made 'http_accel virtual 80' same as -V on command line.
1559 - Fixed string termination bug in base64_decode() (Joe Ramey).
861f7d39 1560
55b34d8e 1561Changes to squid-1.1.beta12 (October 31, 1996):
727348b4 1562
1563 - Fixed ICMP 'pinger' failure detection.
1564 - Fixed handling of no-cache for negative-cached objects.
55b34d8e 1565 - Replaced protoUnregister() call in icpDetectClientClose().
1566 - Fixed calling storeReleaseRequest() on unlocked objects.
727348b4 1567
21da08b3 1568Changes to squid-1.1.beta11 (October 29, 1996):
0d3b2381 1569
b5cc294e 1570 - Fixed rfc1123() to use actual RFC1123 time format.
1571 - Made Store Hash parameters configurable
1572 - store_objects_per_bucket
1573 - store_avg_objects_size
1574 - Fundamental changes to object TTLs; now think in terms of
1575 refresh times. Replaced 'ttl_pattern' with 'refresh_pattern'.
1576 - Dropped 'http', 'ftp', and 'gopher' config options.
1577 - Added a single 'maximum_object_size' value.
1578 - Moved storeStartDeleteBehind() calls from http/ftp/gopher to
1579 storeAppend().
1580 - Moved storeClientListAdd() call from store to client/icp
1581 because of storeClientCopy() race condition between IMS
1582 replies and objects in delete behind mode.
1583 - renamed TCP_EXPIRED* to TCP_REFRESH*.
1584 - Stopped appending error messages to partially delivered
1585 objects.
e7aa3d17 1586 - Removed protoUnregister() call in icpDetectClientClose()
1587 as probable cause of storeReleaseRequest() warnings.
b5cc294e 1588
e2971793 1589Changes to squid-1.1.beta10 (October 24, 1996):
91b74eb8 1590
1591 - Fixed neighborsUdpAck() coredump bug and made debug messages
1592 more consistent.
1593 - Removed old REQ_ACCEL test (Miguel A.L. Paraz)
1594 - Fixed process RSS value for SGI (Ed Knowles).
1595 - Fixed parseAddressLine() to use gethostbyname(3) because
1596 its called before ipcache_init(). (Miguel A.L. Paraz)
1597 - Fixed announce bug since beta7 causing caches to be announced
1598 regardless of 'announce_to' setting. (Paul Southworth)
1599 - Fixed pinger 'last_check_time' bug.
1600 - Changed storeEntry->flag and storeEntry->refcount back to
1601 32-bit ints.
1602 - Removed extra "\r\n" for abort error messages.
1603 - Numerous hash fixes from Mark Treacy.
360f7bea 1604 - Renamed rfc850 to rfc1123.
e2971793 1605 - Changed storeRelease to not make recursive call for HEAD
1606 objects.
1607 - Changed return value semantics of storeRelease().
91b74eb8 1608
1a1ca352 1609Changes to squid-1.1.beta9 (October 21, 1996):
1610
1611 - Added 'make depend' target to Makefiles.
1612 - Fixed changing the wrong instance of 'opt_catch_signals'
1baa4e8a 1613 in tools.c for beta8.
1a1ca352 1614 - Fixed xmemcpy macros in include/config.h (Ed Knowles).
1fb83a91 1615 - Fixed logging of "TCP_EXPIRED_MISS/304."
1a1ca352 1616
5ecceaa4 1617Changes to squid-1.1.beta8 ():
1618
1619 - Added client_db.c; keeps stats on clients, use cachemgr
1620 to view client list.
1621 - Stop sending ICP_OP_DENIED to clients if 95% of their
1622 queries are denied (then they'll think we're dead).
366b96f1 1623 - Fixed objects getting stuck in VM when handling aborted
1624 requests in icpHandleIMSReply().
a4be6552 1625 - If IMS verification fails, send the old object and log it
1626 as TCP_EXP_FAIL_HIT.
1627 - Added Host: header to HTTP requests.
10660f97 1628 - Disable dnsservers with 'dns_children 0' in the config file.
1629 - Disable ftpget with 'ftpget_program none' in the config
1630 file. Also ftpget is disabled for http_accel mode.
6211a7c1 1631 - Changed cachemgr stats/objects listing format.
1632 - Added some missing "entry->refcount++"
1633 - Changed StoreEntry->timestamp to be the last verification time.
1634 (was the stored-on-disk time).
1635 - Fixed stuck objects from "304 Not Modified" responses without
1636 final blank line.
1637 - Added failure detection to icmpRecv().
0b6d1622 1638 - Fixed backwards logic in debug_trap().
72827a42 1639 - Fixed neighbor caches remaining in 'DEAD' state. Reorganized
1640 handling ICP replies so neighborsUdpAck gets called for
1641 most every reply.
5ecceaa4 1642
19037ac2 1643Changes to squid-1.1.beta7 (October 14, 1996):
6ac8a46c 1644
1645 - Combined and renamed comm_set_select_handler() functions.
e2b8bf57 1646 - Fixed netdbPingSite() not checking n->next_ping_time.
1647 - Fixed acl.c to use regular gethostbyname() because IP cache
1648 isn't initialized while reading config file.
1649 - Linked ftpget with debug.o and removed lib/debug.c,
1650 lib/log.c.
19037ac2 1651 - Fixed matchDomainName() coredump for late ICP packets.
1652 - Removed date string from syslog messages.
1653 - Fixed ftpget BASE HREF.
1654 - Fixed pinger to check squid socket every 10 seconds.
6ac8a46c 1655
e90100aa 1656Changes to squid-1.1.beta6 ():
1657
1658 - Fixed lots of function prototypes, etc (Ed Knowles).
1659 - Added multicast patch (Martin Hamilton).
e2b8bf57 1660 - Replaced 'struct hostent' with 'struct ipcache_addrs' in IP
1661 cache.
cafd0944 1662 - Added ipcacheCycleAddrs() to round-robin IP addresses.
e2b8bf57 1663 - Added ipcacheRemoveBadAddr() to remove addresses from failed
1664 connect()'s.
1665 - Changed comm_connect() to comm_nbconnect() and removed other
1666 nonblocking connection handling code from other modules.
1667 - Improved cache memory usage. Now cache_mem specifies the
1668 size of the in-memory data pool. Hot objects use whatever
1669 space is not used by in-transit objects.
cafd0944 1670 - Removed 'max_hot_object_size' config option.
1671 - Fixed virtual-host coredump bug (Aaron Hopkins).
e90100aa 1672
300acab6 1673Changes to squid-1.1.beta5 (October 7, 1996):
1674
1675 - Fixed coredump in storeFreeMemory().
1676 - Fixed displaying repeated IP addresses in IP cache contents.
1677 - Added parent/sibling modifiers to cache_host_domain lines.
1678 - Added 'miss_access' to restrict fetching HTTP MISS requests.
1679 Use this to force your peer caches to use you as a sibling and
1680 not as a parent.
1681 - Added browser ACL patch (Carson Gaspar).
1682 - Added reading ACLs from file patch (Arjan de Vet).
6d2296d4 1683 - Squid-1.0 changes up to 1.0.18.
ee1d3cec 1684 - Added release/cleanup functions to net_db.c.
7efcb4b8 1685 - Added 'minimum_direct_hops' config option.
300acab6 1686
0ac25a67 1687Changes to squid-1.1.beta4 (September 26, 1996):
67508012 1688
1689 - Fixed coredump in icpStateFree() when calling
1690 checkFailureRatio().
1691 - Added more stuff to net_db.c.
1692 - Fixed memory leak in stat_ipcache_get().
1693 - Changed __P back to _PARAMS.
9d90e665 1694 - Fixed authorization parsing bug in ftp.c (Yoichi Shinoda).
1695 - Allow ICP socket on priveledged ports.
1696 - Added trap for STORE_PENDING objects when lock_count == 0.
1697 - Replaced 'cache_hot_vm_factor' with 'max_hotvm_obj_size'.
1698 - Moved ICMP socket to external 'pinger' program.
a65bb524 1699 - Moved tvSubMsec() to lib/util.c.
1700 - Moved accessLogTime() to debug.c.
4d1c96c0 1701 - Fixed handling of race condition in icpHandleIMSReply().
1702 - Fixed "\r\n\0" bug in gopherSendRequest();
1703 - Fixed cachemgr output for non-table browsers (Cord Beermann).
1704 - Moved accept() for dnsserver into Squid.
67e7a3e0 1705 - New SVR4 config stuff in contrib directory (Markus Gyger).
a88cc58a 1706 - Includes squid-1.0 changes up to 1.0.17.
73d94b9e 1707 - Fixed storeWriteCleanLog() bug which caused released objects
1708 to be kept.
0ac25a67 1709 - Added *FreeMemory() routines.
67508012 1710
1711Changes to squid-1.1.beta3 (September 16, 1996):
86ee2017 1712
1713 - s/()/(void)/
1714 - Fixed 8k page leak in icmpRecv().
473471f2 1715 - Use strerror() if available instead of sys_errlist[].
1716 - Misc ANSI-related cleanup.
d4488506 1717 - Added 'cache_stoplist' to specify things which should
1718 never get saved to disk.
1719 - Merged some parsing routines into parseWordlist().
1720 - Fixed icpHandleIMSReply() bug when HTTP reply headers
1721 received in multiple reads.
1722 - Changed all ipcache_nbgethostbyname() handler functions
1723 to be void.
1724 - Fixed bug when storeLockObject() fails for UDP_HIT_OBJ
1725 replies.
1726 - Simplified storeGet().
1727 - Removed meta_data.hash_links member.
caebbe00 1728 - Includes squid-1.0 changes up to 1.0.16.
e1d9800b 1729 - s/__STRICT_ANSI__/__STDC__/g
86ee2017 1730
67508012 1731Changes to squid-1.1.beta2 (September 12, 1996):
4c5cabe1 1732
49e75273 1733 - Switched to ANSI style coding.
b8d8561b 1734 - Fixed UDP_HIT_OBJ objects ignoring 'proxy-only' setting.
4c5cabe1 1735 - Added setting cachemgr.cgi fields from query string
1736 (Neil Murray).
1737 - Split log type TCP_IFMODSINCE into TCP_IMS_HIT and
1738 TCP_IMS_MISS
1739 - Replaced proto_hit() and proto_miss() with proto_count()
1740 which looks at log_type argument to calcultate hits
1741 and misses.
1742 - Split CacheInfo into HTTPCacheInfo and ICPCacheInfo.
1743 - Placed call to proto_count() just after log_append()
1744 so we only need it in one place.
1745 - Made a lot of proto.c functions static and added prototypes.
ce2869d0 1746 - Fixed icpProcessRequest() bug. Need to check EXPIRED
1747 before IMS.
eebe8724 1748 - Fixed aclDestroyDenyInfoList() to NULL free'd lists.
1749 - Fixed storeDirClean() to unlink files which should be
1750 directories (Cord Beerman).
be083e42 1751 - Added ICMP support. Source ping will use ICMP packets if
1752 compiled with -DUSE_ICMP=1 and started with root privleges.
4c5cabe1 1753
a09d6f9d 1754Changes to squid-1.1.beta1 (September 12, 1996):
36fd4d12 1755
1756 - Fixed stupid coredump bug in storeGetSwapSpace().
1757 - Cleaned up gopher.c; prototypes, make functions static, etc.
1758 - Added READ_DEFERRED entry flag. Only extend lifetime when
1759 first entering deferred mode.
1760 - Added debug_trap() to replace some fatal_dump()'s. Now use
1761 debug_trap for non-fatal errors. If -C option is set,
1762 then debug_trap is the same as fatal_dump.
1763
7690e8eb 1764Changes to squid-1.1.alpha18:
1765
7939435c 1766 - Fixed storeCheckPurgeMem() to both 'purge' *and* 'release'
1767 objects as needed.
7690e8eb 1768 - Fixed up RWStateCallbackAndFree() to prevent it from getting
1769 called twice.
1770 - Added 'deny_info' support for redirecting denied requests to
1771 a specific URL (maex@space.net).
1772 - Fixed protoUnregister() to not abort objects being swapped in.
d54ac2a3 1773 - Fixed parent-stays-dead-bug by removing PING_WAITING
1774 check in icpHandleIcpV?().
7690e8eb 1775 - Changed debug log timestamp format.
1776 - Fixed coredump-causing bugs in icpHandleIMSReply().
1777 - Fixed FMR bug in neighborsUdpAck() for UDP_HIT_OBJ replies.
1778 - Fixed up InvokeHandlers() to clear handler before calling.
35b9d444 1779 - Added -k signal option to signal a running Squid (Markus Gyger).
c28f8352 1780 - Removed dynamic_array code.
7939435c 1781
1ee4fb1a 1782Changes to squid-1.1.alpha17:
1783
1784 - Added more IMS support. Now Squid issues IMS requests for
1785 expired objects in the cache. Log type will be either
1786 TCP_EXPIRED_HIT if the server sends "304 Not Modified" or
1787 TCP_EXPIRED_MISS if the server send a new object.
49789bff 1788 - Added Config.expireAge and 'expire_age' to config.
1ee4fb1a 1789 - Fixed storeGetMemSpace() bug; need to check
1790 storeCheckPurgeMem() instead of storeEntryLocked().
1791 - Renamed icp_hit_or_miss() to icpProcessRequest().
1792 - Changed mkrfc850() to use normal variable instaed of a
1793 pointer.
1794 - Removed store_entry member from fd_table[] in comm.h.
1795 - Changed httpSendRequest to not tack Squid onto the 'User-Agent'
1796 line, Use HTTP/1.1 'Forwarded' instead.
1797 - Removed icpProcessHIT() which only called icpSendMoreData().
1798 - Removed icpProcessIMS() which only called icpGetHeadersForIMS().
1799 - Removed some 'Reset header fields for reply' crap.
1800 - added old_entry member to icpStateData for handling IMS
1801 requests.
1802 - Added 'locks' member to ipcache_entry; need to lock an
1803 ipcache entry during ipcache_call_pending().
1804 - Removed ipcache_call_pending_badname().
1805 - Cleaned up setting/clearing IP_LOOKUP_PENDING bit.
1806 - Removed storeEntryLocked() trap in storePurgeMem().
1807 - Added storeCheckExpired().
1808 - Removed storeWalkThrough() and removeOldEntry(), changed
1809 storePurgeOld() to do the walking through instead.
30ba5128 1810 - Added storeConfigure() so HUP signal affects store_swap size.
49789bff 1811 - Replaced some parsing functions with parseMinutesLine().
1812 - Added StoreEntry flag bit ENTRY_NEGCACHED.
1813 - Added storeNegativeCache().
1ee4fb1a 1814
1c481e00 1815Changes to squid-1.1.alpha16:
1816
e4289d4f 1817 - Fixed ipcache TTL bug from new ipcache_parsebuffer().
1818 - Copied recent ipcache.c changes to fqdncache.c
1819 - Copied icpHandleIcpV2() fix to icpHandleIcpV3().
1820 - incorporate squid-1.0.12 changes.
1821
70cbd177 1822Changes to squid-1.1.alpha15:
1823
1824 - Removed 'bad swap_status' trap in icpHandleIcpV2.
1825 Now skip ICP replies for StoreEntry's with ping_status
1826 != PING_WAITING.
1827 - Fixed numerous compiler problems.
1828
1450414d 1829Changes to squid-1.1.alpha14:
1830
1831 - Fixed ENTRY_DISPATCHED bug. ENTRY_DISPATCHED was not always
1832 getting set (e.g. for requests matching hierarchy_stoplist).
1833 This could cause multiple calls to storeAbort() for the same
1834 entry.
1835 - With ENTRY_DISPATCHED now fixed, call squid_error_entry()
1836 from protoUnregister() for StoreEntries which have not
1837 been dispatched.
1838 - Fixed 'quick_abort' parsing bug.
1839 - NULL terminate too-long URL strings in urlParse(). Still
1840 need fix to somehow handle these.
d5d836c0 1841 - Added shadow password patch from John Saunders
1842 <johns@rd.scitec.com.au>
1450414d 1843 - Added _dns_ttl_ hack from bne@CareNet.hu to get real TTL
1844 values from DNS queries. See Release-Notes-1.1.txt for more
1845 info.
d5d836c0 1846 - Added better '304 Not Modified' reply from Jaeyeon Jung
1847 <jyjung@cosmos.kaist.ac.kr>.
17d32ba1 1848 - Rewrote ipcache_parsebuffer().
1450414d 1849 - Fixed stupid clientProxyAuthCheck() bugs.
1850 - Made IP cache size configurable with 'ipcache_size'.
1851 - Fixed bug parsing 'cache_swap_low'.
1852 - Added -b option to ftpget to limit data transfer rate
1853 (bytes/sec). Specify on 'ftpget_options' in config file.
1854 - Miscellaneous filedescriptor management cleanup.
1855 - Renamed function getFromCache() to protoStart().
6bf5b6ec 1856 - Added delays when forking dnsservers, redirectors, and
1857 ftpget.
1450414d 1858 - Includes 1.0 changes up to 1.0.11.
1859
1860Changes to squid-1.1.alpha13:
1861
1862 - oops, there was no alpha13.
46aea673 1863
d744f553 1864Changes to squid-1.1.alpha12:
1865
57b7e562 1866 - Rewrote storeGetMemSpace().
1867 - Fixed hot_vm accounting; only count objects which are added
1868 to the IN_MEMORY table.
616e163d 1869 - Changed protoUndispatch() to never call squid_error_entry().
57b7e562 1870 Should fix storeSwapOutHandle() and 'HELP! Someone is
1871 swapping out a bad entry' coredumps.
1872 - Report all error pages to the debug log.
d744f553 1873 - Added -i option which forces IP cache entry to be invalidated
1874 just after an object retrieval begins.
af00901c 1875 - Includes all squid-1.0 changes up to squid-1.0.10.
2546fcb3 1876 - Added patch from srb@cuci.nl (Stephen R. van den Berg) for
1877 - ttl_force_pattern
1878 - quick_abort min pct max
1ce5b828 1879 - Added a proxy authentication patch from Jon Thackray
1880 <jrmt@uk.gdscorp.com>. Must add -DUSE_PROXY_AUTH=1 to src/Makefile.
c85e0538 1881 - Cleaned up calling maintenance functions from main().
616e163d 1882
dd263318 1883Changes to squid-1.1.alpha11:
1884
1885 - Fixed sscanf() bug in storeDirClean()
1886 - Fixed coredump in squid_error_entry() on Config.errHtmlText.
dfdb0343 1887 - Added redirector stats entry to cachemgr.cgi.
dd263318 1888 - Call ipcache_purgelru() during an idle timeout.
1889 - Changed fqdnFromAddr() to copy inet_ntoa() result into a
1890 static buffer.
1387baa5 1891 - Fixed storeDirClean() printf format.
dd263318 1892
9cc8a658 1893Changes to squid-1.1.alpha10:
1894
2e0569ed 1895 - Fixed directory increment bug in storeDirClean().
9cc8a658 1896 - Misc little changes trying to track town random coredumps.
1897 - Includes all squid-1.0 changes up to squid-1.0.8.
2e0569ed 1898
004b3381 1899Changes to squid-1.1.alpha9:
1900
1901 - Fixed parsing of redirected URLs.
1902 - Changed URL redirection to pass in client address, ident, and method.
1903 - Fixed NULL pointer coredump in log_append().
1904 - Don't swap negative-cache objects to disk (storeCheckSwappable())
1905 - Only purge MemObject if entry is swapped to disk.
1906 - Includes all squid-1.0 changes up to squid-1.0.7
cd2e6c01 1907 - Fixed purify free memory errors in clientAccessCheck().
004b3381 1908
642a7c42 1909Changes to squid-1.1.alpha8:
1910
eaa77841 1911 - Removed all references to hierarchy.log.
1912 - Changed hierarchy_log_append() to hierarchyNote() and added
1913 _hierarchyLogData structure.
642a7c42 1914 - Fixed "tty input" bug where a reverse lookup request was
1915 written to stdout.
1916 - Cleaned up pointers in protoUnregister().
0a5b9b32 1917 - Includes all squid-1.0 changes up to squid-1.0.6.
2546fcb3 1918 - cache_swap 0 is allowed (proxy only server, no swapping), mainly
1919 intended for fast maintenance startups where the system already
1920 has to be running, but the disk(s) have not been fsck'd yet.
1921 - quick_abort actually works now
1922 - quick_abort functionality made conditional
1923 - ttl_pattern storage wasn't being cleaned upon a reread of
1924 the config file (the patterns were added only, got duplicates)
1925 - ttl_force_pattern a new config option to override the settings
1926 of certain pages despite (or because) of enforced low expiry times
2546fcb3 1927
98d030e6 1928Changes to squid-1.1.alpha7:
1929
c10b625a 1930 - Added 'tcp_recv_bufsize' option to config.
1931 - Changed NEIGHBOR to SIBLING where appropriate.
1932 - Split UDP_HIT_OBJ into {PARENT,SIBLING}_UDP_HIT_OBJ
1933 - Misc casts and cleanup from running Insight.
1934 - Replaced all get*() functions with direct references to
1935 Config structure.
98d030e6 1936 - Removed 'http_stop', 'ftp_stop', and 'gopher_stop' from config.
1937 - Added 'ssl_proxy' config for forwarding all SSL requests to
1938 another proxy.
1939 - Includes all squid-1.0 changes up to squid-1.0.5.
c10b625a 1940
40878e17 1941Changes to squid-1.1.alpha6:
1942
1943 - Changed storage manager to use a two level directory
1944 structure. This makes squid-1.1 incompatible with squid-1.0!
4349cb51 1945 (Mark Treacy).
40878e17 1946 - Added last modification time to the StoreEntry structure, and
1947 the swap log.
1948 - Changed how memory passed to comm_write() gets freed. Now
1949 pass in a free handler function which gets called when the
1950 RWStateData structure is destroyed.
1951 - Other misc cleanup.
1952 - Added a reverse-address-lookup cache (``fqdncache'').
1953 - Added support for threaded ACLs for destination IP addresses
1954 and source hostnames.
1955 - Use aclMatchDomainList() instead of aclMatchWord() for domain names.
1956 - Renamed cachemgr 'stats/general' to 'stats/ipcache'.
1957 - Added 'log_fqdn' option to config file.
1958 - Added 'client_netmask' to config file.
1959
baa49bd2 1960Changes to squid-1.1.alpha5:
fb3310f1 1961
baa49bd2 1962 - Got Asynchronous I/O stuff to compile and run on IRIX 5.3
fb3310f1 1963 - Cleaned up diskHandleWrite()
1964 - Added free() handler to struct dwrite_q so diskHandleWrite()
1965 can free memory after its been written.
1966 - Changed file_open() to not allow files to be opened O_RDWR.
1967 - Changed file_open() to always set O_APPEND for O_WRONLY files.
14ea2549 1968 - Includes all squid-1.0 changes up to squid-1.0.2.
fb3310f1 1969
499109b3 1970Changes to squid-1.1.alpha4:
1971
1972 - Fixed Asynchronous Disk I/O routines to basically work.
1973 - Fixed memory write bugs when using the redirector.
1974 - Added support for non-anonymous FTP urls without needing a
1975 password in the URL.
1976
27386800 1977Changes to squid-1.1.alpha4:
1978
1979 - Changed cachemgr detailed filedescriptor info to be a separate item.
1980 - 'no-cache' reload now discards bad IP cache entries too.
1981 - Added 'echo request' URL hack: http://cachehost:3128/echo
1982 - Added URL redirector feature.
1983 - Addeed 'ident_lookup' option to config file
8929e8c7 1984 - Fixed http to never rely on blocking IP cache lookups.
1985 - Removed need for locked IP cache entries.
f13e2386 1986 - Changed free page stacks to always free pages if more than
1987 'max' are allocated.
27386800 1988
1ef4c6c1 1989Changes to squid-1.1.alpha3:
983061ed 1990
898f5d1d 1991 - Added Asynchronous Disk I/O routines from Pete Bentley.
27386800 1992 (NOTE, not yet working for IRIX 5.3).
1ef4c6c1 1993 - Made squid native access log the default format.
1994
1995Changes to squid-1.1.alpha2:
1996
1997 - Added support for RFC931/ident
1998
1999==============================================================================
9cc8a658 2000
6d2296d4 2001Changes to squid-1.0.18 (October 7, 1996):
2002
2003 - Added INADDR_NONE to cachemgr.c for Solaris.
2004 - Added checks to deal with Harvest Cached neighbors which don't
2005 handle Squid's ICP version 2.
2006
233794cd 2007Changes to squid-1.0.17 (September 24, 1996):
2008
2009 - Fixed cachemgr.cgi to handle an arbitrary IP address (Ron
2010 Gomes)
2011 - Fixed syslog() calls to use syslog(X, "%s", buf) (Yoichi
2012 Shinoda).
2013 - Copied ipcache locking stuff from v1.1.
2014 - Copied httpConnect() from v1.1 for non-blocking DNS lookups.
2015 - Fixed "\r\n\0" bug in gopherSendRequest();
2016
caebbe00 2017Changes to squid-1.0.16 (September 16, 1996):
2018
2019 - Fixed shadow passwd support (John Saunders).
2020 - Added checkFailureRatio() to detect high fail:success ratios
2021 and go into ICP "hit only" mode for 5 minutes when the ratio
2022 exceeds 1.
2023 - Added ip_acl_destroy() to reset 'local_ip' and 'firewall_ip'
2024 on HUP signal.
2025
2026Changes to squid-1.0.15 (September 13, 1996):
2027
2028 - Fixed stupid bugs from moving icpState->flags to
2029 request->flags.
2030
2031Changes to squid-1.0.14 (September 13, 1996):
2032
2033 - Added '#if DELAY_HACK' code for Mike Groeneweg
2034 <mikeg@scorpion.murdoch.edu.au>.
2035 - Fixed debug bug in ttlSet().
2036 - Moved icpState->flags to request->flags.
2037 - Fixed edgeWouldBePinged() to skip SIBLINGS and NO-CACHE
2038 requests.
2039 - Fixed bad SET/TEST in httpProcessReplyHeader() (Miguel A.L.
2040 Paraz).
2041
2042Changes to squid-1.0.13 (September 12, 1996):
2043
2044 - Fixed ftpget parsing PASV reply bug (Carson Gaspar).
2045 - Forced include of <netinet/in_systm.h> for NeXT (Holger
2046 Hoffstaette).
2047 - Promulgate tcp_outgoing_addr to ftpget with -o option (Edward
2048 Moy).
2049 - add Date: header to Squid-generated Gopher objects (Geoffrey
2050 Keating).
2051 - cachemgr.cgi HTML fixes (Cord Beermann).
2052 - Collapsed some config parsing functions to parseOnOff().
2053 - Added config option: memory_pools on|off
2054 - Added config option: udp_hit_obj on|off
2055 - Added config option: forwarded_for on|off
2056 - Copied better stmem.c and stack.c routines from v1.1 code.
2057 - Added support for HTTP/1.1 Cache-Controls 'private' and
2058 'no-cache'.
2059 - Copied dnsserver "hello/alive" test from v1.1 code.
2060
1c481e00 2061Changes to squid-1.0.12 (September 3, 1996):
2062
2063 - Fixed urlCheckRequest() to allow CONNECT/SSL requests.
2064 - Change default socket send/receive buffers to 16k (in
2065 configure) instead of 8k, mainly for Solaris.
2066 - Fixed urlParse() to remove trailing dots from hostnames.
2067 - Added 'ttl_pattern/i' config tag for case-insensitive
2068 regular expressions.
2069 - Fixed swapin_complete_handler FMW bug in storeSwapInHandle().
2070 - Removed 'Invalid object detected' trap in storeValidToSend().
2071
a8f7d3ee 2072Changes to squid-1.0.11 (August 30, 1996):
2073
2074 - Fixed ENTRY_DISPATCHED bug. Now set ENTRY_DISPATCHED
2075 only in getFromCache().
2076 - Added missing newlines to a number of debug messages.
2077 - NULL-terminate long URL's in urlParse().
2078 - Changed configure to remove libmalloc for FreeBSD
2079 - Changed ftpget to assume a single space between date and
2080 filename in Unix sytle listings.
2081 - Added urlCheck() to check for supported method/protocol
2082 combinations and return "501 Not Implemented" when
2083 appropriate.
2084 - Added ftpget check for negative port numbers in PASV
2085 reply.
2086 - Added shadow password support for cachemgr shutdown.
2087
af00901c 2088Changes to squid-1.0.10 (August 26, 1996):
2089
2090 - Fixed INADDR_NONE not being set for ftpget.c.
2091 - Remove "Connection: Keep-Alive" lines from HTTP requests
2092 since Squid doesn't support them.
2093 - Fixed IP Address/netmask bug. Now 1.2.3.4/255.255.255.0 is
2094 equivalent to 1.2.3.0/255.255.255.0.
2095
2096Changes to squid-1.0.9 (August 22, 1996):
2097
2098 - Cleaned up ipcache_purgerlu().
2099 - Fixed ipcache_gethostbyname() to release expired entries.
2100 - Added check for numeric addresses to ipcache_nbgethostbyname().
2101 - Added Date: field to ftpget's HTTP header output.
2102 - Added temporary hack to httpProcessReplyHeaders() to allow
2103 caching of non-HTTP objects fetched from neighbors when
2104 the header does not have Date, Expires, or Last-Modified.
2105 - Added a check for a valid ICP socket before sending ICP
2106 queries.
2107 - Fixed SSL code to unregister DNS lookups if client aborts.
2108 - Removed lib/host_cache.c from distribution.
2109 - Made IP cache stats output sorted by last reference.
2110 - Added ICP internet-draft to docs directory.
2111
9cc8a658 2112Changes to squid-1.0.8 (August 19, 1996):
2113
2114 - Added ftpget fixes from carson@lehman.com and moy@parc.xerox.com.
2115 - Fixed -s option to enable syslog logging.
2116 - Added 'err_html_text' for configurable error messages.
2117 - Fixed protoDispatchDNSHandle() to not try a direct fetch if
2118 host is beyond firewall_ip list.
2119 - Changed storeDirClean() to handle one directory per call and
2120 not keep the dirhandle open between calls.
2121 - Changed .zip MIME type to "application/x-zip-compressed".
2122 - Added new 'url_regex' ACL type, regular expression match over
2123 the whole URL.
2124 - Removed xrealloc() call from storeClientListAdd().
2125
004b3381 2126Changes to squid-1.0.7 (August 14, 1996):
2127
2128 - Added "store_clean" routines to periodically remove orphaned
2129 swap files.
2130 - Increased StoreEntry->method_t from 3 to 4 bits, probably fixes
2131 storeGenerate*Key() coredumps.
2132 - Added debugging to examine_select().
2133 - Added peer address to debugging for Ignored ICP packets.
2134
65159151 2135Changes to squid-1.0.6 (August 12, 1996):
2136
2137 - Fixed coredump in icpStateFree() for bad requests.
2138 - Fixed configure bug in determining FD_SETSIZE.
2139 - Fixed garbage collection to stop if SIGTERM received.
2140 - Fixed pid file to be written just before 'ready to serve requests'.
2141 - Fixed CheckQuickAbort() lock_count bug.
2142 - Fixed setting the hierarchy code for access.log when the
2143 hierarchy.log is disabled.
2144 - Fixed urlParse() to fail for URLs longer than MAX_URL bytes.
2145 - Fixed icpDetectClientClose() to detect TCP half-close and
2146 not abort the connection.
2147
2148Changes to squid-1.0.5 (July 25, 1996):
2149
2150 - Added ICP_OP_RELOADING to be used instead of ICP_OP_DENIED
2151 for -Y option.
2152 - Moved hierarchy_code for access.log from MemObject to
2153 request_t so simultaneous client readers don't get the same
2154 hierachy code.
2155
2156Changes to squid-1.0.4 (July 24, 1996):
2157
2158 - Fixed ftpget logic/precedence bug
2159 - Fixed ttlSet() to choose TTL as offset from when the object
2160 was originally served, not the current time.
2161 - Fixed configure bug with setting GETTIMEOFDAY_NO_TZP.
2162 - Removed unnecessary call to ipcache_gethostbyname() in
2163 sslConnect().
2164 - Fixed stupid memset() bug in gopher.c causing
2165 a huge block of stack memory to be zeroed.
2166
2167Changes to squid-1.0.3 (July 18, 1996):
2168
2169 - Fixed FTP to send 'Ascii' or 'Binary' based on MIME encoding,
2170 not content-type.
2171 - Changed icpHierarchical() to allow IMS requests to neighbors
2172 if they all support Squid's private keys.
2173 - Fixed icpUdpSend() to not ask for a HIT_OBJ reply if the
2174 HTTP request included 'Pragma: no-cache'.
983061ed 2175
14ea2549 2176Changes to squid-1.0.2 (July 16, 1996):
2177
2178 - Fixed HTTP code in access.log for TCP_IFMODSINCE requests.
2179 - Fixed SSL to not read again until previous write is complete.
2180 - Added CPU usage percentage in cachemgr 'info' output.
2181 - Fixed bug when removing a neighbor. Forgetting to decrement
2182 friends->n causes a duplicate ICP query to be sent in
2183 neighborsUdpPing().
2184 - Increased some MAX_URL sized character buffers to prevent
2185 overflows.
2186
30a4f2a8 2187Changes to squid-1.0.1 (July 8, 1996):
2188
2189 - Fixed ftpget server looping on socket EOF condition.
2190 - Fixed SA_RESETHAND undefined bug.
2191 - Fixed half-hour timezone offset bug.
2192 - Fixed parse_rfc850() to return -1 instead of 0 upon error.
2193 - Added patch for Motorola systems from Tony Lorimer.
2194 - Added support for HTTP PUT method.
2195 - Added check for <netinet/tcp.h> for HP-UX.
2196 - Added GNU General Public License.
2197 - Changed ttlSet() to use Date field if Last-Modified is absent.
2198 - Changed http.c to not save objects from neighbors which do
2199 not have Date, Last-Modified, or Expires values.
2200 - Changed some large local character arrays to static.
2201
2202Changes to squid-1.0.0 (July 1, 1996):
2203
2204 - Fixed beta17 "fd_lifetime" typo bug
2205 - Added 'firewall_ip_list' to configuration options
2206 - Set resolver options to disable searching default domains
2207 and parent domains.
2208 - Added blocking-rebuild -F option.
2209 - Fixed storeMaintainSwapSpace to be called every 10 seconds.
2210 - Fixed ICP_HIT_OBJ bug causing objects to get stuck in VM.
2211 - Fixed matching the ends of domain names (e.g. bar.com no
2212 longer matches foobar.com).
2213 - Fixed checking return code from fprintf() while writing the
2214 clean swap log.
2215 - Fixed fatal_dump from storeSwapoutHandle running out of disk
2216 space.
2217 - Added disabling of a neighbor cache if 95% of replies are
2218 UDP_DENIED.
2219 - Added accounting for misc memory/data structures
2220 - Added 'no-query' option for 'cache_host' config line
2221 - Added error reporting to SSL requests.
2222 - Fixed SSL bug, client abort was not closing the server
2223 side connection.
2224 - Fixed checking hierarchy_stoplist bug.
2225 - Fixed ipcache error messages by giving each entry its
2226 own string.
2227 - Use sigaction() instead of signal() if available.
2228 - Fixed ipcache bug causing some lookups to get stuck in
2229 PENDING state if all dnsservers are busy.
2230 - Fixed domain name matching bug when using '.com' instead of
2231 'com'.
2232 - Fixed close_handler coredump bug in comm.c.
2233 - Removed unnecessary DNS lookup of hostnames in WAIS URLs.
2234
2235Changes to squid-1.0.beta17 (June 12, 1996):
2236
2237 - Fixed another ipcache coredump problem where an entry could
2238 be released between writing to and reading from dnsserver.
2239 - Fixed store.c bug of purging aborted objects.
2240 - Cleaned up checkLifetimes() function to make it simpler.
2241 - Added visible_hostname support to ftpget.
2242 - Fixed null edge dereferencing bug for UDP_HIT_OBJ.
2243
2244Changes to squid-1.0.beta16 (June 10, 1996):
2245
2246 - Fixed two coredump-causing bugs in ipcache_unregister().
2247 - Changed 'close_handler' to a linked list.
2248 - Changed freeing of protodispatch_data structures to use
2249 new close_handler (attached to client FD).
2250 - Fixed URL handling to accomodate browswers which do not handle
2251 relative URL parsing.
2252
2253Changes to squid-1.0.beta15 (June 9, 1996):
2254
2255 - Fixed storeSwapoutHandle coredump bug
2256 - Fixed DNS lookup failure of neighbor hosts after a few hours
2257 of operation
2258 - Changed memcpy() to memmove() for overlapping memory copies
2259 - Changed store rebuidling to unlink the log-last-clean file
2260 in case of a crash during rebuild
2261 - Added forwarding loop detection
2262 - Changed all memcpy to use xmemcpy which is memmove, bcopy, or
2263 memcpy.
2264 - Fixed coredump bug from partial dnsserver reads, manifest on
2265 FreeBSD and NetBSD.
2266
2267Changes to squid-1.0.beta14 (June 7, 1996):
2268
2269 - Fixed coredump bug in icp.c when generating ``Not Modified''
2270 replies.
2271 - Fixed SSL bug which assumed the requested host name would
2272 already be in the IP cache.
2273 - Fixed names of generated HTTP reply headers.
2274
2275Changes to squid-1.0.beta13 (June 7, 1996):
2276
2277 - Fixed coredump bug where StoreEntry key was free'd too soon.
2278 - Fixed UDP_HIT_OBJ bug: cancel the hierarchy timeout and set
2279 the ping_status to DONE for UDP_HIT_OBJ replies.
2280
2281Changes to squid-1.0.beta12 (June 6, 1996):
2282
2283 - Fixed problem when using udp_outgoing_addr where no ICP
2284 packets would be recieved because they were getting sent
2285 to the "outgoing" instead of the "incoming" socket.
2286 - Fixed objects hanging around in cache after a keychange.
2287 - Added ability to restrict neighbor caches with ACLs.
2288 ('cache_host_acl').
2289 - Fixed ssl FD mismatch bug.
2290 - Fixed INADDR_NONE bug on 64bit systems.
2291 - Fixed store rebuilding bug; temporary log file was not being
2292 truncated.
2293 - Made all external processes communicate with TCP sockets
2294 (no more Unix domain sockets).
2295 - Semi-major rewrite of ipcache implementation.
2296 - Fixed a couple memory bugs found by purify.
2297 - Fixed sending large (>8192 bytes) HTTP requests.
2298 - Added "lazy" server IP address ACL checks (type 'dst').
2299 - Changed handling of IMS requests. Now will return "304
2300 Not Modified" if the requested object is in the cache
2301 and not expired.
2302
2303Changes to squid-1.0.beta11 (June 1, 1996):
2304
2305 - Fixed serious memory leak of MemObject->reply structures.
2306
2307
2308Changes to squid-1.0.beta10 (May 31, 1996):
2309
2310 - Fixed bug when request arrives in fragmented IP packets.
2311 - Fixed ACL bug which denied cache manager access while in
2312 httpd_accel mode.
2313 - Changed ftpget to "fail nicely" for sites which do not allow
2314 PORT requests (if compiled with PASVONLY).
2315 - Fixed Unix domain socket off-by-one bug in ftpget.
2316 - Fixed lingering sockets after shutdown by SIGTERM.
2317 - Added dnsserver use histogram to ipcache stats.
2318 - Changed domain ACL's to match only the end of the hostname, not
2319 just anywhere in the string.
2320 - Fixed setuid bugs when pid_filename was not defined
2321 - Fixed zero-sized object getting stuck in VM.
2322 - Configure checks for working UNIX domain stream sockets
2323 - Rotate cache.log before the others
2324 - SIGUSR2 now toggles between full and normal debugging
2325 - Close and restart ftpget server during logfile rotation
2326 - Added memory pools for request_t and MemObject data structures.
2327 - Added new address binding options for more control
2328
2329Changes to squid-1.0.beta9 (May 23, 1996):
2330
2331 - Fixed storeToString() coredump bug on 'swap_buf'
2332 - Added back the CIDR notation functionality to decoding IP
2333 address ACLs.
2334 - Fixed ftpget listing parsing coredump bug.
2335 - Fixed neighborsUdpAck() coredump for late-arriving ICP replies.
2336
2337Changes to squid-1.0.beta8 (May 22, 1996):
2338
2339 - More friendly CFLAGS and LDFLAGS for configure
2340 - ACL_ALLWEEK bugfix
2341 - Added missing increment of UDP connection counter.
2342 - Changed ftpget select to check for EWOULDBLOCK/EAGAIN
2343 (workaround for broken Solaris select(2)).
2344 - Fixed MALLINFO calls for Linux
2345 - Fixed strerror() problems on SunOS 4.1.x
2346 - Fixed DefaultAnnounceRate; set to zero by defult.
2347 - Changed all port variables to u_short.
2348 - Created AF_UNIX versions of comm_open(), comm_connect().
2349 - Changed ftpget server to use UNIX domain socket.
2350 - Removed RESET_SIGNAL_HANDLER check--always reset the signal
2351 handler.
2352 - Added instrumentation of basic IPCache stats.
2353 - Fixed calculation of neighbor average RTT.
2354 - Added 'outbound_addr_list' to config
2355 - Change getFirstParent() to getFirstUpParent().
2356 - Changed ftpget to use an additional pipe() for crash detection
2357 - Added ICP_OP_DENIED message type
2358 - Added patches for Nextstep port from Luke Howard
2359 <lukeh@vurt.schnet.edu.au>
2360 - Added a lifetime to HTTP server connections being deferred.
2361 - Added IP address ranges in 'src' ACLs
2362 - Added FQDN's in 'src' ACLs
2363 - Fixed request structure free-memory-read/coredump bug.
2364 - Changed icp.c to select on client socket to detect aborts.
2365 - Better compliance with HTTP/1.1 *DRAFT* regarding which reply
2366 codes can be cached.
2367 - Added 'hierarchy_stoplist' configuration option.
2368 - Changed mallopt option M_MXFAST to 512 bytes.
2369 - Added -Y option to only return UDP_HIT or UDP_DENIED during
2370 store reload.
2371 - Added UDP_HIT_OBJ type. Just like a UDP_HIT, but object data
2372 is returned in the UDP packet if it will fit; saves a TCP
2373 connection. Not compiled in by default, add -DUDP_HIT_WITH_OBJ
2374 to src/Makefile DEFINES.
2375
2376Changes to squid-1.0.beta7:
2377
2378 - Fixed comm_udp_sendto continuous loop bug
2379 - Fixed URLs-with-colon-but-no-port-number bug
2380 - Fixed sending ICP queries for HEAD requests
2381 - Changed 'server_list' output. Added RTT, Fetches, Hits, Misses,
2382 and percents.
2383 - Fixed setuid bug causing some logs to be owned by root.
2384 - Fixed virtual host mode (-V option)
2385 - Added read(2) instrumentation for HTTP and FTP.
2386 - Changed neighbor initialization to continue if DNS lookup fails.
2387 - Lint cleanup
2388
2389Changes to squid-1.0.beta6:
2390
2391 - Fixed null error message coredump in ftpget.
2392 - Added -m Method option to `client'.
2393 - Fixed ftpget server bug with missing trailing slash.
2394 - Removed 'connect_ports' from config, use general ACLs instead.
2395 - Changed requested listen queue length to 1/4 of getMaxFD().
2396 - Rewrote SSL/CONNECT handlers. Now doesn't use a StoreEntry.
2397 - Fixed some aborted objects getting stuck in VM bug.
2398 - Fixed ftpget PASV reply sscanf to work for VMS ftpd.
2399 - Changed FTP URL parsing to use urlParse().
2400 - Changed ftpget to skip RETR command if URLs ends with '/'.
2401 - Changed ftpget to display README at the bottom if there are other
2402 server messages.
2403 - Changed ftpget to not reopen a new data connection
2404 if one is already open.
2405 - Fixed handling of FTP URLs with spaces (and other unsafe characters)
2406 - Changed ftpget to only generate BASE HREF if the FTP URL does
2407 not end with '/'.
2408
2409Changes to squid-1.0.beta5:
2410
2411 - Fixed cachemgr to send 'HTTP/1.0' on request so it works
2412 with beta4 fixes to icp.c.
2413
2414Changes to squid-1.0.beta4:
2415
2416 - Added a handler to restart the ftpget server.
2417 - Fixed access checks for ICP by parsing the requested URL.
2418 - Added "magic marker" to ftpget-generated errors so they can
2419 be negative-cached.
2420 - Added a small run-time check to configure to see if signal
2421 handlers should be restarted after invocation (ala SYSV).
2422 - Determine Maximum filedescriptors in configure and change
2423 FD_SETSIZE if needed.
2424 - Changed read stall algorithm for HTTP. No don't wait until
2425 the object is in DELETE_BEHIND mode to stall the server read
2426 and wait for the client to catch up. Also changed from 4k to
2427 16k read buffer.
2428 - Fixed HTTP request parsing to check for blank line at the
2429 end of all requests. Symptoms were "connection reset"
2430 messages.
2431
2432Changes to squid-1.0.beta3:
2433
2434 - Added ftpget '-C minport:maxport' option
2435 - Fixed PROTO_MAX fencepost bug in stat_init().
2436 - Fixed Fixed CheckQuickAbort() coredump.
2437 - Fixed disabling store.log and hierarchy.log when set to "none"
2438 - Fixed numerous problems related to setuid().
2439 - Fixed 'check_cache.pl' to use new swaplog format (without "FILE").
2440 - Fixed ACL coredumps when checking NULL words.
2441 - Changed pid_filename to be written and unlinked as root.
2442 - Added "-i seconds" option to 'client' for testing IMS GET.
2443 - Fixed a bug where an IMS request caused the valid object to
2444 get ejected from the cache.
2445 - Fixed continual DEAD_PARENT/REVIVE bug
2446 - Fixed ERR_INVALID_URL bug for URLs with a password field.
2447 - Added to Release-Notes info about converting 'cache/log' and
2448 difference between stoplists and ttl_pattern.
2449
2450Changes to squid-1.0.beta2:
2451
2452 - Fixed /bin/csh "$#argv" leftover in RunCache.
2453 - Fixed ACL day-of-week bitmask bug.
2454 - Fixed missing checks for WAIS in some places.
2455 - Fixed chdir(swappath(0)) bug; do chdir() after storeInit().
2456 - Changed enumerated structure members to be defined outside
2457 of the structure itself (for AIX).
2458 - Changed ftpget to fork before reading the request and make
2459 sure the entire request is read.
983061ed 2460
234967c9 2461Changes to squid-1.0.beta1 (Apr 19, 1996) from Harvest cached-1.4.pl3:
2d15012a 2462
2d15012a 2463 - Added a "server mode" to ftpget. Now the (much smaller)
2464 ftpget process forks for each FTP request.
234967c9 2465 - Added support for If-Modified-Since GET requests.
2466 - Added support for SSL and https objects.
2467 - Added background processing for rebuilding the disk store
2468 while serving requests. Cache can now serve requests immediately.
2469 - Added a 'reconfigure' feature activated by SIGHUP. The config
2470 file is re-read and most changes will take effect.
2471 - Added an internal flag for using private keys with ICP queries
2472 to neighbors. If any neighbor returns a reqnum field of zero,
2473 then disable using private keys. But still use private
2474 keys for things with bypass the ICP query step (such as POST
2475 and IMS-GET).
2476 - Added a function to verify content-lengths. Objects with
2477 mismatched (but non-zero) content lenghts will be ejected.
2478 - Added clean shutdown mode. On SIGTERM the incoming HTTP socket
2479 is closed. Active clients are given a lifetime of 30 seconds
2480 (configurable). Process exits when all sockets are closed.
2481 - Added support for large POST objects.
2482 - Added "store.log" which logs RELEASE/SWAPIN/SWAPOUT events.
2483 - Added announce feature to squid; no longer external program.
2484 If enabled, a running cache will announce itself every 24 hrs.
2485 - Added support for FTP URLs with non-default ports.
2486 - Added new Access Control List scheme.
2487 - Added Forwarded: header to proxy HTTP requests (HTTP/1.1 feature).
2488 - Added weights neighbors.
2489 - Added urlParse() which strips off default ports and
2490 makes hostnames all lowercase.
2d15012a 2491 - Added (section,level) debugging and 'debug_options' config line.
2492 - Added 'pid_filename' to configuration file.
234967c9 2493 - Added 'visible_hostname' to configuration file.
2494 - added 'ftp_user' to configuration file.
2495 - added 'dns_positive_ttl' to configuration file.
2496 - added 'dns_negative_ttl' to configuration file.
2497 - Added 'shutdown_lifetime' to configuration file.
2498 - Fixed bug where cache process would "spin" on large objects
2499 being deferred.
2500 - Fixed byte order conversion bug on setting echo port.
2d15012a 2501 - Changed meaning of command line -b (buffered logs) option.
2502 Now the default behaviour is unbuffered logs, use -b to make
2503 them buffered.
2d15012a 2504 - Changed WAIS code to always be fully compiled in.
234967c9 2505 - Changed the storage manager to use the notion of private and
2506 public keys. Requests are now private until the reply headers
2507 have been read.
2508 - Changed access logging significantly. Entries to "access.log"
2509 are written when the client connection closes. Every connection
2510 is logged exactly once, always with a valid size.
2cf0aa81 2511 - Changed access log format (non-common) to include request
2512 method and sub-second timestamps.
234967c9 2513 - Changed handing of ECONNRESET (connection reset) errors.
2514 Now treated like any other read error.
2515 - Changed 'rotate logs' to be activated by SIGUSR1.
2516 - Changed configure script to look specifically for tm_gmtoff
2517 and set HAVE_TM_GMTOFF.
2518 - Changed configure script to look specifically extended mallinfo
2519 structure and set HAVE_EXT_MALLINFO
2520 - Changed ICP reply code to use negative TTL value as UDP_HIT
2521 threshold so we never return a HIT on neg-cached objects.
2522 - Changed ftpget to use select(2) on I/O for timeouts. ftpget
cdd8d814 2523 now exits immediately if stdin goes away.
234967c9 2524 - Changed handling of '-z' option. Now only execute 'rm -rf ...' if
2525 -U option also given.
2526 - Removed the command line -d (debug) option. Use 'debug_options'
2527 in config file.
2528 - Removed all code and references to binary port.
2529 - Removed dual logging to stderr/cache.log.
2530 - Removed old IP access controls ('proxy_allow', etc.)