about summary refs log tree commit diff stats
path: root/client/trunk
Commit message (Collapse)AuthorAgeFilesLines
...
* Added well-formed checksKelly Rauchenberger2008-07-284-1/+96
| | | | After recieving an Item, InstaDisc Client now checks the item for a status of being Well-Formed, as in, it has all of the required headers, the category exists, the category's required semantics are present and the verification is valid.
* Added listening serverKelly Rauchenberger2008-07-284-6/+184
| | | | The Client now listens for connections on port 4444, allowing multiple connections at once. Once a connection iis found, the Cliet waits until the connecton is broken, then downloads the sent dat, parses it into headers and passes it to the Item class.
* Created NetBeans projectKelly Rauchenberger2008-07-2733-0/+1607