summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #91 from Artistan/masterHEADorigin/masterorigin/HEADmasterAlpha2016-12-142-1/+2
|\ | | | | non_numeric && gitignore
| * revert whitespaceCharles Peterson2016-12-121-1/+1
| |
| * fix error "non-numeric" && add .gitignore for ideaCharles Peterson2016-12-122-2/+3
|/
* Update package.sh scriptAlpha2016-10-201-5/+7
| | | | Fixes #86
* Fileviewer: force scroll to line numbers on openAlpha2016-08-051-1/+4
| | | | Helps when opening documents with very long lines.
* Convert composer.json to UTF-8Alpha2016-08-041-1/+1
| | | | Fixes #88
* Bumped to version 1.4v1.4.0Alpha2016-07-232-1/+3
| | | | | | | - Packagist registration - Configurable table columns - Remember column sort - Misc bug fixes
* Remember last column sorted onAlpha2016-07-231-1/+6
|
* Show filename first in fileviewer titleAlpha2016-07-191-1/+1
| | | This makes it easier to find a previously opened file from within browser tabs.
* Avoid wrapping options block on large font systemsAlpha2016-07-171-1/+0
|
* Remove some outdated stuff from READMEv1.3.1Jacob Oettinger2016-05-301-5/+1
|
* Merge pull request #67 from cfoellmann/feature/composerAlpha2016-05-191-0/+25
|\ | | | | added composer.json for packagist registration
| * added composer.json for packagist registrationChristian Foellmann2015-04-121-0/+25
| |
* | Merge pull request #84 from cfinke/patch-1Alpha2016-05-141-1/+1
|\ \ | | | | | | | | | Escape dot in regular expression
| * | Escape dot in regular expression.Christopher Finke2016-05-131-2/+2
| |/ | | | | Without the escape, you'll match any filename that ends with "webgrind", even if the character before the string is not a period.
* | Small spacing changes to match code styleAlpha2016-05-142-13/+13
| |
* | Move back to jokkedkAlpha2016-05-142-2/+1
| |
* | Merge pull request #73 from alpha0010/masterAlpha2016-05-1414-1678/+2745
|\ \ | |/ |/| | | Aggregated pull requests
| * Merge pull request #80 from arirubinstein/masterAlpha2016-02-101-6/+4
| |\ | | | | | | | | | Escape Shell Injection
| | * Escape Shell InjectionAri Rubinstein2016-01-251-1/+1
| |/ |/| | | Due to `$dataFile` being read in by `$_GET`, this enables a remote attacker to inject shell commands and run as PHP on the remote server, enabling Remote Code Execution. `escapeshellarg` will stop the immediate direct injection threat, however additional sanitization should be performed to ensure no inputs can result in overwritten files, etc.
| * Merge pull request #5 from jeffturcotte/masterAlpha2016-02-101-0/+7
| |\ | | | | | | Static file support for PHP built-in webserver
| | * Static file support for PHP built-in webserverJeff Turcotte2016-02-091-0/+7
| |/
| * Enable configuration of displayed table fieldsAlpha2015-12-212-10/+37
| |
| * Bumped to version 1.31.3Alpha2015-11-252-1/+4
| | | | | | | | | | | | - optional fast (~20x) C++ preprocessor to read cachegrind files (linux only) - better error handling - fileviewer fix for mixed PHP/HTML
| * Safegaurd against error on miss-parse of compressed name, fixes #2Alpha2015-11-252-2/+7
| | | | | | | | What situation can produce this?
| * Fix fileviewer for mixed PHP/HTMLAlpha2015-11-192-7/+14
| |
| * Add warning message if call graph fails due to missing executablesAlpha2015-11-192-9/+18
| | | | | | | | Modify default `dot` path to match `python`
| * Remove unnecessary indirectionAlpha2015-09-051-18/+11
| |
| * Fix previous commit a254974 (function call got lost during staging?)Alpha2015-08-231-1/+1
| |
| * Port preprocessor to C++, use PHP preprocessor as fallbackAlpha2015-08-226-5/+415
| | | | | | | | | | C++ preprocessor is ~20x faster (can likely be optimized further) but has not been tested under Windows.
| * Bumped to version 1.21.2Alpha2015-08-151-1/+1
| | | | | | | | | | | | | | | | | | | | - show average cost - enable back button - preprocessor performance - file viewer highlights and links - xdebug 2.3 - clear trace files - step over proxy functions (e.g. call_user_func())
| * Minor render tweaksAlpha2015-08-154-10/+12
| |
| * Take control of update checking in fork alpha0010/webgrindAlpha2015-08-131-1/+2
| |
| * Send proper header with JSONAlpha2015-08-121-9/+13
| |
| * Add proxy function step optionAlpha2015-08-042-2/+36
| | | | | | | | Enables easier tracing dynamic code through call_user_func() and similar.
| * Fix save correct called-from function indexAlpha2015-07-281-2/+2
| | | | | | | | Introduced in c64e82b
| * Remove unneeded number_format() functionAlpha2015-07-271-28/+1
| |
| * Add negate search filter optionAlpha2015-07-271-1/+8
| |
| * Add clear trace files functionAlpha2015-07-272-0/+34
| |
| * Fix display percent vs millisecond vs microsecond show different functionsAlpha2015-07-273-28/+29
| | | | | | | | Also add useful cutoffs for functions to show.
| * Fix lookup internal php functionAlpha2015-07-271-1/+1
| |
| * Add links to line numbersAlpha2015-07-271-1/+9
| |
| * Merge pull request #70 from positronium/master (partial)Alpha2015-07-271-13/+34
| |\ | | | | | | | | | Now you can use the Back button
| | * Now you can use the Back buttonpositronium2015-07-271-16/+33
| | |
| * | Improve favicon.ico clarityAlpha2015-07-273-0/+3
| | |
| * | Merge pull request #68 from bionoren/xdebug23Alpha2015-07-231-3/+23
| |\ \ | | | | | | | | | | | | Support for XDebug 2.3 function/file name compression in calls/called by and top level names.
| | * | Update Preprocessor.phpBion2015-04-151-21/+23
| | | | | | | | | | | | Added documentation, changed space indenting to tab indenting, other syntax changes to better match the style of the rest of the codebase.
| | * | Added support to the preprocessor for function name compression in xdebug ↵Bion Oren2015-04-151-3/+22
| |/ / |/| | | | | | | | | | | | | | 2.3.x (cf. http://valgrind.org/docs/manual/cl-format.html#cl-format.overview.compression1). Fixes #62. Based on work by MoleDJ at https://github.com/MoleDJ/webgrind/commit/516832571b154f093c512709ccef7c1f7bae9bba
| * | Merge pull request #59 from vlakoff/quotesAlpha2015-07-231-0/+7
| |\ \ | | | | | | | | | | | | Add quotes around python and dot path if needed
| | * | Add quotes around python and dot path if neededvlakoff2015-01-081-0/+7
| | |/
| * | Merge pull request #56 from bendoh/master (modified)Alpha2015-07-232-18/+51
| |\ \ | | | | | | | | | | | | Myriad improvements to the fileviewer code.
| | * | Myriad improvements to the fileviewer code. Lines now get their own line ↵Ben Doherty2014-04-092-22/+74
| | |/ | | | | | | | | | | | | | | | boxes using parsed results from PHP highlight_file output. Style improvements, some markup changes
| * | Merge pull request #55 from boonedox/masterAlpha2015-07-231-0/+0
| |\ \ | | | | | | | | | | | | Add favico.ico
| | * | Add favico.icoJeremiah Johnson2015-07-231-0/+0
| | |/
| * | Merge pull request #49 from ghost/masterAlpha2015-07-231-573/+995
| |\ \ | | | | | | | | | | | | | | | | | | | | Update gprof2dot.py (see gprof2dot.py git) library/gprof2dot.py
| | * | Update gprof2dot.py (see gprof2dot.py git) GuimDev2013-12-241-320/+823
| | |/ | | | | | | | | | | | | | | | It's old version, see git here : http://code.google.com/p/jrfonseca/source/browse/gprof2dot.py?repo=gprof2dot Download here : http://gprof2dot.jrfonseca.googlecode.com/git/gprof2dot.py
| * | Merge pull request #43 from KarneAsada/masterAlpha2015-07-233-13/+25
| |\ \ | | | | | | | | | | | | Added config option to change graph image output type
| | * | Added config option graphImageType to set image output typeDan Karney2013-03-122-3/+15
| | | |
| * | | Merge pull request #36 from bionoren/issue3Alpha2015-07-231-35/+46
| |\ \ \ | | | | | | | | | | | | | | | Performance optimizations preprocessing callgrind data
| | * | | Performance optimizations loading in callgrind dataBion Oren2012-08-131-55/+61
| | |/ /
| * | | Merge pull request #18 from rentalhost/masterAlpha2015-07-231-0/+28
| |\ \ \ | | | | | | | | | | | | | | | Show individual cost (average)
| | * | | - Show individual cost (average);David Rodrigues2011-03-191-51/+80
| | | | |
| * | | | Harmonize whitespaceAlpha2015-07-239-1055/+1042
|/ / / / | | | | | | | | | | | | | | | | Strip trailing whitespace and attempt to have all files stay unified with their coding style.
* | | | Merge pull request #64 from zyphlar/patch-1Joakim Nygård2015-03-231-4/+2
|\ \ \ \ | |_|_|/ |/| | | README links to github instead of google code
| * | | README links to github instead of google codeWill Bradley2015-03-191-4/+2
|/ / / | | | | | | Taking a guess at what the new correct links are.
* | | Merge pull request #46 from alimony/patch-1Joakim Nygård2013-06-211-3/+3
|\ \ \ | |_|/ |/| | Make the installation section an actual list.
| * | Make the installation section an actual list.Markus Amalthea Magnuson2013-06-101-3/+3
|/ /
* | Merge pull request #32 from Erkan-Yilmaz/masteroetting2012-03-121-3/+3
|\ \ | | | | | | images broken (404); typo
| * | images broken (404); typoErkan Yilmaz2012-03-101-3/+3
|/ /
* | Implements changes in Preprocessor required by new reader that includes line ↵Jacob Oettinger2011-11-143-5/+6
| | | | | | | | | | | | number information in debug versions greater than 2.1. Fixes #30 and #29
* | Link to function definitions in earlier versions of xdebugJacob Oettinger2011-09-271-1/+1
| | | | | | | | Derick Rethans pointed out that he thought line numbers for function definitions has been working for some time, even though the bug was closed recently.
* | xdebug 2.2 fixes a bug that makes it possible to link to function/method ↵Jacob Oettinger2011-09-273-9/+27
| | | | | | | | | | | | definitions Enable links directly to function definitions if xdebug version is greater than or equal to 2.2.
* | Use the -o arg to dot to write directly to disk, rather than reading the ↵Doug Tabacco2011-09-151-11/+10
| | | | | | | | | | | | | | | | contents into memory and using file_put_contents() Conflicts: index.php
* | Changed call graph to buttonJoakim Nygård2011-09-152-3/+2
| |
* | Merge pull request #20 from benmatselby/load-local-fileJoakim Nygård2011-09-141-143/+143
|\ \ | |/ |/| | | Load the files relative to index.php Whitespace formatting
| * Load the local file relative to index.php as otherwise you can end up with a ↵Ben Selby2011-03-291-143/+143
|/ | | | | | "Cannot redeclare error" "PHP Fatal error: Cannot redeclare class Config in /usr/local/Config.php on line 44"
* Merge branch 'master' of https://github.com/yannooo/webgrindJoakim Nygård2011-03-010-0/+0
|\
| * Fix htmlyannooo2011-02-011-1/+1
| |
| * Fix file selectionyannooo2011-02-011-1/+1
| |
| * Modify readmeyannooo2011-02-011-0/+3
| |
| * [NEW] Add ability to generate call graphyannooo2011-02-014-0/+2804
| | | | | | Use gprof2dot.py to generate call graphs
* | [CHANGED] callgraph javascript/url cleanupJoakim Nygård2011-03-011-1/+2
| |
* | [FIXED] callgraph cache naming conflictJoakim Nygård2011-03-011-1/+1
| |
* | [CHANGED] Bumbed to v1.1 with callgraph1.1Joakim Nygård2011-03-011-1/+1
| |
* | [NEW] Call graphs are cachedJoakim Nygård2011-03-013-33/+25
| | | | | | | | [CHANGED] Callgraph configuration cleanup
* | Fix htmlyannooo2011-03-011-1/+1
| |
* | Fix file selectionyannooo2011-03-011-1/+1
| |
* | Modify readmeyannooo2011-03-011-0/+3
| |
* | [NEW] Add ability to generate call graphyannooo2011-03-014-0/+2804
| | | | | | | | Use gprof2dot.py to generate call graphs
* | [FIXED] Corrected footerJoakim Nygård2011-03-012-2/+2
|/
* [NEW] Adding READMEJoakim Nygård2011-01-201-0/+30
|
* [FIX] Issue #58 againjokkedk2010-10-282-1/+2
|
* [FIX] #61 Invalid argument to Preprocessor::subCallInformation in some casesjokkedk2010-10-271-3/+12
|
* [NEW] #37 Configurable trace list dropdownjokkedk2010-10-273-3/+15
|
* [CHANGE] Added xdebug output format on first loadjokkedk2010-10-271-3/+3
|
* [NEW] Shows the path to xdebug output dir on first loadjokkedk2010-10-271-1/+1
|
* [FIXED] #58, line numbers inside code viewerjokkedk2010-10-272-1/+2
|
* [CHANGED] Moving version out of config.phpjokkedk2010-07-052-3/+6
|
* [FIXED] Potential fix for self-profiling #21jokkedk2010-07-051-1/+1
|
* [FIXED] Fileviewer links works with specific line numberjokkedk2010-06-021-1/+1
|