summaryrefslogtreecommitdiff
path: root/indra/llcommon/lleventdispatcher.cpp
AgeCommit message (Expand)Author
2024-04-29#824 Process source files in bulk: replace tabs with spaces, convert CRLF to ...Andrey Lihatskiy
2023-07-28DRTVWR-587: Use [[noreturn]] attribute on callFail() methodsNat Goodspeed
2023-07-13DRTVWR-558: Avoid extra copy of getMetadata() LLSD map.Nat Goodspeed
2023-07-13DRTVWR-558: Fix merge glitch: missing LLEventDispatcher::addFail()Nat Goodspeed
2023-07-13DRTVWR-558: Nail down LLDispatchListener exception handlingNat Goodspeed
2023-07-13DRTVWR-558: Enrich LLEventDispatcher::callFail() with current call.Nat Goodspeed
2023-07-13DRTVWR-558: Extend LLEventDispatcher::add() overloads.Nat Goodspeed
2023-07-13DRTVWR-558: Introduce LLDispatchListener batched requests.Nat Goodspeed
2023-07-13DRTVWR-558: Break out new LLDispatchListener::call() method.Nat Goodspeed
2023-07-13DRTVWR-558: Add tests for LLDispatchListener functionality.Nat Goodspeed
2023-07-13DRTVWR-558: Clean up LLEventDispatcher argument and result handling.Nat Goodspeed
2023-07-13DRTVWR-558: LLEventDispatcher uses LL::apply(), not boost::fusion.Nat Goodspeed
2023-07-13DRTVWR-558: Tweak LLEventDispatcher.Nat Goodspeed
2023-07-12SL-18330: Merge commit '6b53036' into DRTVWR-587-maint-VNat Goodspeed
2022-11-03DRTVWR-575: Fix llcommon assumptions that size_t fits in 4 bytes.Nat Goodspeed
2022-06-21DRTVWR-564: Per NickyD, need not test static_cast result for nullptr.Nat Goodspeed
2022-06-18DRTVWR-564: WIP: Add LazyEventAPI and tests. Tests don't yet pass.Nat Goodspeed
2022-06-15DRTVWR-558: Change LLEventDispatcher error action (also LLEventAPI).Nat Goodspeed
2015-11-10remove execute permission from many files that should not have itOz Linden
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2011-02-06Untested support for passing array to map-registered function.Nat Goodspeed
2011-02-01Replace boost::ptr_map<name, etc> with std::map<name, shared_ptr>.Nat Goodspeed
2011-01-31Fix crash bug in array-style metadata query for nullary functions.Nat Goodspeed
2011-01-28Extend LLEventAPI to directly call other functions & methods.Nat Goodspeed
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2009-11-12Introduce LLEventDispatcher::begin()/end() to iterate over (name, desc) pairsNat Goodspeed
2009-11-11Add LLEventAPI class, formalizing the mechanism by which we wrap a C++ APINat Goodspeed
2009-10-09DEV-40930: Added ["change"] key to login-module status events. ChangedNat Goodspeed
2009-06-19DEV-31980: extract dispatch-by-string-name logic from LLAresListener to newNat Goodspeed