This website requires JavaScript.
Explore
Help
Sign In
jdb
/
util-classes
Watch
1
Star
0
Fork
0
You've already forked util-classes
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
b9fa0d0bbf
util-classes
/
project.properties
7 lines
91 B
Properties
Raw
Normal View
History
Unescape
Escape
LoggerOutputStream bugfix, ParameterizedSocket changes. ParameterizedSocket ------------------- Moved from transmitting a list of strings (represented by ASCII data separated by ASCII record separators `0x1E`) to a combination of strings and paired strings. Basically, instead of each record being processed as a whole, a record may optionall contain the ASCII unit separator `0x1F`. If it does, the record will be split and treated as a key-value pair. This is implemented in the `ParameterizedSocket.Message` class.o LoggerOutputStream ------------------ Was not initializing the internal buffer.
2012-11-22 21:24:55 +00:00
#Thu, 22 Nov 2012 14:39:26 -0600
Added standard build process.
2011-01-21 17:14:27 +00:00
name
=
jdb-util
ExtRobot: added default delay time, bugfix.
2012-11-21 19:32:46 +00:00
version
=
1.7
Version 1.0 committed using standard build process.
2011-01-21 17:33:24 +00:00
lib.local
=
true
LoggerOutputStream bugfix, ParameterizedSocket changes. ParameterizedSocket ------------------- Moved from transmitting a list of strings (represented by ASCII data separated by ASCII record separators `0x1E`) to a combination of strings and paired strings. Basically, instead of each record being processed as a whole, a record may optionall contain the ASCII unit separator `0x1F`. If it does, the record will be split and treated as a key-value pair. This is implemented in the `ParameterizedSocket.Message` class.o LoggerOutputStream ------------------ Was not initializing the internal buffer.
2012-11-22 21:24:55 +00:00
build.number
=
16
Reference in New Issue
Copy Permalink