Changes between Version 14 and Version 15 of PacketEncoding
- Timestamp:
- 01/19/14 08:18:13 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PacketEncoding
v14 v15 9 9 * The old [http://xpra.org/trac/browser/xpra/trunk/src/xpra/net/bencode.py bencode] mode (see [http://en.wikipedia.org/wiki/Bencode Bencode on wikipedia]): a modified bencoder which supports non string keys in dictionaries, and support for unicode 10 10 * The newer/faster [http://xpra.org/trac/browser/xpra/trunk/src/xpra/net/rencode rencode] mode, based on [https://code.google.com/p/rencode/ this version] with minor tweaks/fixes 11 [[BR]] 11 12 This allows various languages to implement the xpra protocol, specifying which encoder they want to use (bencode is more widely available than rencode). 13 As of v0.11, we also include a faster bencoder implemented in Cython: [http://xpra.org/stats/bencode/ Cython vs Python bencoder] 12 14 }}} 13 15