summaryrefslogtreecommitdiff
path: root/www/squid22 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Squid-1.1 is not beta software any more..Peter Wemm1997-05-171-1/+1
| | | | Notes: svn path=/head/; revision=6479
* Oops, editor glitch.. (and my xterm scrollback proves it.. :-)Peter Wemm1997-05-171-2/+2
| | | | Notes: svn path=/head/; revision=6478
* Update 1.1.9 -> 1.1.10. See ChangeLog for details.Peter Wemm1997-05-172-6/+6
| | | | Notes: svn path=/head/; revision=6476
* Update 1.1.8+patches -> 1.1.9.Peter Wemm1997-03-313-13/+16
| | | | | | | See ChangeLog for the (large) list of changes. Notes: svn path=/head/; revision=6075
* Use official patches from dist site. Included is a possible fix to thePeter Wemm1997-03-232-3/+7
| | | | | | | | | | | | | slowdown problem. Note, I've changed the DIST_SUBDIR.. all the patches files seem to be called "fixes.patch" and were colliding with each other. Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=5984
* Update from 1.1.7+patches to 1.1.8. This fixes a number of unresolvedPeter Wemm1997-03-042-10/+4
| | | | | | | problems, including a patching braino on my part... Notes: svn path=/head/; revision=5842
* Update 1.1.6 -> 1.1.7 + vendor patches.Peter Wemm1997-03-022-8/+12
| | | | | | | | | | Note: the patch file on the web site has several problems.. First, it doesn't apply, and second, it bogusly changes the version. It also introduces some problems for FreeBSD where the author missed the point of a fix I sent back. :-( Notes: svn path=/head/; revision=5781
* Patchfile has changed.Satoshi Asami1997-02-251-1/+1
| | | | Notes: svn path=/head/; revision=5741
* Include patch distributed on the web page to tie up some problems:Peter Wemm1997-02-202-1/+5
| | | | | | | | | | | | | - POST didn't work if there were null characters (strncpy vs. memcpy) - defensive measures to try and stop "HELP! IP cache overflowing" - warn when forced to do blocking gethostbyxxxx() calls - fix some coredumps and other problems Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=5705
* Update 1.1.5+patches -> 1.1.6Peter Wemm1997-02-082-10/+4
| | | | | | | | | | | | Note, there are a few important changes to the squid.conf file, be sure to read the ChangeLog file for the details. Some names have been renamed, and a new option needs to be specified if squid is run as root - it needs to know what uid to change to, it won't run as root by default. This may require changes to the port to create a user or something. Notes: svn path=/head/; revision=5565
* Update 1.1.4+vendor patches to 1.1.5+vendor patchesPeter Wemm1997-01-292-10/+9
| | | | Notes: svn path=/head/; revision=5462
* Put DIST_SUBDIR in right place.Satoshi Asami1997-01-241-3/+2
| | | | Notes: svn path=/head/; revision=5421
* Update 1.1.3 -> 1.1.4 + distributed patchesPeter Wemm1997-01-192-4/+25
| | | | | | | | | | | | | | | | | | | | | | | Among the changes are some patches submitted to the maintainers by yours truly to improve the password support in cachemgr.cgi. It also reports the resource "maxrss" correctly for what it is. The distributed patches to 1.1.4: * ftpget.c.patch: Changes the default MIME type to "application/octet-stream" and fixes directory listings from NetWare servers. * icp.c.patch: Fixes "Unknown status reply from server: 0!" error messages in Netscape. * ipcache.c.patch: Fixes ipcache_dnsHandleRead() coredumps. * neighbors.c.patch: Fixes BIT_SET/BIT_TEST typo in getDefaultParent(). Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=5384
* Update 1.1.2 -> 1.1.3Peter Wemm1997-01-072-6/+6
| | | | Notes: svn path=/head/; revision=5256
* Update 1.1.1 -> 1.1.2Peter Wemm1996-12-262-4/+4
| | | | | | | | The usual bug fixes, including one that prevented ftp objects being cached (they immediately timed out)..... Notes: svn path=/head/; revision=5100
* Update 1.1.0 -> 1.1.1 ; from the Changelog:Peter Wemm1996-12-162-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | - Fixed announcement bug. Announcements were always off unless a file was specified. - Fixed wrong number of args to examine_select() debug. - Fixed null-string content-type - Don't cache replies with 'Set-Cookie:' headers. - Fixed bug when client issues IMS, Squid has stale object and Squid's lastmod time is greater than the client IMS time. A 304 reply would be appropriate for Squid, but not the client (diagnosed by Mark Treacy). - Fixed httpBuildRequestHeader() content length bug which breaks for really large POST requests (Takahiro Yugawa). - Fixed 'passthrough_proxy' to pick up port number from list of neighbors. - Ensure pid file is world-readable if umask is set otherwise (Doug Urner). - Collect statistics on a few more HTTP headers. Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=4982
* Update 1.1.beta28 -> 1.1.0Peter Wemm1996-12-073-11/+8
| | | | Notes: svn path=/head/; revision=4858
* Update 1.1.beta27 to 1.1.beta28.Peter Wemm1996-12-062-5/+5
| | | | | | | | | This fixes some small bugs, including a CR/LF problem and (I think) two problems with aborting. The author has hinted that this might be the last beta before 1.1.0. Notes: svn path=/head/; revision=4828
* Update 1.1beta26 -> 1.1beta27Peter Wemm1996-12-052-5/+5
| | | | | | | Among the changes is a strcasecmp() fix to make POST operations work. Notes: svn path=/head/; revision=4808
* Update 1.1.beta25 -> 1.1.beta26Peter Wemm1996-12-042-5/+5
| | | | | | | | | | | | | | | Among the changes: - remove patch-aa, it's now in the standard distribution - checks for libgnumalloc for <= FreeBSD-2.1.x systems to avoid the nasty libc malloc problems. - more useful data in the logs - support for poll() syscall with unlimited number of file descriptors if present instead of select()'s restrictions. (Standard FreeBSD doesn't yet have poll()..) - the usual bug fixes Notes: svn path=/head/; revision=4796
* Update 1.1.beta20 to 1.1.beta25Peter Wemm1996-12-022-5/+5
| | | | | | | | | | | Lots of changes, see ChangeLog Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=4748
* Update 1.1beta19 to 1.1beta20 - more bug fixes.Peter Wemm1996-11-222-5/+5
| | | | | | | | | Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=4645
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+2
| | | | Notes: svn path=/head/; revision=4575
* Update 1.1.beta16 -> 1.1.beta19Peter Wemm1996-11-154-10/+12
| | | | | | | | | | Mostly bug fixes. Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=4478
* Update 1.1.beta13 -> 1.1.beta16Peter Wemm1996-11-122-5/+5
| | | | | | | | | | | | | | | | | Included in this update: - large objects fix, apparently large objects could get stuck (eg: netscape, msie downloads etc) - configurable 1st and 2nd level directory hash sizes - can have a password in squid.conf for cachemgr.cgi - POST is now passthrough - other bugfixes - other new features and corresponding bugfixes :-) Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=4424
* Shorten PKGNAMEPeter Wemm1996-11-121-2/+3
| | | | | | | | | | | | Don't send RunCache's output to /dev/console when run from the rc.d script, it's a bit messy and unneeded. Reviewed by: Submitted by: asami Obtained from: Notes: svn path=/head/; revision=4423
* Squid-1.1.beta13. This was a little unusual in that the www/squid ncvsPeter Wemm1996-11-063-12/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | files were repository copied to www/squid11, then this commit brings it to 1.1.b13. (This was Satoshi's idea :-) It preserves the history) Squid-1.0 and 1.1 are under parallel development, kinda like when we had 2.1-stable and 2.2-current in parallel development. The 1.0 code is well polished, and 1.1 is "on the bleeding edge" as such. The features and performance are much improved, but it can be a bit hair-raising. I personally have no major hassles with 1.1beta13. Among the nicer things that this version has over 1.0: - URL redirector.. ie: you can rewrite url's of sites with "mirrors" so that you don't have 15 copies of the same files. - optional ident logging - improved acl's - dramatically improved cache directory structure (scales much better with gigantic disk caches) - much improved DNS ttl handling (esp. with resolver hack) - more control over neighbor status; parent, sibling etc. - much improved refresh rules to help combat stupid sites that needlessly set the Expires: field to zero when it doesn't need to be. (This is fine when it's genuinely needed, but some sites really abuse it to to attempt to negate caching to get inflated hit counts etc) Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=4317
* Update from squid-1.0.0 to 1.0.20. There are a large number of bug fixesPeter Wemm1996-11-065-35/+45
| | | | | | | | | | | | | | and stability measures. This port installs in a "FreeBSD-native" tree (like apache) rather than with a mini hierarchy under /usr/local/squid/{bin,etc,cache,logs,...} (the default behavior seems to have changed between 1.0.0 and 1.0.20) Also, build a rc.d/squid.sh script. Notes: svn path=/head/; revision=4314
* Upgrade from 1.0 beta11 to 1.0 release.Satoshi Asami1996-07-106-11/+24
| | | | | | | Submitted by: Andrew Stesin <stesin@elvisti.kiev.ua> Notes: svn path=/head/; revision=3363
* A post-harvest www cache proxy.Satoshi Asami1996-06-036-0/+85
Submitted by: Andrew V. Stesin <stesin@elvisti.kiev.ua> and Peter Stubbs <PETERS@staidan.qld.edu.au> Notes: svn path=/head/; revision=3166