Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-13 | Merge branch 'fredrik/inets/header-error' into maint | Fredrik Gustafsson | |
* fredrik/inets/header-error: Added guard for invalid field and values in headers | |||
2013-03-13 | Merge branch 'ia/ssl/test-maint' into maint | Ingela Anderton Andin | |
* ia/ssl/test-maint: ssl: Add missing configuration in test case | |||
2013-03-13 | ssl: Add missing configuration in test case | Ingela Anderton Andin | |
2013-03-13 | Returning '/' when given as parameter to get_testdir | Fredrik Gustafsson | |
2013-03-12 | Tweak okay -> suspect config | Anders Svensson | |
Make it just a number of timeouts, without a new DWR being sent. | |||
2013-03-12 | Add testcases for watchdog_config | Anders Svensson | |
2013-03-12 | Simplify doc of error return | Anders Svensson | |
As {error, Reason, NodeName} together with a Reason production. | |||
2013-03-12 | Minor edoc fix | Anders Svensson | |
edoc inserted a type spec into the signature ("Options :: Opts") when @spec and code used different variable names. | |||
2013-03-12 | Add ct_slave:start(Node, Opts) to start a node on the local host | Anders Svensson | |
This is convenient when starting nodes locally since there's otherwise no trivial way to specify the local hostname. | |||
2013-03-12 | Merge branch 'egil/kernel/application-ensure_started/OTP-10910' into maint | Björn-Egil Dahlberg | |
* egil/kernel/application-ensure_started/OTP-10910: kernel: Document application:ensure_started/1,2 tests: Refactor away ?line macro in test suite kernel: Tests for application:ensure_started/1,2 kernel: Add application:ensure_started/1,2 | |||
2013-03-12 | Added guard for invalid field and values in headers | Fredrik Gustafsson | |
2013-03-12 | Merge branch 'hb/debugger/strings/OTP-10899' into maint | Hans Bolinder | |
* hb/debugger/strings/OTP-10899: [debugger] Add an option 'Strings' | |||
2013-03-12 | Merge branch 'sverk/test-cuddling' into maint | Sverker Eriksson | |
* sverk/test-cuddling: stdlib: Remove race in ets_SUITE:delete_large_tab stdlib: Remove race in ets_SUITE:delete_large_named_table | |||
2013-03-12 | Merge branch 'fredrik/ic_make_ji/OTP-10876' into maint | Fredrik Gustafsson | |
* fredrik/ic_make_ji/OTP-10876: String instead of atom, not_found handled by ts:make Checking if jinterface is present | |||
2013-03-12 | Merge branch 'ats/observer_tv_improper_lists/OTP-10931' into maint | Fredrik Gustafsson | |
* ats/observer_tv_improper_lists/OTP-10931: Fix observer table viewer crash on formatting improper lists | |||
2013-03-12 | Merge branch 'mh/fix-emacs-pkg-flymake-dep/OTP-10930' into maint | Fredrik Gustafsson | |
* mh/fix-emacs-pkg-flymake-dep/OTP-10930: Remove Flymake dependency in erlang-pkg.el | |||
2013-03-12 | Merge branch 'mh/cdv-osx-default-browser/OTP-10929' into maint | Fredrik Gustafsson | |
* mh/cdv-osx-default-browser/OTP-10929: Added open on mac os to doc Use "open" as default browser for crashdump viewer on Mac OS X | |||
2013-03-12 | PER: Ensure that the complete encoding is at least one byte | Björn Gustavsson | |
If the encoding is empty (i.e. if a top-level type is single-valued and therefore not encoding), the result should be a single zero byte. | |||
2013-03-11 | Added open on mac os to doc | Fredrik Gustafsson | |
2013-03-11 | String instead of atom, not_found handled by ts:make | Fredrik Gustafsson | |
2013-03-11 | Fix timers | Dan Gudmundsson | |
2013-03-11 | Merge branch 'maint-r16' into maint | Fredrik Gustafsson | |
Conflicts: lib/ssh/src/ssh.appup.src lib/ssh/test/ssh_sftp_SUITE.erl | |||
2013-03-11 | Update copyright notice | Lukas Larsson | |
2013-03-11 | Merge branch 'siri/test_server/remove-unused-code/OTP-10607' into maint | Siri Hansen | |
* siri/test_server/remove-unused-code/OTP-10607: [test_server] Remove unused code related to remote targets | |||
2013-03-10 | Fix handling of bs_match_string translation | Kostis Sagonas | |
Prior to R16B, the bs_match_string instruction worked only for cases that had a destination variable. As shown by the example below, this is not always the case and the Dst list can be empty. test(<<42, _/bits>> = B) -> B. This fixes a bug reported by Loïc Hoguin (02/12/2013); the original post used a different code example to illustrate the problem. While revising the code, a significant clean up was also performed. | |||
2013-03-10 | Take out 'constant' type test and unnecessary type declaration | Kostis Sagonas | |
2013-03-10 | Take out 'constant' type test from left over comments | Kostis Sagonas | |
2013-03-10 | Enable more warnings | Kostis Sagonas | |
2013-03-10 | Use remote type instead of relying on hipe_icode.hrl | Kostis Sagonas | |
2013-03-10 | Add type info for hipe_bifs:nstack_used_size/0 | Kostis Sagonas | |
2013-03-10 | Use correct type name | Kostis Sagonas | |
2013-03-10 | Update a comment | Kostis Sagonas | |
2013-03-08 | Delete obsolete note about simple-one-for-one supervisor | Magnus Henoch | |
Since commit 47759479146ca11ad81eca0bb3236b265e20601d, simple-one-for-one supervisors _do_ kill their children explicitly on shutdown. That commit also removed this note, but it seems like the merge commit 45b4d5309e0686cc5fa28506de76f75b598bbd95 incorrectly reinstated it. | |||
2013-03-08 | Checking if jinterface is present | Fredrik Gustafsson | |
2013-03-08 | kernel: Document application:ensure_started/1,2 | Björn-Egil Dahlberg | |
2013-03-08 | Merge branch 'fredrik/ssh/fix-rekeying/OTP-10911' into maint-r16 | Erlang/OTP | |
* fredrik/ssh/fix-rekeying/OTP-10911: Fixed appup for 2.1.5 Conflicts: lib/ssh/src/ssh.appup.src | |||
2013-03-08 | Merge branch 'ia/ssh/errorhandling-nonexisting-subsystem/OTP-10714' into ↵ | Erlang/OTP | |
maint-r16 * ia/ssh/errorhandling-nonexisting-subsystem/OTP-10714: ssh: Prepare for upcoming release ssh: Test and enhance handling of nonexistent subsystem Prepare release Fixed rekeying initiation and secured testcase | |||
2013-03-08 | Merge branch 'sverk/erl_interface-trailing-enum-comma' into maint-r16 | Erlang/OTP | |
* sverk/erl_interface-trailing-enum-comma: erl_interface: Remove superfluous comma in enum erlang_char_encoding | |||
2013-03-08 | ssh: Prepare for upcoming release | Ingela Anderton Andin | |
Note: If more things are added before the next releas the appup will need more updates. | |||
2013-03-08 | ssh: Test and enhance handling of nonexistent subsystem | Ingela Anderton Andin | |
2013-03-08 | Fixed appup for 2.1.5 | Fredrik Gustafsson | |
2013-03-08 | PER/UPER: Correct decoding of ENUMERATEDs with a single value | Björn Gustavsson | |
An ENUMERATED with as single value is not encoded. The decoder incorrectly assumed that it was encoded in one bit. | |||
2013-03-08 | Merge branch 'fredrik/inets/httpc_length_zero' into maint | Fredrik Gustafsson | |
* fredrik/inets/httpc_length_zero: Removed case clause for length = 0 for both HTTP1.0 and HTTP1.1 | |||
2013-03-08 | Merge branch 'ta/docs-16b' into maint | Fredrik Gustafsson | |
* ta/docs-16b: Fix gen_fsm example code Fix doc typos for R16B01 | |||
2013-03-08 | Merge branch 'mh/dialyzer-overlapping-warning/OTP-10918' into maint | Fredrik Gustafsson | |
* mh/dialyzer-overlapping-warning/OTP-10918: Include module, function and arity in Dialyzer's "overlapping domain" warnings | |||
2013-03-08 | Prepare release | Erlang/OTP | |
2013-03-08 | Merge branch 'fredrik/ssh/fix-rekeying/OTP-10911' into maint-r16 | Erlang/OTP | |
* fredrik/ssh/fix-rekeying/OTP-10911: Fixed rekeying initiation and secured testcase | |||
2013-03-08 | Merge branch 'sverk/erl_interface-trailing-enum-comma' into maint-r16 | Erlang/OTP | |
* sverk/erl_interface-trailing-enum-comma: erl_interface: Remove superfluous comma in enum erlang_char_encoding | |||
2013-03-08 | Fixed rekeying initiation and secured testcase | Fredrik Gustafsson | |
2013-03-08 | reduce bashism | YAMAMOTO Takashi | |
taken from from a pkgsrc patch: patch-lib_wx_configure.in |