Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Windows + Other Path Related Bugs #4

Merged
merged 21 commits into from
Jan 11, 2017
Merged

Windows + Other Path Related Bugs #4

merged 21 commits into from
Jan 11, 2017

Commits on Jan 10, 2017

  1. fix some windows specific issues

    Gordon Hall committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    0fdb0ce View commit details
    Browse the repository at this point in the history
  2. fix temp path for windows stuff

    Gordon Hall committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    2557b81 View commit details
    Browse the repository at this point in the history
  3. normalize path on start

    Gordon Hall committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    782844c View commit details
    Browse the repository at this point in the history
  4. hack windows paths into JSON str replace

    Gordon Hall committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    43e06fe View commit details
    Browse the repository at this point in the history
  5. remove extraneous condition for tmp

    Gordon Hall committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    4233676 View commit details
    Browse the repository at this point in the history
  6. bump version

    Gordon Hall committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    b683d46 View commit details
    Browse the repository at this point in the history
  7. listen for dnode error events

    Gordon Hall committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    3be99c2 View commit details
    Browse the repository at this point in the history
  8. fix type

    Gordon Hall committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    c1de9da View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2017

  1. close dnode socket instead of process.exit

    Gordon Hall committed Jan 11, 2017
    Configuration menu
    Copy the full SHA
    2774fdf View commit details
    Browse the repository at this point in the history
  2. formatting

    Gordon Hall committed Jan 11, 2017
    Configuration menu
    Copy the full SHA
    cd15aa1 View commit details
    Browse the repository at this point in the history
  3. bump lib + add noedit option to create

    Gordon Hall committed Jan 11, 2017
    Configuration menu
    Copy the full SHA
    f9372be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    870913e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2a77337 View commit details
    Browse the repository at this point in the history
  6. pipe stderr to logfile too

    Gordon Hall committed Jan 11, 2017
    Configuration menu
    Copy the full SHA
    8db24da View commit details
    Browse the repository at this point in the history
  7. fix test

    Gordon Hall committed Jan 11, 2017
    Configuration menu
    Copy the full SHA
    dc7066c View commit details
    Browse the repository at this point in the history
  8. use non-detached fork

    Gordon Hall committed Jan 11, 2017
    Configuration menu
    Copy the full SHA
    a3cf60e View commit details
    Browse the repository at this point in the history
  9. use spawn with detached

    Gordon Hall committed Jan 11, 2017
    Configuration menu
    Copy the full SHA
    fc68fa8 View commit details
    Browse the repository at this point in the history
  10. switch back to fork

    Gordon Hall committed Jan 11, 2017
    Configuration menu
    Copy the full SHA
    a09ace0 View commit details
    Browse the repository at this point in the history
  11. check signal instead of code for restart

    Gordon Hall committed Jan 11, 2017
    Configuration menu
    Copy the full SHA
    6b4073a View commit details
    Browse the repository at this point in the history
  12. catch SIGINT instead of SIGKILL

    Gordon Hall committed Jan 11, 2017
    Configuration menu
    Copy the full SHA
    923c796 View commit details
    Browse the repository at this point in the history
  13. cleaner killall

    Gordon Hall committed Jan 11, 2017
    Configuration menu
    Copy the full SHA
    1f06726 View commit details
    Browse the repository at this point in the history