1. c459a5f Note that you should use pywebsocket3 instead (#156) by Adam Rice · 4 years, 2 months ago master
  2. b79b28f Add .travis.yml (#155) by John Vandenberg · 5 years ago
  3. 2d7b73c Merge pull request #147 from hiroshige-g/iframe by hiroshige-g · 9 years ago
  4. 0f74d91 Merge pull request #144 from google/mintotal by hiroshige-g · 9 years ago
  5. de2aff4 Merge pull request #148 from google/noteupdate by hiroshige-g · 9 years ago
  6. 7e824d9 Add a note about NaN on the stddev column by Takeshi Yoshino · 9 years ago noteupdate
  7. e738dec Remove code for mintotal from xhr_benchmark.html and fetch_benchmark.html by Takeshi Yoshino · 9 years ago mintotal
  8. 4f10526 Use iframe for Chromium performance tests to remove --disable-web-security by Hiroshige Hayashizaki · 9 years ago
  9. fe816aa Merge pull request #146 from ricea/non-integer-multipliers by hiroshige-g · 9 years ago
  10. ed8233f Update fetch_benchmark and xhr_benchmark also. by Adam Rice · 9 years ago
  11. b692883 Support non-integer multpliers in benchmark. by Adam Rice · 9 years ago
  12. 9882bb1 PEP-8/0257 cleanup by dylan d · 9 years ago
  13. 09d8427 Merge pull request #140 from hiroshige-g/license by hiroshige-g · 9 years ago
  14. a79008b Merge pull request #141 from hiroshige-g/readme by hiroshige-g · 9 years ago
  15. 78e3bdc Update README.md to short description + redirect to Wiki. by Hiroshige Hayashizaki · 9 years ago
  16. 8d3d6e6 Update README.md to redirect to Wiki. by Hiroshige Hayashizaki · 9 years ago
  17. c00ffda Place LICENSE and CONTRIBUTING at the root directory by Hiroshige Hayashizaki · 9 years ago
  18. 76b3a63 Merge pull request #139 from hiroshige-g/mv by hiroshige-g · 9 years ago
  19. 5e3cd59 Move files from /src/ to /. Fixes #138. by Hiroshige Hayashizaki · 9 years ago
  20. c4c4c51 ../finishGoogleCodeGitHubWikiMigration/finishGoogleCodeGitHubWikiMigration: Moved ProjectHome.md from wiki branch to README.md in master branch. by Hiroshige Hayashizaki · 9 years ago
  21. 5137aa5 Remove draft8 option from PerMessageDeflateExtensionProcessor by tyoshino · 9 years ago
  22. 51ca310 [benchmark] Add Fetch API performance tests. by hiroshige · 9 years ago
  23. ff93bef [benchmark] Add config for HTTP method and cache control config by hiroshige · 9 years ago
  24. 588d504 Remove permessage-compress extension support by tyoshino · 10 years ago
  25. 286b871 Update expectation for permessage-deflate compression result for empty payload by tyoshino · 10 years ago
  26. 6aa4ebb Add comments about Stream.close_connection()'s behavior by tyoshino · 10 years ago
  27. d51867c Call notifyAbort when error occurs by hiroshige · 10 years ago
  28. 20b418b [benchmark] Check and warn if proxy is enabled by hiroshige · 10 years ago
  29. f0236e1 [xhr_event_logger] Show timestamps of events by hiroshige · 10 years ago
  30. e650db3 [benchmark] Do not call measureValue in warm-up iterations by hiroshige · 10 years ago
  31. a8ecd46 Add warm-up iteration config by hiroshige · 10 years ago
  32. 704e914 [benchmark] Do not abort() when readyState is DONE in destroyAllXHRs by hiroshige · 10 years ago
  33. 18a3ac5 [benchmark] Add XHR Async/Sync config by hiroshige · 10 years ago
  34. 91c7eeb Clear timerID in the result reporting task by hiroshige · 10 years ago
  35. d0b7b31 When returning 401 response, WebSocketRequestHandler.parse_request must return False by tyoshino · 10 years ago
  36. 349da64 Clear timers at stop() in benchmark.js (to be consistent with xhr_benchmark.js) by hiroshige · 10 years ago
  37. e2891e5 [xhr_event_logger] Add an option to test sync XHR by tyoshino · 10 years ago
  38. 4726a4d Clear event listeners by setting them to null, instead of function() {}. by hiroshige · 10 years ago
  39. 04416af Fix the filename of the utility definition file in xhr_event_logger.html. by tyoshino · 10 years ago
  40. 09324da Add config.measureValue callback by hiroshige · 10 years ago
  41. 5471e10 Refactoring: rename responseType to dataType in xhr_benchmark by hiroshige · 10 years ago
  42. e55fd68 Add benchmark option to run on workers by hiroshige · 10 years ago
  43. 875c955 xhr_event_logger new features (upload event, dump ProgressEvent, response mode) by tyoshino · 10 years ago
  44. f2da9da Show user agent in summary box by hiroshige · 10 years ago
  45. a8da02f Display config in summary box by hiroshige · 10 years ago
  46. b6e177e Fix radio box handling of xhr_benchmark.html to work on IE by hiroshige · 10 years ago
  47. e288e67 Replace variable name |runner| with |task| by hiroshige · 10 years ago
  48. 3f2de00 Exclude ArrayBuffer creation from the reported time in XHR benchmark by hiroshige · 10 years ago
  49. ea0f150 Move totalSize and totalReplied declarations inside functions by hiroshige · 10 years ago
  50. 3a391ef Output error message when FileReader for a blob fails by hiroshige · 10 years ago
  51. 28f5487 Refactor variable initialization of |benchmark| by hiroshige · 10 years ago
  52. e6f0c67 Ported parameter setting UI from benchmark.html to xhr_benchmark.html by hiroshige · 10 years ago
  53. c7562d0 Exclude ArrayBuffer creation from the reported time by hiroshige · 10 years ago
  54. 18ba0fe Enable to run the bench multiple times and display stddev. by hiroshige · 10 years ago
  55. 1b3adf5 Add a tool to investigate events dispatched by XHR by tyoshino · 10 years ago
  56. 429f9d2 Introduce UI for changing benchmark configuration by tyoshino · 10 years ago
  57. 90ad8b4 Recommit of 'Faster response body verification in XHR text receive benchmark' by hiroshige · 10 years ago
  58. 11c56fd Faster response body verification in XHR text receive benchmark by hiroshige · 10 years ago
  59. bef2cf3 Faster request body verification in XHR send handler by hiroshige · 10 years ago
  60. 4f6b2a0 Fix indentation in benchmark.html by tyoshino · 10 years ago
  61. 7d05b88 [Benchmark tools] Adjust start/stop size by tyoshino · 10 years ago
  62. 5b60ef1 [benchmark.html] Recreate data also when size decreases by tyoshino · 10 years ago
  63. f0e75d7 [benchmark.html] Use bind to build test runner closures. by tyoshino · 10 years ago
  64. 5116b87 [benchmark.html] Add a switch to turn on/off data verification by tyoshino · 10 years ago
  65. fe062d6 Move PerMessageCompressTest.test_receive_message_deflate_mixed_btype to PerMessageDeflateTest by tyoshino · 10 years ago
  66. e46cb88 [benchmark.html] Add a checkbox to turn on/off size column printing by tyoshino · 10 years ago
  67. 8da9b46 Move PerMessageCompressTest.test_receive_message_deflate to PerMessageDeflateTest by tyoshino · 10 years ago
  68. 8c7e93d Move PerMessageCompressTest.test_receive_message_deflate_random_section to PerMessageDeflateTest by tyoshino · 10 years ago
  69. 86a4433 Move PerMessageCompressTest.test_send_message_deflate_fragmented_bfinal to PerMessageDeflateTest by tyoshino · 10 years ago
  70. 6736ee9 Move PerMessageCompressTest.test_send_message_deflate() to PerMessageDeflateTest by tyoshino · 10 years ago
  71. 4ce1020 Add text mode to xhr_benchmark.html by tyoshino · 10 years ago
  72. cabc2e3 [benchmark.html] Print time per message by tyoshino · 10 years ago
  73. 6761728 Remove alert() call introduced to benchmark.html by mistake by tyoshino · 10 years ago
  74. 307f66f Remove perframe-compress extension support by tyoshino · 10 years ago
  75. cca3ac4 [Test only] Move deflate tests from PerMessageCompressTest to PerMessageDeflateTest by tyoshino · 10 years ago
  76. 9b56c0c Add a sample CGI script for testing effect of HTTP headers on the origin page by tyoshino · 10 years ago
  77. 865341c Fix server_no_context_takeover implementation by tyoshino · 10 years ago
  78. c75671a Fix test function name: Frame -> frame by tyoshino · 10 years ago
  79. 4e09219 Make send_message() with end=False generate frame when permessage-deflate is enabled by tyoshino · 10 years ago
  80. 6829c92 Refine pydoc of standalone.py by tyoshino · 10 years ago
  81. 647a127 Remove MozWebSocket support from console.html by tyoshino · 10 years ago
  82. cb0a109 Remove HyBi 08 version protocol support by tyoshino · 10 years ago
  83. 36dd817 Add a simple handler cookie_wsh.py useful for cookie test by tyoshino · 10 years ago
  84. 2350f23 Split XHR benchmark code into xhr_benchmark_handler.py by tyoshino · 10 years ago
  85. cdc6a19 Print extensions attribute on open event. by tyoshino · 11 years ago
  86. bfd0eb5 benchmark.html typo fix by tyoshino · 11 years ago
  87. 614fd64 Rename parameter names to follow the permessage-deflate spec change. by yhirano · 11 years ago
  88. 165b690 Attempt to print client cert info only when the client sends it. by tyoshino · 11 years ago
  89. 92d7bf3 Add a _Deflater/_Inflater test against big random section input by tyoshino · 11 years ago
  90. 7d8008f [XHR benchmark tool] Verify Blob response by tyoshino · 11 years ago
  91. b571c7a Group benchmark parameters into one dict. by tyoshino · 11 years ago
  92. 59f289d Add blob support to xhr_benchmark.html by tyoshino · 11 years ago
  93. 298e375 Add XMLHttpRequest benchmark functionality by tyoshino · 11 years ago
  94. 7b1efb5 Fix wrong variable in verifyAcknowledgement function in util.js by tyoshino · 11 years ago
  95. fcd9600 Log when get_extension_response is called on inactivated processor by tyoshino · 11 years ago
  96. cf0641b Comments on the available extension list and the extension getting method by tyoshino · 11 years ago
  97. 23cb509 Introduce window_bits constructor parameter to util._Inflate. by yhirano · 11 years ago
  98. 03b8c3a Move functions that are useful also for xhr benchmark. by tyoshino · 11 years ago
  99. e8c872d Test that permessage-deflate extension uses small window if specified. by tyoshino · 11 years ago
  100. 4f6beee Comment that we always use _RFC1979Inflater that can accept data generated with wbits=15 by tyoshino · 11 years ago