Date: Thu Oct 28 15:06:05 CEST 2004
User: Derick Rethans
Directory: dbgp
Log Message:
- Clarified base64 encoding practises.
Modified files:
dbgp/debugger_protocol.txt (version: 1.3)
[FILE: /dbgp/debugger_protocol.txt]
===================================================================
RCS file: cvstemp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dbgp/debugger_protocol.txt:1.2 Fri Oct 22 16:11:08 2004 GMT
+++ dbgp/debugger_protocol.txt Thu Oct 28 11:06:05 2004 GMT
@@ -352,7 +352,7 @@
packet. The length and XML data are separated by a NULL byte. The
XML data is ended with a NULL byte. Neither the IDE or debugger engine
packets may contain NULL bytes within the packet since it is used as
-a separator. Binary data must be encoded using base64. ::
+a separator. Data must be encoded using base64. ::
IDE: command [SPACE] [args] -- data [NULL]
DEBUGGER: [NUMBER] [NULL] XML(data) [NULL]
@@ -1563,6 +1563,8 @@
...data...
</response>
+When the encoding attribute is not present then the default value of "none"
+is assumed.
7.14 source
-----------
@@ -2060,6 +2062,10 @@
A. ChangeLog
============
+2004-10-28
+- 6 Clarify encoding for data passed in commands with the -- option.
+- 7.13 Clarify the default encoding for property values.
+
2004-05-16
- 5.3 add address and port attributes to the proxyinit element returned to the
Received on Thu Oct 28 2004 - 15:06:25 BST
This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST