summaryrefslogtreecommitdiffstats
path: root/tools/scan-view/ScanView.py
Commit message (Expand)AuthorAgeFilesLines
* Fix call to send_error() in scan-view. An int error code is expected but a s...Ted Kremenek2011-02-211-1/+1
* scan-view: Remove some debugging prints.Daniel Dunbar2008-09-301-2/+0
* Conditionally load/save default parameter value from config file.Ted Kremenek2008-09-301-0/+2
* Use objects to represent form parameters. This allows us to abstract away someTed Kremenek2008-09-301-12/+9
* Disable report crashes link for the time being.Daniel Dunbar2008-09-251-3/+7
* Add link to report analyzer failures (parse errors, asserts, etc).Daniel Dunbar2008-09-251-45/+202
* Add scan-view '--allow-all-hosts' option, by default access is nowDaniel Dunbar2008-09-241-0/+4
* scan-view: Add header and "report bug" links to report pages.Daniel Dunbar2008-09-221-2/+18
* scan-view: Add links to open files using default file handler.Daniel Dunbar2008-09-221-9/+27
* scan-view: Update for "button" class change, drop magic resolution ofDaniel Dunbar2008-09-221-3/+29
* scan-view: Add links from bug reporting forms to report & summary pages.Daniel Dunbar2008-09-221-5/+13
* scan-view: Search for available port if default is unavailable.Daniel Dunbar2008-09-221-4/+3
* scan-view: Store bug reporter defaults in ~/.scanview.cfgDaniel Dunbar2008-09-221-13/+56
* scan-view tweaksDaniel Dunbar2008-09-221-6/+6
* Improve scan-view report bug (submitted) interface.Daniel Dunbar2008-09-221-56/+80
* Improve scan-view report bug interface.Daniel Dunbar2008-09-221-33/+67
* scan-view tweaks:Daniel Dunbar2008-09-211-2/+21
* scan-view tweaks:Daniel Dunbar2008-09-211-4/+18
* scan-view: Add more information to default bug description and useDaniel Dunbar2008-09-211-3/+15
* Have ScanView.py generate a "<td></td>" pair in the output HTML instead of ha...Ted Kremenek2008-09-211-1/+1
* Make scan-view more robust / friendly when bug reporting fails.Daniel Dunbar2008-09-201-3/+10
* Add initial implementation of scan-viewDaniel Dunbar2008-09-191-0/+388