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