Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix build break | Melanie | 2010-09-05 | 1 | -4/+0 |
| | |||||
* | Remove "Dwell" support from core and replace it with calls to methods | Melanie Thielker | 2010-09-05 | 1 | -57/+54 |
| | | | | on IDwellModule | ||||
* | Prevent an object disposed exception that made forms comms unreliable. After | Melanie Thielker | 2010-08-25 | 1 | -2/+7 |
| | | | | | starting an asynchronous write, one should not close the channel it will be written to synchrnously, that leads to grief. | ||||
* | Change some e.Message to e.ToString. Don't use e.Message, it doesn't carry | Melanie Thielker | 2010-08-25 | 1 | -2/+2 |
| | | | | | any useful information. Error messages are useless without location information. It looks more elegant, but is totally pointless. | ||||
* | Better error message. | Diva Canto | 2010-04-26 | 1 | -1/+1 |
| | |||||
* | More error messages to warn when/if things go wrong. | Diva Canto | 2009-10-05 | 1 | -2/+14 |
| | |||||
* | Leaving the MemoryStreams unclosed. | Diva Canto | 2009-10-04 | 1 | -1/+2 |
| | |||||
* | Close was being called to early on the Memory stream. | Diva Canto | 2009-10-03 | 1 | -1/+2 |
| | |||||
* | More streams closed. | Diva Canto | 2009-10-03 | 1 | -0/+1 |
| | |||||
* | Closing more streams. | Diva Canto | 2009-10-03 | 1 | -4/+27 |
| | |||||
* | Bug fix in SynchronousRestFormsRequester -- Write instead of WriteLine, ↵ | Diva Canto | 2009-09-28 | 1 | -2/+2 |
| | | | | which was causing an extra \n to be written into the buffer. | ||||
* | Added test GridClient, which allowed me to remove a few bugs out of the new ↵ | Diva Canto | 2009-09-24 | 1 | -2/+2 |
| | | | | code. | ||||
* | Add the skeleton of the authentication connector and the forms data requester | Melanie | 2009-09-19 | 1 | -0/+95 |