Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change the error messages on region region registration. This changes URM | Melanie | 2010-01-13 | 1 | -8/+9 |
| | | | | | and region. The non-error case should be compatible, so no version bump. Untested. | ||||
* | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 2009-12-15 | 1 | -3/+3 |
| | |||||
* | Add copyright header. Formatting cleanup. | Jeff Ames | 2009-09-29 | 1 | -1/+28 |
| | |||||
* | Corrected the port number to 8001 in the test client and grid ini. | Diva Canto | 2009-09-26 | 1 | -1/+1 |
| | |||||
* | Better guards on RegisterRegion in GridService. | Diva Canto | 2009-09-25 | 1 | -1/+4 |
| | | | | Added serverPort to the fields that get stored (I think this is the UDP port). | ||||
* | Make the grid client deregister the test regions at the end, so that they ↵ | Diva Canto | 2009-09-24 | 1 | -0/+20 |
| | | | | don't stay in the DB. | ||||
* | GridServerPostHandler finished. GridClient tests all work. More guards on ↵ | Diva Canto | 2009-09-24 | 1 | -6/+58 |
| | | | | getting parameters and replies over the wire. | ||||
* | Added test GridClient, which allowed me to remove a few bugs out of the new ↵ | Diva Canto | 2009-09-24 | 1 | -0/+102 |
code. |