[openssl/openssl] c8003a: add priority queue implementation
pauli
noreply at reply.github.openssl.org
Wed Jun 22 03:06:10 UTC 2022
Branch: refs/heads/master
Home: https://github.openssl.org/openssl/openssl
Commit: c8003ad5e939a6c5fc0049c9b7ed1e99fbe9511b
https://github.openssl.org/openssl/openssl/commit/c8003ad5e939a6c5fc0049c9b7ed1e99fbe9511b
Author: Pauli <pauli at openssl.org>
Date: 2022-06-22 (Wed, 22 Jun 2022)
Changed paths:
A include/internal/priority_queue.h
A ssl/priority_queue.c
Log Message:
-----------
add priority queue implementation
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18274)
Commit: 4bb1fdf78c174e94c6e29fad7710c0c3619dee1e
https://github.openssl.org/openssl/openssl/commit/4bb1fdf78c174e94c6e29fad7710c0c3619dee1e
Author: Pauli <pauli at openssl.org>
Date: 2022-06-22 (Wed, 22 Jun 2022)
Changed paths:
M ssl/build.info
Log Message:
-----------
build.info changes for priority queue
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18274)
Commit: 68a6152d9a437494aa7a93591c009189c3daa4cf
https://github.openssl.org/openssl/openssl/commit/68a6152d9a437494aa7a93591c009189c3daa4cf
Author: Pauli <pauli at openssl.org>
Date: 2022-06-22 (Wed, 22 Jun 2022)
Changed paths:
A doc/internal/man3/DEFINE_PRIORITY_QUEUE_OF.pod
Log Message:
-----------
doc: priority queue documentation
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18274)
Commit: f0a4935827db5527d23da61805a1e73f0c660d39
https://github.openssl.org/openssl/openssl/commit/f0a4935827db5527d23da61805a1e73f0c660d39
Author: Pauli <pauli at openssl.org>
Date: 2022-06-22 (Wed, 22 Jun 2022)
Changed paths:
M test/build.info
A test/priority_queue_test.c
A test/recipes/02-test_priority_queue.t
Log Message:
-----------
test: add priority queue unit test
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18274)
Commit: d6bfdf6789f65b1b503f0cdd56010705f7c632d0
https://github.openssl.org/openssl/openssl/commit/d6bfdf6789f65b1b503f0cdd56010705f7c632d0
Author: Pauli <pauli at openssl.org>
Date: 2022-06-22 (Wed, 22 Jun 2022)
Changed paths:
A include/internal/time.h
M ssl/build.info
M ssl/d1_lib.c
A ssl/time.c
Log Message:
-----------
ssl: expose the get time function internally
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18274)
Commit: 9f40251da8a6bd66c36a33fe41e52c87ec14ca64
https://github.openssl.org/openssl/openssl/commit/9f40251da8a6bd66c36a33fe41e52c87ec14ca64
Author: Pauli <pauli at openssl.org>
Date: 2022-06-22 (Wed, 22 Jun 2022)
Changed paths:
A doc/internal/man3/OSSL_TIME.pod
Log Message:
-----------
doc: document the new internal time API
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18274)
Compare: https://github.openssl.org/openssl/openssl/compare/b80395efc91e...9f40251da8a6
More information about the openssl-commits
mailing list