- Jul 30, 2007
-
- Jul 27, 2007
-
-
Ryan Williams authored
New mysql connection pool for Python, plus unit tests that verify that it's actually non-blocking. Some additional behavior in saranwrap, with tests that pass. Reviewd by Donovan.
-
Steven Bennetts authored
Includes voice-server-changes (0:66493)
-
- Jul 26, 2007
-
-
Kelly Washington authored
-
- Jul 25, 2007
-
-
Don Kjer authored
EFFECTIVE MERGE: svn merge -r 65485:66133 svn+ssh://svn/svn/linden/branches/maintenance into release This includes fixes to the maintenance-r66133 branch, and sync'ing up with release@r66392 ACTUAL MERGE: svn merge -r 66394:66435 svn+ssh://svn/svn/linden/branches/release-r66392 into release EQUIVALENT TO: svn merge -r 65485:66434 svn+ssh://svn/svn/linden/branches/maintenance-r66133 into release (plus branch sync'ing)
-
Seth Alves authored
-
Seth Alves authored
-
- Jul 24, 2007
-
-
Ryan Williams authored
Minor bugfixes for a line in viewer_manifest that never gets run (because of the way the SConstruct file on Linux is built). However, it might get run in the future, so there we go. Thanks cg for finding this. Not reviewed.
-
- Jul 22, 2007
-
-
Ryan Williams authored
Added much more error-recovery logic to template-verifier -- e.g. it retries a few times to fetch the master from the web. Also I changed the master to live in the system global tempdir, mostly because the build machines had a network problem and I wanted to reduce the chance of that happening. Not reviewed, but I'm checking it in over the weekend so I can silently fix it if there's yet another weird configuration difference that breaks it on the build machines.
-
- Jul 20, 2007
-
-
Kartic Krishnamurthy authored
Fixed cache invalidation in simulator.cpp, llsd.php, added RFC 1123 compliant date format, and unit test for the new date function
-
Ryan Williams authored
-
Ryan Williams authored
SL-49406: template_verifier.py requires network access to build. Implemented a 4-hour cache so it hits the network less often overall (saving approx .5 seconds every build), and added fault tolerance for when it fails to fetch the master over the network. It'll whine at you if it can't fetch it, but even if it can't get the master from the network and doesn't have a cached copy at all, it will still at least do a syntax check on the local template.
-
svn+ssh://svn/svn/linden/branches/maintenanceDon Kjer authored
* WARNING *: maintenance r64837 is not the last rev to use in the next merge. use r65269
-
- Jul 18, 2007
-
-
Ryan Williams authored
Replaced usage of urlopen.read(), which isn't guaranteed to return all of the downloaded bytes, with urlopen.readlines(), which (I believe) does have that guarantee. This should fix the rash of mysteriously-failing prebuilds. In the process, added some better error messaging about whether the local template has the parse error, or the master on the network. Also some reorganization. Reviewed by Tess and Leyla.
-
svn+ssh://svn.lindenlab.com/svn/linden/branches/maintenanceBryan O'Sullivan authored
(everything outside of indra, missing some file additions) (josh) Original log message was: svn merge -r64837:65485 svn+ssh://svn.lindenlab.com/svn/linden/branches/maintenance bos updated it to be: svn merge -r64837:65269 svn+ssh://svn.lindenlab.com/svn/linden/branches/maintenance However, it appears it actually was: svn merge -r64837:65485 svn+ssh://svn.lindenlab.com/svn/linden/branches/maintenance ... missing some file additions.
-
svn+ssh://svn.lindenlab.com/svn/linden/branches/maintenanceBryan O'Sullivan authored
(only inside indra) (josh) Original log message was: svn merge -r64837:65485 svn+ssh://svn.lindenlab.com/svn/linden/branches/maintenance bos updated it to be: svn merge -r64837:65269 svn+ssh://svn.lindenlab.com/svn/linden/branches/maintenance However, it appears it actually was: svn merge -r64837:65485 svn+ssh://svn.lindenlab.com/svn/linden/branches/maintenance ... missing some file additions.
-
- Jul 17, 2007
-
-
svn+ssh://svn/svn/linden/branches/dpo-3-bug-fixKartic Krishnamurthy authored
NOTE: r63705 is *not* the earliest rev# for dpo-3-bug-fix.
-
- Jul 16, 2007
-
-
Aaron Brashears authored
Result of svn merge -r65183:65337 svn+ssh://svn/svn/linden/branches/python-shuffle into release. Also includes untabification of many python files.
-
- Jul 12, 2007
-
-
Bryan O'Sullivan authored
-
- Jul 11, 2007
-
-
Brad Kittenbrink authored
-
James Cook authored
-
Josh Bell authored
svn merge -r 65078:65118 svn+ssh://svn.lindenlab.com/svn/linden/branches/release-candidate --> release Sync up last minute patches that went into 1.18.
-
svn+ssh://svn/svn/linden/release@65088Tess Chu authored
svn merge --ignore-ancestry svn+ssh://svn/svn/linden/release@65088 svn+ssh://svn/svn/linden/branches/release-candidate@65078 -> release Paired by Tess and rdw.
-
James Cook authored
SL-47720 Crash on startup due to SSE instructions. Disable SSE code generation on Windows build. This prevents global constants from being initialized with SSE instructions. We can use the SSE code on Intel Mac (since they all support SSE) and if we enable SSE compilation for the entire Windows viewer. Reviewed by Kelly.
-
- Jul 09, 2007
-
-
James Cook authored
-
- Jul 05, 2007
-
-
Lee Montgomery authored
-
- Jul 03, 2007
-
-
James Cook authored
Fixed broken Mac universal build due to missing files and bad LL_VECTORIZE ifdef for sse-skinning code.
-
- Jul 02, 2007
-
-
James Cook authored
-
James Cook authored
svn merge -r 62595:62596 and 62598:63308 sse-skinning-3 for faster software avatar rendering. Visual Studio 2005 project file fixed pending.
-
- Jun 29, 2007
-
-
Nathan Savage authored
-
Nathan Savage authored
-
- Jun 28, 2007
-
-
-
Jake Simpson authored
Changes to make Logitech code more LL Code Standards compliant, plus remove all the SDK code and instead just used headers and an included lib that we build ourselves from the Trunk directory.
-
Brad Kittenbrink authored
-
- Jun 26, 2007
-
-
Josh Bell authored
NOTE: Only a partial merge from maintenance!!!! svn merge -r 64309:64310 svn+ssh://svn.lindenlab.com/svn/linden/branches/maintenance --> release
-