Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-15 | MAINT-5498 LLUrlEntry regex refactoring | AndreyL ProductEngine | |
Improved LLUrlEntryHTTP, extended a test | |||
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-10-23 | MAINT-5464 FIXED Do not add badge to links that have a port number specified. | AndreyL ProductEngine | |
2015-10-19 | Merge from viewer release. | Rider Linden | |
2015-09-03 | Changes from code review with Nat | Rider Linden | |
2015-09-01 | MAINT-5575: Convert the Experience cache into a coro based singleton. | Rider Linden | |
--HG-- branch : MAINT-5575 | |||
2015-08-24 | MAINT-4952: Removed a bit of debug code that got included accidentally and ↵ | Rider Linden | |
change host == LLHost() to host.isInvalid() | |||
2015-08-18 | MAINT-5506: Fix ugly timing bug in llurlentry static initialization. | Nat Goodspeed | |
The problem was that class-static LLUrlEntryParcel::sRegionHost was being initialized by copying class-static LLHost::invalid. Naturally, these two statics are initialized in different source files. Since C++ makes no promises about the relative order in which objects in different object files are initialized, it seems we hit a case in which we were trying to initialize sRegionHost by copying a completely uninitialized LLHost::invalid. In general we might attempt to address such cross-translation-unit issues by introducing an LLSingleton. But in this particular case, the punch line is that LLHost::invalid is explicitly constructed identically to a default-constructed LLHost! In other words, LLHost::invalid provides nothing we couldn't get from LLHost(). All it gives us is an opportunity for glitches such as the above. Remove LLHost::invalid and all references, replacing with LLHost(). | |||
2015-08-18 | SL-173 FIXED Allow searching for an experience by SLurl. | Mnikolenko ProductEngine | |
2015-08-07 | MAINT-5451 FIXED A domain name without a top level domain should not be ↵ | Mnikolenko ProductEngine | |
decorated | |||
2015-07-29 | MAINT-5019 FIXED Undesired "http://" added to domains sent in chat | AndreyL ProductEngine | |
Completely removed matching of the URLs w/o a protocol + Some unit tests | |||
2015-07-15 | MAINT-5019: Buildfix - added a tests for emails, improved handling of URLs ↵ | AndreyL ProductEngine | |
starting with www. | |||
2015-07-14 | MAINT-5019 FIXED Additional cases | AndreyL ProductEngine | |
2015-07-01 | Merge from viewer-relese and become version 3.8.1 | andreykproductengine | |
2015-06-08 | merge changes for 3.7.29-release | Oz Linden | |
2015-04-28 | Merge viewer-release, become version 3.7.29 | Mnikolenko ProductEngine | |
2015-04-15 | Merge viewer-release | simon | |
2015-04-15 | MAINT-5058 FIXED Get the query string by simple extracting it from whole url. | Mnikolenko ProductEngine | |
2015-04-14 | merge changes for STORM-2113 | Oz Linden | |
2015-04-13 | merge changes for 3.7.27-release | Oz Linden | |
2015-04-11 | STORM-2113 - uri parsing cleanup and fixes | Cinder | |
2015-02-24 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2015-02-24 | merge changes for 3.7.25-release | Oz Linden | |
2015-01-13 | merge changes for 3.7.24-release | Oz Linden | |
2015-03-04 | MAINT-4169 ShowGreyQueryInUrls debug setting was removed and the grey part ↵ | Mnikolenko ProductEngine | |
of the link always appears. | |||
2015-01-09 | MAINT-4169 FIXED grey out all but domain name in SL-links, same as it's done ↵ | Mnikolenko ProductEngine | |
for non-Linden URLs | |||
2015-01-19 | MAINT-4169 ShowGreyQueryInUrls debug setting was removed and the grey part ↵ | Mnikolenko ProductEngine | |
of the link always appears. | |||
2014-12-19 | merge with 3.7.23-release | maksymsproductengine | |
2014-12-10 | Rename llround(..) to ll_round(..) because of a collision with MS llround ↵ | callum_linden | |
(long long round) in VS2013 | |||
2014-12-04 | MAINT-4683 FIXED Display SLURLs with incorrect coordinates as regular URLs. | Mnikolenko ProductEngine | |
2014-11-06 | ACME-1635: Trusted Experiences now referred to as Key Experiences. | dolphin | |
2014-10-16 | Fix build issues. | maksymsproductengine | |
2014-10-13 | MAINT-4169 FIXED Suppress initial display of the path portion of URLs from ↵ | maksymsproductengine | |
other users and scripts | |||
2014-10-16 | MAINT-4582 FIXED Certain URLs which end contain secondlife.com or ↵ | Mnikolenko ProductEngine | |
lindenlab.com incorrectly open the Place Profile floater | |||
2014-10-07 | MAINT-4548 & MAINT-4557 FIXED build issues | maksymsproductengine | |
2014-10-02 | MAINT-4119 FIXED Uniquely decorate links on Second Life or Linden Lab domains | maksymsproductengine | |
2014-08-20 | Made it possible to search for experiences with an empty search string, and ↵ | Cho | |
show experiences with blank names as (untitled experience) for ACME-1585 | |||
2014-08-26 | MAINT-4210 FIXED Don't try to replace wiki-link with label if it's not ↵ | Mnikolenko ProductEngine | |
correct(contains url in label part). | |||
2014-06-02 | Added URL menu for experience profile links for ACME-1469 | Cho | |
2014-05-07 | Merge with 3.7.7-release | dolphin | |
2014-03-17 | Updated experience cache to get a const reference to xp data | dolphin | |
2014-03-12 | merge with release | Richard Linden | |
2014-03-10 | Merge | dolphin | |
2014-01-10 | Revert earlier back-out for MAINT-535 ... it's back in | simon | |
2014-01-07 | Revert changes made for MAINT-535 to test in a release cohort. | simon | |
2013-09-23 | Added LLUrlEntryExperienceProfile to link to experience profiles | dolphin | |
Added LLExperienceHandler to handle experience links Updated LLSidepanelItemInfo to use profile links | |||
2013-09-09 | merge with viewer-release | Richard Linden | |
2013-10-10 | MAINT-535 Wiki-style link markup hides potentially malicious secondlife: app ↵ | dmitry | |
URLs Partial fix: disabled URLs in the 'label' part of Wiki-style link | |||
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-06-13 | CHUI-809 (Right-click menu on user name in compat chat mode doesn't have "IM") | mberezhnoy | |
Added callback for friendship checking |