summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/pkg-utils.inc
Commit message (Expand)AuthorAgeFilesLines
* Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
* Review license / copyright on all files (1st round)Renato Botelho2016-07-141-41/+39
* Add missing -R parameter to pkg callRenato Botelho2016-07-061-1/+1
* Implement pkg_valid_name()Renato Botelho2016-06-081-0/+8
* Fix package_reinstall_all post-upgrade when packages have been removed in pre...Chris Buechler2016-05-121-5/+5
* Only execute remote search operation on first call of get_pkg_info(), this sh...Renato Botelho2016-05-111-0/+18
* Workaound fixes #6320Stephen Beaver2016-05-071-3/+2
* Fix extrat return statementStephen Beaver2016-04-291-1/+0
* Fix #6137:Renato Botelho2016-04-291-11/+18
* Test for internet connection 3 times trying to reinstall packages after upgra...Renato Botelho2016-04-291-1/+9
* Reduce values of FETCH_TIMEOUT and FETCH_RETRY to help ticket #6177Renato Botelho2016-04-271-1/+3
* Setup HTTP_PROXY environment variable for pkg when it's called from the GUI a...jim-p2016-04-191-0/+8
* Rework the way repo packages workRenato Botelho2016-04-051-18/+42
* Remove workaround introduced in a2febf9a0. It reduces download timeout to 10s...Renato Botelho2016-03-161-14/+1
* Add an option to define extra env vars to pkg_call() and pkg_exec()Renato Botelho2016-03-161-5/+9
* pkg-utils typo in commentPhil Davis2016-03-041-1/+1
* Detect binary packages installed but not registered in the system and do it d...Renato Botelho2016-03-031-0/+31
* Add an option to get_pkg_info() that makes it do not try to update metadataRenato Botelho2016-03-031-2/+7
* Remove get_pkg_id, last calls to it was removedRenato Botelho2016-03-031-5/+0
* Merge pull request #2667 from phil-davis/patch-1Stephen Beaver2016-02-181-1/+1
|\
| * pkg-utils update_status text typoPhil Davis2016-02-181-1/+1
* | Internationalize etc inc i through sPhil Davis2016-02-181-10/+10
|/
* Make sure LANG = C for pkg callsRenato Botelho2016-01-221-0/+1
* Do not set PKG_AUTOUPDATE=false anymore and let pkg to update metadata when i...Renato Botelho2016-01-071-45/+3
* Revert "Force update if code reaches this point"Renato Botelho2016-01-071-1/+1
* Revert "Avoid mounting / rw without need when it's possible"Renato Botelho2016-01-071-24/+12
* Avoid mounting / rw without need when it's possibleRenato Botelho2016-01-051-12/+24
* Force update if code reaches this pointRenato Botelho2016-01-051-1/+1
* Make sure filesystem is rw state when pkg operations are calledRenato Botelho2016-01-051-0/+10
* Set necessary env vars for pkg db and cache dir on nanobsd or when MFS partit...Renato Botelho2016-01-051-14/+23
* Only remove config.xml items on post-deinstall, fixes #5689Renato Botelho2015-12-281-5/+7
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ...Renato Botelho2015-12-151-3/+0
* Code style and white space in etcPhil Davis2015-12-101-3/+3
* Eliminate an incorrect use of config_file from a pkg info.xml (it should be r...jim-p2015-12-071-3/+2
* Revert "Stick xmlrpc.inc include back to avoid breaking packages"Renato Botelho2015-11-301-2/+0
* Use new host_uuid option name when changing User-AgentRenato Botelho2015-11-231-2/+2
* Stick xmlrpc.inc include back to avoid breaking packagesdoktornotor2015-11-211-0/+2
* Always define $last_update_file to avoid calling file_put_contents with empty...Renato Botelho2015-11-201-2/+1
* Add a new function pkg_switch_repo() to change between stable and devel pkg repoRenato Botelho2015-11-181-0/+26
* Replace all update_output_window() calls by update_status() that now only pri...Renato Botelho2015-11-181-127/+74
* Fix typo in variable nameRenato Botelho2015-11-161-1/+1
* Add broken information on get_pkg_info(), it means config.xml contain package...Renato Botelho2015-11-131-0/+2
* Add get_system_pkg_version(), that return main pkg name, version and installe...Renato Botelho2015-11-131-1/+71
* Stop forcing pkg_prefix on is_pkg_installed() and pkg_install()Renato Botelho2015-11-131-11/+16
* Remove unused functions install_package() and delete_package()Renato Botelho2015-11-131-27/+0
* Remove pfSense_BUILDER_BINARIESRenato Botelho2015-11-131-2/+0
* Add shortname and changeloglink to get_pkg_info()Renato Botelho2015-11-131-0/+8
* Reinstall packages from old versions when upgrading to 2.3Renato Botelho2015-11-121-7/+72
* platform is always defined in globalRenato Botelho2015-11-121-11/+3
* Copyright and license cleanupRenato Botelho2015-11-091-3/+0
OpenPOWER on IntegriCloud