aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Scripting/LSLHttp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bump number of URLs to 15000 per regionMelanie2012-07-291-1/+1
* Merge branch 'avination' into careminsterMelanie2012-07-161-5/+5
|\
| * Make https work in the poll service managerMelanie2012-07-151-2/+2
| * Fix a double parenthesis typoMelanie2012-07-151-1/+1
| * Set up https to work like http does in the poll handlerMelanie2012-07-151-3/+3
* | Merge branch 'avination' into careminsterMelanie2012-07-061-5/+5
|\ \ | |/
| * Add an EventType enum and Type field to the poll service event args. This allowsMelanie2012-07-051-4/+4
| * added a timeout paramenter to PollServiceEventArgs, so each type can define ...UbitUmarov2012-07-041-2/+2
* | Merge branch 'avination' into careminsterMelanie2012-06-291-1/+2
|\ \ | |/
| * Comment out a spammy message that will spew 4 lines for each request to aMelanie2012-06-271-1/+2
* | Merge branch 'master' into careminsterMelanie2012-06-211-1/+8
|\ \
| * | Change read config paramter from max_urls_per_simulator to max_external_urls_...Justin Clark-Casey (justincc)2012-06-161-1/+1
| * | Implement max_external_urls_per_simulator setting in [LL-Functions] to allow ...Justin Clark-Casey (justincc)2012-06-161-1/+8
* | | Merge branch 'master' into careminsterMelanie2012-05-271-0/+4
|\ \ \ | |/ /
| * | Fix llGetSimulatorHostname to return configured hostnameBlueWall2012-05-231-0/+4
* | | Merge branch 'master' into careminsterMelanie2012-05-051-0/+13
|\ \ \ | |/ / | | / | |/ |/|
| * Temporarily add debug log lines to lsl url request and releaseJustin Clark-Casey (justincc)2012-05-041-0/+13
* | Merge branch 'master' into careminsterMelanie2012-01-141-0/+8
|\ \ | |/
| * Register the UrlModule for script engine events OnScriptRemoved and OnObjectR...Justin Clark-Casey (justincc)2012-01-141-1/+8
* | Merge commit 'eda770e978c09c756d15ba62dbbf6ee34a61b2f5' into bigmergeMelanie2011-12-081-11/+6
|\ \ | |/
| * Stop also adding an ordinary http handler when we set up a poll http handler.Justin Clark-Casey (justincc)2011-12-071-11/+6
* | Merge branch 'master' into bigmergeMelanie2011-10-261-0/+1
|\ \ | |/
| * Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead o...Justin Clark-Casey (justincc)2011-10-251-0/+1
* | Some additional protection, it seems that responsedata needs to be locked, bu...Tom2011-05-261-2/+13
* | Also fix the locking of url.requests and tidy the locks in generalTom2011-05-171-23/+31
* | Lock m_requestMap properly to prevent some nasty access errors and the result...Tom2011-05-171-30/+51
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-05-081-5/+56
|\ \ | |/
| * Add support for llRequestSecureURL() if ssl is enabledBlueWall2011-05-051-5/+56
* | Since we've plugged the leak, now increase URLs to 5000 since the limit is be...Tom2011-03-211-1/+1
* | Repair x-query-stringTom2011-02-031-1/+1
* | Fix cm/15627 : Don't block the entire URL on duplicate requests, just that pa...Tom2011-01-311-3/+3
* | Ignore duplicate llHTTPResponse calls to the same request. Prevents response ...Tom2011-01-291-4/+9
* | Significantly increase the total number of URL's available. In second life, ...Tom2011-01-281-1/+1
* | Fix a discrepancy vs. SL with parsing x-query-stringTom2011-01-281-1/+8
* | Now, fix the slash issue the right way. Our URLs now work like SL'sMelanie Thielker2010-07-031-5/+5
* | Re-add the slashes at the end of the URL. Too much depends on themMelanie Thielker2010-07-031-2/+2
* | ANother stab at LSL compatibilityMelanie Thielker2010-07-011-1/+1
* | Remove trailing slash from HTTP URLs to be compatible with SLMelanie Thielker2010-07-011-1/+1
* | Revert "Updates all IRegionModules to the new style region modules."Melanie2010-01-291-2/+0
* | Updates all IRegionModules to the new style region modules.Revolution2010-01-231-0/+2
|/
* Calling .Close() on AutoResetEvent and ManualResetEvent (those classes contai...John Hurliman2009-10-091-2/+2
* minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2009-09-251-4/+3
* Moved RegionName from RegionInfo to SimpleRegionInfo.Diva Canto2009-09-221-242/+242
* Thank you, Intari, for a patch that implements the missing pieces ofMelanie2009-09-221-37/+269
* Replace the Replaceable modules nameMelanie2009-08-101-1/+1
* * Remove some mono compiler warningsJustin Clark-Casey2009-08-051-3/+3
* Formatting cleanup.Jeff Ames2009-07-231-6/+6
* Thank you, patnad, for a patch to advance the UrlModule's functionality.Melanie Thielker2009-07-221-6/+9
* Committing the interface change and the addition to the modules to getMelanie Thielker2009-07-101-0/+5
* Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker2009-07-101-1/+1