Age | Commit message (Expand) | Author |
2016-09-05 | hipe: Add ra_partitioned to o1 and up | Magnus Lång |
2016-09-05 | hipe_regalloc_prepass: Change splitting heuristic | Magnus Lång |
2016-09-05 | dtls: fix encoding of client hello cookie | Andreas Schultz |
2016-09-05 | dtls: Prepare start of DTLS connection manager with SSL app | Andreas Schultz |
2016-09-05 | ssl: Refactor to use maps for the connection states | Ingela Anderton Andin |
2016-09-05 | ssl, dtls: Refactor sni handling | Ingela Anderton Andin |
2016-09-05 | dtls: Add close/5 | Ingela Anderton Andin |
2016-09-05 | dtls: Add renegotiate/2 | Ingela Anderton Andin |
2016-09-05 | dtls: Add protocol event handling | Ingela Anderton Andin |
2016-09-05 | ssl: Refactor code so that tls and dtls can share more code | Ingela Anderton Andin |
2016-09-05 | ssl, dtls: Disable V2 compatibility clause from ssl_handshake:update_handshak... | Ingela Anderton Andin |
2016-09-05 | ssl: Make sure common code for TLS and DTLS uses the TLS Version | Ingela Anderton Andin |
2016-09-05 | ssl: remove unused RecordCB argument from master_secret | Andreas Schultz |
2016-09-05 | dtls: Add reinit_handshake_data/1 to dtls | Ingela Anderton Andin |
2016-09-05 | dtls: replace tls_record with RecordCB in connection_info | Andreas Schultz |
2016-09-05 | Fix version numbers and dependencies | Raimo Niskanen |
2016-09-05 | Handle directory traversal attack | Peter Andersson |
2016-09-05 | ssl: Make sure to have correct default | Ingela Anderton Andin |
2016-09-05 | sys_core_fold: Don't move a fun into a guard | Björn Gustavsson |
2016-09-05 | Merge branch 'bjorn/floor-ceiling/OTP-13692' | Björn Gustavsson |
2016-09-05 | Add math:floor/1 and math:ceil/1 | Björn Gustavsson |
2016-09-05 | Implement the new ceil/1 and floor/1 guard BIFs | Björn Gustavsson |
2016-09-05 | Merge branch 'bjorn/lc-overridden-bif/OTP-13690' | Björn Gustavsson |
2016-09-05 | Merge branch 'maint' | Ingela Anderton Andin |
2016-09-05 | Merge branch 'ingela/ssl/test-framework-checks' into maint | Ingela Anderton Andin |
2016-09-05 | ssl: Add nodelay to packet=0|raw tests | Ingela Anderton Andin |
2016-09-05 | ssh: add tstflg value one_empty to force daemon send empty ssh_msg_userauth_i... | Hans Nilsson |
2016-09-02 | kernel: Close stdin of commands run in os:cmd | Lukas Larsson |
2016-09-02 | ssl: Test ssl v2 clients rejection depending on configuration | Ingela Anderton Andin |
2016-09-02 | ssl: Add new benchmarks to skip file for normal testing | Ingela Anderton Andin |
2016-09-02 | Add '_cfb' alias for misspelled '_cbf' cipher | Raimo Niskanen |
2016-09-02 | Fix badarg -> notsup and test cases | Raimo Niskanen |
2016-09-02 | hipe: Make sure prepass temps are below SpillLimit | Magnus Lång |
2016-09-02 | hipe_regalloc_prepass: Rename coloring collisions | Magnus Lång |
2016-09-02 | hipe_ppc: Add code rewrite RA callbacks | Magnus Lång |
2016-09-02 | hipe_sparc: Add code rewrite RA callbacks | Magnus Lång |
2016-09-02 | hipe_arm: Add code rewrite RA callbacks | Magnus Lång |
2016-09-02 | hipe_x86: Add code rewrite RA callbacks | Magnus Lång |
2016-09-02 | hipe: Remove defun_to_cfg/1 RA callback | Magnus Lång |
2016-09-02 | Add new sanity assertion to hipe_regalloc_prepass | Magnus Lång |
2016-09-02 | Simplify hipe_x86_ra_finalise:conv_ra_maplet/3 | Magnus Lång |
2016-09-02 | hipe_x86: Simplify ra_postconditions is_mem_opnd | Magnus Lång |
2016-09-02 | hipe_x86: Fix pseudo_tailcall prettyprinting | Magnus Lång |
2016-09-02 | hipe_x86: Extra sanity assertions | Magnus Lång |
2016-09-02 | hipe: clean up unnecessary catches | Magnus Lång |
2016-09-02 | hipe: Remove temp reuse from call_fun | Magnus Lång |
2016-09-02 | hipe: Add IG partitioning to hipe_regalloc_prepass | Magnus Lång |
2016-09-02 | hipe: Add hipe_regalloc_prepass | Magnus Lång |
2016-09-02 | ssh: pre-verify key | Hans Nilsson |
2016-09-02 | Merge branch 'sverker/hipe-performance-o1/PR-1154/OTP-13862' | Sverker Eriksson |