Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-02 | Merge branch 'dev' into major | Hans Bolinder | |
* dev: Fix a couple of minor bugs with hook priority Update to reflect addition of CTH priority addition Update CTH priority default to be 0 Update to reflect new cth callback api Update the return from init/2 to be {ok, NewState} or {ok,NewState,Priority} instead of NewState. Add priority functionality and tests for ct hooks Update internal hooks state to use a record instead of tuples Improve and correct types and specifications in Kernel and STDLIB | |||
2011-09-02 | Merge branch 'hb/spec_improvements/OTP-9485' into dev | Hans Bolinder | |
* hb/spec_improvements/OTP-9485: Improve and correct types and specifications in Kernel and STDLIB | |||
2011-09-01 | Merge branch 'lukas/common_test/cth_prio/OTP-9445' into dev | Lukas Larsson | |
* lukas/common_test/cth_prio/OTP-9445: Fix a couple of minor bugs with hook priority Update to reflect addition of CTH priority addition Update CTH priority default to be 0 Update to reflect new cth callback api Update the return from init/2 to be {ok, NewState} or {ok,NewState,Priority} instead of NewState. Add priority functionality and tests for ct hooks Update internal hooks state to use a record instead of tuples | |||
2011-09-01 | Merge branch 'dev' into major | Henrik Nord | |
2011-09-01 | Merge branch 'rc/stdlib-edoc-fix' into dev | Henrik Nord | |
* rc/stdlib-edoc-fix: fix broken edoc annotations OTP-9516 | |||
2011-09-01 | Merge branch 'dev' into major | Henrik Nord | |
2011-09-01 | Merge branch 'pl/no_bat_files_none_win32' into dev | Henrik Nord | |
* pl/no_bat_files_none_win32: Do not install *.bat files on non-win32 machines OTP-9515 | |||
2011-09-01 | Merge branch 'fm/gen_tcp_udp_doc_packet_type' into dev | Henrik Nord | |
* fm/gen_tcp_udp_doc_packet_type: Fix type of Packet arg of gen_tcp:send/2 and gen_udp:send/4 OTP-9514 | |||
2011-09-01 | Merge branch 'ta/wx-obsolete-guard' into dev | Henrik Nord | |
* ta/wx-obsolete-guard: wx: fix obsolete guard warning (list/1) OTP-9513 | |||
2011-09-01 | Merge branch 'ta/configure-fdatasync' into dev | Henrik Nord | |
* ta/configure-fdatasync: Document fdatasync -lrt requirement (SunOS <= 5.10) Move fdatasync autoconf checks to proper place OTP-9512 | |||
2011-09-01 | Merge branch 'ta/hipe_cleanup' into dev | Henrik Nord | |
* ta/hipe_cleanup: Clean up hipe.hrl.src (Signed-off-by: Kostis) OTP-9511 | |||
2011-09-01 | Move test_server_test_lib.hrl to test release dir | Lukas Larsson | |
2011-09-01 | Make the check_old_code/1 BIF auto-imported | Björn Gustavsson | |
check_old_code/1 was documented to be auto-imported, but in fact was not auto-imported. Since check_process_code/2 and the other code loading BIFs are now auto-imported, for consistency auto-import check_old_code/1 too. | |||
2011-09-01 | Deprecate the docbuilder application | Björn Gustavsson | |
2011-08-31 | Merge remote branch 'upstream/dev' into major | Ingela Anderton Andin | |
* upstream/dev: Use inet and gen_* dialyzer specs | |||
2011-08-31 | Merge branch 'ia/ssl/use-inet-and-gen-specs' into dev | Ingela Anderton Andin | |
* ia/ssl/use-inet-and-gen-specs: Use inet and gen_* dialyzer specs | |||
2011-08-31 | Use inet and gen_* dialyzer specs | Ingela Anderton Andin | |
2011-08-31 | Fix a couple of minor bugs with hook priority | Lukas Larsson | |
The bugs caused the sorting priority to be wrong when using installed priority and built in priority. Tests to prove the order of hooks to be correct have also been added. | |||
2011-08-31 | Update to reflect addition of CTH priority addition | Lukas Larsson | |
2011-08-31 | Update CTH priority default to be 0 | Lukas Larsson | |
2011-08-31 | Update to reflect new cth callback api | Lukas Larsson | |
2011-08-31 | Update the return from init/2 to be {ok, NewState} or {ok,NewState,Priority} ↵ | Lukas Larsson | |
instead of NewState. NewState can still be returned, but is only kept for backward compatability reasons. | |||
2011-08-31 | Add priority functionality and tests for ct hooks | Lukas Larsson | |
Priority allows the user of ct hooks to specify which order the hooks should execute in. The priority of a hook is specified when installing the hook, and stays the same for both pre and post hooks | |||
2011-08-31 | Update internal hooks state to use a record instead of tuples | Lukas Larsson | |
2011-08-31 | Merge branch 'lukas/runtime_tools/add_default_trace_patterns/OTP-9458' into ↵ | Lukas Larsson | |
major * lukas/runtime_tools/add_default_trace_patterns/OTP-9458: Expand documenation about built-in aliases for tracing patterns Add two additional built-in trace patterns, c and cx | |||
2011-08-31 | Improve and correct types and specifications in Kernel and STDLIB | Hans Bolinder | |
Running Dialyzer on the test suites revealed a few type errors. | |||
2011-08-30 | Support for stopped and resumed tracing. | Andrzej Telezynski | |
2011-08-30 | More robust testing of tracing with 'local' option. | Andrzej Telezynski | |
2011-08-30 | Print path to logs dir unless nofetch option specified. | Andrzej Telezynski | |
2011-08-30 | Removed unused option to send realtime trace to erlide. | Andrzej Telezynski | |
2011-08-30 | Documented global state when applying formatting function to trace logs. | Andrzej Telezynski | |
2011-08-30 | Test for: (BUGFIX) Error with ip tracing to wrap sets. | Andrzej Telezynski | |
2011-08-30 | Stop option 'return' changed to 'return_fetch_dir' | Andrzej Telezynski | |
2011-08-30 | update format function's description | Piotr Dorobisz | |
2011-08-30 | It is safe to change cwd on control node or remote nodes while tracing | Andrzej Telezynski | |
2011-08-30 | fixed documentation | Piotr Dorobisz | |
2011-08-30 | additional tests for ttb module | Piotr Dorobisz | |
2011-08-30 | new tests for ttb module | Piotr Dorobisz | |
2011-08-30 | updated documentation | Piotr Dorobisz | |
2011-08-30 | updated OTP tests | Piotr Dorobisz | |
2011-08-30 | (BUGFIX) Error with ip tracing to wrap sets | Piotr Dorobisz | |
2011-08-30 | Include logfile name in fetch directory name | Piotr Dorobisz | |
2011-08-30 | Added missing ttb_autostart.erl | Piotr Dorobisz | |
2011-08-30 | dbg-type tracing | Piotr Dorobisz | |
2011-08-30 | Optional handler specification allowed in stop/1 - Allowed optional handler ↵ | Piotr Dorobisz | |
specification in trace/2 | |||
2011-08-30 | Flush file trace port buffers with given frequency | Piotr Dorobisz | |
2011-08-30 | Autoresume tracing | Piotr Dorobisz | |
2011-08-30 | showing trace messages on the console in real time | Piotr Dorobisz | |
2011-08-30 | BUGFIX Occasional deadlock on ttb:stop | Piotr Dorobisz | |
2011-08-30 | Overload protection | Piotr Dorobisz | |