<feed xmlns='http://www.w3.org/2005/Atom'>
<title>viewer.git/indra/llmessage/llpacketbuffer.cpp, branch cef_147</title>
<subtitle>Megapahit's fork of the Second Life viewer.
</subtitle>
<id>https://megapahit.org/viewer.git/atom?h=cef_147</id>
<link rel='self' href='https://megapahit.org/viewer.git/atom?h=cef_147'/>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/'/>
<updated>2025-02-18T19:38:52Z</updated>
<entry>
<title>drain UDP socket to avoid dropped packets (#3565)</title>
<updated>2025-02-18T19:38:52Z</updated>
<author>
<name>Andrew Meadows</name>
<email>leviathan@lindenlab.com</email>
</author>
<published>2025-02-18T19:38:52Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=6d0b0a77eed584c6bcf77f6cd5fdbdbf89a987d7'/>
<id>urn:sha1:6d0b0a77eed584c6bcf77f6cd5fdbdbf89a987d7</id>
<content type='text'>
drain UDP socket in idleNetwork() to avoid dropped packets</content>
</entry>
<entry>
<title>#824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed</title>
<updated>2024-04-29T04:56:09Z</updated>
<author>
<name>Andrey Lihatskiy</name>
<email>alihatskiy@productengine.com</email>
</author>
<published>2024-04-29T04:43:28Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=1b68f71348ecf3983b76b40d7940da8377f049b7'/>
<id>urn:sha1:1b68f71348ecf3983b76b40d7940da8377f049b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove execute permission from many files that should not have it</title>
<updated>2015-11-10T14:48:56Z</updated>
<author>
<name>Oz Linden</name>
<email>oz@lindenlab.com</email>
</author>
<published>2015-11-10T14:48:56Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=c8726aba303bcf1207b730a344536e25491420bc'/>
<id>urn:sha1:c8726aba303bcf1207b730a344536e25491420bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>second phase summer cleaning</title>
<updated>2013-08-10T00:11:19Z</updated>
<author>
<name>Richard Linden</name>
<email>none@none</email>
</author>
<published>2013-08-10T00:11:19Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=e340009fc59d59e59b2e8d903a884acb76b178eb'/>
<id>urn:sha1:e340009fc59d59e59b2e8d903a884acb76b178eb</id>
<content type='text'>
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
</content>
</entry>
<entry>
<title>Summer cleaning - removed a lot of llcommon dependencies to speed up build times</title>
<updated>2013-07-31T02:13:45Z</updated>
<author>
<name>Richard Linden</name>
<email>none@none</email>
</author>
<published>2013-07-31T02:13:45Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=a2e22732f195dc075a733c79f15156752f522a43'/>
<id>urn:sha1:a2e22732f195dc075a733c79f15156752f522a43</id>
<content type='text'>
consolidated most indra-specific constants in llcommon under indra_constants.h
fixed issues with operations on mixed unit types (implicit and explicit)
made LL_INFOS() style macros variadic in order to subsume other logging methods
such as ll_infos
added optional tag output to error recorders
</content>
</entry>
<entry>
<title>Update Mac and Windows breakpad builds to latest</title>
<updated>2013-03-29T14:50:08Z</updated>
<author>
<name>Graham Madarasz</name>
<email>graham@lindenlab.com</email>
</author>
<published>2013-03-29T14:50:08Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=bf6182daa8b4d7cea79310547f71d7a3155e17b0'/>
<id>urn:sha1:bf6182daa8b4d7cea79310547f71d7a3155e17b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change license from GPL to LGPL (version 2.1)</title>
<updated>2010-08-13T11:24:57Z</updated>
<author>
<name>Oz Linden</name>
<email>oz@lindenlab.com</email>
</author>
<published>2010-08-13T11:24:57Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=06b0d72efa96b6a0ed665f7cd46f358c48929e7b'/>
<id>urn:sha1:06b0d72efa96b6a0ed665f7cd46f358c48929e7b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>CID-277</title>
<updated>2010-02-03T20:26:42Z</updated>
<author>
<name>Tofu Linden</name>
<email>tofu.linden@lindenlab.com</email>
</author>
<published>2010-02-03T20:26:42Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=08b93d95ef9d21e39d633ada19a6cbad23c25b91'/>
<id>urn:sha1:08b93d95ef9d21e39d633ada19a6cbad23c25b91</id>
<content type='text'>
Checker: UNINIT_CTOR
Function: LLPacketBuffer::LLPacketBuffer(const LLHost &amp;, const char *, int)
File: /indra/llmessage/llpacketbuffer.cpp

a fix I like better.
</content>
</entry>
<entry>
<title>CID-277</title>
<updated>2010-02-03T20:25:04Z</updated>
<author>
<name>Tofu Linden</name>
<email>tofu.linden@lindenlab.com</email>
</author>
<published>2010-02-03T20:25:04Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=2879692aa2696af80a1f12daaf88b886412dacb5'/>
<id>urn:sha1:2879692aa2696af80a1f12daaf88b886412dacb5</id>
<content type='text'>
Checker: UNINIT_CTOR
Function: LLPacketBuffer::LLPacketBuffer(const LLHost &amp;, const char *, int)
File: /indra/llmessage/llpacketbuffer.cpp
</content>
</entry>
<entry>
<title>svn merge -r108236:108243 svn+ssh://svn.lindenlab.com/svn/linden/branches/server/server-1.25</title>
<updated>2009-01-19T22:05:19Z</updated>
<author>
<name>Robert Knop</name>
<email>prospero@lindenlab.com</email>
</author>
<published>2009-01-19T22:05:19Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=ce888706c5589bbd30423cd1cbfb7b168b16d680'/>
<id>urn:sha1:ce888706c5589bbd30423cd1cbfb7b168b16d680</id>
<content type='text'>
Still merging from server-1.25... one day I will catch up!

No conflicts
</content>
</entry>
</feed>
