Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |
2011-12-12 | Make vxwork build | Björn-Egil Dahlberg | |
2011-12-12 | Update preloaded modules | Björn-Egil Dahlberg | |
OTP-9810 OTP-9812 OTP-9813 OTP-9814 OTP-9818 | |||
2011-12-12 | Merge remote branch 'origin/peppe/common_test/r15b_docs' | Peter Andersson | |
* origin/peppe/common_test/r15b_docs: Update basics chapter and introduce getting started chapter Document the tc_logfile data Document new CSS look and the basic_html flag Document info functions for init/end_per_suite/group Document the group info function Document changes in test specifications (groups) and style sheets Document group specifications in all/0 and the group info function OTP-9156 | |||
2011-12-12 | Update basics chapter and introduce getting started chapter | Peter Andersson | |
2011-12-12 | Document the tc_logfile data | Peter Andersson | |
2011-12-12 | Document new CSS look and the basic_html flag | Peter Andersson | |
2011-12-12 | Document info functions for init/end_per_suite/group | Peter Andersson | |
2011-12-12 | Document the group info function | Peter Andersson | |
2011-12-12 | Document changes in test specifications (groups) and style sheets | Peter Andersson | |
2011-12-12 | Document group specifications in all/0 and the group info function | Peter Andersson | |
2011-12-10 | Merge branch 'rickard/alloc-opt/OTP-7775' | Rickard Green | |
* rickard/alloc-opt/OTP-7775: Fix thread progress debug code for has_reached_wakeup() | |||
2011-12-10 | Fix thread progress debug code for has_reached_wakeup() | Rickard Green | |
2011-12-10 | Merge branch 'dgud/wx/behaviour-spec' | Dan Gudmundsson | |
* dgud/wx/behaviour-spec: [wx] Add handle_cast to avoid behaviour warning [wx] Avoid missing wx_object behaviour warning [wx] Remove warnings Add an additional cast when casting buffer offsets, to remove warnings "cast to pointer from integer of different size" [wx] Add callback specs to wx_object | |||
2011-12-09 | Merge branch 'pan/win64-fixes' | Patrik Nyblom | |
* pan/win64-fixes: Update INSTALL-WIN32.md to reflect changes in R15B Make erl_alloc.c use correct strtol variant on windows Set absolute limit on number of threads in ethread_SUITE OTP-9130 | |||
2011-12-09 | Update INSTALL-WIN32.md to reflect changes in R15B | Patrik Nyblom | |
2011-12-09 | Merge branch 'raimo/driver-API-doc' | Raimo Niskanen | |
* raimo/driver-API-doc: Driver API: Update documentation for 64-bit sizes | |||
2011-12-09 | Update preloaded modules | Björn-Egil Dahlberg | |
2011-12-09 | Driver API: Update documentation for 64-bit sizes | Raimo Niskanen | |
2011-12-09 | Update primary bootstrap | Björn-Egil Dahlberg | |
2011-12-09 | Update copyright years | Björn-Egil Dahlberg | |
2011-12-09 | Merge branch 'egil/update-readme' | Björn-Egil Dahlberg | |
* egil/update-readme: Update INSTALL.md with new test platforms Update system readme to reflect R15B | |||
2011-12-09 | Update INSTALL.md with new test platforms | Björn-Egil Dahlberg | |
* New test platforms * Note OpenSSL 0.9.7 -> 0.9.8 | |||
2011-12-09 | [wx] Add handle_cast to avoid behaviour warning | Dan Gudmundsson | |