Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add link to report analyzer failures (parse errors, asserts, etc). | Daniel Dunbar | 2008-09-25 | 1 | -45/+202 | |
| | | | | llvm-svn: 56606 | |||||
* | Add scan-view '--allow-all-hosts' option, by default access is now | Daniel Dunbar | 2008-09-24 | 2 | -0/+7 | |
| | | | | | | restricted to 127.0.0.1. llvm-svn: 56563 | |||||
* | scan-view: Add header and "report bug" links to report pages. | Daniel Dunbar | 2008-09-22 | 1 | -2/+18 | |
| | | | | llvm-svn: 56470 | |||||
* | scan-view: Add links to open files using default file handler. | Daniel Dunbar | 2008-09-22 | 2 | -9/+230 | |
| | | | | llvm-svn: 56454 | |||||
* | scan-view: Update for "button" class change, drop magic resolution of | Daniel Dunbar | 2008-09-22 | 1 | -3/+29 | |
| | | | | | | "scanview.css", start action for opening files. llvm-svn: 56448 | |||||
* | Removed scan-view's version of scanview.css. | Ted Kremenek | 2008-09-22 | 1 | -70/+0 | |
| | | | | llvm-svn: 56446 | |||||
* | not executable | Nuno Lopes | 2008-09-22 | 1 | -0/+0 | |
| | | | | llvm-svn: 56439 | |||||
* | scan-view: Add links from bug reporting forms to report & summary pages. | Daniel Dunbar | 2008-09-22 | 1 | -5/+13 | |
| | | | | llvm-svn: 56427 | |||||
* | scan-view: Search for available port if default is unavailable. | Daniel Dunbar | 2008-09-22 | 2 | -17/+40 | |
| | | | | llvm-svn: 56426 | |||||
* | scan-view: Store bug reporter defaults in ~/.scanview.cfg | Daniel Dunbar | 2008-09-22 | 1 | -13/+56 | |
| | | | | llvm-svn: 56424 | |||||
* | scan-view tweak | Daniel Dunbar | 2008-09-22 | 1 | -1/+6 | |
| | | | | | | - Require index.html in provided results directory. llvm-svn: 56423 | |||||
* | scan-view tweaks | Daniel Dunbar | 2008-09-22 | 1 | -6/+6 | |
| | | | | | | | | - Use more correct HTTP error codes on (unexpected) errors. - Use onLoad to set ensure bug submission method gets set correctly. llvm-svn: 56422 | |||||
* | Improve scan-view report bug (submitted) interface. | Daniel Dunbar | 2008-09-22 | 3 | -65/+100 | |
| | | | | | | | | | Give more meaningful error messages / fail gracefully on bad form input or SMTP errors. Use button for Report Bug link (where available). llvm-svn: 56420 | |||||
* | Improve scan-view report bug interface. | Daniel Dunbar | 2008-09-22 | 3 | -33/+133 | |
| | | | | | | - Pulled css out into Resources/scanview.css llvm-svn: 56416 | |||||
* | scan-view tweaks: | Daniel Dunbar | 2008-09-21 | 1 | -2/+21 | |
| | | | | | | | - Add simple favicon - Allow resolving source file paths (should be rethought) llvm-svn: 56414 | |||||
* | scan-view tweaks: | Daniel Dunbar | 2008-09-21 | 2 | -4/+21 | |
| | | | | | | | | | - Update for scan-build table change. - Add --auto-reload option (for development, avoids need to restart server). - Always send Last-Modified, with a reasonable value for dynamic content. llvm-svn: 56409 | |||||
* | scan-view: Add more information to default bug description and use | Daniel Dunbar | 2008-09-21 | 1 | -3/+15 | |
| | | | | | | iframe to embed bug view (for easy reference). llvm-svn: 56406 | |||||
* | Don't add Bugzilla reporter (not yet implemented) | Daniel Dunbar | 2008-09-21 | 1 | -1/+1 | |
| | | | | llvm-svn: 56404 | |||||
* | Have ScanView.py generate a "<td></td>" pair in the output HTML instead of ↵ | Ted Kremenek | 2008-09-21 | 1 | -1/+1 | |
| | | | | | | having scan-build output an empty (and possibly unused) <td>. llvm-svn: 56393 | |||||
* | Make scan-view more robust / friendly when bug reporting fails. | Daniel Dunbar | 2008-09-20 | 3 | -11/+36 | |
| | | | | llvm-svn: 56382 | |||||
* | Add initial implementation of scan-view | Daniel Dunbar | 2008-09-19 | 5 | -0/+643 | |
- Web based interface to static analyzer. llvm-svn: 56375 |