aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy/haproxy.inc
Commit message (Expand)AuthorAgeFilesLines
* Add a manual config validation option to HAproxy (using -c to only check conf...jim-p2013-08-291-0/+5
* HAproxy config parameter clitimeout is deprecated, should now be "timeout cli...jim-p2013-08-201-1/+1
* Teach HAproxy about sync usernames (though the code in the main repo still ne...jim-p2013-07-101-4/+11
* updated HAProxy package to work with pfSense 2.1PiBa-NL2013-02-181-4/+30
* Remove some really unnecessary manual downloading of libraries/packages durin...jim-p2012-06-201-11/+0
* Generalize a couple referencesjim-p2012-03-271-2/+2
* Workaround for the old package deleting the binary on unload instead of the p...Andrew Thompson2012-02-221-0/+11
* remove the haproxy package on reinstallAndrew Thompson2012-02-221-1/+1
* Move haproxy-dev to haproxy proper, ticket ZVS-164444Andrew Thompson2012-01-261-126/+458
* Changes for new server statuses and to make monitor uri optional.briantist2011-12-131-8/+20
* Fix typeo, base64deode -> base64_decode.thompsa2010-03-191-2/+2
* Adding local0 to remote syslogScott Ullrich2010-01-231-1/+1
* Make nbproc a tunable item on global settings tabScott Ullrich2010-01-231-1/+5
* Raise file open limits for haproxy if neededScott Ullrich2010-01-211-1/+7
* Adding definable check inter support. Fix httpclose and forwardfor optionsScott Ullrich2010-01-211-1/+7
* Correctly enable/disable httpclose and forwardfor optionsScott Ullrich2010-01-211-2/+6
* Fix typoScott Ullrich2009-12-281-1/+1
* Do not replace \n with spacesScott Ullrich2009-12-281-8/+12
* Using base64_deocde() and base64_encode() note the missing _Scott Ullrich2009-12-281-2/+2
* Use base64encode() and base64decode()Scott Ullrich2009-12-281-3/+3
* Turn c/r into spaces for multiple options per lineScott Ullrich2009-12-281-3/+3
* Add a tabScott Ullrich2009-12-221-1/+1
* Add newlineScott Ullrich2009-12-221-1/+1
* Add advanced pass thru box for frontend edit screenScott Ullrich2009-12-221-0/+4
* Add pass thru box for global settingsScott Ullrich2009-12-221-0/+2
* Adding advanced pass thru box for server entriesScott Ullrich2009-12-221-1/+5
* Allow startup when no remote syslog server is enteredsullrich2009-12-161-2/+0
* Add remote syslog optionsullrich2009-12-161-1/+4
* Seperate out ports to one port per server per linesullrich2009-12-161-10/+6
* Use ssl-hello-chk instead of httpchk when using httpssullrich2009-12-151-6/+6
* Do not duplicate mode directive and add otiuon ssl-hello-chk for https typesullrich2009-12-151-4/+4
* pick up frontend ports correctlysullrich2009-12-151-2/+2
* Allow leaving the server port blank to pick up the Frontend port selectionsullrich2009-12-151-1/+15
* Install all serverssullrich2009-12-151-3/+3
* Unbreak haproxy. All my fault, sorry about that.sullrich2009-12-151-3/+3
* Overhaul haproxy package. Rename backends to frontends. Add rowhelper to th...sullrich2009-12-111-8/+21
* Do not allow sync loops take #2Scott Ullrich2009-11-231-1/+15
* Do not allow haproxy to sync to self even if the ip is passed the first check...Scott Ullrich2009-11-221-0/+4
* s/W/w/Scott Ullrich2009-11-221-1/+1
* Do not clobber backend variable. Do not clobber listenip. Vesoion bump for ...Scott Ullrich2009-11-201-8/+11
* Prevent sync loopsScott Ullrich2009-11-201-0/+6
* Move haproxy reload code inside function. Major doh to me.Scott Ullrich2009-11-201-2/+2
* Allow specification of multiple ports seperated by a ,Scott Ullrich2009-11-201-7/+20
* Correct memory usage and simplify outputScott Ullrich2009-11-171-1/+3
* Reload HAProxy configuration on sync'd peersScott Ullrich2009-11-171-0/+30
* Adding XML RPX Configuration synchronization capabilitiesScott Ullrich2009-11-171-0/+74
* Add missing elseScott Ullrich2009-11-161-1/+1
* Unbreak External address featureScott Ullrich2009-11-161-4/+5
* open file for writingScott Ullrich2009-10-221-1/+1
* Add missing ;jim-p2009-10-201-1/+1
616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671