Skip to content
Snippets Groups Projects
  1. Nov 10, 2015
  2. Jul 08, 2015
  3. Apr 01, 2015
  4. Mar 19, 2015
  5. Jun 19, 2013
    • Monty Brandenberg's avatar
      SH-4252 Add second policy class for large mesh asset downloads · 626752be
      Monty Brandenberg authored
      Added second mesh class as well as an asset upload class.
      Refactored initialization to use less code and more data to
      cleanly get http started.  Modified mesh to use the new
      http class for large requests (>2MB for now).  Added additional
      timeout setting to llcorehttp to distinguish connection timeout
      from transport timeout and are now using transport timeout
      values for large asset downloads that may need more time.
      626752be
  6. Mar 29, 2013
  7. Jun 19, 2012
  8. May 23, 2012
    • Monty Brandenberg's avatar
      Integrate llcorehttp library into lltexturefetch design. · 8fc35012
      Monty Brandenberg authored
      This is the first functional viewer pass with the HTTP work of the texture fetch
      code performed by the llcorehttp library.  Not exactly a 'drop-in' replacement
      but a work-alike with some changes (e.g. handler notification in consumer
      thread versus responder notification in worker thread).
      
      This also includes some temporary changes in the priority scheme to prevent
      the kind of priority inversion found in VWR-28996.  Scheme used here does
      provide liveness if not optimal responsiveness or order-of-operation.
      
      The llcorehttp library at this point is far from optimally performing.
      Its worker thread is making relatively poor use of cycles it gets and
      it doesn't idle or sleep intelligently yet.  This early integration step
      helps shake out the interfaces, implementation niceties will be covered
      soon.
      8fc35012
  9. Apr 23, 2012
  10. Mar 30, 2012
  11. Mar 28, 2012
  12. Aug 27, 2010
  13. Aug 12, 2010
  14. Nov 06, 2009
  15. Jul 10, 2009
  16. Jan 07, 2009
  17. Oct 04, 2007
  18. Jun 21, 2007
  19. Jan 02, 2007
Loading