1. 19 Jan, 2016 1 commit
  2. 01 Jun, 2015 1 commit
  3. 21 May, 2015 1 commit
  4. 12 May, 2015 1 commit
  5. 20 Apr, 2015 1 commit
    • Ted Burghart's avatar
      Update rebar dependencies for OTP-17 development. · 1f76822d
      Ted Burghart authored
      Add/update file copyright headers where deterministically appropriate.
      
      Note:
      Many updates to rebar.config files have been scripted to ensure
      consistency and likely have re-ordered configuration settings and options.
      While the file may look significantly different, the content other than
      dependency updates (and, in some cases, more stringent compilation options)
      should be the same from rebar's perspective.
      1f76822d
  6. 25 Oct, 2014 1 commit
    • James Fish's avatar
      Add maps formatting · 8685853c
      James Fish authored
      Note that compiling on OTP 17.0, or later, will produce beam files
      (specifically lager_trunc_io) that are incompatible with R16B03-1, or
      earlier, due to erlang:is_map/1 using a new beam opcode (156). However
      if compiled on R16B03-1, or earlier, will produce beams files that are
      compatible with 17.0, and later, and maps will be formatted where
      supported by the active OTP release.
      8685853c
  7. 28 Jan, 2014 1 commit
  8. 24 Jan, 2014 3 commits
  9. 08 Nov, 2013 1 commit
  10. 06 May, 2013 1 commit
  11. 19 Apr, 2013 1 commit
  12. 09 Apr, 2013 1 commit
    • Pedram Nimreezi's avatar
      Implement event stream processing · 95b3fb0c
      Pedram Nimreezi authored
      Adds transparent event stream processing and statistics.
      A new 3-tuple trace is introduced as `{Key, Op, Value}`, but
      for backwards compatibility `{Key, Val}` implies `=` for `Op`
      and `{Key, '*'}` remains as is in the case of wildcards.
      A simplified query tree module is generated which reduces
      redundant selection conditions to minimize filtering overhead.
      95b3fb0c
  13. 19 Mar, 2013 1 commit
  14. 30 Apr, 2012 1 commit
  15. 13 Jul, 2011 1 commit
  16. 30 Jun, 2011 1 commit
  17. 29 Jun, 2011 1 commit
  18. 27 Jun, 2011 1 commit
  19. 24 Jun, 2011 2 commits