- Sep 29, 2020
-
-
Rye Mutt authored
-
- Aug 24, 2020
-
-
Rye Mutt authored
-
- Jul 26, 2020
-
-
Rye Mutt authored
-
- Mar 19, 2020
-
-
Rye Mutt authored
-
- Apr 13, 2019
-
-
andreykproductengine authored
-
- Apr 11, 2019
-
-
andreykproductengine authored
-
- Apr 07, 2017
-
-
andreykproductengine authored
-
- Nov 10, 2015
-
-
Oz Linden authored
-
- Aug 09, 2013
-
-
Richard Linden authored
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
-
- May 22, 2013
-
-
Gilbert Gonzales authored
-
- Mar 29, 2013
-
-
Graham Madarasz authored
-
- Aug 31, 2012
-
-
Nat Goodspeed authored
The LLURI::buildHTTP() overloads that take an LLSD 'path' accept 'undefined', LLSD::String and (LLSD::Array of LLSD::String). A sequence of path components passed in an Array is constructed into a slash-separated path. There are unit tests in lluri_test.cpp to exercise that case. To my amazement, there were NO unit tests covering the case of an LLSD::String path. The code for that case escaped and appended the entire passed string. While that might be fine for a 'path' consisting of a single undecorated path component, the available documentation does not forbid one from passing a path containing slashes as well. But this had the dubious effect of replacing every slash with %2F. In particular, decomposing a URL string with one LLURI instance and constructing another like it using LLURI::buildHTTP() was not symmetrical. Having consulted with Richard, I made the string-path logic a bit more nuanced: - The passed path string is split on slashes. Every path component is individually escaped, then recombined with slashes into the final path. - Duplicate slashes are eliminated. - The presence or absence of a trailing slash in the original path string is carefully respected. Now that we've nailed down how it ought to behave -- added unit tests to ensure that it DOES behave that way!!
-
- Oct 13, 2010
-
-
Oz Linden authored
-
- Sep 21, 2010
-
-
Brad Payne (Vir Linden) authored
-
- Aug 13, 2010
-
-
Oz Linden authored
-
- Apr 07, 2010
-
-
Roxie Linden authored
-
Tofu Linden authored
-
- Jan 27, 2010
-
-
Tofu Linden authored
Checker: STREAM_FORMAT_STATE Function: encode_character(std::basic_ostream<char, std::char_traits<char>>&, char) File: /indra/llcommon/lluri.cpp
-
- Jul 09, 2009
-
-
Roxanne Skelly authored
merge -r119443 - basic slurl handling ignore dead branch
-
- May 18, 2009
-
-
Aaron Brashears authored
Result of svn merge -r119432:120464 svn+ssh://svn/svn/linden/branches/http_database/merge-03 into trunk. QAR-1462
-
- Jan 07, 2009
-
-
Aaron Brashears authored
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
-
- Dec 19, 2008
-
-
Andrew Meadows authored
(1) the LLLand class had to be forward declared in a cpp file that did not include llland.h (2) ensure_equals(const char*, type, type) requires that type have an operator!=(type, type) defined. (3) ensure_equals(const char*, type, type) is so overloaded that the compiler can have trouble picking the right version when it has to implicitly cast a std::string to "const char*" AND multiple valid casts exist for type --> S32, F32, etc. To solve this problem we must explicitly pass in a "const char*" instead of a std::string. Reviewed with CG
-
- Jun 02, 2008
-
-
svn+ssh://svn.lindenlab.com/svn/linden/branches/cmake-9-mergeBryan O'Sullivan authored
dataserver-is-deprecated for-fucks-sake-whats-with-these-commit-markers
-
- Dec 28, 2007
-
-
Josh Bell authored
D'oh, try compiling before committing. (If it's any justification, CG was compiling so I could run home...)
-
svn+ssh://svn.lindenlab.com/svn/linden/qa/maintenance-4-merge-76640Josh Bell authored
Redo of QAR-170, with correct range. Reviewed by CG.
-
James Cook authored
svn merge -r 76394:76651 svn+ssh://svn.lindenlab.com/svn/linden/branches/Branch_1-18-6-Viewer to pick up LLURI escaping fix and all other changes since last sync. Not reviewed.
-
- Nov 19, 2007
-
- Nov 15, 2007
-
-
svn+ssh://svn/svn/linden/releaseTess Chu authored
-
- Oct 04, 2007
-
-
Aaron Brashears authored
Result of svn merge -r71162:71205 svn+ssh://svn/svn/linden/branches/new-license into release. only changes files which are not deployed or the comments section of code.
-
- Aug 02, 2007
-
- Aug 01, 2007
-
-
svn+ssh://svn/svn/linden/releaseAaron Brashears authored
Result of svn merge -r66742:66741 svn+ssh://svn/svn/linden/release in release to revert revision 66742 which was a merge from mp-backbone.
-
- Jul 30, 2007
-
- Jul 17, 2007
-
-
svn+ssh://svn/svn/linden/branches/dpo-3-bug-fixKartic Krishnamurthy authored
NOTE: r63705 is *not* the earliest rev# for dpo-3-bug-fix.
-
- Jun 21, 2007
-
-
Kelly Washington authored
-
- May 02, 2007
-
- May 01, 2007
-
- Mar 16, 2007
-
-
Kelly Washington authored
-
- Mar 14, 2007
-