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