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