[PATCH] Add optional "&exact=1" CGI arg to show video between keyframes

2021-06-02 Thread Tracey Jaquith
# HG changeset patch # User Tracey Jaquith # Date 1622678642 0 # Thu Jun 03 00:04:02 2021 + # Node ID 5da9c62fa61016600f2c59982ae184e2811be427 # Parent 5f765427c17ac8cf753967387562201cf4f78dc4 Add optional "&exact=1" CGI arg to show video between keyframes. archive.org has been using mo

Re: [PATCH] SSL: export channel binding values as variables

2021-06-02 Thread Maxim Dounin
Hello! On Tue, Jun 01, 2021 at 06:39:42PM +0200, Steffen Kieß wrote: > On 01.06.21 01:08, Maxim Dounin wrote: > > Hello! > > > > On Mon, May 31, 2021 at 09:41:42PM +0200, Steffen Kieß wrote: > > > >> On 31.05.21 18:36, Maxim Dounin wrote: > >>> > >>> Thanks for the patch. You may want to elabo

[njs] Improved arguments parsing in Date constructor.

2021-06-02 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/687d9eacbe33 branches: changeset: 1649:687d9eacbe33 user: Dmitry Volyntsev date: Wed Jun 02 14:10:03 2021 + description: Improved arguments parsing in Date constructor. diffstat: src/njs_date.c | 123 +++-

[njs] Fixed integer-overflow in MakeDay().

2021-06-02 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/befc2827d2d2 branches: changeset: 1648:befc2827d2d2 user: Dmitry Volyntsev date: Wed Jun 02 13:25:32 2021 + description: Fixed integer-overflow in MakeDay(). Found by OSS-Fuzz. diffstat: src/njs_date.c | 7 ++- src/test/njs