| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-07-15 | Disable SHARED_LIB_STAGING_DIR usage on systems where it's not initialized. | brad kittenbrink | |
| 2009-07-10 | Merged in my latest changes including switching LLAPRSockStream to be fully ↵ | brad kittenbrink | |
| non-blocking (and thus not horribly inefficient) and a bunch of new event listener implementations. | |||
| 2009-07-10 | Expanded tabs in cmake files | palmer@945battery-guestB-224.lindenlab.com | |
| 2009-07-09 | Brad already added the LLCOMMON_LINK_SHARED definition. I removed the broken ↵ | Mark Palange (Mani) | |
| one I added and set the other one to ON by default. | |||
| 2009-07-09 | Defaulting LLCommonLinkShared to on | Palmer | |
| 2009-07-09 | Moveing around DLL copying to support building llcommon.dll and using ↵ | Mark Palange (Mani) | |
| llcommon.dll while running unit tests. | |||
| 2009-07-09 | DEV-34822 - merge 1.23 | Roxanne Skelly | |
| merge -r119443 - basic slurl handling ignore dead branch | |||
| 2009-07-08 | Fix for errors intializing the locale on unrecognized versions of windows ↵ | brad kittenbrink | |
| (like windows 7) | |||
| 2009-07-08 | merge -r 889-936 https://svn.aws.productengine.com/secondlife/pe/stable/ -> ↵ | Steven Bennetts | |
| viewer-2-0 Also: * Moved media remote shortcut to Communicate menu * Changed mini map menu to toggle instead of show | |||
| 2009-07-02 | Windows now links to shared apr when LLCOMMON_LINK_SHARED is on. | brad kittenbrink | |
| 2009-07-01 | Merged in windows LL_COMMON_API dll linkage fixes. | brad kittenbrink | |
| 2009-07-01 | Fixups for windows llcommon dll linkage errors that got dropped in the merge ↵ | brad kittenbrink | |
| up to viewer-2.0.0-3 | |||
| 2009-07-01 | Reconcile with Brad's changes before push | Nat Goodspeed | |
| 2009-07-01 | DEV-31980: provide a way to retrieve LLDispatchListener's tweaked ↵ | Nat Goodspeed | |
| LLEventPump name | |||
| 2009-07-01 | svn merge -r125825:125901 svn+ssh://svn.lindenlab.com/svn/user/cg/qar-1654 | Christian Goetze | |
| QAR-1654 merge completed. | |||
| 2009-06-30 | Fixes to let llcommon build as a .dylib. It depends on PTH library. | brad kittenbrink | |
| 2009-06-29 | Merged my latest eventhost changes with tip/latest viewer-2.0.0-3. | brad kittenbrink | |
| 2009-06-29 | Merge with viewer-2.0.0-3 | Bryan O'Sullivan | |
| 2009-06-26 | Moved LLAPRSockStream out of llcommon into eventhost module so I can ↵ | brad | |
| reenable its tests in the new world order. | |||
| 2009-06-25 | Merge with SVN login-api-3 branch | Bryan O'Sullivan | |
| 2009-06-24 | merge -r125267:125272 ↵ | Loren Shih | |
| svn+ssh://svn.lindenlab.com/svn/linden/branches/avatar-pipeline/inventory-links__merge__viewer2.0.0-3-r125202 to svn+ssh://svn.lindenlab.com/svn/linden/branches/viewer/viewer-2.0.0-3 | |||
| 2009-06-24 | DEV-31980: remove cruft from lleventdispatcher.h | Nat Goodspeed | |
| 2009-06-24 | DEV-31980: Extend LLEventDispatcher to handle const as well as non-const | Nat Goodspeed | |
| methods. Introduce LLAppViewerListener based on LLDispatchListener, instantiate a static one in llappviewer.cpp. Initial implementation only supports ["op"] == "requestQuit". | |||
| 2009-06-23 | Removed conflict markers (ie. <<<<<<<) in llmessage/CMakeLists.txt | Mark Palange (Mani) | |
| Copied snprintf declaration in llstring from login-api-3 | |||
| 2009-06-23 | Incomplete attempt to clean up Mercurial branch build | Nat Goodspeed | |
| 2009-06-22 | Merge with viewer-2.0.0-3 branch | Bryan O'Sullivan | |
| 2009-06-22 | trivial comment fixes for typos that were bugging me... | Adam Moss | |
| 2009-06-21 | merge -r 122421-124917 viewer-2.0.0-2 -> viewer-2.0.0-3 | Steven Bennetts | |
| ignore-dead-branch | |||
| 2009-06-20 | svn merge -r124872:124873 | Adam Moss | |
| svn+ssh://svn.lindenlab.com/svn/linden/branches/viewer/viewer-1.23.threefour-merge-1a QAR-1592 Merge of changes between 1.23 RC2 and 1.23 Final to trunk | |||
| 2009-06-19 | result of "svn merge -r123757:124890 ↵ | Paul Oppenheim | |
| svn+ssh://svn.lindenlab.com/svn/linden/branches/improve-unit-testing/iface-04" for QAR-1496 | |||
| 2009-06-19 | DEV-31980: extract dispatch-by-string-name logic from LLAresListener to new | Nat Goodspeed | |
| LLEventDispatcher and LLDispatchListener classes. See LLAresListener for example usage. | |||
| 2009-06-10 | Added LLAPRSockStream class and associated LLAPRSockStreambuf class for | Brad Kittenbrink | |
| DEV-31978 viewer event host socket module. reviewed by palmer+nat+mani. | |||
| 2009-06-04 | Merge of QAR-1383 event-system-7 into trunk. | Brad Kittenbrink | |
| svn merge -r 121797:121853 svn+ssh://svn.lindenlab.com/svn/linden/branches/merge-event-system-7 | |||
| 2009-06-04 | DEV-32777: Use a canonical boost::coroutines::coroutine signature, relying on | Nat Goodspeed | |
| boost::bind() to pass any other coroutine arguments. This allows us to remove the LLCoroBase and LLCoro constructs, directly storing a coroutine object in our ptr_map. It also allows us to remove the multiple launch() overloads for multiple arguments. Finally, it lets us move most launch() functionality into a non-template method. | |||
| 2009-06-03 | DEV-32777: Introduce LLCoros, an LLSingleton registry of named coroutine | Nat Goodspeed | |
| instances. LLCoros::launch() intends to address three issues: - ownership of coroutine instance - cleanup of coroutine instance when it terminates - central place to twiddle MSVC optimizations to bypass DEV-32777 crash. Initially coded on Mac; will address the third bullet on Windows. Adapt listenerNameForCoro() to consult LLCoros::getName() if applicable. Change LLLogin::Impl::connect() to use LLCoros::launch(). LLCoros::getName() relies on patch to boost::coroutines::coroutine::self to introduce get_id(). | |||
| 2009-05-29 | Added new LL_COMMON_API dll export declaration for new llsd_equals function. | Brad Kittenbrink | |
| 2009-05-28 | DEV-32777: ensure that stack objects listening on persistent LLEventPumps get | Nat Goodspeed | |
| properly disconnected when destroyed. Break out Debug class and associated macros from lleventcoro_test.cpp into test/debug.h. Add Debug output to lllogin_test. | |||
| 2009-05-27 | DEV-31979: Introduce LLReqID, a class to help individual event API listeners | Nat Goodspeed | |
| implement the ["reqid"] convention. This convention dictates that a response LLSD from each such API should contain a ["reqid"] key whose value echoes the ["reqid"] value, if any, in the request LLSD. Add LLReqID support to LLAresListener's "rewriteURI" service, LLSDMessage, LLCapabilityListener and LLXMLRPCListener. | |||
| 2009-05-27 | Fix minor Mac build breakage (missing #include) | Nat Goodspeed | |
| 2009-05-27 | Fix for mac build errors following r121524 commit for DEV-27646. | Brad Kittenbrink | |
| 2009-05-26 | Add llsd_equals(), a function whose absence sorely puzzles me | Nat Goodspeed | |
| 2009-05-22 | DEV-27646 dll linkage for login module. | Brad Kittenbrink | |
| Ok, finally got this to a point where it doesn't break the build and I can check in. llcommon can be built as a shared library (disabled but can be enabled with cmake cache var LLCOMMON_LINK_SHARED. reviewed by Mani on tuesday (I still need to get his suggested changes re-reviewed) | |||
| 2009-05-22 | svn merge -r121194:121210 | Adam Moss | |
| svn+ssh://svn.lindenlab.com/svn/linden/branches/viewer/viewer-1.23.onetwo-merge-1 QAR-1531 viewer 1.23rc1+1.23rc2 merge to trunk | |||
| 2009-05-19 | Now that 1.27 has branched away, bumping the version number to 1.29 to | Robert Knop | |
| mean "the development version between release versions 1.27 and 1.30". | |||
| 2009-05-18 | Result of svn merge -r119432:120464 ↵ | Aaron Brashears | |
| svn+ssh://svn/svn/linden/branches/http_database/merge-03 into trunk. QAR-1462 | |||
| 2009-05-13 | svn merge -r113003:119136 ↵ | Nat Goodspeed | |
| svn+ssh://svn.lindenlab.com/svn/linden/branches/login-api/login-api-2 svn+ssh://svn.lindenlab.com/svn/linden/branches/login-api/login-api-3 (finish) | |||
| 2009-05-13 | Any static instance of an STL container introduces static-initializer-order | Nat Goodspeed | |
| bugs. Use internal, informal singleton pattern to work around that. | |||
| 2009-05-11 | svn merge -r113003:119136 ↵ | Nat Goodspeed | |
| svn+ssh://svn.lindenlab.com/svn/linden/branches/login-api/login-api-2 svn+ssh://svn.lindenlab.com/svn/linden/branches/login-api/login-api-3 | |||
| 2009-05-08 | svn merge -r114679:114681 ↵ | Nat Goodspeed | |
| svn+ssh://svn.lindenlab.com/svn/linden/branches/event-system/event-system-7 svn+ssh://svn.lindenlab.com/svn/linden/branches/event-system/event-system-8 | |||
| 2009-05-08 | merge trunk@116587 skinning-7@119389 -> viewer-2.0.0-skinning-7 | Steven Bennetts | |
