Commit Verlauf

Autor SHA1 Nachricht Datum
  UbitUmarov 7cdce3e276 XbakesModule: allow more textures, older versions will not see vor 4 Jahren
  UbitUmarov 695821a93a update httpserver.dll reverting a change win does not seem to like vor 4 Jahren
  UbitUmarov 030ad7f47a minor change on httpserver dll vor 4 Jahren
  UbitUmarov 79234795fd avoid a data copy vor 5 Jahren
  UbitUmarov 292a9c9cd7 update httpserver.dll vor 5 Jahren
  UbitUmarov f29358744d fix http keep alive header vor 6 Jahren
  UbitUmarov 4381f16e18 keepalive is default vor 6 Jahren
  UbitUmarov e7b834874e another change to httpserver dll vor 6 Jahren
  UbitUmarov 3f7ffc12c4 reduce max keepalime time to 60s vor 6 Jahren
  UbitUmarov 3c3b8fc759 testing update httpserver.dll to .net4.6 vor 6 Jahren
  UbitUmarov e4747b938b update httpserver vor 6 Jahren
  UbitUmarov a2c824e124 get back to .net4.0 for now vor 7 Jahren
  UbitUmarov 2603363e3e update test httpserver, be more tolerant on protocols vor 7 Jahren
  UbitUmarov 774e00b3ee merge vor 7 Jahren
  UbitUmarov f358b39ef5 update httpserver vor 7 Jahren
  UbitUmarov 5fc3605955 some cleanup, use more using(), more checks so http request mem stream is closed vor 7 Jahren
  UbitUmarov 4bdf89d59b update httpserver muting some socket errors that are normal vor 7 Jahren
  UbitUmarov 6627da693e suport client certificate validation per listenner, with a supplied static callback vor 7 Jahren
  UbitUmarov 9df95afd86 update httpserver vor 7 Jahren
  UbitUmarov 6b017f94ea update httpserver dll fixing a memory leak vor 7 Jahren
  UbitUmarov 606e9f99f3 forgot the dll vor 7 Jahren
  UbitUmarov 6a02ac634b identify contexts by ID now avaiable ( pipeline serialization) vor 8 Jahren
  UbitUmarov c802368c86 replace http server with test version vor 8 Jahren
  UbitUmarov 5143bbc9d6 mantis: 7936 replace httpServer_OpenSim.dll with a new one restoring some checks lost in last update vor 8 Jahren
  Diva Canto 1065a4c1e4 Replace the http server dll with the right pair dll + xml vor 8 Jahren
  Melanie Thielker a2e4beea86 Update HttpServer_OpenSim.dll to fix an inventory loading bug. vor 8 Jahren
  Diva Canto 43d804b998 New HttpServer_OpenSim.dll with increased limits on number of connections, requests, etc. vor 11 Jahren
  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. vor 11 Jahren
  teravus 42c533c589 * Updates HttpServer again to re-add the code that closes the stream and connection when It's done sending. Be on the lookout for an old linux/mono bug where the client doesn't get the last bit of the stream before it is disconnected!. Code on opensim-libs. All tests pass.. HttpServer's internal tests pass.. but just a bad feeling. More people should test :) vor 11 Jahren
  teravus 4867a7cbbf This is the final commit that enables the Websocket handler vor 11 Jahren