Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt-project/ndt] fbd69b: Make sure every fork()ed subprocess has a watchdog...

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt-project/ndt] fbd69b: Make sure every fork()ed subprocess has a watchdog...


Chronological Thread 
  • From: GitHub <>
  • To:
  • Subject: [ndt-dev] [ndt-project/ndt] fbd69b: Make sure every fork()ed subprocess has a watchdog...
  • Date: Thu, 03 Dec 2015 18:06:49 -0800
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=github.com; s=mailo; q=dns; h=Sender: Date: From: Reply-To: To: Message-ID: Subject: Mime-Version: Content-Type: Content-Transfer-Encoding; b=bHrIUlEgtkWS1BFGYQc/C8c7Tc6CxTyadQ0t2d3GKnf3B87iznsRwsnS/T19omenM/PWYO Ca1uWZfySGb2t2Mn57xeH/Dl+R2Mz2BYxK2qK7IZp8hXjNR221WsUTzsVQS9U/37MhIGu2iU IPsh75jgmE/42lS6UQx5iJ9Hlh7cc=

Branch: refs/heads/master
Home: https://github.com/ndt-project/ndt
Commit: fbd69bc6dc6c99f2161361dcf794a9b6a1d42cb8

https://github.com/ndt-project/ndt/commit/fbd69bc6dc6c99f2161361dcf794a9b6a1d42cb8
Author: Peter Boothe
<>
Date: 2015-12-01 (Tue, 01 Dec 2015)

Changed paths:
M src/test_c2s_srv.c
M src/test_s2c_srv.c

Log Message:
-----------
Make sure every fork()ed subprocess has a watchdog timer.


Commit: 5f65e3b55e6f77dd770f6eb73a6da44fa7dd9a20

https://github.com/ndt-project/ndt/commit/5f65e3b55e6f77dd770f6eb73a6da44fa7dd9a20
Author: Michael Lynch
<>
Date: 2015-12-02 (Wed, 02 Dec 2015)

Changed paths:
M src/test_meta_srv.c

Log Message:
-----------
Add TLS and WebSockets information to metalog

Adds two new variables to the metalog: "websockets" and "tls". The possible
values for both variables are "true" or "false" depending on whether the test
ran over websockets and/or TLS, respectively.


Commit: 7e89903bca3de3cd926ba093f16d86cf6a5b5ba5

https://github.com/ndt-project/ndt/commit/7e89903bca3de3cd926ba093f16d86cf6a5b5ba5
Author: Peter Boothe
<>
Date: 2015-12-02 (Wed, 02 Dec 2015)

Changed paths:
M src/usage.c
M src/web100srv.c
M src/web100srv_unit_tests.c

Log Message:
-----------
Combine TLS support and raw socket support into a single process. This
means that queueing will actually work.


Commit: ed88b4d831edf0a751d103e18a0e93e20287d64b

https://github.com/ndt-project/ndt/commit/ed88b4d831edf0a751d103e18a0e93e20287d64b
Author: Peter Boothe
<>
Date: 2015-12-02 (Wed, 02 Dec 2015)

Changed paths:
M src/test_c2s_srv.c
M src/test_s2c_srv.c

Log Message:
-----------
Clarifies the purpose of the constants.


Commit: f3e90cf1bf21b7e1b67f6aaf66eac6a8e01c506c

https://github.com/ndt-project/ndt/commit/f3e90cf1bf21b7e1b67f6aaf66eac6a8e01c506c
Author: Peter Boothe
<>
Date: 2015-12-02 (Wed, 02 Dec 2015)

Changed paths:
M src/test_c2s_srv.c

Log Message:
-----------
Renames the sleep time variable and makes it a named constant instead of a
pound-define.


Commit: eb08b689352e3de1a7a28a1c964c5fc70de631b6

https://github.com/ndt-project/ndt/commit/eb08b689352e3de1a7a28a1c964c5fc70de631b6
Author: Peter Boothe
<>
Date: 2015-12-02 (Wed, 02 Dec 2015)

Changed paths:
M src/test_c2s_srv.c
M src/test_s2c_srv.c

Log Message:
-----------
Merge pull request #16 from pboothe/pcap_fix

Make sure every fork()ed subprocess has a watchdog timer.


Commit: 1887d5ba370b6f12cea8d2a6621d2a8f1361a6b4

https://github.com/ndt-project/ndt/commit/1887d5ba370b6f12cea8d2a6621d2a8f1361a6b4
Author: Michael Lynch
<>
Date: 2015-12-02 (Wed, 02 Dec 2015)

Changed paths:
M src/test_meta_srv.c

Log Message:
-----------
Merge pull request #17 from mtlynch/add-ws-tls-meta-variables

Add TLS and WebSockets information to metalog


Commit: d8bf5bc0eea63f5c8093ba6fb776670804b54064

https://github.com/ndt-project/ndt/commit/d8bf5bc0eea63f5c8093ba6fb776670804b54064
Author: Peter Boothe
<>
Date: 2015-12-02 (Wed, 02 Dec 2015)

