summaryrefslogtreecommitdiffstats
path: root/etc/inc/pfsense-utils.inc
Commit message (Expand)AuthorAgeFilesLines
* Really fix Status -> QueuesScott Ullrich2005-06-111-2/+1
* Sort queues so status -> queues should work againScott Ullrich2005-06-111-0/+1
* unbreak the package manager by adding back fetch_latest_pkg_config()Scott Ullrich2005-06-051-0/+22
* Correct the is_service_running() routineScott Ullrich2005-06-051-1/+1
* Bugfixes and cleanup.Colin Smith2005-06-051-345/+2
* Remove find_package_description()Scott Ullrich2005-06-051-18/+0
* Correctly return packages descriptionScott Ullrich2005-06-051-4/+4
* add find_package_description() which returns a packages descriptionScott Ullrich2005-06-051-0/+18
* Add find_number_of_created_bridges() routine which returns the number of cur...Scott Ullrich2005-06-021-0/+7
* 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
OpenPOWER on IntegriCloud