★ wanayoo — archive 1999 https://github.com/nodejs/node/pull/21984Nouvelle recherche | Portail wanayoo
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src: refactor some code around crypto::NodeBIO #21984

Closed
wants to merge 4 commits into from

Conversation

Projects
None yet
4 participants
@addaleax
Copy link
Member

addaleax commented Jul 26, 2018

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
@apapirovski

This comment has been minimized.

@addaleax

This comment has been minimized.

Copy link
Member Author

addaleax commented Aug 1, 2018

New CI: https://ci.nodejs.org/job/node-test-pull-request/16125/

(Edit: Windows is, once again, the final boss here.)

addaleax added some commits Jul 26, 2018

@addaleax addaleax removed the author ready label Aug 1, 2018

@addaleax addaleax force-pushed the addaleax:node-bio-refactor branch from 4c70d68 to c134e75 Aug 1, 2018

@addaleax

This comment has been minimized.

Copy link
Member Author

addaleax commented Aug 9, 2018

jasnell added a commit that referenced this pull request Aug 12, 2018

src: use smart pointers for NodeBIO
PR-URL: #21984
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Reviewed-By: James M Snell <jasnell@gmail.com>

jasnell added a commit that referenced this pull request Aug 12, 2018

src: avoid possible race during NodeBIO initialization
PR-URL: #21984
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Reviewed-By: James M Snell <jasnell@gmail.com>

jasnell added a commit that referenced this pull request Aug 12, 2018

src: remove unnecessary writes in tls_wrap.cc
PR-URL: #21984
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@jasnell

This comment has been minimized.

Copy link
Member

jasnell commented Aug 12, 2018

Landed in 987dc07, 40ae307, and e4c4745

@jasnell jasnell closed this Aug 12, 2018

rvagg added a commit that referenced this pull request Aug 13, 2018

src: use smart pointers for NodeBIO
PR-URL: #21984
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Reviewed-By: James M Snell <jasnell@gmail.com>

rvagg added a commit that referenced this pull request Aug 13, 2018

src: avoid possible race during NodeBIO initialization
PR-URL: #21984
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Reviewed-By: James M Snell <jasnell@gmail.com>

rvagg added a commit that referenced this pull request Aug 13, 2018

src: remove unnecessary writes in tls_wrap.cc
PR-URL: #21984
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Reviewed-By: James M Snell <jasnell@gmail.com>

@rvagg rvagg referenced this pull request Aug 13, 2018

Merged

Release proposal: v10.9.0 #22295

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.