aboutsummaryrefslogtreecommitdiff
path: root/tools/scan-view
AgeCommit message (Expand)Author
2013-04-29[analyzer] scan-view: don't ever serve absolute paths.Jordan Rose
2012-10-12Further harden checking that scan-view isn't serving up pages outsideTed Kremenek
2012-10-12Have scan-view guard against serving up pages outside the root directory.Ted Kremenek
2011-02-21Fix call to send_error() in scan-view. An int error code is expected but a s...Ted Kremenek
2009-05-04Increase scan-view max timeout to 1 minute.Ted Kremenek
2008-10-30"missing ivar release" is a performance bug.Ted Kremenek
2008-10-24Generalize searching for the keyword "leak" in a bug type.Ted Kremenek
2008-10-23For Radar reporting, null dereferences should be default classified as "Crash...Ted Kremenek
2008-09-30Set reproducibility back to "Always"Ted Kremenek
2008-09-30scan-view: Remove some debugging prints.Daniel Dunbar
2008-09-30Default reproducibility to "Not applicable"Ted Kremenek
2008-09-30Make "Performance" the default Radar classification for leaks. "Other" for a...Ted Kremenek
2008-09-30Make a separate parameter class for "Radar classifications".Ted Kremenek
2008-09-30Add "SelectionParameter" class to represent drop-down boxes.Ted Kremenek
2008-09-30Conditionally load/save default parameter value from config file.Ted Kremenek
2008-09-30Use objects to represent form parameters. This allows us to abstract away someTed Kremenek
2008-09-30Tabs -> Spaces.Ted Kremenek
2008-09-29Fix braindead bug, ID number was hardcoded.Daniel Dunbar
2008-09-26Change Radar reproducibility to "Always".Daniel Dunbar
2008-09-25Disable report crashes link for the time being.Daniel Dunbar
2008-09-25Add link to report analyzer failures (parse errors, asserts, etc).Daniel Dunbar
2008-09-24Add scan-view '--allow-all-hosts' option, by default access is nowDaniel Dunbar
2008-09-22scan-view: Add header and "report bug" links to report pages.Daniel Dunbar
2008-09-22scan-view: Add links to open files using default file handler.Daniel Dunbar
2008-09-22scan-view: Update for "button" class change, drop magic resolution ofDaniel Dunbar
2008-09-22Removed scan-view's version of scanview.css.Ted Kremenek
2008-09-22not executableNuno Lopes
2008-09-22scan-view: Add links from bug reporting forms to report & summary pages.Daniel Dunbar
2008-09-22scan-view: Search for available port if default is unavailable.Daniel Dunbar
2008-09-22scan-view: Store bug reporter defaults in ~/.scanview.cfgDaniel Dunbar
2008-09-22scan-view tweakDaniel Dunbar
2008-09-22scan-view tweaksDaniel Dunbar
2008-09-22Improve scan-view report bug (submitted) interface.Daniel Dunbar
2008-09-22Improve scan-view report bug interface.Daniel Dunbar
2008-09-21scan-view tweaks:Daniel Dunbar
2008-09-21scan-view tweaks:Daniel Dunbar
2008-09-21scan-view: Add more information to default bug description and useDaniel Dunbar
2008-09-21Don't add Bugzilla reporter (not yet implemented)Daniel Dunbar
2008-09-21Have ScanView.py generate a "<td></td>" pair in the output HTML instead of ha...Ted Kremenek
2008-09-20Make scan-view more robust / friendly when bug reporting fails.Daniel Dunbar
2008-09-19Add initial implementation of scan-viewDaniel Dunbar