Justin Clark-Casey (justincc)
|
e19defde36
Add "show caps stats by user" and "show caps stats by cap" console commands to print various counts of capability invocation by user and by cap
|
11 years ago |
Justin Clark-Casey (justincc)
|
884d603cac
Rather than instantiating a UTF8 encoding everywhere when we want to supress the BOM, use a single Util.UTF8NoBomEncoding.
|
12 years ago |
Justin Clark-Casey (justincc)
|
bf5f8b54ae
Remove the somewhat misleading logging of the string length of some unknown requests, as this appeared to be some kind of numbered error code.
|
12 years ago |
Justin Clark-Casey (justincc)
|
4567555c49
Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead of OSHttpRequest/OSHttpResponse.
|
13 years ago |
Justin Clark-Casey (justincc)
|
db7c758b7f
On a Grid Handler exception, explicitly log the exception message and stack trace so that we get somewhat better diagnostics on windows
|
13 years ago |
Marck
|
7e47ab746e
Allow creation of link regions if there is an existing region within a 4096 range.
|
14 years ago |
Diva Canto
|
0c81966c0a
Works for grid login.
|
14 years ago |
Melanie
|
10f8c2ea9b
Merge branch 'master' into presence-refactor
|
15 years ago |
Diva Canto
|
4bae547ecb
Added the 2 missing methods in the grid service remote connections.
|
15 years ago |
Melanie
|
e3a04fcb7b
Change the error messages on region region registration. This changes URM
|
15 years ago |
Melanie
|
cbe434149e
Change the signature of the forms requester data in preparation to getting
|
15 years ago |
Melanie
|
9cef5f92a1
Change the signature of the forms requester data in preparation to getting
|
15 years ago |
Diva Canto
|
2753f4d62c
* GridServerPostHandler.cs: Try/catch in Handle
|
15 years ago |
Diva Canto
|
282b752035
Minor change.
|
15 years ago |
Diva Canto
|
9bd1353875
Fixed bug introduced in one of the last commits.
|
15 years ago |
Diva Canto
|
5f18a088a8
More error catching/outputting.
|
15 years ago |
Melanie
|
0709149313
Merge branch 'grid-service-redux'
|
15 years ago |
Diva Canto
|
276b0a0cbe
Forgot a return statement.
|
15 years ago |
Diva Canto
|
9bdb585a93
Added Protocol versions back, this time in a range model.
|
15 years ago |
Melanie
|
0ed7371f3e
Change DocToBytes to return no trailing whitespace.
|
15 years ago |
Diva Canto
|
b2772b3a2d
Added GridForm.html in Tests/Clients/Grid that shows how to interact with a grid server via regular Web forms. May be good for developing administrative tools.
|
15 years ago |
Diva Canto
|
1faaa0a43a
GridServerPostHandler finished. GridClient tests all work. More guards on getting parameters and replies over the wire.
|
15 years ago |
Diva Canto
|
dd3d52ae1f
Added test GridClient, which allowed me to remove a few bugs out of the new code.
|
15 years ago |
Diva Canto
|
67276589c8
Changed IGridService to use the new GridRegion data structure instead of old SimpleRegionInfo.
|
15 years ago |
Diva Canto
|
390137d540
Added grid handler and grid remote connector.
|
15 years ago |