Changed paths:
M src/usage.c

Log Message:
-----------
Typo fix in help text.


Commit: 83f53437138f020c0965102837c7262fe4a37bb1

https://github.com/ndt-project/ndt/commit/83f53437138f020c0965102837c7262fe4a37bb1
Author: Nathan Kinkade
<>
Date: 2015-12-03 (Thu, 03 Dec 2015)

Changed paths:
M src/web100srv.c

Log Message:
-----------
Load a chain file instead of just loading the first cert in the specified
file.


Commit: 970e3de61c68453f205e9883fc1e00f081419da2

https://github.com/ndt-project/ndt/commit/970e3de61c68453f205e9883fc1e00f081419da2
Author: Nathan Kinkade
<>
Date: 2015-12-03 (Thu, 03 Dec 2015)

Changed paths:
M src/web100srv.c

Log Message:
-----------
use_certificate_chain_file doesn't require a file type arg.


Commit: 958fb6ebb44ac1823d1be5e723dd456b88d9fe05

https://github.com/ndt-project/ndt/commit/958fb6ebb44ac1823d1be5e723dd456b88d9fe05
Author: Peter Boothe
<>
Date: 2015-12-03 (Thu, 03 Dec 2015)

Changed paths:
M src/node_tests/ndt_client.js

Log Message:
-----------
Merge pull request #19 from ndt-project/master

Adds the hotfix for Javascript tests across high-latency paths


Commit: b4356bae12149b88604f359b71c7d324776bde00

https://github.com/ndt-project/ndt/commit/b4356bae12149b88604f359b71c7d324776bde00
Author: Nathan Kinkade
<>
Date: 2015-12-03 (Thu, 03 Dec 2015)

Changed paths:
M src/web100srv.c

Log Message:
-----------
Cosmetic change: no need to wrap since the last char of line is only on
column 79.


Commit: a5b673937ecffa24c69b7fb293b211f460cc0839

https://github.com/ndt-project/ndt/commit/a5b673937ecffa24c69b7fb293b211f460cc0839
Author: Peter Boothe
<>
Date: 2015-12-03 (Thu, 03 Dec 2015)

Changed paths:
M src/web100srv.c

Log Message:
-----------
Merge pull request #20 from nkinkade/use-ssl-chain-file

Use ssl chain file


Commit: 03fe6e01779bb635070b2142a9b1460d47c33d17

https://github.com/ndt-project/ndt/commit/03fe6e01779bb635070b2142a9b1460d47c33d17
Author: Peter Boothe
<>
Date: 2015-12-03 (Thu, 03 Dec 2015)

Changed paths:
M src/usage.c
M src/web100srv.c
M src/web100srv_unit_tests.c

Log Message:
-----------
Updated in response to comments. Cleanup and some refactoring.


Commit: 06d8b2c7401825aba376f23dc61b0d3cbdb6bcd8

https://github.com/ndt-project/ndt/commit/06d8b2c7401825aba376f23dc61b0d3cbdb6bcd8
Author: Peter Boothe
<>
Date: 2015-12-03 (Thu, 03 Dec 2015)

Changed paths:
M src/usage.c
M src/web100srv.c
M src/web100srv_unit_tests.c

Log Message:
-----------
Merge pull request #18 from pboothe/single_process

Combine TLS support and raw socket support into a single process. Thiā€¦


Commit: 0efc55b646baaeb2b12934a768ebe8bc33244307

https://github.com/ndt-project/ndt/commit/0efc55b646baaeb2b12934a768ebe8bc33244307
Author: Peter Boothe
<>
Date: 2015-12-03 (Thu, 03 Dec 2015)

Changed paths:
M src/web100srv.c
M src/web100srv_unit_tests.c

Log Message:
-----------
Changed one comment and renamed one variable, as trailing cleanups from
https://reviewable.io/reviews/m-lab/ndt/18

Pushing this directly to master (after unit-testing, of course) based on the
prior LGTM and with approval of the reviewer.


Commit: cc7fdbd02093e798298c38ba3d0fce691475def2

https://github.com/ndt-project/ndt/commit/cc7fdbd02093e798298c38ba3d0fce691475def2
Author: Peter Boothe
<>
Date: 2015-12-03 (Thu, 03 Dec 2015)

Changed paths:
M src/test_c2s_srv.c
M src/test_meta_srv.c
M src/test_s2c_srv.c
M src/usage.c
M src/web100srv.c
M src/web100srv_unit_tests.c

Log Message:
-----------
Merge pull request #200 from m-lab/master

Unify TLS and non-TLS into a single process


Compare:
https://github.com/ndt-project/ndt/compare/a67514a195fe...cc7fdbd02093

  • [ndt-dev] [ndt-project/ndt] fbd69b: Make sure every fork()ed subprocess has a watchdog..., GitHub, 12/04/2015

Archive powered by MHonArc 2.6.16.

Top of Page