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