- 12 Mar, 2014 1 commit
-
-
egobrain authored
Fixed forgotten commas.
-
- 07 Mar, 2014 1 commit
-
-
Andrew Thompson authored
-
- 03 Mar, 2014 1 commit
-
-
Andrew Thompson authored
Added options parameter to lager:trace_file
-
- 27 Feb, 2014 2 commits
-
-
Andrew Thompson authored
Fix compile on Release 17 the right way.
-
Jesper Louis Andersen authored
Change a latin1 sequence so it is given as a list of integers. this avoids the problem entirely since ASCII has the same representation in both latin1 and in utf-8
-
- 14 Feb, 2014 2 commits
-
-
Andrew Thompson authored
Use a binary rebar compiled with an older version of Erlang.
-
Shayan Pooya authored
It has been compiled with R13B03 and resolves issue #183.
-
- 13 Feb, 2014 4 commits
-
-
Andrew Thompson authored
-
Andrew Thompson authored
Make tests pass on buildbot more of the time
-
Andrew Thompson authored
support disable pretty printing records encountered at compile time
-
Roowe authored
-
- 12 Feb, 2014 5 commits
-
-
Andrew Thompson authored
Only discard gen_event notifications on high watermark
-
Andrew Thompson authored
-
Ignas Vyšniauskas authored
Previously all messages were being flushed, which meant that trapped exits and internal gen_event messaging was also flushed, leading to undefined behaviour. closes #198
-
Andrew Thompson authored
Fix: correct lager startup in crash_log test
-
Ignas Vyšniauskas authored
-
- 11 Feb, 2014 2 commits
-
-
Andrew Thompson authored
Fixed empty tuple bug in lager:pr/2
-
Shane Howley authored
Fixed issue whereby element(1, ...) is called on every tuple nested inside a pretty printed record regardless of size. Modified unit test to test 0 size tuple case.
-
- 08 Feb, 2014 1 commit
-
-
Andrew Thompson authored
Don't use the proplists module when decoding error_logger messages
-
- 07 Feb, 2014 3 commits
-
-
Andrew Thompson authored
-
Andrew Thompson authored
Add newline to error_msg:error_report lines in crash.log, see #164
-
Andrew Thompson authored
-
- 06 Feb, 2014 2 commits
-
-
Andrew Thompson authored
pretty printing of nested records
-
Andrew Thompson authored
Fix lager_console_backend:is_new_style_console_available() function
-
- 03 Feb, 2014 1 commit
-
-
Andrew Thompson authored
Proplist module is a lot slower than lists:keyfind, which is a BIF, because proplists has to work with 'bare' atoms as well as 2-tuples. This should marginally improve the throughput when printing many error_logger messages.
-
- 28 Jan, 2014 3 commits
-
-
Andrew Thompson authored
Add xref target, with exclusions
-
Andrew Thompson authored
-
Andrew Thompson authored
-
- 25 Jan, 2014 1 commit
-
-
Alexander Zhukov authored
-
- 24 Jan, 2014 9 commits
-
-
Andrew Thompson authored
-
Andrew Thompson authored
Remove the workaround for the bug when printing empty binaries in W mode
-
Andrew Thompson authored
-
Andrew Thompson authored
-
Andrew Thompson authored
The fix for this was merged in R16 somewhere, so this workaround is no longer needed, and fixes the EQC test from spotting the divergent behaviour with io_lib. See also: http://erlang.org/pipermail/erlang-patches/2012-September/003034.html
-
Andrew Thompson authored
Fix dialyzer warnings and make all the records typed
-
Andrew Thompson authored
-
Andrew Thompson authored
-
Pedram Nimreezi authored
-
- 14 Jan, 2014 2 commits
-
-
Andrew Thompson authored
Rework how dialyzer PLTs are built and used
-
Andrew Thompson authored
-