Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: FlashSQL/ForestDB-Analyzer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: docs
Choose a base ref
...
head repository: FlashSQL/ForestDB-Analyzer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 7 files changed
  • 2 contributors

Commits on Mar 31, 2016

  1. Add inspector branch and folder

    Block inspector branch is added.
    - Analyze the type of a block.
    wurikiji committed Mar 31, 2016
    Configuration menu
    Copy the full SHA
    57b9d66 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2016

  1. Add standalone FDB inspector

    - Add README.md file for inspector
    - Add standalone inspector framework
    wurikiji committed Apr 1, 2016
    Configuration menu
    Copy the full SHA
    ee7e9cc View commit details
    Browse the repository at this point in the history
  2. Add option parser for inspector

    - Now, FDB inspector gets -b and -d options for execution.
        - "-b" option: blocksize of a target forestdb
        - "-d" option: device name of a target blktrace
    wurikiji committed Apr 1, 2016
    Configuration menu
    Copy the full SHA
    5b778b3 View commit details
    Browse the repository at this point in the history
  3. First version of forestdb inspector v0.10

    - Add block marker options
        - use "-m": 0 - A target forestdb is using block marker
                    1 - A target forestdb is using docblk_meta structure
    
    - Fully supported standalone fdb_inspector
        - Not include file system inspector
        - Fully distinguish block types
            - DOC, DBHEADER, BNODE, SB
    wurikiji committed Apr 1, 2016
    Configuration menu
    Copy the full SHA
    5cff241 View commit details
    Browse the repository at this point in the history
  4. Modify inspector/README.md

    Address how to use fdb-inspector
    wurikiji committed Apr 1, 2016
    Configuration menu
    Copy the full SHA
    a37feeb View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1 from FlashSQL/inspector

    Inspector
    wurikiji committed Apr 1, 2016
    Configuration menu
    Copy the full SHA
    acba3c2 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    wurikiji committed Apr 1, 2016
    Configuration menu
    Copy the full SHA
    00432a7 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2 from FlashSQL/master

    Update README.md
    wurikiji committed Apr 1, 2016
    Configuration menu
    Copy the full SHA
    37de0d9 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #3 from FlashSQL/docs

    Update root/README.md
    wurikiji committed Apr 1, 2016
    Configuration menu
    Copy the full SHA
    593f3e7 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2016

  1. Insert BLK_MARKER to source file

    Because the name of this inspector is 'standalone',
    delete the header file "src/common.h" of forestdb and
    insert BLK_MARKER in to standalone.cc
    Now you can compile and run standalone fdb-inspector without
    forestdb header files or source codes.
    wurikiji committed Apr 2, 2016
    Configuration menu
    Copy the full SHA
    35ac231 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from FlashSQL/inspector

    Inspector
    wurikiji committed Apr 2, 2016
    Configuration menu
    Copy the full SHA
    7d6cbbc View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2016

  1. Add READ/FWFS identifier

    - Now, inspector inspects read and fsync operations.
    - Reqeusts from this inspector will be ignored.
    wurikiji committed Apr 7, 2016
    Configuration menu
    Copy the full SHA
    28aa1eb View commit details
    Browse the repository at this point in the history
  2. Add READ/FWFS identifier

    - Now, inspector inspects read and fsync operations.
    - Reqeusts from this inspector will be ignored.
    wurikiji committed Apr 7, 2016
    Configuration menu
    Copy the full SHA
    0e4fbfc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e38133f View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2017

  1. Add drawing tools

    wurikiji committed Mar 9, 2017
    Configuration menu
    Copy the full SHA
    34dbd75 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from FlashSQL/inspector

    Inspector
    wurikiji authored Mar 9, 2017
    Configuration menu
    Copy the full SHA
    1dd1093 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2018

  1. Modified LICENSE

    meeeejin authored Nov 22, 2018
    Configuration menu
    Copy the full SHA
    a3d2d2d View commit details
    Browse the repository at this point in the history
Loading