Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-03-07 | Merge branch 'bmk/inets/httpd/dont_send_empty_chunk/OTP-9091' into dev | Micael Karlberg | |
httpd_response:send_chunk handles empty list and empty binary - i.e. no chunk is sent, but it does not handle a list with an empty binary [<<>>]. This will be sent as an empty chunk - which in turn will be encoded by http_chunk to the same as a final chunk, which will make the http client believe that the end of the page is reached. | |||
2011-03-07 | Fixed release notes. | Micael Karlberg | |
2011-03-07 | Merge branch 'dev' into bmk/inets/httpd/dont_send_empty_chunk/OTP-9091 | Micael Karlberg | |
2011-03-07 | Wrong version (downgrade for 5.5 was 5.4 instead which made | Micael Karlberg | |
5.4 appear in two places). | |||
2011-03-07 | Merge branch 'dgud/dialyzer-fixes' into dev | Dan Gudmundsson | |
OTP-9107 | |||
2011-03-07 | Merge branch 'bmk/snmp/snmpc/OTP-9004' into dev | Micael Karlberg | |
Temporary fix for snmpc command line (ref man) documentation (actually renames the module instead). | |||
2011-03-07 | Temporary module "name" for the module snmpc. | Micael Karlberg | |
2011-03-07 | Merge branch 'dev' into bmk/snmp/snmpc/OTP-9004 | Micael Karlberg | |
2011-03-07 | Merge branch 'lars/xmerl/dialyzer-warnings/OTP-9074' into dev | Lars Thorsen | |
* lars/xmerl/dialyzer-warnings/OTP-9074: Removed dialyzer warning. | |||
2011-03-07 | Removed dialyzer warning. | Lars Thorsen | |
2011-03-07 | Merge branch 'lars/otp/documentation-build/OTP-9073' into dev | Lars Thorsen | |
* lars/otp/documentation-build/OTP-9073: Subsections below level 2 where not handled correct when generating html and pdf. | |||
2011-03-07 | Subsections below level 2 where not handled correct when generating html and ↵ | Lars Thorsen | |
pdf. | |||
2011-03-07 | Merge branch 'bjorn/erts/fix-fun-call/OTP-9095' into dev | Björn Gustavsson | |
* bjorn/erts/fix-fun-call/OTP-9095: erts: Initialize register that may be referenced by garbage collection | |||
2011-03-07 | Merge branch 'raimo/kernel-implicit_inet6-testcase' into dev | Raimo Niskanen | |
* raimo/kernel-implicit_inet6-testcase: Improve implicit_inet6 testcase skip conditions | |||
2011-03-07 | Merge branch 'ia/workaround-crypto-start-inconsistency' into dev | Ingela Anderton Andin | |
* ia/workaround-crypto-start-inconsistency: Workaround for application:start(crypto) inconsistency | |||
2011-03-07 | Workaround for application:start(crypto) inconsistency | Ingela Anderton Andin | |
2011-03-07 | Merge branch 'pg/honor-start-type-in-rel-files' into dev | Siri Hansen | |
* pg/honor-start-type-in-rel-files: Honor start type in .rel files when building relup files OTP-9097 | |||
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-07 | Merge branch 'siri/observer/improve-etop-doc/OTP-9104' into dev | Siri Hansen | |
* siri/observer/improve-etop-doc/OTP-9104: Improve documentation for etop | |||
2011-03-05 | Improve documentation for etop | Siri Hansen | |
2011-03-04 | Merge branch 'bmk/snmp/snmpc_cleanup/OTP-9093' into dev | Micael Karlberg | |
Added doc (src) file for new snmpc (command). | |||
2011-03-04 | Merge branch 'ks/process_status' into dev | Niclas Axelsson | |
* ks/process_status: Document exiting and garbage_collecting process statuses OTP-9102 | |||
2011-03-04 | Merge branch 'ks/hipe-icode-range-fix' into dev | Niclas Axelsson | |
* ks/hipe-icode-range-fix: Cleanup specs Fix bug in the simplification of inexact comparisons Various cleanups and cosmetic changes OTP-9101 | |||
2011-03-04 | Merge branch 'ks/code-spec-fixes' into dev | Niclas Axelsson | |
* ks/code-spec-fixes: Sanitize the specs of the code module OTP-9100 | |||
2011-03-04 | Merge branch 'sa/dialyzer-fix-guards' into dev | Niclas Axelsson | |
* sa/dialyzer-fix-guards: Fix warnings about guards containing not Fix errors in the handling of 'and'/'or' guards Cosmetic changes OTP-9099 | |||
2011-03-04 | Merge branch 'ks/dialyzer-fullpath' into dev | Niclas Axelsson | |
* ks/dialyzer-fullpath: Add a --fullpath option to Dialyzer OTP-9098 | |||
2011-03-04 | Wait longer than 5 sec instead of 2.5 sec for crashdump to be created in test | Siri Hansen | |
2011-03-04 | erts: Initialize register that may be referenced by garbage collection | Björn Gustavsson | |
The call_fun() function in the BEAM emulator is supposed to to put the fun term in the x register following the actual arguments and environment for the fun. But if the fun is not loaded and a call to the error_handler:undefined_lambda/3 function is set up, the x(3) register will not be initialized. The lack of initialization is very unlikely to cause a problem in practice, because all of the following things must happen: 1) An unloaded fun must be called (i.e. the fun must have been received from another node or from a file or dets table). 2) The process must be scheduled out before the call to the error_handler:undefined_lambda/3 function can take place. 3) The process must be garbage collected before the process is scheduled in. 4) The x(3) register must contain a stale cons or box pointer that happens to point into the the heap of the currently executing process. (Because of the literal pool, the GC will never copy anything that is outside of the heap.) I was not able to write a test case that would force an emulator crash. | |||
2011-03-04 | Merge branch 'lukas/os_mon/disk_sup_unavailable_solaris/OTP-8768' into dev | Lukas Larsson | |
* lukas/os_mon/disk_sup_unavailable_solaris/OTP-8768: Update unavailable test case to do setup and teardown | |||
2011-03-04 | Merge branch 'lukas/test_server/install_cth_error/OTP-8768' into dev | Lukas Larsson | |
* lukas/test_server/install_cth_error/OTP-8768: Fix bug where failing to make a testcase caused an errornous failure reason | |||
2011-03-03 | Handling encoding of empty chunks. | Micael Karlberg | |