| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into careminster | Melanie | 2013-03-05 | 3 | -1/+24 |
|\ |
|
| * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | BlueWall | 2013-03-05 | 1 | -1/+16 |
| |\ |
|
| | * | * Add a Max Payload size property to the Websocket Server Handler. If you ... | teravus | 2013-03-05 | 1 | -1/+16 |
| * | | Add method to remove JsonRpc Handlers from the server | BlueWall | 2013-03-03 | 2 | -0/+8 |
| |/ |
|
* | | Merge branch 'master' into careminster | Melanie | 2013-02-27 | 1 | -12/+3 |
|\ \
| |/ |
|
| * | Make sure we dispose of WebResponse, StreamReader and Stream in various place... | Justin Clark-Casey (justincc) | 2013-02-27 | 1 | -12/+3 |
* | | Merge branch 'master' into careminster | Melanie | 2013-02-22 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Deleted all AssemblyFileVersion directives | Diva Canto | 2013-02-19 | 1 | -1/+1 |
* | | Merge branch 'master' into careminster | Melanie | 2013-02-15 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | * gracefully handle a Situation where a double close is called on the WebSock... | teravus | 2013-02-14 | 1 | -0/+2 |
* | | Merge branch 'master' into careminster | Melanie | 2013-02-07 | 3 | -1/+1140 |
|\ \
| |/ |
|
| * | * Adds Websocket support to baseHttpServer and IHttpServer.cs . This allows... | teravus | 2013-02-07 | 2 | -1/+11 |
| |\ |
|
| * | | This is the final commit that enables the Websocket handler | teravus | 2013-02-07 | 2 | -2/+1095 |
| * | | We're not really done here.. but we're getting there. Socket Read is work... | teravus | 2013-02-05 | 1 | -1/+37 |
* | | | Merge branch 'master' into careminster | Melanie | 2013-02-05 | 1 | -1/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | Bump version and assembly version numbers from 0.7.5 to 0.7.6 | Justin Clark-Casey (justincc) | 2013-02-05 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'master' into careminster | Melanie | 2013-01-23 | 2 | -4/+23 |
|\ \
| |/ |
|
| * | Merge branch 'master' of /home/opensim/var/repo/opensim | BlueWall | 2013-01-23 | 2 | -5/+15 |
| |\ |
|
| * | | Add additional return status | BlueWall | 2013-01-23 | 2 | -4/+23 |
* | | | Merge branch 'master' into careminster | Melanie | 2013-01-19 | 2 | -4/+14 |
|\ \ \
| | |/
| |/| |
|
| * | | Explicitly stop PollServiceRequestManager() rather than relying on its destru... | Justin Clark-Casey (justincc) | 2013-01-19 | 2 | -5/+15 |
| |/ |
|
* | | Merge commit 'f54b398540698e6e09022fe77b6405624b532f5c' into careminster | Melanie | 2013-01-16 | 4 | -0/+294 |
|\ \
| |/ |
|
| * | Add Json-Rpc 2.0 To Registered Handlers | BlueWall | 2013-01-15 | 4 | -0/+294 |
* | | Merge branch 'master' into careminster | Melanie | 2012-12-07 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | In BaseHttpServer.HandleRequest(), use Culture.SetCurrentCulture() rather tha... | Justin Clark-Casey (justincc) | 2012-12-05 | 1 | -1/+1 |
* | | Merge branch 'master' into careminster | Melanie | 2012-11-25 | 1 | -53/+0 |
|\ \
| |/ |
|
| * | Delete unused BaseHttpServer.HandleAgentRequest() | Justin Clark-Casey (justincc) | 2012-11-23 | 1 | -53/+0 |
* | | Merge branch 'master' into careminster | Melanie | 2012-11-20 | 1 | -2/+5 |
|\ \
| |/ |
|
| * | minor: If logging full incoming HTTP data, don't deceptively print ... at the... | Justin Clark-Casey (justincc) | 2012-11-20 | 1 | -2/+5 |
* | | Merge commit '619c39e5144f15aca129d6d999bcc5c34133ee64' into careminster | Melanie | 2012-11-20 | 1 | -1/+2 |
|\ \ |
|
| * | | * Prep work switching the GetMeshModule over to a poll service. | teravus | 2012-11-09 | 1 | -1/+2 |
* | | | Merge branch 'master' into careminster | Melanie | 2012-11-15 | 1 | -0/+33 |
|\ \ \
| | |/
| |/| |
|
| * | | A few more AssemblyInfos in a few more dlls. | Diva Canto | 2012-11-14 | 1 | -0/+33 |
* | | | Merge branch 'master' into careminster | Melanie | 2012-10-23 | 1 | -9/+3 |
|\ \ \
| |/ / |
|
| * | | minor: Get content type handler logger to log "unset" for the content type in... | Justin Clark-Casey (justincc) | 2012-10-23 | 1 | -1/+1 |
| * | | minor: Use LogIncomingToContentTypeHandler() method for incoming HTTP data wh... | Justin Clark-Casey (justincc) | 2012-10-23 | 1 | -8/+2 |
| * | | If we're avoiding printing a long request warning for a GetTexture CAP call, ... | Justin Clark-Casey (justincc) | 2012-10-18 | 1 | -1/+1 |
| * | | Allow setting max connections for an endpoint | Melanie | 2012-09-30 | 1 | -1/+1 |
| * | | Revert "Added request.Proxy=null everywhere, as discussed in http://stackover... | Diva Canto | 2012-09-30 | 3 | -4/+0 |
| * | | Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com... | Diva Canto | 2012-09-30 | 3 | -0/+4 |
* | | | Merge branch 'master' into careminster | Melanie | 2012-09-29 | 1 | -3/+3 |
|\ \ \
| |/ / |
|
| * | | Fix bug where debug http level 6 could not be specified. Also converts newli... | Justin Clark-Casey (justincc) | 2012-09-29 | 1 | -3/+3 |
* | | | Merge branch 'avination' into careminster | Melanie | 2012-09-27 | 3 | -38/+38 |
|\ \ \
| | |/
| |/| |
|
| * | | create a new PollServiceHttpRequest req per loop since they can be sent to | UbitUmarov | 2012-09-27 | 1 | -5/+1 |
| * | | just remove the damm thing | UbitUmarov | 2012-09-26 | 3 | -25/+3 |
| * | | Seems nothing actually need the request body for getevents. so change | UbitUmarov | 2012-09-26 | 2 | -3/+10 |
| * | | keep watchdog happy using it to kill his threads | UbitUmarov | 2012-09-26 | 1 | -9/+1 |
| * | | more changes to PollService | UbitUmarov | 2012-09-26 | 2 | -24/+18 |
| * | | Change the poll service to use a thread pool for replies to make sure the | Melanie | 2012-09-23 | 1 | -7/+38 |
| * | | Catch a nullref in the code to suppress GetTexture warnign spam we can't | Melanie | 2012-09-16 | 1 | -1/+1 |