Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-10 | [inets] Skip test case on windows (long path's) | Micael Karlberg | |
On windows we have a problem opening files when the path's are long (error reason eio). | |||
2012-02-09 | [inets] Add test case group check for IPv6 support | Micael Karlberg | |
2012-02-09 | [inets] Minor improvement to escaped_url_in_error_body | Micael Karlberg | |
2012-02-09 | [inets] Used invalid transport option for ssl (inet6fb4) | Micael Karlberg | |
2012-02-08 | [inets] Force use of IPv4 for all non-IPv6 cases | Micael Karlberg | |
2012-02-08 | [inets/httpd] Options parsing minor improvement | Micael Karlberg | |
2012-02-08 | [inets/httpc] Connect error info improvement | Micael Karlberg | |
2012-02-07 | Merge branch 'bmk/inets/httpd/configurable_server_tokens/OTP-9805' into ↵ | Micael Karlberg | |
bmk/inets/inets59_integration Conflicts: lib/inets/src/inets_app/inets.appup.src | |||
2012-02-06 | [inets] Proper appup | Micael Karlberg | |
OTP-9805 | |||
2012-02-06 | Merge branch 'bmk/inets/httpc/checking_ipv6_on_windows' into ↵ | Micael Karlberg | |
bmk/inets/inets59_integration | |||
2012-02-06 | Merge branch 'bmk/inets/httpd/configurable_server_tokens/OTP-9805' into ↵ | Micael Karlberg | |
bmk/inets/inets59_integration | |||
2012-02-06 | Merge branch 'maint-r15' into maint | Micael Karlberg | |
Conflicts: erts/vsn.mk | |||
2012-02-06 | [inets] Improved test util error handling when copy dirs | Micael Karlberg | |
Copy dirs failed for some cases, so added more info when that happens. Also added more info during httpd test case init. | |||
2012-02-06 | [inets] System Info printouts in test suite | Micael Karlberg | |
Moved the System Info printout to the init_per_suite function for the httpc suite. Added it to the same function for the httpd suite. | |||
2012-02-06 | [inets] Add preliminary "has IPv6 support" info to TC config | Micael Karlberg | |
2012-02-06 | [inets] Conditionally exec functions, testing for local host IPv6 support | Micael Karlberg | |
2012-02-06 | [inets] Testing IPv6 support on windows... | Micael Karlberg | |
2012-02-03 | [inets] Added verbosity printout to improve error detection | Micael Karlberg | |
Added verbosity printouts to detect error reason for file access error on windows. | |||
2012-02-03 | [inets] Improved error handling in test case | Micael Karlberg | |
2012-02-03 | [inets] Moved (dbg) trace utility functions to own module (inets_trace) | Micael Karlberg | |
2012-02-03 | [inets] Added more (printed) system info during test case init | Micael Karlberg | |
Print some host info (os, os-type and sys arch and so on) during test case init. | |||
2012-02-03 | [inets] Added more error info when connect fails | Micael Karlberg | |
2012-02-03 | [inets/httpd] Add server tokens config option | Micael Karlberg | |
Added ability to configure the server software header field (with the server_tokens config option). OTP-9805 | |||
2012-02-02 | Merge branch 'maint-r14' into maint-r15 | Björn Gustavsson | |
* maint-r14: Prepare release [snmp/agent] Add proper release notes [snmp/agent] Wrong OID used for error message reply [snmp/agent] Added backup check for local_db [snmp/agent] Simultaneous snmpa:backup/1,2 calls interfere Conflicts: erts/doc/src/notes.xml erts/vsn.mk | |||
2012-02-01 | Optimize and improve handling of multiple func:s. | Hans Bolinder | |
2012-02-01 | Merge branch 'dgud/mnesia/table-locks/OTP-9890' into maint | Dan Gudmundsson | |
* dgud/mnesia/table-locks/OTP-9890: [Mnesia] More optimizations [Mnesia] Optimize double ets_lookups [Mnesia] Optimize for lookup instead of match_object [Mnesia] First try with ordered_set instead of bag | |||
2012-01-31 | Merge branch 'rj/spaces-xmerl-doc' into maint | Henrik Nord | |
* rj/spaces-xmerl-doc: Add missing spaces in xmerl doc OTP-9873 | |||
2012-01-31 | [Mnesia] More optimizations | Dan Gudmundsson | |
If a transaction releases a write, it can be deleted directly since no read locks or other write locks can be present | |||
2012-01-31 | [Mnesia] Optimize double ets_lookups | Dan Gudmundsson | |
2012-01-31 | [Mnesia] Optimize for lookup instead of match_object | Dan Gudmundsson | |
5% faster on tpcb | |||
2012-01-31 | [Mnesia] First try with ordered_set instead of bag | Dan Gudmundsson | |
Switch to ordered_set so match_object matches partially bound keys, more efficient. | |||
2012-01-31 | Merge branch 'dgud/observer/bug-fixes/OTP-9878' into maint | Dan Gudmundsson | |
* dgud/observer/bug-fixes/OTP-9878: [observer] Fixed refresh interval for table viewer [observer] Improved term formatting in table viewer [observer] Fixed regexp error handling [observer] Fix refresh dead process crash [observer] Fix bugs in edit table object [observer] Fix index reporting bug | |||
2012-01-31 | Merge branch 'maint-r13' into bmk/snmp/snmp4217_integration/r14 | Micael Karlberg | |
Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/doc/src/snmpa.xml lib/snmp/src/agent/snmpa_mpd.erl lib/snmp/src/app/snmp.appup.src lib/snmp/test/snmp_agent_test.erl lib/snmp/vsn.mk | |||
2012-01-30 | Merge branch 'maint-r15' into maint | Micael Karlberg | |
2012-01-30 | Merge branch 'lukas/kernel/os_mon_in_file_SUITE/OTP-9889' into maint | Lukas Larsson | |
* lukas/kernel/os_mon_in_file_SUITE/OTP-9889: Use os_mon to get system information | |||
2012-01-30 | Use os_mon to get system information | Lukas Larsson | |
2012-01-27 | Merge branch ↵ | Micael Karlberg | |
'bmk/snmp/agent/wrong_oid_for_snmpUnknownPDUHandlers2/OTP-9747/r13' into bmk/snmp/snmp4174_integration/r13 Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/app/snmp.appup.src lib/snmp/vsn.mk | |||
2012-01-27 | [observer] Fixed refresh interval for table viewer | Matthew Evans | |
2012-01-26 | [snmp/agent] Add proper release notes | Micael Karlberg | |
OTP-9884 | |||
2012-01-26 | [snmp/agent] Wrong OID used for error message reply | Micael Karlberg | |
When sending an error message (reply) regarding snmpUnknownPDUHandlers, the agent used the wrong OID. OTP-9747 | |||
2012-01-26 | [snmp/agent] Added backup check for local_db | Micael Karlberg | |
Added a backup check also for local_db (same as for the mib-server). Updated appup and set proper version (vsn.mk). Finally added test case for issue. OTP-9884 | |||
2012-01-26 | Merge branch 'bjorn/compiler/bif-call-bug/OTP-9866' into maint | Björn Gustavsson | |
* bjorn/compiler/bif-call-bug/OTP-9866: erl_lint: Disallow call to is_record/3 if there is a local is_record/3 Ensure that generated record operations don't call local functions | |||
2012-01-26 | erl_lint: Disallow call to is_record/3 if there is a local is_record/3 | Björn Gustavsson | |
Attempting to call is_record/3 (without an erlang: prefix) from a guard if there was a local function named is_record/3 would cause a compiler crash. For consistency with other guard tests, disallow the call. is_record/2 in a guard will still be allowed (and work correctly) even if there is a local is_record/2. It could be argued that is_record/2 should be handled in the same way as is_record/3, but changing that now could break working code. | |||
2012-01-25 | [snmp/agent] Simultaneous snmpa:backup/1,2 calls interfere | Micael Karlberg | |
Simultaneous snmpa#backup">snmpa:backup/1,2 calls interfere. The master agent did not check if a backup was already in progress when a backup request was accepted OTP-9884 | |||
2012-01-25 | compile_SUITE: Eliminate race condition | Björn Gustavsson | |
Compiling the same source code with the same options may not produce the same BEAM file because the compilation time is included in the "CInf" chunk. | |||
2012-01-25 | Merge branch 'maint-r14' into bmk/snmp/snmp4216_integration/r15 | Micael Karlberg | |
Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/doc/src/notes_history.xml | |||
2012-01-25 | Merge branch 'bjorn/compiler/get-in-try/OTP-9867' into maint | Björn Gustavsson | |
* bjorn/compiler/get-in-try/OTP-9867: compiler: Correct live calculation when get/1 is used in try...catch | |||
2012-01-25 | Merge branch 'lukas/os_mon/work_in_source_tree/OTP-9883' into maint | Lukas Larsson | |
* lukas/os_mon/work_in_source_tree/OTP-9883: Look for port in priv/bin/arch/ as well as priv/bin/ | |||
2012-01-25 | Merge branch 'bjorn/kernel/on_load-bug/OTP-9875' into maint | Björn Gustavsson | |
* bjorn/kernel/on_load-bug/OTP-9875: Fix on_load handling in modules loaded by code:load_binary/3 | |||
2012-01-25 | Look for port in priv/bin/arch/ as well as priv/bin/ | Lukas Larsson | |