- Feb 28, 2022
-
- Jan 08, 2020
-
-
andreykproductengine authored
-
- Sep 06, 2019
-
-
¡Cinder! ㊝ authored
Sort out some mac issues. Move llappdelegate-objc.mm back to llwindow where it belongs, remove NSPicker color picker support for the time being, other various mac fixes and test changes
-
- Sep 04, 2019
-
-
¡Cinder! ㊝ authored
-
- Aug 12, 2019
-
-
Nat Goodspeed authored
-
- Aug 10, 2019
-
-
Nat Goodspeed authored
Use them in place of awkward try/catch test boilerplate.
-
Rye Mutt authored
-
- Aug 09, 2019
-
-
andreykproductengine authored
-
- Aug 28, 2018
-
- May 24, 2018
-
-
Anchor Linden authored
-
- May 23, 2018
- May 17, 2018
-
-
Nat Goodspeed authored
Also use existing LL_TO_STRING() macro to stringize LL_VIEWER_CHANNEL in llversioninfo.cpp and its tests.
-
- Jun 13, 2018
-
-
Mnikolenko ProductEngine authored
-
- Apr 10, 2018
-
-
andreykproductengine authored
-
andreykproductengine authored
-
- Aug 24, 2017
-
-
Oz Linden authored
MAINT-7594: add platform name string and address size to login request for crash stats (and add request parameter logging at DEBUG)
-
- Aug 22, 2017
-
-
Oz Linden authored
-
- Aug 14, 2017
-
-
Oz Linden authored
-
- May 27, 2017
-
-
Cinder authored
-
- May 17, 2017
-
-
Cinder authored
I have a cold or I'd fix it right today, but they pass
-
Drake Arconis authored
-
- Apr 14, 2017
-
-
Oz Linden authored
-
Oz Linden authored
Id rather than sha1 hash, since that is rarely used in modern certs. The previous form was storing trusted certs using an empty sha1 hash value as the key, which meant most certificates matched... not good. Modify the LLCertException to pass certificate information back as LLSD rather than an LLPointer<LLCertificate>, because when the exception is being thown from the certificate constructor that results in one of a couple of other exceptions (even refcounting won't save you when the problem is that the thing you're pointing to never finished coming into being properly). Update the certificates in the llsechandler_basic_test to modern conventions, and extend the classes to allow for an optional validation date so that the test can use a fixed date. Also make all the certificates include the plain text form for ease of reference.
-
- Mar 02, 2017
-
-
Brad Payne (Vir Linden) authored
-
- Feb 27, 2017
-
-
Brad Payne (Vir Linden) authored
-
- Dec 07, 2016
-
-
Drake Arconis authored
-
Nat Goodspeed authored
This is the function in indra/llmessage/tests/testrunner.py that iterates through ports in a specified range, looking for an available one. Other platforms understand a specification of port 0 to mean: "You pick one. I'll just use whichever one you picked."
-
Nat Goodspeed authored
Instead of having testrunner.run()'s caller pass a Thread object on which to run the caller's server instance's serve_forever() method, just pass the server instance. testrunner.run() now constructs the Thread. This API change allows run() to also call shutdown() on the server instance when done, and then join() the Thread. The hope is that this will avoid the Python runtime forcing the process termination code to 1 due to forcibly killing the daemon thread still running serve_forever(). While at it, eliminate calls to testrunner.freeport() -- just make the runtime pick a suitable port instead.
-
- Nov 30, 2016
-
-
Nat Goodspeed authored
Evidently the LL_VIEWER_CHANNEL macro (defined on the compiler command line) used to contain enclosing double quotes. Something changed (newer CMake version?) so that the macro now expands as Second Life Release rather than as "Second Life Release". That leads to syntax errors when it's used. Add C++ preprocessor trickery to stringize the value of the macro.
-
- Mar 06, 2017
-
-
Glenn Glazer authored
-
- Mar 02, 2017
-
-
Glenn Glazer authored
SL-321: remove redundant const declaration of MD5HEX_STR_SIZE in llversioninfo, remove extraneous python variable assignment in CMakeLists, run tests with INFO
-
- Mar 01, 2017
-
-
Glenn Glazer authored
-
- Sep 14, 2016
-
-
Natty Linden authored
-
- Aug 27, 2016
-
-
Drake Arconis authored
-
- Aug 22, 2016
-
-
Glenn Glazer authored
-
- Aug 18, 2016
-
-
Glenn Glazer authored
-
- Jan 31, 2016
-
-
Drake Arconis authored
-
- Jan 29, 2016
-
-
Drake Arconis authored
-
- Nov 10, 2015
-
-
Rider Linden authored
-