summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 0.13.3HEADv0.13.3masterTed Trask2020-03-041-1/+1
* Add support for symlink'd interfaces fileTed Trask2019-10-021-3/+17
* Bump version to 0.13.2v0.13.2Ted Trask2018-06-261-1/+1
* Fix syslog/config crash due to missing parameterTed Trask2018-06-261-1/+1
* Remove trailing whitespaceTed Trask2016-08-1020-55/+55
* Bump version to 0.13.1v0.13.1Ted Trask2016-05-021-1/+1
* Change cron processname to crond due to change in Alpine Linux 3.4Ted Trask2016-05-021-1/+1
* Bump version to 0.13.0v0.13.0Ted Trask2016-01-181-1/+1
* Change logfiles.status to return a structure rather than a list of cfe's for ...Ted Trask2015-12-302-17/+12
* Clean up model.get code for listing files and determining if in useTed Trask2015-12-301-50/+32
* Minor cleanupTed Trask2015-12-301-1/+0
* Change logfiles filesize to size, size and mtime not user-friendly, use posix...Ted Trask2015-12-303-38/+29
* Better error handling for view/tail/download and fix download to use proper c...Ted Trask2015-11-202-15/+22
* Bump version to 0.12.2v0.12.2Ted Trask2015-09-211-1/+1
* Modify logfile view and tail to properly use handle_clientdataTed Trask2015-07-262-30/+42
* Bump version to 0.12.1v0.12.1Ted Trask2015-05-111-1/+1
* Fix exception by removing obsolete /tmp/squid logfile locationTed Trask2015-05-111-1/+1
* Revert "Fix exception in logfile-model due to change to luaposix API"Ted Trask2015-05-111-31/+6
* Fix exception in logfile-model due to change to luaposix APITed Trask2015-05-021-6/+31
* Implement hostname validationTed Trask2015-04-281-0/+12
* Bump version to 0.12.0v0.12.0Ted Trask2014-04-261-1/+1
* Change how unused options are hidden in update html viewTed Trask2014-04-261-3/+3
* Minor cleanup of styling in logfiles status html viewTed Trask2014-04-251-1/+1
* Fix rc-status-html for when to display Action columnTed Trask2014-04-171-26/+28
* Change for new prototype for htmlviewfunctions.displayitemTed Trask2014-04-106-15/+15
* Change htmlviewfunctions.displayheader to .displaysectionstart and added .dis...Ted Trask2014-03-1714-42/+78
* Fix bugs with starting/stopping logfile tailTed Trask2014-03-101-3/+7
* Modified HTML views to use new htmlviewfunctions functions and replace links ...Ted Trask2014-03-087-62/+56
* Fix logfiles/tail HTML view bug caused by still using DTTed Trask2014-03-071-1/+1
* Fix typo in interfaces/update HTML viewTed Trask2014-03-071-1/+1
* Try using header_level -1 to change links to forms in rc-status HTML viewTed Trask2014-03-061-4/+14
* Fix exception in rc/startstop submissionTed Trask2014-03-061-2/+2
* Add interfaces/update HTML viewTed Trask2014-03-041-1/+1
* Change HTML views to use htmlviewfunctions.displayheaderTed Trask2014-03-0425-155/+111
* Fix sort by filesize in logfiles/statusTed Trask2014-03-031-1/+15
* Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, and...Ted Trask2014-02-0317-243/+253
* Bump version to 0.11.0v0.11.0Ted Trask2013-10-311-1/+1
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-1721-150/+188
* Change use of require to work with Lua 5.2Ted Trask2013-10-0924-30/+30
* Only load js libraries if not already loaded. Added jquery.flot.time.js to ne...Ted Trask2013-10-033-4/+30
* logfiles: change view, tail, and download to take filename instead of name pa...Ted Trask2013-01-093-6/+6
* Bump version to 0.10.0v0.10.0Ted Trask2012-12-261-1/+1
* Replace io.popen with modelfunction.run_executableTed Trask2012-12-265-30/+22
* Interfaces: Replaced subprocess.call_capture with modelfunction.run_executableTed Trask2012-12-111-13/+10
* Interfaces: Replace io.popen with subprocess.call_captureTed Trask2012-12-111-28/+11
* Bump version to 0.9.3v0.9.3Ted Trask2012-12-071-1/+1
* Interfaces: minor change for cleanupTed Trask2012-12-071-14/+15
* Interfaces: Added support for unknown options in a separate cfeTed Trask2012-12-062-7/+11
* Interfaces: Move iface structure to a separate file and use it in view to det...Ted Trask2012-12-063-180/+108
* Interfaces - reorganize iface structure and always return full interface stru...Ted Trask2012-12-051-104/+124