<?xml version="1.0"?>
<statsTarget><link>http://cia.vc/stats/author/axeld</link><counters><counter name="thisWeek" lastEventTime="1337921195" firstEventTime="1337921195">1</counter><counter name="forever" lastEventTime="1337921195" firstEventTime="1085867266">7980</counter><counter name="lastMonth" lastEventTime="1335739146" firstEventTime="1333242462">8</counter><counter name="yesterday" lastEventTime="1337921195" firstEventTime="1337921195">1</counter><counter name="thisMonth" lastEventTime="1337921195" firstEventTime="1335833841">3</counter></counters><metadata></metadata><recentMessages><message>   <generator>     <name>git-notify script for CIA</name>   </generator>   <source>     <project>haiku</project>     <module>haiku</module>     <branch>master</branch>   </source>   <body>     <commit>       <revision>hrev44203</revision>       <author>axeld</author>       <log>Fixed a possible FD leak, CID 702009.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=936b7fe</url>     </commit>   </body>   <timestamp>1337902831</timestamp> </message><message>   <generator>     <name>git-notify script for CIA</name>   </generator>   <source>     <project>haiku</project>     <module>haiku</module>     <branch>master</branch>   </source>   <body>     <commit>       <revision>hrev44118</revision>       <author>axeld</author>       <log>Added command line programm to rename/move attributes.

* Called mvattr, move is not yet implemented which is why it's not part of
  the image yet.
* Defaults to rename, moving attributes needs an extra option.
* Suggestions welcome :-)</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=52a5878</url>     </commit>   </body>   <timestamp>1336316136</timestamp> </message><message>   <generator>     <name>git-notify script for CIA</name>   </generator>   <source>     <project>haiku</project>     <module>haiku</module>     <branch>master</branch>   </source>   <body>     <commit>       <revision>hrev44084</revision>       <author>axeld</author>       <log>Changed the default background color to the system default.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=a2e15b2</url>     </commit>   </body>   <timestamp>1335818738</timestamp> </message><message>   <generator>     <name>git-notify script for CIA</name>   </generator>   <source>     <project>haiku</project>     <module>haiku</module>     <branch>master</branch>   </source>   <body>     <commit>       <revision>hrev44081</revision>       <author>axeld</author>       <log>Fixed a large client side memory leak for app_server memory. [2 commits]

* The areas allocated for BBitmaps were never deleted, even though the
  app_server deleted its part when the memory got freed.
* This resulted in a constant memory increase if the application in question
  would operate on many changing large bitmaps, like photos.
* Since the bitmaps are reference counted, we don't actually know when to delete
  the areas, so that the app_server now notifies the client whenever that is
  possible.
* This might fix #6824.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=8e2140f</url>     </commit>   </body>   <timestamp>1335723974</timestamp> </message><message>   <generator>     <name>git-notify script for CIA</name>   </generator>   <source>     <project>haiku</project>     <module>haiku</module>     <branch>master</branch>   </source>   <body>     <commit>       <revision>hrev44077</revision>       <author>axeld</author>       <log>Optimized freeing client memory if it spans the whole area.

* If a block of client memory spans the whole chunk, there is no need to walk
  the free list for adjacent blocks to join.
* Minor cleanup.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=6068e43</url>     </commit>   </body>   <timestamp>1335648917</timestamp> </message><message>   <generator>     <name>git-notify script for CIA</name>   </generator>   <source>     <project>haiku</project>     <module>haiku</module>     <branch>master</branch>   </source>   <body>     <commit>       <revision>hrev44075</revision>       <author>axeld</author>       <log>Moved stable tool tip concept into the BToolManager class. [3 commits]

* This removes the fVisibleToolTip member from BView, and fixes bug #5669;
  BToolTipManager::ShowTip() now gets the owner of the tool tip as an extra
  parameter.
* Removed the work-around to hide that bug.
* Improved ToolTipTest application to include more test cases like a view that
  periodically update its tool tip via SetToolTip(const char*), and one that
  sets a new tool tip every second.
* Furthermore, added a test that shows that inner views inherit the tool tip
  of their parents.
* Fixed another bug in BToolTipManager::ShowTip() that would release an
  extra reference to the tool tip currently shown.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=2f2f3fa</url>     </commit>   </body>   <timestamp>1335644043</timestamp> </message><message>   <generator>     <name>git-notify script for CIA</name>   </generator>   <source>     <project>haiku</project>     <module>haiku</module>     <branch>master</branch>   </source>   <body>     <commit>       <revision>hrev44032</revision>       <author>axeld</author>       <log>This must be a 64 bit computation for disks larger than 4GB.

* This closes ticket #8460.
* Patch from jahaiku, thanks!</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=6ea60bc</url>     </commit>   </body>   <timestamp>1334489539</timestamp> </message><message>   <generator>     <name>git-notify script for CIA</name>   </generator>   <source>     <project>haiku</project>     <module>haiku</module>     <branch>master</branch>   </source>   <body>     <commit>       <revision>hrev43930</revision>       <author>axeld</author>       <log>Fixed warning. [2 commits]</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=8175a2c</url>     </commit>   </body>   <timestamp>1333278419</timestamp> </message><message>   <generator>     <name>git-notify script for CIA</name>   </generator>   <source>     <project>haiku</project>     <module>haiku</module>     <branch>master</branch>   </source>   <body>     <commit>       <revision>hrev43929</revision>       <author>axeld</author>       <log>The inode must be write locked. Dunno how that could work before. [3 commits]</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=15f4dcd</url>     </commit>   </body>   <timestamp>1333272658</timestamp> </message><message>   <generator>     <name>git-notify script for CIA</name>   </generator>   <source>     <project>haiku</project>     <module>haiku</module>     <branch>master</branch>   </source>   <body>     <commit>       <revision>hrev43924</revision>       <author>axeld</author>       <log>Reverted r43922, and instead improved bfs_block_runs command. [2 commits]

