Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 'bmk/snmp4217_integration/r15' into maint-r15 | Erlang/OTP | |
* bmk/snmp4217_integration/r15: 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 | |||
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-02 | Merge branch 'bmk/snmp/snmp4217_integration/r14' into maint-r14 | Micael Karlberg | |
* bmk/snmp/snmp4217_integration/r14: [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 | |||
2012-02-01 | Merge branch 'maint-r14' into maint | Björn Gustavsson | |
* maint-r14: Prepare release | |||
2012-02-01 | Prepare release | Erlang/OTP | |
2012-02-01 | Merge branch 'hb/erl_docgen/multiple_funcs/OTP-9877' into maint | Hans Bolinder | |
* hb/erl_docgen/multiple_funcs/OTP-9877: Optimize and improve handling of multiple func:s. | |||
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 'rickard/sched-compact-load/OTP-9695' into maint-r14 | Erlang/OTP | |
* rickard/sched-compact-load/OTP-9695: Add switch that can disable scheduler compaction of load | |||
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-31 | erts: Correct incorrect assertion in erl_alloc_util.c | Björn Gustavsson | |
The incorrect assertion would fire when '+Muramv true' has been given, i.e. when a reallocation always forces a move. Change the assertion to not call the lock checker if the mutex is not used (because the allocator will only be accessed from a specific scheduler and thus no lock is needed). | |||
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 'bmk/snmp/snmp4174_integration/r13' into maint-r13 | Erlang/OTP | |
* bmk/snmp/snmp4174_integration/r13: [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 | |||
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 | Merge branch 'bmk/snmp/agent/simultaneous_backup_calls/OTP-9884/r13' into ↵ | Micael Karlberg | |
bmk/snmp/snmp4174_integration/r13 | |||
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/erts/fix-hipe-crash/OTP-9886' into maint | Björn Gustavsson | |
* bjorn/erts/fix-hipe-crash/OTP-9886: Fix crash in trace_info({M,F,A}, Flags) when M:F/A has native code |