1. 08 Mar, 2013 8 commits
  2. 07 Mar, 2013 1 commit
  3. 06 Mar, 2013 1 commit
  4. 05 Mar, 2013 4 commits
  5. 04 Mar, 2013 1 commit
  6. 02 Mar, 2013 2 commits
  7. 28 Feb, 2013 2 commits
  8. 27 Feb, 2013 13 commits
  9. 26 Feb, 2013 2 commits
  10. 25 Feb, 2013 3 commits
    • abadc0de's avatar
      Merge https://github.com/valenok/mongoose · 08048bd5
      abadc0de authored
      08048bd5
    • abadc0de's avatar
      Added support for lua error handling and includes · 800517ac
      abadc0de authored
      - Added mg.onerror, mg.include, mg.redirect
      - mg.onerror, if overridden, lets the user trap syntax errors and
        other loadbuffer errors, and dump stack traces and debug info
        for uncaught runtime errors.
      - Log unexpected errors from mg.onerror handlers
      - Provide mg.cry so custom handlers can reproduce default behavior
      - Call mg.onerror handler before unwinding stack
      - If mg.onerror returns non-0, stop loading chunks
      - Included pages stop parent page processing if mg.onerror returns non-zero
      - Included pages don't sent HTTP errors, they throw lua errors
      800517ac
    • Jay's avatar
      Fix bugs about range request and explorer crashes · 690eff4f
      Jay authored
      1. fix a bug that when header contains "Range: 100-", the range request
      support will fail
      2. (windows) fix a bug that when explorer.exe crashes due to some
      reason, the tray icon will disappear.
      690eff4f
  11. 24 Feb, 2013 3 commits