Histórico de Commits

Autor SHA1 Mensagem Data
  Oren Hurvitz 99ac770abb Close streams immediately when we finish using them há 10 anos atrás
  Oren Hurvitz 88f7a833dc Improved HTTP logging há 10 anos atrás
  Oren Hurvitz bc06db3df4 - Created a standard function to send XML-RPC requests, which logs them like we do for other types of HTTP activity. há 10 anos atrás
  Oren Hurvitz 2051535ce1 String matching in REST handlers: must allow '-' as a separator, because the "/map" handler uses it há 10 anos atrás
  Oren Hurvitz aa217cf90f Better string matching when searching for REST handlers: must match an entire path component (ending with '/' or a similar character). há 10 anos atrás
  Oren Hurvitz bbfda8e19e Fixed last-resort sending of error response (HTTP 500) when an error occurs while handling a request. há 10 anos atrás
  Oren Hurvitz 6d1d58b654 Use the "X-Content-Encoding" header to indicate gzipped data, because old OpenSims fail if they get an unknown "Content-Encoding" há 10 anos atrás
  Oren Hurvitz b1d8aa0b64 Use the "Content-Encoding" header to indicate gzipped streams há 10 anos atrás
  Oren Hurvitz f90aee696a Always throw an exception if MakeRequest (used for HTTP POST) fails. (Previously many exceptions were ignored) há 11 anos atrás
  Oren Hurvitz f901a38204 Improved logging of HTTP requests há 11 anos atrás
  Justin Clark-Casey (justincc) f3e177814a Add regression test for http inventory fetch. há 10 anos atrás
  Justin Clark-Casey (justincc) 7cab41f422 refactor: replace verbose checks with String.IsNullOrEmpty where applicable. há 11 anos atrás
  Aleric Inglewood 7889e7757a Don't use 'Indented' formatting for RpcXml responses. há 11 anos atrás
  Justin Clark-Casey (justincc) 1b7b664c86 Add request received/handling stats for caps which are served by http poll handlers. há 11 anos atrás
  Diva Canto b2d4b8b1da BaseHttpServer: if the handler sets the content length, don't override it. This happens in HEAD handlers. há 11 anos atrás
  Justin Clark-Casey (justincc) 84af1cab9b Display existing statistic of how many http requests a server is making as server.network.HTTPRequestsMade in "show stats all" há 11 anos atrás
  Justin Clark-Casey (justincc) 9501a583cb Make number of inbound http requests handled available as a httpserver.<port>.IncomingHTTPRequestsProcessed stat há 11 anos atrás
  Justin Clark-Casey (justincc) 32d1e50565 Reinstate explicit starting and stopping of PollServiceRequestManager added in 3eee991 but removed in 7c0bfca há 11 anos atrás
  Melanie 7c0bfca7a0 Adding Avination's PollService to round out the HTTP inventory changes há 11 anos atrás
  teravus d2367968e4 * In between the fog, a moment of clarity. This fixes mantis 6570 há 11 anos atrás
  teravus 6e1b3f9951 *Yet another HTTPServer update code changes in OpenSim Libs. * This fixes a connection close issue by getting rid of the socket references * This adds a connection timeout checker to shutdown poor or evil connections and combats DOS attempts that just connect and make no complete requests and just wait. It also actually implements KeepAlive... instead of just understanding the connection header in the request... you can test by connecting and requesting a keepalive header and sending another request on the same connection. The new timeout checker closes expired keepalive sessions, just make sure you send the request within 70 seconds of connecting or the timeout checker will timeout the connection. há 11 anos atrás
  BlueWall 66d74e76b1 Add method to remove JsonRpc Handlers from the server há 11 anos atrás
  teravus 4867a7cbbf This is the final commit that enables the Websocket handler há 11 anos atrás
  teravus 1dc09d8e8f We're not really done here.. but we're getting there. Socket Read is working.. Still have to do Header.ToBytes and compose a websocket frame with a payload. há 11 anos atrás
  BlueWall 2841ed05cf Merge branch 'master' of /home/opensim/var/repo/opensim há 12 anos atrás
  BlueWall 1776986dc3 Add additional return status há 12 anos atrás
  Justin Clark-Casey (justincc) 3eee991935 Explicitly stop PollServiceRequestManager() rather than relying on its destructor. há 12 anos atrás
  BlueWall ca3e0d67d2 Add Json-Rpc 2.0 To Registered Handlers há 12 anos atrás
  Justin Clark-Casey (justincc) fdf8876e20 In BaseHttpServer.HandleRequest(), use Culture.SetCurrentCulture() rather than creating a new CultureInfo separately há 12 anos atrás
  Justin Clark-Casey (justincc) 065d6d6fe1 Delete unused BaseHttpServer.HandleAgentRequest() há 12 anos atrás