aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmessage (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-05-17also link with ld.goldArmin Weatherwax1-1/+9
thanks to Aleric and Siana for the idea
2011-04-12Ported SOCKS5 proxy support from Snowglobe 1.5McCabe Maxsted10-11/+731
2011-03-25cleaned up particle system llsd de/serialization; improvements to the avatar ↵Armin Weatherwax1-14/+14
cloud * llsd now uses camel case for each key, confusion of particle max age vs source max age fixed * cloud.xml is now loaded with a fallback chain PER_SL_ACCOUNT -> USER_SETTINGS -> APP_SETTINGS so that customized clouds can exist per account or for all users and survive updates
2011-03-18Fixed bad line endings (CRLF) in many files.Jacek Antonelli3-9/+9
Windows users, please set "autocrlf = input" or "autocrlf = true" in your .git/config [core] section to avoid this in the future.
2011-03-18Merge in Var Sized Regions into the Imprudence Experimental.RevolutionSmythe5-9/+16
2011-01-25Add an UI for Display name settings to prefs general, make the setting more ↵Armin Weatherwax1-1/+1
intuitive instead: of 0 legacy only , 1 both and 2 display names only we use now: 0 legacy, 1 display names only and 2 both
2011-01-24Henri Beauchamp: Display Names support v4Armin Weatherwax4-0/+968
2010-12-22load unloaded-avatar-cloud particle system from LLSD file.Armin Weatherwax2-0/+93
2010-11-17IMP-590: Added a thread-safe and robust wrapper for APR pools.Aleric Inglewood12-210/+121
See http://redmine.imprudenceviewer.org/issues/590
2010-11-07IMP-692: SNOW-713: Global objects in libllcommon duplicated in pluginsAleric Inglewood13-33/+37
See http://jira.secondlife.com/browse/SNOW-713 This patch makes llcommon shared. It contains the following snowglobe (SVN) changesets: 3478, 3479, 3480, 3481, 3482, 3485, 3496, 3498, 3500, 3519 and 3531, plus the fix for all rejects. Note that changes to scripts/automated_build_scripts/opensrc-build.sh (changesets 3500 and 3625) were ignored as we don't have scripts/automated_build_scripts.
2010-11-01Fixed message builder files missing from CMakeMcCabe Maxsted1-0/+2
2010-11-01Merges the Message log and Message builder from Inertia in.RevolutionSmythe9-19/+197
2010-10-01SNOW-86: Dangerous macro leads to possible wrong codeAleric Inglewood1-1/+1
See http://redmine.imprudenceviewer.org/issues/571 This patch appeared to already have been partially applied. I added more semi-colons after all llendl (and LLENDL) macros, and wrapped the lllog ... llendl construct into do { ... } while(0) as is usual for macros that mimic a single statement. The patch was double checked with regular expression greps and a compile.
2010-10-01RED-556: SNOW-800: Massively duplicated objectsAleric Inglewood3-260/+528
See http://redmine.imprudenceviewer.org/issues/556
2010-09-30SNOW-86: Dangerous macro leads to possible wrong codeAleric Inglewood1-1/+1
See http://redmine.imprudenceviewer.org/issues/571 This patch appeared to already have been partially applied. I added more semi-colons after all llendl (and LLENDL) macros, and wrapped the lllog ... llendl construct into do { ... } while(0) as is usual for macros that mimic a single statement. The patch was double checked with regular expression greps and a compile.
2010-09-28RED-556: SNOW-800: Massively duplicated objectsAleric Inglewood3-260/+528
See http://redmine.imprudenceviewer.org/issues/556
2010-09-23llmediaplugins first stepArmin Weatherwax11-0/+1164
2010-08-28Potential fix for #447: llSetText text shows characters as invalidMcCabe Maxsted1-1/+1
2010-08-26Potential fix for #447: llSetText text shows characters as invalidMcCabe Maxsted1-1/+1
2010-07-07Updated hipporestrequest code to hippo 0.6.3McCabe Maxsted2-11/+14
2010-06-26Fixed memory leak in llmessage/llhttpclient.cpp (backported from SL 2.0)McCabe Maxsted1-0/+1
2010-06-19Applied patch by Kirstenlee Cinquetti for SNOW-493: ↵McCabe Maxsted1-57/+156
LLDataPackerBinaryBuffer::unpack*() check for buffer overflow, then read buffer regardless
2010-06-19Updated patch to SNOW-492 (76937222) to Merov Linden's SNOW-492-2.patchMcCabe Maxsted1-13/+17
2010-04-26Rare crash fix from Hippo for payment dialog under lagMcCabe Maxsted1-1/+5
2010-02-18SNOW-492: LLDataPacker::unpackstring() is unsafe.Jacek Antonelli1-5/+18
Patch by Robin Cornelius.
2010-02-16Ported some asset storage changes from Snowglobe.Jacek Antonelli2-22/+31
2010-02-08Ported some cURL and HTTP-related changes from Snowglobe.Jacek Antonelli3-16/+39
2010-02-08Ported many APR changes from Snowglobe.Jacek Antonelli1-1/+1
2009-11-18VWR-12620: Linux compile fails with -O2 (--type=Release)Jacek Antonelli1-2/+1
Patch by Alissa Sabre.
2009-04-30Second Life viewer sources 1.23.0-RCJacek Antonelli170-844/+2139
2009-03-07Applied memleak patch from VWR-9400McCabe Maxsted1-8/+6
2009-02-18Fixed crash in Top ScriptsMcCabe Maxsted1-2/+6
2009-02-17Backported LLSD changes from 1.22McCabe Maxsted2-0/+2
2009-01-14Updated llmessageMcCabe Maxsted18-94/+305
2009-01-13Backported message timeout changesMcCabe Maxsted1-2/+21
2009-01-11Second Life viewer sources 1.22.5-RCJacek Antonelli158-158/+158
2008-12-29Added inventory changes for one method of inventory loss and upcoming new ↵unknown3-0/+30
inv capabilities
2008-12-06VWR-9400-patch2 (memleak whenever an LSL script is uploaded)Jacek Antonelli1-4/+3
Patch by Henri Beauchamp.
2008-12-06VWR-9400 (memleak whenever an LSL script is uploaded)Jacek Antonelli1-4/+3
Patch by Carjay McGinnis.
2008-12-01Second Life viewer sources 1.22.0-RCJacek Antonelli23-73/+498
2008-10-08Second Life viewer sources 1.21.5-RCJacek Antonelli3-27/+150
2008-09-28Second Life viewer sources 1.21.3-RCJacek Antonelli11-38/+96
2008-09-17VWR-3877: A nasty possible memory overwrite and two minor leaks.Nicholaz Beresford1-20/+21
2008-09-12Second Life viewer sources 1.21.2-RCJacek Antonelli14-45/+21
2008-09-06Second Life viewer sources 1.21.0-RCJacek Antonelli73-3268/+2422
2008-08-15Second Life viewer sources 1.20.13Jacek Antonelli1-1/+1
2008-08-15Second Life viewer sources 1.20.7Jacek Antonelli22-214/+233
2008-08-15Second Life viewer sources 1.20.2Jacek Antonelli18-4023/+1482
2008-08-15Second Life viewer sources 1.19.1.2Jacek Antonelli6-19/+12
2008-08-15Second Life viewer sources 1.19.1.1Jacek Antonelli1-1/+0