Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-04 | Merge branch 'dev' into major | Björn-Egil Dahlberg | |
2011-10-04 | Prepare releaseOTP_R14B04 | Erlang/OTP | |
2011-09-06 | Merge branch 'pd/ttb-cleanup' into major | Henrik Nord | |
OTP-9430 OTP-9403 OTP-9431 | |||
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 | 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 | |
2011-08-30 | BUGFIX Fetch fails when nodes on the same host have different cwd | Piotr Dorobisz | |
2011-08-30 | et handled in a generic way | Piotr Dorobisz | |
2011-08-30 | Optional handler specification allowed in stop/1 | Piotr Dorobisz | |
2011-08-30 | Use shared handler state for all clients | Piotr Dorobisz | |
2011-08-30 | Always use timestamp, optional sorting | Piotr Dorobisz | |
2011-08-30 | Time-constrained tracing | Piotr Dorobisz | |
2011-08-30 | BUGFIX Fetch fails when nodes on the same host have different cwd | Piotr Dorobisz | |
2011-08-30 | One-command trace setup | Piotr Dorobisz | |
2011-08-30 | Allow to specify fetch directory | Piotr Dorobisz | |
2011-08-30 | Allow single option when list is required | Piotr Dorobisz | |
2011-08-30 | Match specification shortcuts | Piotr Dorobisz | |
2011-08-30 | fetch is default when stopping | Piotr Dorobisz | |
2011-08-30 | ttb:stop([return]) should imply fetching the data | Piotr Dorobisz | |
2011-08-30 | BUGFIX stop([fetch]) crashes when the option {file,{local,F}} has been given | Piotr Dorobisz | |
2011-08-01 | Do not install *.bat files on non-win32 machines | Hans Ulrich Niedermann | |
Signed-off-by: Peter Lemenkov <[email protected]> Signed-off-by: Hans Ulrich Niedermann <[email protected]> | |||
2011-05-20 | Update copyright years | Björn-Egil Dahlberg | |
2011-04-06 | Merge branch 'dev' into bmk/inets/inet56_integration | Micael Karlberg | |
2011-04-04 | crashdump_helper: Compile for r12 instead of r11 | Björn Gustavsson | |
The r11 option is no longer supported by the compiler (silently ignored). | |||
2011-03-17 | Merge branch 'dev' into ↵ | Micael Karlberg | |
bmk/inets/ftp/missing_spec_causes_dialyxer_problems/OTP-9114 Also fixed a bunch of "end-years" (was 2010 but should have been 2011, which the commit hook not happy with). | |||
2011-03-14 | Prepare releaseOTP_R14B02 | Erlang/OTP | |
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-03-07 | Merge branch 'siri/observer/slow-load-of-big-crashdumps/OTP-9051' into dev | Siri Hansen | |
* siri/observer/slow-load-of-big-crashdumps/OTP-9051: Wait longer than 5 sec instead of 2.5 sec for crashdump to be created in test Bugfix: Never deliver empty chunk to inets Fix file descriptor leak in crashdump_viewer:chunk_page Minor bugfix related to improved performance of crashdump_viewer Document new cdv script and cdv.bat file for starting crashdump viewer Add shell script and .bat file to start crashdump_viewer Fix slow parsing of crashdumps | |||
2011-03-05 | Improve documentation for etop | Siri Hansen | |
2011-03-04 | Wait longer than 5 sec instead of 2.5 sec for crashdump to be created in test | Siri Hansen | |