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

Patch sets after setting up a clean history #13

Merged
merged 3 commits into from
May 18, 2019
Merged

Patch sets after setting up a clean history #13

merged 3 commits into from
May 18, 2019

Commits on May 11, 2019

  1. Fixed invalid arguement and infinite loop error while launching with …

    …BRoster
    
    I guess the problem was it doesnt consider null as a good arguement just a marker so we need to pass i-1 as the arg count. This briefly
    allows me to launch the webprocess app and i was able to see the debug messages on the terminal itself.
    RAJAGOPALAN-GANGADHARAN committed May 11, 2019
    Configuration menu
    Copy the full SHA
    981e253 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce47621 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2019

  1. IPC for haiku

    Initial implementation of IPC for haiku will add it to description each time i amend
    1)added empty functions
    2)fixed building issues and successfully created a connection between webprocess
    3)Added a message handler to look out for incoming messages to runloop
    4) Created new aux support so we can attach all handlers to the main apps looper
    RAJAGOPALAN-GANGADHARAN committed May 15, 2019
    Configuration menu
    Copy the full SHA
    99b70f1 View commit details
    Browse the repository at this point in the history