| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup cache and stale packages after install/delete | Renato Botelho | 2015-09-25 | 1 | -0/+2 |
* | Add missing ;; | Renato Botelho | 2015-09-25 | 1 | -0/+1 |
* | Initial conversion of the file. Most functions completed and tested, but more... | Stephen Beaver | 2015-09-25 | 2 | -342/+561 |
* | Fix logic to set EVENT_PIPE | Renato Botelho | 2015-09-25 | 1 | -3/+5 |
* | Add -h, to show help | Renato Botelho | 2015-09-25 | 1 | -1/+5 |
* | Define EVENT_PIPE using a parameter, -p | Renato Botelho | 2015-09-25 | 1 | -8/+13 |
* | Print return code when _GUI_CALL is not empty, used by GUI to check rc of a p... | Renato Botelho | 2015-09-25 | 1 | -4/+5 |
* | Replace direct calls to exit by _exit | Renato Botelho | 2015-09-25 | 1 | -5/+5 |
* | Remove unnecessary :- from variables that are between quotes | Renato Botelho | 2015-09-25 | 1 | -30/+30 |
* | Set environment var EVENT_PIPE, used by pkg to write out progress in json format | Renato Botelho | 2015-09-25 | 1 | -0/+10 |
* | Rename functions and variables to improve readability, no functional changes | Renato Botelho | 2015-09-25 | 1 | -29/+29 |
* | Use compare_version() for kernel_pkg checks | Renato Botelho | 2015-09-25 | 1 | -15/+1 |
* | Add pfSense-upgrade parameters -i/-r to install or remove packages | Renato Botelho | 2015-09-25 | 1 | -5/+125 |
* | Change usage() to use regular echo() and print to stderr | Renato Botelho | 2015-09-25 | 1 | -4/+4 |
* | Relocate global variables definitions, no functional changes | Renato Botelho | 2015-09-25 | 1 | -5/+4 |
* | Relocate main block and leave all functions in the beggining | Renato Botelho | 2015-09-25 | 1 | -34/+35 |
* | Check if update needs to run inside update() | Renato Botelho | 2015-09-25 | 1 | -9/+18 |
* | Update repository metadata hourly | Renato Botelho | 2015-09-25 | 1 | -1/+21 |
* | Respect .gitignore when call git clean | Renato Botelho | 2015-09-25 | 1 | -2/+2 |
* | rsync is required | Renato Botelho | 2015-09-24 | 1 | -0/+9 |
* | Fixed #5189 | Stephen Beaver | 2015-09-24 | 1 | -6/+22 |
* | If an error happened, just abort, there is no reason to ask user to press enter | Renato Botelho | 2015-09-24 | 2 | -9/+0 |
* | Ticket #5204 a clean up pass of the jquery sections | Jared Dillard | 2015-09-24 | 20 | -42/+80 |
* | Automatically set meta pkgs version based on timestamp for snapshots | Renato Botelho | 2015-09-24 | 1 | -0/+13 |
* | Clarify the use of noshuntlaninterfaces and autoexcludelanaddress | Phil Davis | 2015-09-24 | 1 | -5/+9 |
* | Reset the value of a package field before this test in case it has no default... | jim-p | 2015-09-24 | 1 | -0/+1 |
* | Fixed #5192 | Stephen Beaver | 2015-09-24 | 1 | -33/+62 |
* | Updated tables to responsive format | Stephen Beaver | 2015-09-24 | 1 | -107/+132 |
* | Merge pull request #1932 from heper/patch-2 | Stephen Beaver | 2015-09-24 | 1 | -2/+30 |
|\ |
|
| * | dhcp_lease_counter for master | heper | 2015-09-23 | 1 | -2/+30 |
* | | Comment typo fix | Stephen Beaver | 2015-09-24 | 1 | -1/+1 |
* | | Fixed #5146 | Stephen Beaver | 2015-09-24 | 1 | -44/+37 |
* | | Merge pull request #1799 from jlduran/svg-mimetype | Renato Botelho | 2015-09-24 | 1 | -0/+1 |
|\ \ |
|
| * | | Add SVG MIME type | Jose Luis Duran | 2015-08-29 | 1 | -0/+1 |
* | | | Merge pull request #1934 from phil-davis/patch-5 | Renato Botelho | 2015-09-24 | 1 | -4/+4 |
|\ \ \ |
|
| * | | | service_dhcp_edit.php fixes from code inspection | Phil Davis | 2015-09-24 | 1 | -4/+4 |
|/ / / |
|
* | | | File converted but not yet checked/tested | Stephen Beaver | 2015-09-23 | 2 | -820/+1131 |
* | | | Add -u option to pfSense-upgrade | Renato Botelho | 2015-09-23 | 1 | -22/+39 |
* | | | Verify if pkg is (un)locked before (un)lock it | Renato Botelho | 2015-09-23 | 1 | -2/+6 |
* | | | Disable trap on _exit() | Renato Botelho | 2015-09-23 | 1 | -0/+2 |
* | | | Declare logfile earlier | Renato Botelho | 2015-09-23 | 1 | -2/+1 |
* | | | Make usega() more informative | Renato Botelho | 2015-09-23 | 1 | -1/+3 |
* | | | Teach _exit() to return 1st parameter, replace exit calls by _exit and move t... | Renato Botelho | 2015-09-23 | 1 | -13/+18 |
* | | | Track pfSense-upgrade pidfile to avoid running 2 instances simultaneosly | Renato Botelho | 2015-09-23 | 1 | -10/+11 |
| |/
|/| |
|
* | | Fixed #5189 | Stephen Beaver | 2015-09-22 | 1 | -4/+7 |
* | | Abort when 'pkg update' fails | Renato Botelho | 2015-09-22 | 1 | -1/+1 |
* | | Fixed #5165 | Stephen Beaver | 2015-09-22 | 1 | -0/+4 |
* | | Fixed #5188 | Stephen Beaver | 2015-09-22 | 1 | -39/+78 |
* | | Remove link to package revision history | Stephen Beaver | 2015-09-22 | 1 | -2/+8 |
* | | Fix package name | Renato Botelho | 2015-09-22 | 1 | -3/+5 |