Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TUI Support Infrastructure #1620

Merged
merged 115 commits into from
Jan 27, 2021
Merged

TUI Support Infrastructure #1620

merged 115 commits into from
Jan 27, 2021

Commits on Feb 6, 2020

  1. Support for TUI (#1605)

    * Update worker thread for server creation
    
    * Add necessary files for TUI connectivity
    
    * Add necessary files for TUI connectivity
    
    * Update MonitorWorker
    
    * Update protocol
    
    * Blacken
    
    * Update setup.py dependencies
    
    * Remove state debugging messages
    
    * Update setup.py to build protobuf protocol upon install
    
    * Remove previously generated state_pb2.py
    
    * Change subprocess.Popen to subprocess.check_output
    
    * Remove extraneous output
    
    * First attempt at fixing protobuf installation
    
    It might work, it might not. We'll let the CI sort it out.
    
    * Can't forget the f-string
    
    * Error on missing protoc
    
    * Disable auto-generation of protobuf file
    
    * Ignore pb2_errors
    
    * Disable monitor start
    
    See if this makes the EVM tests pass
    
    Co-authored-by: Eric Hennenfent <ecapstone@gmail.com>
    pwang00 and ehennenfent authored Feb 6, 2020
    Configuration menu
    Copy the full SHA
    a9cd665 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. Add log monitoring

    Eric Hennenfent committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    e0a0321 View commit details
    Browse the repository at this point in the history
  2. Log monitoring via TCP

    Eric Hennenfent committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    b090dad View commit details
    Browse the repository at this point in the history
  3. Swittch to rendering state lists directly

    Eric Hennenfent committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    2620c8e View commit details
    Browse the repository at this point in the history
  4. Extraneous line

    Eric Hennenfent committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    33116af View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. Merge branch 'master' into dev-phillip

    Eric Hennenfent committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    beebf34 View commit details
    Browse the repository at this point in the history
  2. Switch log buffer to multiprocessing queue

    Eric Hennenfent committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    9e70022 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. Create state transition events

    Should make it possible to track movements between state lists
    Eric Hennenfent committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    edd1cad View commit details
    Browse the repository at this point in the history
  2. Plug new events into context

    This will break the state merging plugin (but I'll fix it eventually)
    Eric Hennenfent committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    9f45f21 View commit details
    Browse the repository at this point in the history
  3. move most enums to their own module

    Eric Hennenfent committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    dcc7774 View commit details
    Browse the repository at this point in the history
  4. Blacken

    Eric Hennenfent committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    8c27091 View commit details
    Browse the repository at this point in the history
  5. Add DaemonThread from TUI branch

    Eric Hennenfent committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    ae20d55 View commit details
    Browse the repository at this point in the history
  6. Add interface for registering daemon threads

    Eric Hennenfent committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    4318c5c View commit details
    Browse the repository at this point in the history
  7. Timestamp StateDescriptor upon updates

    Eric Hennenfent committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    812e1dd View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2020

  1. Capture return value

    Eric Hennenfent committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    1497345 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'fix-run_dot_sh' into dev-introspection-api

    Eric Hennenfent committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    f1db62b View commit details
    Browse the repository at this point in the history
  3. Blacken

    Eric Hennenfent committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    7b3d0b4 View commit details
    Browse the repository at this point in the history
  4. Add solver wrapper to StateBase

    Eric Hennenfent committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    b28803a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3935f4e View commit details
    Browse the repository at this point in the history
  6. Remove executor constraints from WASM

    Eric Hennenfent committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    51a0144 View commit details
    Browse the repository at this point in the history
  7. Add solve events to memory.py

    Eric Hennenfent committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    2caa874 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2020

  1. Add intermittent execution event

    Eric Hennenfent committed Jul 18, 2020
    Configuration menu
    Copy the full SHA
    4bcdbe3 View commit details
    Browse the repository at this point in the history
  2. Be more generous with states whose initialization we missed

    Eric Hennenfent committed Jul 18, 2020
    Configuration menu
    Copy the full SHA
    c3c8866 View commit details
    Browse the repository at this point in the history
  3. Add Native callback for updating state descriptor

    Eric Hennenfent committed Jul 18, 2020
    Configuration menu
    Copy the full SHA
    572bb9f View commit details
    Browse the repository at this point in the history
  4. Fix state killing

    Eric Hennenfent committed Jul 18, 2020
    Configuration menu
    Copy the full SHA
    941c63a View commit details
    Browse the repository at this point in the history
  5. Blacken

    Eric Hennenfent committed Jul 18, 2020
    Configuration menu
    Copy the full SHA
    9a206e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

  1. Configuration menu
    Copy the full SHA
    09b4dcb View commit details
    Browse the repository at this point in the history
  2. Add solve event to evm

    Make warning messages better
    
    Debug GH actions
    
    Revert "Debug GH actions"
    
    This reverts commit f575eea.
    
    Fix some pycharm-detected problems
    
    Make symbolic function error message more verbose
    
    Add solve to published events
    
    Loud errors in callbacks by default
    
    Trying to find out what's killing truffle
    
    Revert "Trying to find out what's killing truffle"
    
    This reverts commit 8bd0224.
    
    Revert "Make symbolic function error message more verbose"
    
    This reverts commit bd3e90c.
    
    Debugging Truffle
    
    Restore introspector
    
    Add try_except on every callback
    
    Unconditionally print error message
    
    Add traceback
    
    Update event.py
    
    Debug subscriptions
    
    Debug arguments to callbacks
    
    Different debug msg
    
    1ast arg
    
    Print statement debugging...
    
    Pass in `None` as state
    
    Revert "Add try_except on every callback"
    
    This reverts commit 1c689dd.
    Eric Hennenfent committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    c2ebbb6 View commit details
    Browse the repository at this point in the history
  3. Drop solve events outside of a state context

    Forgot did_solve
    
    Remove traceback
    Eric Hennenfent committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    4de43db View commit details
    Browse the repository at this point in the history
  4. Fix must/cannot_be_null usage

    Eric Hennenfent committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    228b1f8 View commit details
    Browse the repository at this point in the history
  5. Fix missing solve event

    Eric Hennenfent committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    efba360 View commit details
    Browse the repository at this point in the history
  6. Partially restore old did_fork_state ABI

    Eric Hennenfent committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    064a9c9 View commit details
    Browse the repository at this point in the history
  7. Called internally

    Eric Hennenfent committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    8ceea6f View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

  1. Clone iterators instead of creating a list

    Eric Hennenfent committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    0a5d371 View commit details
    Browse the repository at this point in the history
  2. Use isgenerator instead of checking if iterable

    Eric Hennenfent committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    cb7c940 View commit details
    Browse the repository at this point in the history
  3. Fix snapshot restoration

    Eric Hennenfent committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    5b7c363 View commit details
    Browse the repository at this point in the history
  4. Slightly improve Unicorn test API usage

    Eric Hennenfent committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    5fcb64f View commit details
    Browse the repository at this point in the history
  5. Temporarily disable property verifier tests

    Eric Hennenfent committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    8356919 View commit details
    Browse the repository at this point in the history
  6. improper skip arg

    Eric Hennenfent committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    bf7bed9 View commit details
    Browse the repository at this point in the history
  7. Add simple tests for introspection API

    Eric Hennenfent committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    0b568d4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e5ef11a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0ab1884 View commit details
    Browse the repository at this point in the history
  10. Add intermittent update timestamp

    Eric Hennenfent committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    f7ccfde View commit details
    Browse the repository at this point in the history
  11. Only allow daemon registration and introspection registration at init…

    …ialization
    Eric Hennenfent committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    2ec0973 View commit details
    Browse the repository at this point in the history
  12. Add docs to manticore.py

    Eric Hennenfent committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    7132a4e View commit details
    Browse the repository at this point in the history
  13. Add docs for plugin, add update_state_descriptor to EVM

    Eric Hennenfent committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    623fbfe View commit details
    Browse the repository at this point in the history
  14. Fix renamed will_start_run --> will_run

    Eric Hennenfent committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    2657890 View commit details
    Browse the repository at this point in the history
  15. Docstrings for DaemonThread and EventSolver

    Eric Hennenfent committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    42281fc View commit details
    Browse the repository at this point in the history
  16. Docs for enums

    Eric Hennenfent committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    fed14a0 View commit details
    Browse the repository at this point in the history
  17. Improve pretty printer, add some mypy fixes

    Eric Hennenfent committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    1ff6c54 View commit details
    Browse the repository at this point in the history
  18. Don't run daemon threads if run is called multiple times

    Eric Hennenfent committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    39c497a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ddcb1d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

  1. Test the pretty printer

    Eric Hennenfent committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    ae01ebf View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into dev-phillip

    Eric Hennenfent committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    284d84c View commit details
    Browse the repository at this point in the history
  3. Merge branch 'dev-introspection-api' into dev-phillip

    Eric Hennenfent committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    57e6e62 View commit details
    Browse the repository at this point in the history
  4. Add StateDescriptor to RTD

    Eric Hennenfent committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    3db977c View commit details
    Browse the repository at this point in the history
  5. Add newlines for RTD parsing

    Eric Hennenfent committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    5fd0ad0 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. Update to work with new state introspection API

    Eric Hennenfent committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    7dec4ad View commit details
    Browse the repository at this point in the history
  2. Add termination messages

    Eric Hennenfent committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    4e10256 View commit details
    Browse the repository at this point in the history
  3. Also capture killed state messages

    Eric Hennenfent committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    ea3a007 View commit details
    Browse the repository at this point in the history
  4. Make info logs debug logs

    Eric Hennenfent committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    4fcb088 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. Apply suggestions from code review

    Newlines for doc comments
    
    Co-authored-by: Eric Kilmer <eric.d.kilmer@gmail.com>
    Eric Hennenfent and ekilmer authored Jul 29, 2020
    Configuration menu
    Copy the full SHA
    6111f0d View commit details
    Browse the repository at this point in the history
  2. Add some type hints to manticore.py

    Eric Hennenfent committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    fbc6268 View commit details
    Browse the repository at this point in the history
  3. Add some type hints to plugin.py

    Eric Hennenfent committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    c75893f View commit details
    Browse the repository at this point in the history
  4. Merge branch 'dev-introspection-api' of https://github.com/trailofbit…

    …s/manticore into dev-introspection-api
    Eric Hennenfent committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    6701cbf View commit details
    Browse the repository at this point in the history
  5. Fix type hint for get_state

    Eric Hennenfent committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    9c4b496 View commit details
    Browse the repository at this point in the history
  6. Add termination message from TUI PR

    Eric Hennenfent committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    4368883 View commit details
    Browse the repository at this point in the history
  7. Add example script

    Eric Hennenfent committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    bed794d View commit details
    Browse the repository at this point in the history
  8. Add docstrings to the example script

    Eric Hennenfent committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    8cecb65 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. Pass introspection plugin type as an argument

    Eric Hennenfent committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    4f8efd0 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

  1. Unskip property verifier tests

    Eric Hennenfent committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    bb9c877 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into dev-introspection-api

    Eric Hennenfent committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    25f0efd View commit details
    Browse the repository at this point in the history
  3. Add mypy-requests type hints

    Eric Hennenfent committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    36c6fbd View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

  1. Remove itertools.tee

    The problem with usign tee is that only the first callback to use the iterator can write to it. In `ready_states`, the `save_state` after the `yield` statement is ignored for all others.
    Eric Hennenfent committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    11404eb View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into dev-introspection-api

    Eric Hennenfent committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    34f5ecb View commit details
    Browse the repository at this point in the history
  3. Make generator cloning a little bit more robust

    Now Manticore will give up and return the original argument instead of blowing up if it can't clone the generator
    Eric Hennenfent committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    201f585 View commit details
    Browse the repository at this point in the history
  4. Clean up invalidated unit tests

    We now fire `introspect` for the first time before we have any states
    Eric Hennenfent committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    6be20b7 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. Debug missing Truffle & Examples coverage

    Eric Hennenfent committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    c39f243 View commit details
    Browse the repository at this point in the history
  2. Merge coverage from XML file

    Eric Hennenfent committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    b6f4112 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6517683 View commit details
    Browse the repository at this point in the history
  4. Fix copy commands

    Eric Hennenfent committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    eea716d View commit details
    Browse the repository at this point in the history
  5. Move .coverage files directly

    Eric Hennenfent committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    60620cb View commit details
    Browse the repository at this point in the history
  6. Set examples to append coverage

    Eric Hennenfent committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    1a44711 View commit details
    Browse the repository at this point in the history
  7. FLAG_NAME doesn't work the way we'd like

    Eric Hennenfent committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    05629b8 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. Merge branch 'master' into dev-introspection-api

    Eric Hennenfent committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    a40b7a0 View commit details
    Browse the repository at this point in the history
  2. Use plugin dict to store introspector

    Eric Hennenfent committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    8553caa View commit details
    Browse the repository at this point in the history
  3. Appease mypy

    Eric Hennenfent committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    46988dc View commit details
    Browse the repository at this point in the history
  4. Fix missing property on unique name

    Eric Hennenfent committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    a0239cc View commit details
    Browse the repository at this point in the history
  5. Grab EVM PC

    Eric Hennenfent committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    2c4471d View commit details
    Browse the repository at this point in the history
  6. Blacken

    Eric Hennenfent committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    c26f291 View commit details
    Browse the repository at this point in the history
  7. Run black on all files if the git diff command fails

    Eric Hennenfent committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    905cd6c View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. Merge branch 'dev-introspection-api' into dev-phillip

    Eric Hennenfent committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    b77ef2a View commit details
    Browse the repository at this point in the history
  2. Fix mypy errors

    Eric Hennenfent committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    007fa85 View commit details
    Browse the repository at this point in the history
  3. Make plugin logging even less verbose

    Eric Hennenfent committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    93c20fb View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2020

  1. Move log capture and state monitoring to daemon threads

    Eric Hennenfent committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    dee36f0 View commit details
    Browse the repository at this point in the history
  2. Use the config module for host & port

    Eric Hennenfent committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    c1e2936 View commit details
    Browse the repository at this point in the history
  3. Fix worker configuration and add test for TUI API

    Eric Hennenfent committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    ce3fbc3 View commit details
    Browse the repository at this point in the history
  4. Fix log messages breaking native tests

    Eric Hennenfent committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    6ec8557 View commit details
    Browse the repository at this point in the history
  5. Split up base Manticore tests and logging tests

    The verbosity changes seem to be taking hold when they shouldn't
    Eric Hennenfent committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    ec0c595 View commit details
    Browse the repository at this point in the history
  6. Merge LogTCPHandler and MonitorTCPHandler

    Eric Hennenfent committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    8add055 View commit details
    Browse the repository at this point in the history
  7. Confirm that logging tests return to base level

    Eric Hennenfent committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    7a21ac5 View commit details
    Browse the repository at this point in the history
  8. Fix mypy

    Eric Hennenfent committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    68c08d3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    92c1630 View commit details
    Browse the repository at this point in the history
  10. Fix deque API

    Eric Hennenfent committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    6d06fce View commit details
    Browse the repository at this point in the history
  11. Update state_pb2.py

    Eric Hennenfent committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    b2a009a View commit details
    Browse the repository at this point in the history
  12. Reformat programatically generated files

    Eric Hennenfent committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    617e23f View commit details
    Browse the repository at this point in the history
  13. Drop max verbosity in logging tests

    Haven't been able to figure out why, but somehow other loggers get "stuck" at this high verbosity and the integration tests try to print out the values of every single register.
    Eric Hennenfent committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    4eb634b View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. Merge branch 'master' into dev-phillip

    Eric Hennenfent committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    ca17c3b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into dev-phillip

    Eric Hennenfent committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    14af4be View commit details
    Browse the repository at this point in the history
  3. Fix duplicated code from bad merge

    Eric Hennenfent committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    42c4982 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. Remove is_main from state_monitor

    Eric Hennenfent committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    7605caa View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. Merge branch 'master' into dev-phillip

    Eric Hennenfent committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    e41cf8c View commit details
    Browse the repository at this point in the history
  2. Add comment about log buffer size

    Eric Hennenfent committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    76e6bbd View commit details
    Browse the repository at this point in the history
  3. Remove vestigial is_main

    Eric Hennenfent committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    42bd3c8 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. Blacken

    Eric Hennenfent committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    b1935ee View commit details
    Browse the repository at this point in the history