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

Pull #58

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

Pull #58

wants to merge 44 commits into from

Commits on Dec 7, 2011

  1. added broadway

    temsa committed Dec 7, 2011
    Configuration menu
    Copy the full SHA
    5b502bf View commit details
    Browse the repository at this point in the history
  2. used broadway for the child

    temsa committed Dec 7, 2011
    Configuration menu
    Copy the full SHA
    ef10cca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6a827e View commit details
    Browse the repository at this point in the history
  4. moved console as a plugin

    temsa committed Dec 7, 2011
    Configuration menu
    Copy the full SHA
    4ac22f5 View commit details
    Browse the repository at this point in the history
  5. added intercom

    temsa committed Dec 7, 2011
    Configuration menu
    Copy the full SHA
    968a241 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    20361e9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b597f42 View commit details
    Browse the repository at this point in the history
  8. improved logs

    temsa committed Dec 7, 2011
    Configuration menu
    Copy the full SHA
    e229933 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2011

  1. added some colors

    temsa committed Dec 8, 2011
    Configuration menu
    Copy the full SHA
    9c11a38 View commit details
    Browse the repository at this point in the history
  2. works!

    temsa committed Dec 8, 2011
    Configuration menu
    Copy the full SHA
    c8c493a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2286497 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b46c747 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2012

  1. added futures

    temsa committed Jan 12, 2012
    Configuration menu
    Copy the full SHA
    cc6f4e8 View commit details
    Browse the repository at this point in the history
  2. fixed a bunch of issues, added name to sandbox, tried to fix infinite…

    … loop vs timeout problem, improved event interface
    temsa committed Jan 12, 2012
    Configuration menu
    Copy the full SHA
    61f8a2f View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2012

  1. Configuration menu
    Copy the full SHA
    f72dcce View commit details
    Browse the repository at this point in the history
  2. added cpulimit/ module system

    temsa committed Jan 18, 2012
    Configuration menu
    Copy the full SHA
    8cb48e0 View commit details
    Browse the repository at this point in the history
  3. added cpulimit/ module system

    temsa committed Jan 18, 2012
    Configuration menu
    Copy the full SHA
    55ca5d6 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2012

  1. Configuration menu
    Copy the full SHA
    5524dca View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2012

  1. updated dependencies for using ** in eventemitter modules like broadw…

    …ay and intercom, added posix for having setrlimit
    temsa committed Jan 23, 2012
    Configuration menu
    Copy the full SHA
    dfb58fd View commit details
    Browse the repository at this point in the history
  2. improved event api between sansdbox<->shovel, with event relaying, so…

    … now we just have to work with 'app' most of the time to handle events. Also improved Sandbox object usage so now you can do things like 'Sandbox('my name').run(code, mycallback) : Sandbox is a factory too if not an object, like standard JavaScript Objects do
    temsa committed Jan 23, 2012
    Configuration menu
    Copy the full SHA
    02134b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c31ebe6 View commit details
    Browse the repository at this point in the history
  4. updated examples

    temsa committed Jan 23, 2012
    Configuration menu
    Copy the full SHA
    df3bd91 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2012

  1. yeah, now this is a really working sandbox supporting both asynchrono…

    …us and synchronous code
    temsa committed Jan 28, 2012
    Configuration menu
    Copy the full SHA
    09d3a22 View commit details
    Browse the repository at this point in the history
  2. used patched stackedy

    temsa committed Jan 28, 2012
    Configuration menu
    Copy the full SHA
    b10eaa1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8541af2 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2012

  1. plugins easier to require

    temsa committed Jan 31, 2012
    Configuration menu
    Copy the full SHA
    fd93370 View commit details
    Browse the repository at this point in the history
  2. removed getrusage

    temsa committed Jan 31, 2012
    Configuration menu
    Copy the full SHA
    89b5de7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41ea593 View commit details
    Browse the repository at this point in the history
  4. added an example too

    temsa committed Jan 31, 2012
    Configuration menu
    Copy the full SHA
    c9e29b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b0d642 View commit details
    Browse the repository at this point in the history
  6. use env http proxy for request

    temsa committed Jan 31, 2012
    Configuration menu
    Copy the full SHA
    ffa57ad View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    408958a View commit details
    Browse the repository at this point in the history
  8. exports -> exp for no ambiguity

    temsa committed Jan 31, 2012
    Configuration menu
    Copy the full SHA
    37467ad View commit details
    Browse the repository at this point in the history
  9. more explicit sandbox names

    temsa committed Jan 31, 2012
    Configuration menu
    Copy the full SHA
    843e1d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2012

  1. Configuration menu
    Copy the full SHA
    a885d74 View commit details
    Browse the repository at this point in the history
  2. refactored a bit module plugin

    temsa committed Feb 3, 2012
    Configuration menu
    Copy the full SHA
    f2d6816 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99ee5b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    547f401 View commit details
    Browse the repository at this point in the history
  5. removed most of the globals as its already there, but Date, that won'…

    …t work otherwise in dnode, so I've just frozen the Date object to prevent any injection here + added some samples to test
    temsa committed Feb 3, 2012
    Configuration menu
    Copy the full SHA
    c0ce201 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2012

  1. Configuration menu
    Copy the full SHA
    ea374e0 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2013

  1. fix stackedy dependency

    maxired committed Jan 31, 2013
    Configuration menu
    Copy the full SHA
    2b88b55 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2013

  1. gitignore node_modules

    elliots committed Aug 24, 2013
    Configuration menu
    Copy the full SHA
    f08dc1d View commit details
    Browse the repository at this point in the history
  2. Update dependencies

    elliots committed Aug 24, 2013
    Configuration menu
    Copy the full SHA
    69948bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a514981 View commit details
    Browse the repository at this point in the history