Skip to content
Snippets Groups Projects
  1. Aug 10, 2012
  2. Jul 13, 2012
  3. Jul 11, 2012
  4. Jun 28, 2012
  5. Jun 27, 2012
    • Zachary Carter's avatar
      Fix typo · a5dbf16a
      Zachary Carter authored
      a5dbf16a
    • Zachary Carter's avatar
      Adds static process and refactors routing of WSAPI requests - issue #1757 · d529d793
      Zachary Carter authored
      The `static` process has been added to handle cachable resources and views, so
      code relevant to serving those resources has been removed from `browserid`.
      
      The `router` heartbeat now depends on both `browserid` and `static` processes being ok.
      `router` now forwards wsapi writes to `dbwriter`, reads to `browserid`, and errors on unkown
      or internal wsapi requests. The wsapi setup for `browserid` no longer handles forwards, though
      some wsapi operations may trigger a forward to `dbwriter`.
      d529d793
  6. Jun 13, 2012
  7. Jun 04, 2012
  8. May 30, 2012
  9. May 22, 2012
  10. May 18, 2012
  11. May 04, 2012
  12. Mar 23, 2012
  13. Mar 14, 2012
  14. Mar 13, 2012
  15. Feb 27, 2012
    • Lloyd Hilaiel's avatar
      Handle slow queries, query retry, and database connection issues: · ef441617
      Lloyd Hilaiel authored
        * all database functions return an err as the first param which is non-null for failure.
        * all wsapis handle database errors and return service unavailable to client.
        * stalled-mysql-test implements unit tests to verify proper failure behavior of all wsapis.
        * configuration parameter added to define max allowed time per query
      ef441617
  16. Feb 10, 2012
  17. Feb 09, 2012
  18. Jan 30, 2012
  19. Jan 25, 2012
  20. Jan 17, 2012
  21. Jan 13, 2012
  22. Jan 09, 2012
  23. Jan 05, 2012
  24. Jan 04, 2012
  25. Jan 03, 2012
  26. Dec 21, 2011
  27. Dec 15, 2011
  28. Dec 14, 2011
Loading