Age | Commit message (Collapse) | Author |
|
Some certificates may use these OIDs instead of the ones defined by
PKIX/PKCS standard.
Refactor code so that all handling of the "duplicate" oids is done by
public_key.
Update algorithm information in documentation.
|
|
* ia/ssl/test-maint:
ssl: Add missing configuration in test case
|
|
|
|
* 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
|
|
* hb/debugger/strings/OTP-10899:
[debugger] Add an option 'Strings'
|
|
* sverk/test-cuddling:
stdlib: Remove race in ets_SUITE:delete_large_tab
stdlib: Remove race in ets_SUITE:delete_large_named_table
|
|
* fredrik/ic_make_ji/OTP-10876:
String instead of atom, not_found handled by ts:make
Checking if jinterface is present
|
|
* ats/observer_tv_improper_lists/OTP-10931:
Fix observer table viewer crash on formatting improper lists
|
|
* mh/fix-emacs-pkg-flymake-dep/OTP-10930:
Remove Flymake dependency in erlang-pkg.el
|
|
* 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
|
|
|
|
|
|
Conflicts:
lib/ssh/src/ssh.appup.src
lib/ssh/test/ssh_sftp_SUITE.erl
|
|
* siri/test_server/remove-unused-code/OTP-10607:
[test_server] Remove unused code related to remote targets
|
|
|
|
|
|
* fredrik/ssh/fix-rekeying/OTP-10911:
Fixed appup for 2.1.5
Conflicts:
lib/ssh/src/ssh.appup.src
|
|
Note: If more things are added before the next releas the
appup will need more updates.
|
|
|
|
|
|
* fredrik/inets/httpc_length_zero:
Removed case clause for length = 0 for both HTTP1.0 and HTTP1.1
|
|
* mh/dialyzer-overlapping-warning/OTP-10918:
Include module, function and arity in Dialyzer's "overlapping domain" warnings
|
|
|
|
* fredrik/ssh/fix-rekeying/OTP-10911:
Fixed rekeying initiation and secured testcase
|
|
|
|
* anders/cover_source_search/OTP-10902:
Remove obsolete common_test note regarding source paths
Extend cover.erl source search
Document change to cover.erl source search
Fix cover.xml formatting error
|
|
A new checkbox has been added. When it is checked, the range set by
the 'erl' flag '+pc' is used for determining when to print lists of
integers as strings. When it is unchecked, integer lists are never
printed as strings.
A minor incompatibility: settings saved by Erlang R16B01
or later cannot be read by Erlang R16B or earlier.
|
|
|
|
* ia/ssl/versions-option:
ssl: Clean code thanks to dialyzer
ssl: Check that negotiated version is a supported version.
|
|
* lh/fix-hipe-doc-title/OTP-10904:
Fix the title of hipe_app documentation page
|
|
|
|
Commit 29231033 made cover fall back to compile info if source was not
found in pwd or ../src. This isn't sufficient for source that lies in
subdirectories of ../src when beams and source have been moved since
compilation (eg. install of some OTP applications), so first try finding
source relative to the beam directory.
For example, given a beam path
/installed/path/to/app-1.0/ebin/root.beam
and a source path
/compiled/path/to/app/src/subdir/root.erl
then look for
/installed/path/to/app-1.0/ebin/../src/subdir/root.erl
before the source path.
|
|
The change was introduced in commit 29231033.
|
|
|
|
The function name can give information that the line number doesn't,
for example when using a parse transform that creates new functions.
|
|
Refactor away ?line macro in application_SUITE
|
|
|
|
Similar to application:start/1,2 except it returns 'ok' on already
started applications instead of {'error', {'already_started', ...}}.
|
|
|
|
|
|
The dependency was incorrect, as the package is called flymake, not
flymake-mode. It also used to suggest a newer version of flymake than
the one that comes with Emacs, even though the Erlang mode works well
with the older version.
Removing the dependency instead of depending on version 0.3 (the one
shipped with Emacs), since the downloadable version of package.el for
Emacs 23 and earlier doesn't recognise Emacs built-in libraries as
packages. (Thanks to Steve Purcell for pointing this out.)
|
|
After removing the functionality for remote target nodes in R16A,
there was still some unused code left and some documentation that was
not updated. This is now completed.
|
|
|
|
|
|
Note: If more things are added before the next releas the
appup will need more updates.
|
|
|
|
|
|
|
|
|
|
|