Commit Graph

  • db48e91531
    Merge pull request #30 from meejah/25.bufferbloat master meejah 2022-09-28 11:29:17 -0600
  • f0abdf7c28 speed #30 meejah 2022-09-27 23:17:26 -0600
  • 2f6ada10ad cleanup meejah 2022-09-27 16:31:43 -0600
  • aeae7c2bdd integration-style test of backpressure meejah 2022-09-27 16:30:02 -0600
  • 01510de60e register producers/consumers for TCP and WebSocket meejah 2022-09-27 15:48:26 -0600
  • 80e02d4a77
    Merge pull request #23 from meejah/websocket-support-on-iosim-tests-master meejah 2021-05-09 23:49:48 -0600
  • 6bd063a917 clarify #23 meejah 2021-05-09 23:40:18 -0600
  • 845c55ddec test --websocket-url option too meejah 2021-05-09 23:38:40 -0600
  • 807dfc1c18 unify new_protocol_ws, make it a bare helper meejah 2021-04-18 21:33:01 -0600
  • 0ce08b66cf defensive if's -> assert meejah 2021-04-18 21:25:25 -0600
  • dfd3bdd1a1 test we can pass an explicit websocket URL meejah 2021-04-18 21:14:28 -0600
  • ade99eb8b3 docstring, whitespace meejah 2021-04-18 21:14:07 -0600
  • 513e5bed6e combine checks meejah 2021-04-18 21:13:45 -0600
  • bfd8312ef0 render empty token correctly meejah 2021-04-15 19:19:14 -0600
  • aa58b85ace honour log_requests as original code did meejah 2021-04-15 12:28:23 -0600
  • 1a1947d7e9 irrelevant meejah 2021-04-15 12:19:40 -0600
  • 7a5b7487ef Merge branch 'master' into websocket-support-on-iosim-tests-master meejah 2021-04-15 12:19:16 -0600
  • 088757a7c9 add words about websockets support meejah 2021-04-15 12:16:34 -0600
  • 0de4f23a29
    Merge pull request #22 from meejah/drop-python2 meejah 2021-04-15 12:10:16 -0600
  • 3cda647883 document test-clients meejah 2021-04-15 12:09:44 -0600
  • 82c175a02e add tcp test-client too meejah 2021-04-15 12:07:18 -0600
  • f225fded53 pyflakes cleanup for test-websocket-client meejah 2021-04-15 12:06:09 -0600
  • 845f483b7d add changelog note #22 meejah 2021-04-15 11:59:40 -0600
  • 1642fa9836 GA gets confused meejah 2021-04-15 11:56:56 -0600
  • 68b2cbb125 drop python 3.5, 3.6 .. add pythons up to 3.10 meejah 2021-04-15 11:55:37 -0600
  • 553158da63 drop unsupported pythons for now meejah 2021-04-15 11:39:39 -0600
  • 360c7999a8 unconstrained autobahn version so we can support other pythons meejah 2021-04-15 11:36:00 -0600
  • 141709bf62 correct twisted version meejah 2021-04-15 11:17:16 -0600
  • b2ec2981d6 add autobahn dep, upgrade twisted meejah 2021-04-15 11:15:16 -0600
  • a2866c55c9 remove 'from __future__' imports meejah 2021-04-15 07:40:15 -0600
  • 30688f638c test to ensure we make a websocket service when passing --websocket meejah 2021-04-14 17:07:50 -0600
  • 425f040168 test for websocket option-parsing meejah 2021-04-14 17:01:20 -0600
  • bd06fad7e7 websocket defaults test meejah 2021-04-14 16:58:05 -0600
  • d8da1a62d6 no more debug-log meejah 2021-04-14 16:55:34 -0600
  • 6698cf95d5 irrelevant (there was only a debug message logged) meejah 2021-04-14 16:54:41 -0600
  • 95a72e6ac9 better comment meejah 2021-04-14 16:53:37 -0600
  • 319145608d better comment meejah 2021-04-14 16:47:52 -0600
  • e7466a3595 add CLI options for WebSockets support meejah 2021-04-14 16:46:46 -0600
  • 7b92c3701e leave state-machine tracing code (but commented) meejah 2021-04-14 16:33:21 -0600
  • e34cf94271 no need to check anymore meejah 2021-04-14 16:23:49 -0600
  • 1efc1313db py3-only imports meejah 2021-04-14 15:32:32 -0600
  • d17e8ff169 drop python2 in github CI meejah 2021-04-14 15:28:38 -0600
  • 94032836b7 drop python2 in tox meejah 2021-04-14 15:27:37 -0600
  • 786cd08350 pyflakes; unused imports meejah 2021-04-14 15:17:48 -0600
  • 3197946073 websocket<-->TCP test meejah 2021-04-14 15:13:16 -0600
  • 0db8ed3225 even more explicit meejah 2021-04-14 15:11:38 -0600
  • 5a405443b9 more-explicit about which protocol clients use meejah 2021-04-14 15:10:58 -0600
  • 5b7ec9ef4c move usage-tracking stuff to own module meejah 2021-04-12 09:47:52 -0600
  • 8aeea711eb cleanup meejah 2021-04-12 09:43:07 -0600
  • 5f43e53db1 cleanup meejah 2021-04-12 09:35:55 -0600
  • 8132ea8f91 more docstrings meejah 2021-04-12 08:09:57 -0600
  • ef96af2a80 websocket tests already use the interface meejah 2021-04-10 18:45:20 -0600
  • a057da49cf disconnect_redundant is redundant meejah 2021-04-10 18:37:43 -0600
  • ce7458e604 test for disconnect / error propagation meejah 2021-04-10 18:34:11 -0600
  • e689bfcf4f remove debug, doesn't make sense anymore meejah 2021-04-10 18:33:47 -0600
  • b73c76c8df run '_Transit' tests on websockets too meejah 2021-04-07 17:03:23 -0600
  • 4112f718d4 unused meejah 2021-04-07 16:46:12 -0600
  • eb3bc6b5a8 cleanup meejah 2021-04-07 16:44:24 -0600
  • 941e4fe18a clean up imports meejah 2021-04-07 16:44:17 -0600
  • d7ebd02f78 unused meejah 2021-04-07 16:44:01 -0600
  • 09e46d3713 cleanup meejah 2021-04-07 16:37:25 -0600
  • e7b7b4cd6b unexpected hangup meejah 2021-04-07 16:31:32 -0600
  • 9b4e9577b3 whitespace meejah 2021-04-07 16:31:11 -0600
  • 27d7ea85e8 error-handling meejah 2021-04-07 16:30:54 -0600
  • b095b6919a cleanup meejah 2021-04-07 16:28:19 -0600
  • 0bfff5242b note meejah 2021-04-07 16:28:00 -0600
  • 40e14174e7 don't need 'binary' subprotocol stuff meejah 2021-04-07 16:26:28 -0600
  • 0aaf00f803 get rid of prints meejah 2021-04-07 16:26:04 -0600
  • 317b5a8dae test-client cleanup meejah 2021-04-06 10:34:00 -0600
  • b829cae940 obsolete meejah 2021-04-05 21:59:07 -0600
  • a89988af90 get rid of placeholder/test code; skip test_short for websockets meejah 2021-04-05 16:03:25 -0600
  • 816e997b01 post-rebase fixups meejah 2021-04-03 00:06:14 -0600
  • f18edc89f9 refine meejah 2021-04-02 14:58:31 -0600
  • 99c71112b6 a passing thing meejah 2021-04-01 19:56:47 -0600
  • dd1cc7d520 upgrade all tests; reactor_turn(); remove debug meejah 2021-03-31 20:11:04 -0600
  • 002773d79f WIP: first passing IOPump test meejah 2021-03-31 19:47:29 -0600
  • 5210566150 websocket version of tests, with handshake meejah 2021-03-04 23:30:59 -0700
  • 21af1f68a3 Transit is no longer a factory meejah 2021-03-04 22:37:15 -0700
  • 5df5f86e42 not just localhost meejah 2021-02-23 13:48:43 -0700
  • 1a461aa461 haxxor meejah 2021-02-23 13:47:22 -0700
  • 2b78fbec8f test WebSocket client meejah 2021-02-23 13:32:02 -0700
  • 34d039c38c hack in prelim websocket support meejah 2021-02-23 13:31:55 -0700
  • c2147ee985 change from review: inline _got_handshake meejah 2021-02-19 17:18:08 -0700
  • c8fbc22120 dead code meejah 2021-02-19 17:17:42 -0700
  • b192b5ca71 dead code, correct input meejah 2021-02-12 22:14:46 -0700
  • 34dd36158e unused meejah 2021-02-12 22:11:17 -0700
  • 2b2f06d984 unused meejah 2021-02-12 22:01:35 -0700
  • 9cf42c560b not sure we can hit this state at all meejah 2021-02-12 22:00:57 -0700
  • c09f15d866 re-instate log message meejah 2021-02-12 21:59:47 -0700
  • e0f5f556cc does this ever get called? meejah 2021-02-12 21:46:32 -0700
  • b03801d155 guard meejah 2021-02-12 20:52:14 -0700
  • 942f204140 log again meejah 2021-02-12 20:05:27 -0700
  • 7e58767ac1 pyflakes meejah 2021-02-12 18:17:09 -0700
  • ca55509763 fix global stats-gathering / recording meejah 2021-02-12 18:16:30 -0700
  • 60e70bac3c cleanup / dead code meejah 2021-02-12 17:47:40 -0700
  • 215a0f350b restore 2 missing log-lines meejah 2021-02-12 17:47:26 -0700
  • 03906ffe0d pass actual database, not config meejah 2021-02-12 17:39:55 -0700
  • 83de03c8c6 remove old test-code meejah 2021-02-12 16:57:49 -0700
  • 9557bbf75a we never remove backends meejah 2021-02-12 16:57:16 -0700
  • 3ae3bb7443 cleanup, remove dead code meejah 2021-02-12 16:35:20 -0700