Age | Commit message (Expand) | Author |
2011-02-18 | Introduce and use new sendReply() function for LLEventAPI methods. | Nat Goodspeed |
2011-02-17 | Automated merge with http://pdp47.lindenlab.com/cgi-bin/hgwebdir.cgi/brad/vie... | Nat Goodspeed |
2011-02-14 | bump version number to 2.7.0 | Oz Linden |
2011-02-14 | Automated merge with http://hg.secondlife.com/viewer-development | Nat Goodspeed |
2011-02-09 | Add test to call map-style functions with full map/array params. | Nat Goodspeed |
2011-02-07 | For test purposes, capture at registration each function's Vars*. | Nat Goodspeed |
2011-02-06 | Untested support for passing array to map-registered function. | Nat Goodspeed |
2011-02-06 | Add test verifying passing LLSD() to const char* parameter. | Nat Goodspeed |
2011-02-05 | Introduce zipmap() function and use it in place of frequent loops. | Nat Goodspeed |
2011-02-05 | Make array-funcs success test exercise args-array-too-long case too. | Nat Goodspeed |
2011-02-05 | Consolidate paramsa, paramsb, et al., into ["a"], ["b"] arrays. | Nat Goodspeed |
2011-02-05 | Fix Vars::cp dangling-pointer problem. | Nat Goodspeed |
2011-02-05 | Add successful calls to array-style functions. | Nat Goodspeed |
2011-02-04 | Change FunctionsTriple refs to pointers to facilitate passing. | Nat Goodspeed |
2011-02-04 | Move FunctionsTriple data to function returning vector<same>. | Nat Goodspeed |
2011-02-03 | BOOST_FOREACH(LLSD) helpers more readable with 'using namespace'. | Nat Goodspeed |
2011-02-03 | Introduce BOOST_FOREACH() helpers for LLSD in llsdutil.h. | Nat Goodspeed |
2011-02-03 | Add test to call array-style functions with too-short array. | Nat Goodspeed |
2011-02-02 | Add test to call no-args functions using (map | array)-style calls | Nat Goodspeed |
2011-02-02 | Add test to exercise map/array args mismatch validation. | Nat Goodspeed |
2011-02-02 | First few LLEventDispatcher call cases: try_call(), call Callables | Nat Goodspeed |
2011-02-01 | Replace boost::ptr_map<name, etc> with std::map<name, shared_ptr>. | Nat Goodspeed |
2011-02-01 | Replace ad-hoc test functions/methods with systematic enumeration. | Nat Goodspeed |
2011-01-31 | Fix crash bug in array-style metadata query for nullary functions. | Nat Goodspeed |
2011-01-31 | Resolve LLEventDispatcher::add(function(const LLSD&)) ambiguity. | Nat Goodspeed |
2011-01-31 | Fix a couple gotchas in LLSDArray, LLSDParam, llsd_equals(). | Nat Goodspeed |
2011-01-28 | Extend LLEventAPI to directly call other functions & methods. | Nat Goodspeed |
2011-01-28 | Introduce LLSDArray, LLSDMap, LLSDParam. | Nat Goodspeed |
2011-01-19 | pull changes back from beta | Oz Linden |
2011-01-15 | renamed temp name flag member in name cache to avoid confusion with similar n... | Oz Linden |
2011-01-07 | Merge from viewer-development | Don Kjer |
2011-01-07 | increment minor revision number to make version "2.6.0" | Oz Linden |
2010-12-30 | STORM-955: VWR-24312: Massively duplicated objects | Aleric Inglewood |
2011-01-28 | trivial: convert to "unix return" | Xiaohong Bao |
2011-01-26 | add "pause" function for SH-846: design and implement the debug code to locat... | Xiaohong Bao |
2011-01-26 | for SH-846: design and implement the debug code to locate memory leaking | Xiaohong Bao |
2010-12-22 | Merge with viewer-development | Don Kjer |
2010-12-21 | Merge from trunk | Andrew A. de Laix |
2010-12-17 | Merge from viewer-development post 2.4 release | Monty Brandenberg |
2010-12-15 | Merge from don_linden/viewer-sandbox | Don Kjer |
2010-12-15 | pulling fixes back from viewer-beta | Oz Linden |
2010-12-14 | Automated merge with https://bitbucket.org/mani_linden/viewer-development | Nat Goodspeed |
2010-12-14 | SWAT-352: when loading lleventhost, call apr_dso_error() function. | Nat Goodspeed |
2010-12-14 | Merge | brad kittenbrink |
2010-12-13 | permit flush when disabled. | Andrew A. de Laix |
2010-12-13 | Merge from viewer-development | Don Kjer |
2010-12-10 | Automated merge with https://bitbucket.org/mani_linden/viewer-development/ | Andrew A. de Laix |
2010-12-10 | fix possible crash on shutdown in event queue flush. | Andrew A. de Laix |
2010-12-10 | fix working directory in install script and remove dependency on open option ... | Andrew A. de Laix |
2010-12-10 | fix crash if posting event during shutdown. | Andrew A. de Laix |