aboutsummaryrefslogtreecommitdiffstats
path: root/config/squid3/34/squid.inc
Commit message (Expand)AuthorAgeFilesLines
...
* Fix log_dir location for C-ICAP to that it honors custom log_dirdoktornotor2015-09-301-1/+6
* Put safety checks here to prevent shooting users from shooting themselves in ...doktornotor2015-09-301-12/+41
* Some additional deinstall cleanupsdoktornotor2015-09-301-14/+7
* If disk cache gets disabled, delete the cachedir if it existsdoktornotor2015-09-301-1/+14
* Also check for level 1 subdirs in cachedir for proper cache creationdoktornotor2015-09-301-2/+9
* Fix squid_dash_z() logic so that it creates cache dir properly when it has ch...doktornotor2015-09-301-5/+5
* Remove yet another duplicate squid_dash_z() invocation, also don't log unless...doktornotor2015-09-301-3/+1
* Force delete the PBI initscript that keeps creeping backdoktornotor2015-09-301-0/+2
* Force Squid shutdown on stopping servicedoktornotor2015-09-301-0/+3
* Split disk cache creation to a separate function as welldoktornotor2015-09-301-5/+20
* Fix inverted squid_start_monitor() checkdoktornotor2015-09-301-1/+1
* split Squid services monitoring/handling to separate functionsdoktornotor2015-09-301-18/+39
* squid3 - fix squid_dash_z() so that cache dir gets created on package installdoktornotor2015-09-301-14/+15
* squid3 - clean up after itself on uninstalldoktornotor2015-09-301-14/+61
* Only try to stop Squid if running to prevent useless logspamdoktornotor2015-09-301-2/+4
* Stop creating log_dir here to avoid stupid recursive chown on / bugdoktornotor2015-09-301-14/+1
* Add safety belts to squid3 chown function to stop it from breaking the entire...jim-p2015-09-291-3/+4
* Fix log_dir config checkdoktornotor2015-09-271-1/+1
* Honor logdir settings for reverse proxy as well; always provide a default val...doktornotor2015-09-271-3/+8
* sanitize squid3 package install processdoktornotor2015-09-271-41/+32
* make a backup of default c-icap config file on installdoktornotor2015-09-261-0/+7
* Fix broken c-icap.conf handling, fix c-icap logs handling (Bug #4615)doktornotor2015-09-261-9/+21
* Sanitize the cache clear/swapstate rotate cronjobdoktornotor2015-09-261-1/+1
* Remove broken squid_before_form_general() functiondoktornotor2015-09-251-36/+0
* Sanitize memory_cache_size and maximum_object_size_in_memory defaults closer ...doktornotor2015-09-251-2/+2
* Fix maximum_object_size to match the described default and upstream recommend...doktornotor2015-09-251-1/+1
* Fix quick_abort_min input validation to conform to Squid documentationdoktornotor2015-09-251-2/+2
* squid3 - code style fixesdoktornotor2015-09-241-675/+785
* squid3 - fix default value handling for antivirus client forward options (Bug...doktornotor2015-09-241-0/+1
* squid3 - disable broken Youtube caching featuredoktornotor2015-09-181-1/+3
* Fix typo breaking squidantivirus XMLRPC sync (Bug #4452)doktornotor2015-09-181-1/+1
* squid3 - move min/max_object_size directives (Bug #5154)doktornotor2015-09-181-1/+1
* squid pinger helper needs to be suid root (Bug #5114)doktornotor2015-09-111-2/+2
* squid3 - fix inverted boot checkdoktornotor2015-09-101-1/+1
* do not silence errors with chmoddoktornotor2015-09-091-2/+2
* Squid3 - squid pinger helper needs to be suid root (Bug #5114)doktornotor2015-09-091-5/+6
* fix another bogus boot checkdoktornotor2015-09-081-2/+3
* squid3 - use install_cron_job() instead of reimplementing itdoktornotor2015-09-041-73/+17
* squid3 - fix a bunch of invalid chmod() calls - fixes Bug #4885doktornotor2015-08-251-4/+4
* Remove extra \nRenato Botelho2015-05-061-1/+1
* Remove old break from switch -> if conversionRenato Botelho2015-05-061-2/+0
* Add more notesRenato Botelho2015-05-061-0/+3
* Simplify logicRenato Botelho2015-05-061-5/+3
* Simplify logicRenato Botelho2015-05-061-2/+5
* Use if instead of switch/case statement for boolean testRenato Botelho2015-05-061-3/+2
* Use is_numericint() in places we need a positive numberRenato Botelho2015-05-061-9/+9
* Simplify logicRenato Botelho2015-05-061-16/+17
* Simplify logicRenato Botelho2015-05-061-13/+14
* Add a note about intl error filesRenato Botelho2015-05-061-0/+10
* SQUID_CONFBASE is inside SQUID_BASE, create SQUID_CONFBASE recursively is eno...Renato Botelho2015-05-061-4/+0