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