Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-12 | Merge branch 'fredrik/ssh-password-conf/OTP-10511' into maint | Fredrik Gustafsson | |
* fredrik/ssh-password-conf/OTP-10511: Ssh appup modifications Updated appup for ssh Bumped revision Removed some testing variables ssh_opts is now a proper list After auth rsa and dsa passwords is set to undefined Removing the password after auth | |||
2012-11-12 | Changes to slowdos testcase | Fredrik Gustafsson | |
2012-11-09 | Ssh appup modifications | Fredrik Gustafsson | |
2012-11-09 | Merge branch 'lukas/common_test/multi_require_bug/OTP-10572' into maint | Lukas Larsson | |
* lukas/common_test/multi_require_bug/OTP-10572: Fix bug where require of same name at same config would return name in use | |||
2012-11-09 | Fix bug where require of same name at same config would return name in use | Lukas Larsson | |
2012-11-09 | Doc for test case slowdose | Fredrik Gustafsson | |
2012-11-09 | Bumped version nr | Fredrik Gustafsson | |
2012-11-09 | Added testcases för minimum_bytes_per_second option | Fredrik Gustafsson | |
2012-11-09 | Reduced checking of bytes per second to every second | Fredrik Gustafsson | |
2012-11-09 | Merge branch 'ia/ssl/gen-fsm-timout/OTP-10569' into maint | Ingela Anderton Andin | |
* ia/ssl/gen-fsm-timout/OTP-10569: ssl: Do not use gen_fsm:sync_send_all_state_event/3 timeout | |||
2012-11-09 | ssl: Do not use gen_fsm:sync_send_all_state_event/3 timeout | Ingela Anderton Andin | |
The gen_fsm:sync_send_all_state_event/3 timout is a client side timeout. If timeouts are needed we want them to be server side timeouts. | |||
2012-11-08 | Merge branch 'fredrik/ssh-quiet-mode/OTP-10429' into maint | Fredrik Gustafsson | |
* fredrik/ssh-quiet-mode/OTP-10429: Doc for quiet_mode SSH quiet mode | |||
2012-11-08 | Updated appup for ssh | Fredrik Gustafsson | |
2012-11-08 | Merge branch 'bjorn/erts/binary-append/OTP-10524' into maint | Björn Gustavsson | |
* bjorn/erts/binary-append/OTP-10524: Fix binary append exceptions | |||
2012-11-08 | Doc for quiet_mode | Fredrik Gustafsson | |
2012-11-08 | Merge branch 'maint-r15' into maint | Fredrik Gustafsson | |
2012-11-08 | Merge branch 'anders/diameter/upgrade/OTP-10550' into maint | Anders Svensson | |
* anders/diameter/upgrade/OTP-10550: Allow for no diameter on remote node in connection guard | |||
2012-11-08 | Merge branch 'anders/diameter/peer_mapping/OTP-10470' into maint | Anders Svensson | |
* anders/diameter/peer_mapping/OTP-10470: Document peer_ref() service_info Use peer_ref() service_info in traffic suite Add service_info for a peer_ref() | |||
2012-11-08 | Merge branch 'anders/diameter/shared_transport/OTP-10443' into maint | Anders Svensson | |
* anders/diameter/shared_transport/OTP-10443: Use multiple connections in traffic suite Implement service_opt() restrict_connections Document service_opt() restrict_connections | |||
2012-11-08 | Merge branch 'anders/diameter/sequence_masks/OTP-10445' into maint | Anders Svensson | |
* anders/diameter/sequence_masks/OTP-10445: Redo watchdog test suite Update/clarify some comments Add reopen message from watchdog Add options service_info Add diameter_reg:wait/1 Clarify diameter_transport doc Remove pre-OTP configure support Remove obsolete make target Use sequence masks in test suites Implement sequence masks Document sequence masks | |||
2012-11-07 | Bumped revision | Fredrik Gustafsson | |
2012-11-07 | Documentation for minimum_bytes_per_seconds option | Fredrik Gustafsson | |
2012-11-06 | Fix erlang:memory(ets) | Rickard Green | |
2012-11-06 | Changed property to minimum_bytes_per_second and checking if is integer on start | Fredrik Gustafsson | |
2012-11-06 | Changed to Bytes Per Second when checking clients rate, new options ↵ | Fredrik Gustafsson | |
{byte_limit, integer()} | |||
2012-11-06 | Option {bit_limit, integer()} to close sockets where clients are too slow | Fredrik Gustafsson | |
2012-11-06 | Fix compiler crash for binary matching and a complicated guard | Björn Gustavsson | |
The compiler would crash when attempting to compile a function head that did binary matching and had a complex expression using 'andalso' and 'not'. Noticed-by: José Valim | |||
2012-11-06 | Fix bug in erts_port_task_schedule() | Rickard Green | |
2012-11-05 | Merge branch 'anders/diameter/patch/R15B02/OTP-10555' into maint-r15 | Erlang/OTP | |
* anders/diameter/patch/R15B02/OTP-10555: vsn -> 1.2.1 Update appup for OTP-10461/10550 Allow for no diameter on remote node in connection guard Add missing clause for peer failover | |||
2012-11-05 | vsn -> 1.2.1 | Anders Svensson | |
2012-11-05 | Update appup for OTP-10461/10550 | Anders Svensson | |
2012-11-05 | Merge branch 'anders/diameter/patch/R15B02/upgrade/OTP-10550' into ↵ | Anders Svensson | |
anders/diameter/patch/R15B02/OTP-10555 * anders/diameter/patch/R15B02/upgrade/OTP-10550: Allow for no diameter on remote node in connection guard | |||
2012-11-05 | Merge branch 'anders/diameter/patch/R15B02/failover_error/OTP-10461' into ↵ | Anders Svensson | |
anders/diameter/patch/R15B02/OTP-10555 * anders/diameter/patch/R15B02/failover_error/OTP-10461: Add missing clause for peer failover | |||
2012-11-05 | SSH quiet mode | Fredrik Gustafsson | |
2012-11-05 | Allow for no diameter on remote node in connection guard | Anders Svensson | |
The guard is against a connection to a given peer already existing but fails if diameter is not running on a remote node. Note that the guard itself is to be made configurable in R15B03 (OTP-10493) to allow multiple connections per peer. | |||
2012-11-05 | Removed some testing variables | Fredrik Gustafsson | |
2012-11-05 | ssh_opts is now a proper list | Fredrik Gustafsson | |
2012-11-05 | After auth rsa and dsa passwords is set to undefined | Fredrik Gustafsson | |
2012-11-05 | Removing the password after auth | Fredrik Gustafsson | |
2012-11-05 | Merge branch 'fredrik/ssh-use-options-alg/OTP-10498' into maint | Fredrik Gustafsson | |
* fredrik/ssh-use-options-alg/OTP-10498: Option to ssh:connect {pref_public_key_algs, list()} where you can give the algorithms you want to use | |||
2012-11-05 | Fix binary append exceptions | Björn Gustavsson | |
Code such as the following should cause an exception: Bin = <<0:1>>, <<Bin/binary,...>> (Because the "binary" type implies that the binary must have a size in bits that is a multiple of 8.) Depending on the binary, either no exception was thrown or the wrong exception was thrown (because c_p->freason was not set). Noticed-by: Adam Rutkowski | |||
2012-11-05 | Allow for no diameter on remote node in connection guard | Anders Svensson | |
The guard is against a connection to a given peer already existing but fails if diameter is not running on a remote node. Note that the guard itself is to be made configurable in R15B03 (OTP-10493) to allow multiple connections per peer. | |||
2012-11-05 | Document peer_ref() service_info | Anders Svensson | |
2012-11-05 | Use peer_ref() service_info in traffic suite | Anders Svensson | |
2012-11-05 | Add service_info for a peer_ref() | Anders Svensson | |
This allows a diameter_app callback to retrieve the corresponding configuration as passed to diameter:add_transport/2. | |||
2012-11-05 | Use multiple connections in traffic suite | Anders Svensson | |
2012-11-05 | Implement service_opt() restrict_connections | Anders Svensson | |
2012-11-05 | Document service_opt() restrict_connections | Anders Svensson | |
Configuration will allow relaxation of the guard against multiple transport connections to the same peer. | |||
2012-11-05 | Redo watchdog test suite | Anders Svensson | |
It was broken by sequence masks and can be simplified using (the new-ish) watchdog events. | |||
2012-11-05 | Update/clarify some comments | Anders Svensson | |