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

Patches in use of omnijson, fixes bug where exceptions thrown during notify RPCs are silently lost #11

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Jul 19, 2011

  1. Modernised build system, adding dependencies on ujson and omnijson

    Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) committed Jul 19, 2011
    Copy the full SHA
    1bfdfde View commit details
    Browse the repository at this point in the history
  2. Don't silently lose exceptions thrown during a notify RPC

    Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) committed Jul 19, 2011
    Copy the full SHA
    9d633d0 View commit details
    Browse the repository at this point in the history
  3. Use omnijson to import json

    Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) committed Jul 19, 2011
    Copy the full SHA
    7771c67 View commit details
    Browse the repository at this point in the history
  4. Added a JSON-RPC v2 supporting client in Javascript

    Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) committed Jul 19, 2011
    Copy the full SHA
    87d9a0b View commit details
    Browse the repository at this point in the history
  5. Not losing exceptions during notify ops now actually works

    Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) committed Jul 19, 2011
    Copy the full SHA
    710576b View commit details
    Browse the repository at this point in the history
  6. Return HTTP status code even with notify ops

    Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) committed Jul 19, 2011
    Copy the full SHA
    c848923 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2011

  1. Flush the HTTP status code before early outing under notify ops

    Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) committed Jul 20, 2011
    Copy the full SHA
    6280c72 View commit details
    Browse the repository at this point in the history