* Calling FindBlockRun() would only work for the direct range anyway, as it
  would need to call into the block cache for anything else.
* bfs_block_runs now accepts a few more arguments that make finding an offset
  much easier.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=5868dfb</url>     </commit>   </body>   <timestamp>1333233829</timestamp> </message><message>   <generator>     <name>git-notify script for CIA</name>   </generator>   <source>     <project>haiku</project>     <module>haiku</module>     <branch>master</branch>   </source>   <body>     <commit>       <revision>hrev43922</revision>       <author>axeld</author>       <log>Improved bfs_inode KDL command.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=dcfb930</url>     </commit>   </body>   <timestamp>1333228385</timestamp> </message><message>   <generator>     <name>git-notify script for CIA</name>   </generator>   <source>     <project>haiku</project>     <module>haiku</module>     <branch>master</branch>   </source>   <body>     <commit>       <revision>hrev43921</revision>       <author>axeld</author>       <log>Don't bail out just because a node couldn't be read. [2 commits]

* Added a new CachedNode::SetTo() variant that actually returns an error code.
* Only bail out if there was an actual I/O error, not already if the offset
  was invalid.
* This should help fixing some corruption corner cases.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=e109dcf</url>     </commit>   </body>   <timestamp>1333223875</timestamp> </message><message>   <generator>     <name>git-notify script for CIA</name>   </generator>   <source>     <project>haiku</project>     <module>haiku</module>     <branch>master</branch>   </source>   <body>     <commit>       <revision>hrev43920</revision>       <author>axeld</author>       <log>Fixed debug build of the kernel emulation.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=7a085ce</url>     </commit>   </body>   <timestamp>1333222075</timestamp> </message><message>   <generator>     <name>git-notify script for CIA</name>   </generator>   <source>     <project>haiku</project>     <module>haiku</module>     <branch>master</branch>   </source>   <body>     <commit>       <revision>hrev43918</revision>       <author>axeld</author>       <log>We must not check the node here.

* The node might not be a normal tree node, so we must not check it before
  writing.
* Also, it's always a good idea to check if the function you called didn't
  succeed.
* This fixes a crashing bug when running checkfs in some rare circumstances.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=cb8941c</url>     </commit>   </body>   <timestamp>1333206002</timestamp> </message><message>   <generator>     <name>git-notify script for CIA</name>   </generator>   <source>     <project>haiku</project>     <module>haiku</module>     <branch>master</branch>   </source>   <body>     <commit>       <revision>hrev43917</revision>       <author>axeld</author>       <log>Improved debug output.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=e0927e2</url>     </commit>   </body>   <timestamp>1333205167</timestamp> </message><message>   <generator>     <name>git-notify script for CIA</name>   </generator>   <source>     <project>haiku</project>     <module>haiku</module>     <branch>master</branch>   </source>   <body>     <commit>       <revision>hrev43915</revision>       <author>axeld</author>       <log>Minor cleanup. [2 commits]</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=624b5ef</url>     </commit>   </body>   <timestamp>1333201742</timestamp> </message><message>   <generator>     <name>git-notify script for CIA</name>   </generator>   <source>     <project>haiku</project>     <module>haiku</module>     <branch>master</branch>   </source>   <body>     <commit>       <revision>hrev43914</revision>       <author>axeld</author>       <log>Fixed misuse of Transaction::Split(). [2 commits]

* This would cause &quot;transaction too large&quot; messages, and repairing the index
  would actually be thrown away.
* We now properly finish/restart transactions instead which is actually
  working.
* Removed the misleading Split() method altogether, as it's not even used
  anywhere (not very surprising given that it doesn't do what its name
  suggests).</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=55e5a42</url>     </commit>   </body>   <timestamp>1333199686</timestamp> </message><message>   <generator>     <name>git-notify script for CIA</name>   </generator>   <source>     <project>haiku</project>     <module>haiku</module>     <branch>master</branch>   </source>   <body>     <commit>       <revision>hrev43913</revision>       <author>axeld</author>       <log>Fixed a possible KDL; the inode might be NULL. [3 commits]

* This happens in case the inode could not be opened in the first place.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=97b80db</url>     </commit>   </body>   <timestamp>1333196743</timestamp> </message><message>   <generator>     <name>git-notify script for CIA</name>   </generator>   <source>     <project>haiku</project>     <module>haiku</module>     <branch>master</branch>   </source>   <body>     <commit>       <revision>hrev43910</revision>       <author>axeld</author>       <log>Minor cleanup. [2 commits]</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=a300055</url>     </commit>   </body>   <timestamp>1333182996</timestamp> </message><message>   <generator>     <name>git-notify script for CIA</name>   </generator>   <source>     <project>haiku</project>     <module>haiku</module>     <branch>master</branch>   </source>   <body>     <commit>       <revision>hrev43906</revision>       <author>axeld</author>       <log>Added recursive_lock_transfer_lock() to the fs_shell. [6 commits]</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=1674a53</url>     </commit>   </body>   <timestamp>1333145387</timestamp> </message></recentMessages></statsTarget>
