external/pywebsocket.git
2013-05-01 tyoshino@chromium.org[echo_client] Exit when an extension is enabled and... master
2013-05-01 tyoshino@chromium.orgRemove unnecessary line configuring server's stderr...
2013-04-30 tyoshino@chromium.orgAdd instruction how to configure WebSocket extensions...
2013-04-25 tyoshino@chromium.orgAdd permessage-deflate support to echo_client.py
2013-04-24 yhirano@chromium.orgc2s_max_window_bits parameter for a client can be confi...
2013-04-22 tyoshino@chromium.orgAdd tests on the extension processor registry
2013-04-22 tyoshino@chromium.orgDefine a constant for sleep time for warming up the...
2013-04-22 yhirano@chromium.orgRestore x-webkit-deflate-frame extension removed at...
2013-04-19 tyoshino@chromium.orgAdd tests for permessage-deflate in test_msgutil.py.
2013-04-18 tyoshino@chromium.orgShorten test method names where it's clear which protoc...
2013-04-17 tyoshino@chromium.orgPrint time, filename and line number like google-glog...
2013-04-16 tyoshino@chromium.orgSplit EndToEndTest into smaller classes
2013-04-16 tyoshino@chromium.orgAdd permessage-deflate tests on two-message cases.
2013-04-16 tyoshino@chromium.orgRename extension processor classes to match extension...
2013-04-16 tyoshino@chromium.orgAdd permessage-deflate support.
2013-04-15 tyoshino@chromium.orgFix extension parameter parsing code of deflate extensions.
2013-04-11 tyoshino@chromium.orgFactor out framing part of deflate method of permessage...
2013-04-11 tyoshino@chromium.orgAdd note about methods for setting c2s parameter.
2013-04-08 tyoshino@chromium.orgFactor out part of compression stats calculation code...
2013-04-08 tyoshino@chromium.orgMake window bits parameter validation stricter.
2013-04-08 tyoshino@chromium.org[Bug fix] Do zero check on the value to be a denominato...
2013-04-05 tyoshino@chromium.orgGive more descriptive name for _deflater and _inflater...
2013-04-04 tyoshino@chromium.orgStop deflate-stream support.
2013-03-18 tyoshino@chromium.orgUpdate version 0.7.8 -> 0.7.9
2013-03-18 tyoshino@chromium.orgUse unparsed_uri to build Sec-WebSocket-Location header.
2013-03-15 tyoshino@chromium.orgMove out the code for the deflate-stream extension...
2013-03-15 tyoshino@chromium.orgFactor out window bits value validation code into a...
2013-03-13 tyoshino@chromium.orgMove HyBi 00 specific functions to hybi00.py.
2013-03-13 tyoshino@chromium.orgAdd a simple example of the EventSource API for compari...
2013-03-12 tyoshino@chromium.orgAdd a benchmark tool for the ArrayBuffer and some refac...
2013-03-12 tyoshino@chromium.orgAdd an option to standalone.py to choose TLS module...
2013-03-06 tyoshino@chromium.orgfast_masking: Remember the last index in masking key
2013-03-06 tyoshino@chromium.orgWrap socket._fileobject instances made from OpenSSL...
2013-03-05 tyoshino@chromium.orgChange benchmark tool to measure performance for each...
2013-03-05 tyoshino@chromium.orgOverride shutdown method on _StandaloneSSLConnection...
2013-03-05 tyoshino@chromium.orgAdd C++ based faster masking library.
2013-03-04 toyoshim@chromium.orgTLS optional client cert support
2013-02-22 tyoshino@chromium.orgPrint cipher in use.
2013-02-19 tyoshino@chromium.orgStop using bytes which is built-in type name.
2013-02-06 tyoshino@chromium.orgSimple benchmark page.
2013-02-05 tyoshino@chromium.orgAdd a handler which rejects all extensions.
2013-02-04 tyoshino@chromium.orgRename variables named bytes which is built-in type...
2013-02-04 tyoshino@chromium.orgAdd an option to disable SSL compression.
2013-02-01 tyoshino@chromium.orgAdd extra_headers attribute to request object to allow...
2013-01-25 tyoshino@chromium.orgAdd subprotocol box.
2012-11-28 tyoshino@chromium.orgFix log text written assuming Stream is used only by...
2012-11-28 tyoshino@chromium.orgAdd getpeername to TLSSocket.
2012-11-28 tyoshino@chromium.orgPrint cipher in use.
2012-11-28 bashi@chromium.org[mux] Support drop code 3009
2012-11-16 bashi@chromium.org[mux] Extension support for logical channel
2012-11-15 bashi@chromium.org[mux] Use physical_connection.send_message() to send...
2012-11-12 tyoshino@chromium.orgAdd TLS version flag to echo_client.py
2012-11-09 bashi@chromium.orgFix logical frame fragmentation handling
2012-11-05 tyoshino@chromium.orgFix worker stopper.
2012-11-05 tyoshino@chromium.orgLog exceptions occur during set_read_state and on_write...
2012-11-05 tyoshino@chromium.orgSend a close with the internal endpoint error status...
2012-11-05 tyoshino@chromium.orgPrint special messages when received a Blob or an Array...
2012-11-05 tyoshino@chromium.orgGroup tests based on what extension is used.
2012-11-05 tyoshino@chromium.orgStyle fix.
2012-11-05 bashi@chromium.orgTwo-pass consistency check for extensions
2012-11-05 tyoshino@chromium.orgRemove Hixie 75 version protocol support from echo_clie...
2012-11-05 tyoshino@chromium.orgStop worker threads blocked for send quota shortage...
2012-11-01 tyoshino@chromium.orgAdd two simple tests using golden data for permessage...
2012-11-01 tyoshino@chromium.orgAdd randomized tests for the permessage-compress extension.
2012-10-31 bashi@chromium.org[mux] Follow -07 draft (part 1/2)
2012-10-31 tyoshino@chromium.orgAdd explanations to log formats and do some cleanup
2012-10-30 tyoshino@chromium.orgMake Dispatcher print stack trace when AbortedByUserExc...
2012-10-30 tyoshino@chromium.orgWrap IOError and socket.error by ConnectionTerminatedEx...
2012-10-30 tyoshino@chromium.orgAdd handler examples for testing AbortedByUserException.
2012-10-24 bashi@chromium.org[mux] Follow -07 draft (part 2/2)
2012-10-15 bashi@chromium.orgUpdate version 0.7.7 -> 0.7.8
2012-10-15 bashi@chromium.org[compression] Add bfinal = 1 support
2012-10-10 bashi@chromium.orgUpdate version 0.7.6 -> 0.7.7
2012-10-10 bashi@chromium.orgDeflateMessageProcessor should handle fragmented messages
2012-10-10 bashi@chromium.orgAdd receive_filtered_frame()
2012-10-10 bashi@chromium.orgAdd hook function for compression_processor of PerMessa...
2012-10-10 tyoshino@chromium.orgFix typo in comment. perframe -> permessage
2012-10-10 tyoshino@chromium.orgUse common components defined by test_handshake_hybi...
2012-10-09 bashi@chromium.orgAdd x-webkit-permessage-compress for WebKit LayoutTests
2012-10-05 tyoshino@chromium.orgMark allow_draft75 option obsolete in headerparserhandl...
2012-10-05 tyoshino@chromium.orgRemove texts about Hixie 75 version protocol support
2012-10-05 tyoshino@chromium.orgAdd Hixie 75 spec address.
2012-10-05 bashi@chromium.org[mux] Fix expectation of MuxTest.test_parse_request_text
2012-10-05 tyoshino@chromium.orgAdd code for testing fragmentation in send_message...
2012-10-05 tyoshino@chromium.orgRemove code for Hixie75 version protocol support
2012-10-03 tyoshino@chromium.orgFixing an extension processor setup bug
2012-10-02 bashi@chromium.org[mux] Remove unnecessary headers from AddChannelRequest...
2012-09-27 bashi@chromium.org[mux] Support delta encoding in AddChannelRequest
2012-09-21 bashi@chromium.org[mux] Fix _encode_number() in mux_client_for_testing.py
2012-09-21 bashi@chromium.orgRename STATUS_INTERNAL_SERVER_ERROR
2012-09-20 bashi@chromium.org[mux] Drop code support
2012-09-19 bashi@chromium.org[mux] Remove TODOs from number decoding
2012-09-12 bashi@chromium.orgFollow -05 draft spec.
2012-09-04 tyoshino@chromium.orgAdd warning comment to _main function for people who...
2012-08-28 toyoshim@chromium.orgTake care of port 0
2012-08-28 toyoshim@chromium.orgPrepare dispatcher inside of WebSocketServer
2012-08-27 tyoshino@chromium.orgAdd instruction to run standalone server to README...
2012-08-24 tyoshino@chromium.orgShow critical log when no socket is available.
2012-08-21 toyoshim@chromium.orgAdd license information on hello.pl
2012-08-20 bashi@chromium.orgAdd basic authentication support.
next