37 Commits (e660a12934e10a322b5bba76750f44e835fcc263)

Author SHA1 Message Date
Min RK 19bcc5fed9 bump minimum tornado version to 4.0
12 years ago
Min RK f8d59bcd9e forward-port draft76 websockets
12 years ago
Matthias Bussonnier 63d4534959 Get pre_get to work and make session logs when adapter changes
12 years ago
Min RK e5b135a905 debugging websocket connections
12 years ago
MinRK 94d6196ef9 add websocket workarounds for tornado 3
12 years ago
MinRK 769fe38789 cache kernel_info reply for protocol adaptation
12 years ago
MinRK 8c743d304f unsigned ints for offsets
12 years ago
MinRK 3de7e9bd74 test websocket-friendly binary message roundtrip
12 years ago
MinRK 3693ac83ae support binary message from javascript
12 years ago
MinRK c9c131ebf9 s/unserialize/deserialize
12 years ago
MinRK 3a1c845f96 support buffers in comm messages
12 years ago
MinRK 97f7116624 allow session_id to be undefined when starting kernel channels
12 years ago
MinRK 624f0071a2 remove on_first_message authentication
12 years ago
MinRK 4bc339bd95 better log messages when rejecting cross-origin requests
12 years ago
MinRK d06e337881 only compare host:port in Websocket.check_origin
12 years ago
Richard Everson be80e62340 Check time of last ping before timing out a missing pong.
12 years ago
MinRK b3b168648a close websocket connections on ping/pong timeout
12 years ago
MinRK 52840fcbf8 send ping every 30 seconds to keep websockets alive
12 years ago
MinRK 1edc97e34a s/cors_/allow_/
12 years ago
MinRK acf0da01d9 make CORS configurable
12 years ago
MinRK 44d2a5b62a only use zmq.jsonapi when talking to zmq sockets
12 years ago
Steven Anton f937045395 Set kernel_id before checking websocket
12 years ago
MinRK b06f382e9b interrogate kernel_info to get protocol version for adaptation
12 years ago
Kyle Kelley ddc9340a6a Handle variations of name for origin
13 years ago
Kyle Kelley e06f501cd6 s/==/is/
13 years ago
Kyle Kelley 7efc751d0e Name change to same_origin
13 years ago
Kyle Kelley 60ab030e52 Verify that headers are set, explicitly
13 years ago
Kyle Kelley b12f002b35 Performing check only on open.
13 years ago
Kyle Kelley 345de4e674 Use *args, **kwargs, log.warn
13 years ago
Kyle Kelley 104275ab73 Indicate Py3 vs. Py2 codepath.
13 years ago
Kyle Kelley 5800b1c625 Get rid of exc_info as there isn't an exception.
13 years ago
Kyle Kelley 7b552d862d Add Origin Checking.
13 years ago
Thomas Kluyver 51040fb768 Update imports for Python 3
13 years ago
MinRK 638c36a7f7 fix some unicode in zmqhandlers
13 years ago
MinRK 88668e65f8 don't use parent=self in handlers
13 years ago
MinRK bd03a99e28 use `parent=self` throughout IPython
13 years ago
MinRK cf726d6a40 mv IPython.html.notebook -> IPython.html
13 years ago