Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-15 | MAINT-6929 [Contribution] E-mail links are not parsed correctly when top ↵ | Mnikolenko Productengine | |
level domain is over 6 characters. | |||
2016-08-23 | MAINT-6648 FIXED [SECURITY] Link tags do not filter unicode and allow for ↵ | Mnikolenko Productengine | |
easy URL spoofing. | |||
2016-08-10 | MAINT-6608 FIXED URI parser problem with links with username, password | Mnikolenko Productengine | |
2016-04-04 | merge with 4.0.3-release | Oz Linden | |
2016-03-17 | Merge | Rider Linden | |
2016-03-16 | merge changes for DRTVWR-417 | Oz Linden | |
2016-01-15 | merge changes for 4.0.1-release | Oz Linden | |
2016-01-15 | Merge VR | Rider Linden | |
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 | |