Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-11-03 | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 4 | -355/+0 | |
2015-09-04 | Deleted old unfinished code under Framework.Communications that wasn't being ↵ | Diva Canto | 4 | -355/+0 | |
used anywhere. Also folded GenericAsyncResult into RestClient, since it is used only there. This is preparation to remove Framework.Communications entirely. | |||||
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 4 | -4/+4 | |
LICENSE.txt. | |||||
2008-05-16 | Formatting cleanup. | Jeff Ames | 4 | -52/+52 | |
2008-04-21 | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 4 | -6/+1 | |
(this took a while to run). | |||||
2008-04-03 | Update svn properties. | Jeff Ames | 1 | -0/+0 | |
2008-04-03 | * Adding request time limiting strategy for texture requests, though this ↵ | Justin Clarke Casey | 2 | -1/+141 | |
isn't useable yet | |||||
2008-03-25 | Fix a couple more warnings. | Jeff Ames | 1 | -3/+0 | |
2008-03-24 | * Fix build break in last revision. Thanks to paulieFemto for pointing it out. | Justin Clarke Casey | 1 | -4/+4 | |
2008-03-24 | * Picky comment change | Justin Clarke Casey | 1 | -1/+1 | |
2008-03-24 | * Create null limit strategy | Justin Clarke Casey | 1 | -0/+42 | |
2008-03-24 | * Refactor: Genericise request limit strategies and move to ↵ | Justin Clarke Casey | 2 | -0/+181 | |
OpenSim.Framework.Communications.Limit |