summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * Drop log panel's is_duplicate() helperDamian Johnson2015-04-12
| * Basic deduplication unit testsDamian Johnson2015-04-12
| * Move deduplication to log utilDamian Johnson2015-04-12
| * Fix nyx log message deduplicationDamian Johnson2015-04-12
| * Move log util tests to their own moduleDamian Johnson2015-04-12
| * Move LogEntry to log utilDamian Johnson2015-04-12
| * Don't provide dates when writing logs to filesDamian Johnson2015-04-11
| * Move log colors to configDamian Johnson2015-04-11
| * Use @lru_cache for common log messagesDamian Johnson2015-04-11
| * Check for quote types in testDamian Johnson2015-04-10
| * read_tor_log() for reading tor log filesDamian Johnson2015-04-09
| * Take advantage of stem.util.system.tail()Damian Johnson2015-04-09
|/
* Drop panel's unused addfstr()Damian Johnson2015-04-09
* Standardize on single quotesDamian Johnson2015-04-09
* Provide prereq installation suggestions for the user's platformDamian Johnson2015-03-29
* Renaming to NyxDamian Johnson2015-03-29
* Rewriting the graph panelDamian Johnson2015-03-20
|\
| * Thread safety for the graph panelDamian Johnson2015-03-18
| * Rewrite GraphPanel's draw() methodDamian Johnson2015-03-18
| * The start_time is a Stat attribute, not CategoryDamian Johnson2015-03-15
| * Namedtuple may not have __dict__Damian Johnson2015-03-15
| * Close controller connection lastDamian Johnson2015-03-15
| * Avoid UnicodeDecodeError when reading the man pageDamian Johnson2015-03-15
| * Drop bandwidth prepopulation based on the state fileDamian Johnson2015-03-14
| * Use 'GETINFO bw-event-cache' to prepopulate bandwidth graph informationDamian Johnson2015-03-14
| * Drop Controller's quit() methodDamian Johnson2015-03-14
| * Renaming project to 'seth'Damian Johnson2015-03-14
| * Balk if there's unrecognized argumentsDamian Johnson2015-02-21
| * Moving in the join() utilDamian Johnson2014-11-22
| * Showing the connection graph without connection lookups erroredDamian Johnson2014-11-16
| * Splitting GraphPanel's bandwidth_event()Damian Johnson2014-11-16
| * Using @property for GraphPanel attributesDamian Johnson2014-11-16
| * Dropping the features.graph.showIntermediateBounds config optionDamian Johnson2014-11-16
| * More prompt redrawing of the graphDamian Johnson2014-11-16
| * Marking GraphPanel attributes as privateDamian Johnson2014-11-15
| * Rewriting prepopulate_from_state()Damian Johnson2014-11-15
| * Making the _size_label() helper a BandwidthStats methodDamian Johnson2014-11-15
| * Switching graph intervals back to an enumDamian Johnson2014-11-09
| * Labeling the y-axisDamian Johnson2014-10-27
| * Making graph bounds be configurable by name rather than intDamian Johnson2014-10-26
| * Moving prepopulate_from_state() to be a functionDamian Johnson2014-10-26
| * Select graph stats by name in the configDamian Johnson2014-10-26
| * Moving graph stat constants to configDamian Johnson2014-10-26
| * Moving start time into Stat classDamian Johnson2014-10-26
| * Generating bandwidth title during BW eventsDamian Johnson2014-10-26
| * Making graph headers attributesDamian Johnson2014-10-26
| * Revising ResourceStats classDamian Johnson2014-10-21
| * Revising ConnectionStats classDamian Johnson2014-10-21
| * Making title a GraphCategory constantDamian Johnson2014-10-21
| * Renaming GraphStats to GraphCategoryDamian Johnson2014-10-21