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