Skip to content
Snippets Groups Projects
  1. Apr 01, 2011
  2. Aug 24, 2010
  3. Aug 13, 2010
  4. Jun 28, 2010
  5. Apr 07, 2010
  6. Feb 02, 2010
  7. Jan 20, 2010
    • Nat Goodspeed's avatar
      DEV-35248: Allow NoVerifySSLCert to uniformly disable verification · df7e5dd1
      Nat Goodspeed authored
      Introduce static LLCurl SSL verification flag, default 'true', accessed by
      LLCurl::setSSLVerify() and getSSLVerify().
      Make LLCurl::Easy::prepRequest() check LLCurl::getSSLVerify() instead of
      unconditionally setting CURLOPT_SSL_VERIFYPEER 'true'. Also set
      CURLOPT_SSL_VERIFYHOST to match.
      Make LLXMLRPCTransaction::Impl::init() examine LLCurl::getSSLVerify(), instead
      of directly examining gSavedSettings.getBOOL("NoVerifySSLCert").
      Make LLURLRequest::checkRootCertificate() set CURLOPT_SSL_VERIFYHOST as well
      as CURLOPT_SSL_VERIFYPEER.
      Make request() in llhttpclient.cpp (used by LLHTTPClient::getByteRange(),
      head(), get(), getHeaderOnly(), put(), post(), postRaw(), postFile(), del(),
      move()) pass LLCurl::getSSLVerify() to checkRootCertificate(), rather than
      constant 'true'.
      Make LLAppViewer::mainLoop() call
          LLCurl::setSSLVerify(! gSavedSettings.getBOOL("NoVerifySSLCert"))
      at the same time it calls LLCurl::setCAFile(), a comparable bit of static
      setup.
      df7e5dd1
  8. Jul 09, 2009
  9. Jun 30, 2009
  10. May 18, 2009
  11. Feb 18, 2009
  12. Feb 06, 2009
    • Robert Knop's avatar
      svn merge -r 108748:109731 svn+ssh://svn.lindenlab.com/svn/linden/branches/server/server-1.25 · ea8e8327
      Robert Knop authored
      Merge server 1.25 back to trunk
      
      Conflicts:
      
      C    indra/llcommon/llversionserver.h  : svn reverted
      
      C    indra/tools/bill/MoneyMachine.pm : one conflict, only difference
                                              was a blank line.
      
      C    indra/newsim/lllslmanager.cpp : kept merge-right, in consultation
      C    indra/newsim/lllslmanager.h   :   with babbage
      C    indra/newsim/llagentinfo.cpp  : (runNested, not runSpecial)
      
      C    indra/test/test_entity_query.py        : Kept merge-right
      C    indra/test/test_agent_linden_dollar.py : Kept merge-right
                        --> Kartic fixed these testes in server-1.25
      
      C    indra/test/template/httpd.tmpl : Kept merge-right
                                            (the IfModule version)
      ea8e8327
  13. Jan 07, 2009
  14. Oct 07, 2008
  15. Sep 16, 2008
    • Kartic Krishnamurthy's avatar
      QAR-751 : Merge Agent Inventory Services - Fetch Inventory and Fetch Inventory... · 80f61963
      Kartic Krishnamurthy authored
      QAR-751 : Merge Agent Inventory Services - Fetch Inventory and Fetch Inventory Descendents - to Release
      
      Related Jiras:
      1. DEV-17797 New Top Causes of Inventory Loss is Attachments with null folder_id
      2. DEV-17937 null asset id not handled correctly in ais inventory fetch
      3. OPSRT-1097 Update python-indra package on the system images
      4. DEV-20505 QAR-751: Banning Cap "FetchLibDescendents" results in error in viewer log.
      5. DEV-20328 QAR-751 Excessive log spam when using ais viewer against ais sim
      6. DEV-20335 QAR-751 AIS bans are missing from message.xml
      
      svn merge -r95983:96590 svn+ssh://svn/svn/linden/branches/ais-for-merge-qar-751 .
      
      Miscellaneous commit:
      1. Fixed silly bug in llsd-rest that broke connects to https on a non-standard port
      80f61963
  16. Aug 26, 2008
  17. Jun 25, 2008
  18. Jun 02, 2008
  19. May 13, 2008
    • Josh Bell's avatar
      svn merge -r 87164:87466... · 41e1ed5b
      Josh Bell authored
      svn merge -r 87164:87466 svn+ssh://svn.lindenlab.com/svn/linden/branches/Branch_1-21-Server --> release
      
      Land store (already deployed to agni as 1.21 patches)
      * Increased the available purchase area in the land store.
      * Modified select pool query to take a simulator status. Now generating a new uuid for each insert into the fulfill lock table.
      * Checking to make sure put-simstate returns a uuid region_id.
      
      Other stuff (going out soon or already out)
      * svn merge -r87339 svn/linden/branches/havok4/havok4-6 (Block creation of mega prims.)
      * Fix for the mega prim fix to also block 0 scale prims.
      * svn merge -r 84565:86084 svn+ssh://svn.lindenlab.com/svn/linden/branches/single-ref-attach-again --> Branch_1-21-Server (Slipstream QAR-518 single ref attachments)
      * Switched off indra.known_address in favor of indra_aux.known_address
      * DEV-15151 check_group_land.py kills the database
      * DEV-14662 - Change the current model of PREPARE/EXECUTE to directly execute the SQL (QAR-580)
      * DEV-15167 Random failure with set-classified-stats
      
      The secret word is: dataserver-is-deprecated
      41e1ed5b
  20. Mar 25, 2008
    • Josh Bell's avatar
      svn merge -r 82869:83166... · 11a35896
      Josh Bell authored
      svn merge -r 82869:83166 svn+ssh://svn.lindenlab.com/svn/linden/branches/Branch_1-19-2-Server --> release
      
      Includes:
      DEV-12492 "new" regAPI fails on php-framework-2
      DEV-11540 Show browser HUD for A/B test users coming from SL.com.
      DEV-11730 LLSD parser changes
      PHP logs to syslog
      DEV-12146 php llsd_UUID does not pass the IsUUID() validation function
      DEV-12356 oldstyle FetchInventoryDescendents should be TEMPLATE not LLSD
      steve's fix to setting the proxy option in curl
      11a35896
  21. Mar 20, 2008
    • Josh Bell's avatar
      svn merge -r 82563:82869... · 9fd4dfa5
      Josh Bell authored
      svn merge -r 82563:82869 svn+ssh://svn.lindenlab.com/svn/linden/branches/Branch_1-19-2-Server --> release
      
      DEV-12326 DEV-12232 fix for strange string crashes.
      web dataservices: fixed issue with non-selects not returning affected rows, also cleaned up log messages and unit tests
      DEV-12232 fix for crash bug.
      DEV-12105 Setting a music URL which is too long creates many problems
      Adding streambase log message for login failures.
      Changed URL for FetchInventoryDescendents to use new webservice when we're ready.
      DEV-12140 - Mapserver crashes in 1.19.2 Server
      QAR-390 - Add log_viewer_stats syslog writes
      need to deploy vault_control.pl central services, for reg
      DEV-11104 - Don't chew up memory profiling everything in pay-stipends.pl
      web dataservices: minor changes: logging added, mailer host changed to localhost per Ops
      9fd4dfa5
  22. Mar 03, 2008
  23. Feb 29, 2008
  24. Feb 28, 2008
    • Josh Bell's avatar
      svn merge -r 80357:80990... · 2fdd7c35
      Josh Bell authored
      svn merge -r 80357:80990 svn+ssh://svn.lindenlab.com/svn/linden/branches/Branch_1-19-1-Server --> release
      
      Merge patches from 1.19.1 Server branch:
      
      * QAR-293 Fix for hardcoded TTLs in web dataservices
      * DEV-10826 fix for busted binary and notation parse if handed an unlimited parse size
      * Bounce apache2 processes before starting backbone/dataserver/simulator
      * Changing web-ds TTL in a way that any query that has 0 < ttl <=60 will have ttl = 61.
      * Partial reversion of multiagent-chat to 1.19.0 to address fast memory leak
      * Fixed minor, non user facing bug in multiagentchat
      * set-classified-stats: Rewrote to use new MDB2 query reformatting syntax
      * Fixed possible bad conversion of vivox data
      * DEV-550, caching changes to DirClassifieds Query
      * QAR-240 (DEV-8488) Prevent residents from purging stuff that isn't trash on the backend
      * More mem leak fixes for multiagent-chat
      * QAR-274 Fetch inventory descendents over TCP (via HTTP cap) instead of UDP
      * DEV-10151: Sometimes group IMs appear to be person to person IMs
      * QAR-321 Changes to crash_reporter
      * DEV-11004 Speed up people search query using FORCE INDEX (PRIMARY) on the username table if the first-name query fragment is >= 3 chars
      * DEV-11004 Speed up people search query using FORCE INDEX (PRIMARY).  Web service version of this, must use two named queries because we need to change the query based on input string length.
      2fdd7c35
  25. Feb 13, 2008
  26. Feb 12, 2008
  27. Dec 21, 2007
  28. Nov 30, 2007
  29. Oct 04, 2007
  30. Aug 07, 2007
  31. May 02, 2007
  32. Jan 23, 2007
  33. Jan 03, 2007
  34. Jan 02, 2007
Loading