------------------------------------------------------------------------ r2024 | titer | 2007-06-10 17:38:58 +0200 (Sun, 10 Jun 2007) | 4 lines Bencoded dictionaries are now sorted alphabetically, this should fix compatibility with some clients, incl. BitTornado-based ones. (Reported by roee88 from LH-ABC) ------------------------------------------------------------------------ r2027 | joshe | 2007-06-10 20:15:21 +0200 (Sun, 10 Jun 2007) | 3 lines Make bencoded examples readable. Fix a couple examples that didn't make sense, improve some others. ------------------------------------------------------------------------ r2028 | joshe | 2007-06-10 20:59:16 +0200 (Sun, 10 Jun 2007) | 2 lines Typo. ------------------------------------------------------------------------ r2029 | joshe | 2007-06-10 21:36:07 +0200 (Sun, 10 Jun 2007) | 2 lines Add possible replies for each message. ------------------------------------------------------------------------ r2030 | joshe | 2007-06-10 22:29:31 +0200 (Sun, 10 Jun 2007) | 2 lines Add a new bad-format message to avoid overloading not-supported. ------------------------------------------------------------------------ r2031 | joshe | 2007-06-10 22:31:52 +0200 (Sun, 10 Jun 2007) | 1 line Add bad-format message. ------------------------------------------------------------------------ r2032 | joshe | 2007-06-11 00:01:46 +0200 (Mon, 11 Jun 2007) | 2 lines Add a missing quote and fix UPnP regressions. ------------------------------------------------------------------------ r2034 | joshe | 2007-06-11 00:26:59 +0200 (Mon, 11 Jun 2007) | 1 line Add some code for verbose UPnP logging which can be enabled at compile-time. ------------------------------------------------------------------------ r2038 | joshe | 2007-06-11 00:56:18 +0200 (Mon, 11 Jun 2007) | 2 lines Return bad-format message when appropriate. Fix supported message to be more accurate. ------------------------------------------------------------------------ r2040 | joshe | 2007-06-11 01:12:43 +0200 (Mon, 11 Jun 2007) | 1 line Fix upnp verbose logging to show outgoing http requests. ------------------------------------------------------------------------ r2042 | joshe | 2007-06-11 01:56:35 +0200 (Mon, 11 Jun 2007) | 2 lines Send bad-format instead of not-supported where appropriate. Implement supported message. ------------------------------------------------------------------------ r2043 | joshe | 2007-06-11 02:37:10 +0200 (Mon, 11 Jun 2007) | 2 lines Send bad-format instead of not-supported where appropriate. Implement supported message. ------------------------------------------------------------------------ r2044 | joshe | 2007-06-11 02:41:27 +0200 (Mon, 11 Jun 2007) | 1 line Add missing keywords. ------------------------------------------------------------------------ r2045 | joshe | 2007-06-11 03:07:28 +0200 (Mon, 11 Jun 2007) | 3 lines Fix bug where partially received messages data would be dropped, causing a parse error when the rest of the message arrived. ------------------------------------------------------------------------