Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added well-formed checks | Kelly Rauchenberger | 2008-07-28 | 4 | -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 server | Kelly Rauchenberger | 2008-07-28 | 4 | -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 project | Kelly Rauchenberger | 2008-07-27 | 27 | -0/+817 | |