Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-04 | orber: Ignore unused variable in orber_tb.erl | Björn-Egil Dahlberg | |
2012-01-04 | xmerl: Ignore unused variable in xmerl_uri.erl | Björn-Egil Dahlberg | |
2012-01-03 | syntax_tool: Add missing type information | Björn-Egil Dahlberg | |
2012-01-03 | hipe: Add type information to cfg_info record | Björn-Egil Dahlberg | |
Type information was missing from cfg_info record. * Add any() to 'params' * Add list() to 'info' The 'params' field should be constrained to a narrower type. | |||
2012-01-03 | tools: Use literal formatting in erl_memory.c | Björn-Egil Dahlberg | |
* Removes -Wformat-security problems | |||
2012-01-03 | asn1: Remove unused variable in asn1_erl_nif.c | Björn-Egil Dahlberg | |
2012-01-03 | ei: Remove unused variable in ei_format.c | Björn-Egil Dahlberg | |
2012-01-03 | runtime_tools: Fix signedness in trace_ip_drv.c | Björn-Egil Dahlberg | |
* Multiple functions had conflicting signedness in their prototypes for some arguments. | |||
2011-12-22 | Merge branch 'raimo/opu-fixes' into maint | Raimo Niskanen | |
* raimo/opu-fixes: inet_res_SUITE: Go back to old way to kill test name server | |||
2011-12-22 | Merge branch 'hb/erl_docgen/fix_links/OTP-9832' into maint | Hans Bolinder | |
* hb/erl_docgen/fix_links/OTP-9832: Generate links in C libraries correctly | |||
2011-12-21 | Merge branch 'siri/sasl/check-config-in-tar/OTP-9539' into maint | Siri Hansen | |
* siri/sasl/check-config-in-tar/OTP-9539: Check that sys.config and relup have valid content when added to tar | |||
2011-12-21 | Merge branch 'siri/sasl/require-kernel-start/OTP-9652' into maint | Siri Hansen | |
* siri/sasl/require-kernel-start/OTP-9652: Reject systools:make_script if kernel and stdlib are not permanent in .rel | |||
2011-12-20 | Check that sys.config and relup have valid content when added to tar | Siri Hansen | |
systools:make_tar now does a minor check of the content of sys.config and relup before adding them to the tar file. If the content is not readable or in expected format, the function fails. | |||
2011-12-20 | Reject systools:make_script if kernel and stdlib are not permanent in .rel | Siri Hansen | |
It should not be possible to create a .boot file unless kernel and stdlib are stated as permanent applications in the .rel file. Note that 'permanent' is the default start type, so not specifying a start type for kernel and stdlib is, as always, ok. | |||
2011-12-20 | Don't save child spec for temporary child if child's start func returns ignore | Siri Hansen | |
Supervisor should never keep child specs for dead temporary children. | |||
2011-12-20 | Merge branch 'anders/diameter/testsuites/OTP-9829' into maint | Anders Svensson | |
* anders/diameter/testsuites/OTP-9829: (21 commits) Install example dictionaries Move example code to examples/code Move example dictionaries to examples/dict Set name/prefix at compilation, not in dictionaries Add RFC 4004 (MIP) dictionary Add RFC 4740 (SIP) dictionary Add RFC 4072 (EAP) dictionary Add RFC 4006 (CC) dictionary Add RFC 4005 (NAS) dictionary Add standards testcase to compiler suite Remove {init,end}_per_group workaround Use new syntax for specifying ct group properties Increase timetrap in compiler suite Minor capx suite tweaks Minor makefile tweak Remove trailing whitespace Update skip condition in gen_sctp suite Reintroduce gen_sctp suite Remove delay from connect in transport suite Add codec testcase for decode of unknown AVPs ... | |||
2011-12-20 | Merge branch 'anders/diameter/compilation_options/OTP-9826' into maint | Anders Svensson | |
* anders/diameter/compilation_options/OTP-9826: Allow module name mapping at dictionary compilation Fix blunder that broke name/prefix compilation options | |||
2011-12-20 | Merge branch 'anders/diameter/missed_events/OTP-9824' into maint | Anders Svensson | |
* anders/diameter/missed_events/OTP-9824: Update watchdog suite Ensure capabilities exchange can't fail too early | |||
2011-12-19 | Generate links in C libraries correctly | Hans Bolinder | |
2011-12-16 | Install example dictionaries | Anders Svensson | |
2011-12-16 | Move example code to examples/code | Anders Svensson | |
2011-12-16 | Move example dictionaries to examples/dict | Anders Svensson | |
2011-12-16 | Set name/prefix at compilation, not in dictionaries | Anders Svensson | |
To avoid inappropriate defaults if the dictionaries are reused. | |||
2011-12-16 | Add RFC 4004 (MIP) dictionary | Anders Svensson | |
2011-12-16 | Add RFC 4740 (SIP) dictionary | Anders Svensson | |
2011-12-16 | Add RFC 4072 (EAP) dictionary | Anders Svensson | |
2011-12-16 | Add RFC 4006 (CC) dictionary | Anders Svensson | |
2011-12-16 | Add RFC 4005 (NAS) dictionary | Anders Svensson | |
2011-12-16 | Add standards testcase to compiler suite | Anders Svensson | |
To test compilation of example dictionaries from various standards. | |||
2011-12-16 | Remove {init,end}_per_group workaround | Anders Svensson | |
This undoes commit 162c0d3ee30790ec5a75e20b0e2e8bc61ed92375. | |||
2011-12-16 | Use new syntax for specifying ct group properties | Anders Svensson | |
No longer have to duplicate groups for sequential and parallel runs. | |||
2011-12-16 | Increase timetrap in compiler suite | Anders Svensson | |
Compilation is slow on Solaris for one. | |||
2011-12-16 | Minor capx suite tweaks | Anders Svensson | |
2011-12-16 | Minor makefile tweak | Anders Svensson | |
2011-12-16 | Remove trailing whitespace | Anders Svensson | |
2011-12-16 | Update skip condition in gen_sctp suite | Anders Svensson | |
To the R15 behaviour, with a return value instead of badarg. | |||
2011-12-16 | Reintroduce gen_sctp suite | Anders Svensson | |
Commit e05868f49b442c10cedbded390c110473cda6f00 was the original, this commit is the result of splitting that one in two. Resurrect this suite to make SCTP faults more visible: the transport suite has sporadic failures because of them, despite having jacked up timeouts to unreasonable values. | |||
2011-12-16 | Remove delay from connect in transport suite | Anders Svensson | |
There should be no need for it, previous introduction was misguided. | |||
2011-12-16 | Add codec testcase for decode of unknown AVPs | Anders Svensson | |
2011-12-16 | Handle only error return as evidence of no SCTP | Anders Svensson | |
That is, remove the catch for the pre-R15 behaviour. | |||
2011-12-16 | Allow module name mapping at dictionary compilation | Anders Svensson | |
This is to make the 'inherits' option usable with dictionaries that inherit specific AVPs. Something like "diameterc -inherts from/to" effectively replaces "@inherits from" in the source dictionary with "@inherits to". | |||
2011-12-16 | Fix blunder that broke name/prefix compilation options | Anders Svensson | |
2011-12-16 | Update watchdog suite | Anders Svensson | |
2011-12-16 | inet_res_SUITE: Go back to old way to kill test name server | Raimo Niskanen | |
2011-12-16 | Ensure capabilities exchange can't fail too early | Anders Svensson | |
In particular, not before the service process has a monitor on the watchdog since the watchdog's exit reason is meaningful. | |||
2011-12-15 | Update version numbers | Björn-Egil Dahlberg | |
2011-12-14 | Update snmp to correct versionOTP_R15B | Björn-Egil Dahlberg | |
2011-12-13 | [xmerl] Remove trailing blanks | Lars Thorsen | |
OTP-9821 | |||
2011-12-13 | [xmerl] Fix bug in namespace handling for attributes | Lars Thorsen | |
The uniqueness check of attributes failed when the namespace_conformant flag was set to true. | |||
2011-12-12 | Prepare release | Erlang/OTP | |