| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Fix cm/15627 : Don't block the entire URL on duplicate requests, just that pa... | Tom | 2011-01-31 | 1 | -3/+3 |
* | | If llHTTPRequest results in an error, still attempt to get the response text.... | Tom | 2011-01-29 | 1 | -1/+11 |
* | | Ignore duplicate llHTTPResponse calls to the same request. Prevents response ... | Tom | 2011-01-29 | 1 | -4/+9 |
* | | Significantly increase the total number of URL's available. In second life, ... | Tom | 2011-01-28 | 1 | -1/+1 |
* | | Fix a discrepancy vs. SL with parsing x-query-string | Tom | 2011-01-28 | 1 | -1/+8 |
* | | Workaround to allow llHTTPRequest to POST data to Lighthttpd which doesn't su... | Tom | 2010-12-14 | 1 | -0/+4 |
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-12-12 | 1 | -11/+12 |
|\ \
| |/ |
|
| * | Normalization of OSSL function names. | Marck | 2010-12-10 | 1 | -11/+12 |
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-11-02 | 1 | -32/+32 |
|\ \
| |/ |
|
| * | Thanks Snoopy for a patch that addresses Mantis #0005165: osSetDynamicTexture... | dahlia | 2010-11-02 | 1 | -32/+32 |
| * | Change the way IRegionModule us referenced by IEmailModule to | Melanie Thielker | 2010-06-28 | 1 | -1/+1 |
* | | Now, fix the slash issue the right way. Our URLs now work like SL's | Melanie Thielker | 2010-07-03 | 1 | -5/+5 |
* | | Re-add the slashes at the end of the URL. Too much depends on them | Melanie Thielker | 2010-07-03 | 1 | -2/+2 |
* | | ANother stab at LSL compatibility | Melanie Thielker | 2010-07-01 | 1 | -1/+1 |
* | | Remove trailing slash from HTTP URLs to be compatible with SL | Melanie Thielker | 2010-07-01 | 1 | -1/+1 |
* | | Change the way IRegionModule us referenced by IEmailModule to | Melanie Thielker | 2010-06-28 | 1 | -1/+1 |
|/ |
|
* | minor: Print out port that http servers are using | Justin Clark-Casey (justincc) | 2010-03-25 | 1 | -6/+6 |
* | Fixed several unhandled exceptions and performance issues with PrimitiveBaseS... | John Hurliman | 2010-03-16 | 1 | -11/+9 |
* | Changed asset CreatorID to a string | John Hurliman | 2010-02-22 | 1 | -1/+1 |
* | * Adds CreatorID to asset metadata. This is just the plumbing to support Crea... | John Hurliman | 2010-02-22 | 1 | -1/+2 |
* | Endline fix | Teravus Ovares (Dan Olivares) | 2010-02-06 | 1 | -12/+12 |
* | minor: one method doc | Justin Clark-Casey (justincc) | 2010-02-04 | 1 | -0/+1 |
* | refactor: move world comm message queueing into its own method | Justin Clark-Casey (justincc) | 2010-02-02 | 1 | -23/+13 |
* | Resolve one more conflict I overlooked | Melanie | 2010-01-29 | 1 | -14/+0 |
* | Revert "Updates all IRegionModules to the new style region modules." | Melanie | 2010-01-29 | 8 | -203/+89 |
* | Changes WorldCommModule to ISharedRegionModule. | Revolution | 2010-01-28 | 1 | -1/+5 |
* | Updates all IRegionModules to the new style region modules. | Revolution | 2010-01-23 | 8 | -86/+210 |
* | Fix a major security problem with osSetDynamicTexture which allowed the delet... | CasperW | 2010-01-18 | 1 | -5/+12 |
* | Make locking of timers and listeners in script related functions consistent | Justin Clark-Casey (justincc) | 2009-11-27 | 1 | -3/+6 |
* | minor: very minor formatting change | Justin Clark-Casey (justincc) | 2009-11-16 | 1 | -4/+1 |
* | Fixed XMLRPC return params | Mic Bowman | 2009-11-10 | 1 | -1/+1 |
* | Changing the AssetBase constructors to avoid initializing assets with an unkn... | John Hurliman | 2009-11-05 | 1 | -4/+1 |
* | Calling .Close() on AutoResetEvent and ManualResetEvent (those classes contai... | John Hurliman | 2009-10-09 | 1 | -2/+2 |
* | Revert "Merging in diva's locking fixes" | Melanie | 2009-10-07 | 1 | -19/+18 |
* | Merging in diva's locking fixes | John Hurliman | 2009-10-06 | 1 | -18/+19 |
|\ |
|
| * | Rewrote parts of the code that were double-locking different objects. This is... | Diva Canto | 2009-10-06 | 1 | -18/+19 |
* | | Fixing a few compile errors in the previous commit | John Hurliman | 2009-10-06 | 2 | -2/+0 |
|/ |
|
* | Merge branch 'diva-textures-osgrid' | Melanie | 2009-10-04 | 1 | -2/+2 |
|\ |
|
| * | * Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF... | John Hurliman | 2009-10-02 | 1 | -2/+2 |
* | | Merge branch 'master' into diva-textures | Melanie | 2009-10-02 | 2 | -21/+252 |
|\ \
| |/
|/| |
|
| * | Formatting cleanup. | Jeff Ames | 2009-10-01 | 1 | -4/+4 |
| * | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 2009-09-25 | 1 | -4/+3 |
| * | Moved RegionName from RegionInfo to SimpleRegionInfo. | Diva Canto | 2009-09-22 | 1 | -242/+242 |
| * | Thank you, Intari, for a patch that implements the missing pieces of | Melanie | 2009-09-22 | 1 | -37/+269 |
* | | Attempting to improve the robustness of texture decoding by always ignoring L... | John Hurliman | 2009-09-30 | 1 | -1/+1 |
|/ |
|
* | Apply http://opensimulator.org/mantis/view.php?id=4142 | Justin Clark-Casey (justincc) | 2009-09-14 | 1 | -1/+1 |
* | oops. fixing missing argument. | dr scofield (aka dirk husemann) | 2009-08-31 | 1 | -1/+1 |
* | adding log message to vector render to inform about default font being used | dr scofield (aka dirk husemann) | 2009-08-31 | 1 | -0/+1 |
* | - making font name used by VectorRenderModule configurable: can be set | dr scofield (aka dirk husemann) | 2009-08-31 | 1 | -3/+12 |
* | Implements osDrawPolygon, similar to already implemented osDrawFilledPolygon | Arthur Valadares | 2009-08-28 | 1 | -0/+6 |