summaryrefslogtreecommitdiffstats
path: root/etc/inc/pfsense-utils.inc
Commit message (Expand)AuthorAgeFilesLines
* Cache the contents of find_carp_interface() to speed up subsequent requestsScott Ullrich2005-05-311-7/+13
* Speedup get_carp_interface_status() by caching the full ifconfig file and the...Scott Ullrich2005-05-311-3/+15
* Add cURL functions. These may be moved to pkg-utils.inc soonish.Colin Smith2005-05-301-0/+61
* Add pkg_fetch_recursive().Colin Smith2005-05-301-0/+41
* * Set timeout.Colin Smith2005-05-071-3/+7
* Only check the categories we need too.Colin Smith2005-05-071-4/+12
* Merge carp into baseScott Ullrich2005-05-051-1/+24
* Update new versionchecker code.Colin Smith2005-05-051-0/+3
* Begin commit of new versionchecking code.Colin Smith2005-05-041-16/+11
* Whoops, extra '.Colin Smith2005-04-301-1/+1
* * Robodocify more functions.Colin Smith2005-04-301-39/+54
* Minor style formattingScott Ullrich2005-04-281-1/+1
* * Cleanup get_carp_statusScott Ullrich2005-04-281-5/+2
* * Document more functions.Colin Smith2005-04-281-25/+35
* Whoops, forget the closing marker.Colin Smith2005-04-281-1/+1
* Document a few more functions.Colin Smith2005-04-281-6/+9
* Robodoc testing.Colin Smith2005-04-281-1/+7
* Another Robodoc test.Colin Smith2005-04-281-36/+1
* Initial commit of robodoc-formatted comments.Colin Smith2005-04-281-4/+54
* * move get_carp_status() to common utilities areaScott Ullrich2005-04-281-0/+13
* XML was not being parsed if pkg_config.xml already existsScott Ullrich2005-04-261-1/+1
* * Use $pkg_config['packages']['package']Scott Ullrich2005-04-261-2/+2
* $g needs to be a global, too to participate in the fun.Scott Ullrich2005-04-261-1/+1
* Remove trailing spaceScott Ullrich2005-04-261-1/+1
* get_available_pkg_id: Don't fetch and parse pkg_config if it's already defined.Colin Smith2005-04-261-4/+9
* xmlrpc_value_to_php() is now in xmlrpc.inc.Colin Smith2005-04-211-17/+0
* Update reverse_strrchr().Colin Smith2005-04-171-6/+3
* Whoops - we still need xmlrpc_value_to_php :PColin Smith2005-04-151-0/+17
* rmdir_recursive: Check that the specified directories actually exist before t...Colin Smith2005-04-131-38/+29
* Add function to change XMLRPC values to their PHP equivalents.Colin Smith2005-04-131-6/+19
* Leave debug bit unset.Colin Smith2005-04-101-1/+0
* Fix check_firmware_version().Colin Smith2005-04-101-2/+9
* Add argument to return $resp->value() (standard PHP array) or $resp->serializ...Colin Smith2005-04-071-2/+3
* Return -1 upon communication (or other) error.Colin Smith2005-04-071-0/+2
* Remove unnecessary function.Colin Smith2005-04-071-11/+0
* Move version checking function over to XMLRPC.Colin Smith2005-04-071-39/+28
* Do not foreach through installedpackages if no installed packages exist.Scott Ullrich2005-04-061-4/+5
* Fix auto upgradeScott Ullrich2005-04-051-2/+4
* Fix auto upgrade.Scott Ullrich2005-04-041-6/+6
* Fix autoupdating.Colin Smith2005-04-041-0/+1
* * Add check_firmware_version() for easy XMLRPC exposure.Colin Smith2005-04-021-0/+47
* * Add auto_upgrade() for easy XMLRPC exposure.Colin Smith2005-04-021-0/+19
* No need for config lock or to mount conf media r/w - write_config() does that...Bill Marquette2005-04-011-4/+0
* This file is eval'd. Correct its behavior.Scott Ullrich2005-03-311-0/+1
* folder_exists -> file_existsScott Ullrich2005-03-301-1/+1
* Create /usr/local/pkg if it does not exist. This fixes the previous sync pro...Scott Ullrich2005-03-281-0/+2
* Clean up some comments.Colin Smith2005-03-281-2/+2
* Add $Id$ tagBill Marquette2005-03-271-0/+1
* Allow outbound load balanancing to work.Scott Ullrich2005-03-271-2/+14
* Fix wildcard handling in rmdir_recursive().Colin Smith2005-03-211-1/+5
OpenPOWER on IntegriCloud