<?xml version="1.0"?>
<statsTarget><link>http://cia.vc/stats/author/czeidler</link><counters><counter name="forever" lastEventTime="1336618568" firstEventTime="1245349141">525</counter><counter name="lastMonth" lastEventTime="1335770130" firstEventTime="1335514588">4</counter><counter name="thisMonth" lastEventTime="1336618568" firstEventTime="1335842119">4</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>hrev44137</revision>       <author>czeidler</author>       <log>Calling the BView version of {Enable,Disable}LayoutInvalidation() seems to be more natural. [2 commits]</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=875b218</url>     </commit>   </body>   <timestamp>1336603002</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>hrev44131</revision>       <author>czeidler</author>       <log>Workaround to not trigger a relayout in DoLayout when adding the label view again.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=58f3387</url>     </commit>   </body>   <timestamp>1336530884</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>hrev44128</revision>       <author>czeidler</author>       <log>Remove lp_solve headers.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=9c7f297</url>     </commit>   </body>   <timestamp>1336418896</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>hrev44085</revision>       <author>czeidler</author>       <log>Make the menu window not resizable.

Right clicking the menu border showed the resize arrow and sometimes even made it possible to resize the menu.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=a937ffd</url>     </commit>   </body>   <timestamp>1335827007</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>hrev44083</revision>       <author>czeidler</author>       <log>Remove lp_solve from the source and from the image.
Its not used anymore and should be an optional package otherwise.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=99a7ed4</url>     </commit>   </body>   <timestamp>1335754694</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>hrev44082</revision>       <author>czeidler</author>       <log>Create MAIL:flags index in Mail. This should fix #8506.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=d20d29f</url>     </commit>   </body>   <timestamp>1335743264</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>hrev44079</revision>       <author>czeidler</author>       <log>Use BSecureSocket and BSocket instead of ServerConnection. [2 commits]
* When sending a new command, drain all leftover data and not only 1025 chars.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=dab1609</url>     </commit>   </body>   <timestamp>1335675220</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>hrev44070</revision>       <author>czeidler</author>       <log>Cleanup POP3 connection code. [2 commits]
* Use the ServerConnection class in POP3 too. This means no #ifdef USE_SSL for the connection anymore.
* I remember from the mailing list that there were problems with to many open connection using POP3. Thus, if there is an error or nothing to retrieve close the connection.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=3245d56</url>     </commit>   </body>   <timestamp>1335499463</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>hrev43740</revision>       <author>czeidler</author>       <log>Fix crash in S&amp;T.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=b22f581</url>     </commit>   </body>   <timestamp>1329249242</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>hrev43739</revision>       <author>czeidler</author>       <log>Revert &quot;Finally applying the patch that adds support to add path information to stat and attr monitor messages.&quot;

Will recommit it when I have more time to work on the todos.

This reverts commit 610ef6c00781522022455c0cbf34495420b2db1d.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=7ef47de</url>     </commit>   </body>   <timestamp>1329187006</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>hrev43708</revision>       <author>czeidler</author>       <log>Add workaround for #8001.
* check known mode list first before sanitizing the target mode. However the optimal way is to fix the constraints in sanitize_display_mode.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=7408b8c</url>     </commit>   </body>   <timestamp>1328134889</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>hrev43680</revision>       <author>czeidler</author>       <log>Use new node monitor fields in the index_server. [2 commits]
* remove unnecessary modified query hack</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=d3ff066</url>     </commit>   </body>   <timestamp>1327207906</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>hrev43679</revision>       <author>czeidler</author>       <log>Forgot this file. [8 commits]</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=c7413cf</url>     </commit>   </body>   <timestamp>1327199418</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>hrev43676</revision>       <author>czeidler</author>       <log>Fix build.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=dee44e8</url>     </commit>   </body>   <timestamp>1327125439</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>hrev43675</revision>       <author>czeidler</author>       <log>This makes keyboard input working when leaving the consoled debugger. [4 commits]
* Fix trace.
* Try to read key input again when the device is just B_BUSY.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=124759d</url>     </commit>   </body>   <timestamp>1327124309</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>hrev43670</revision>       <author>czeidler</author>       <log>Use correct ALM variable index.

There is list of all variables and a list of variables used by contraints. When editing the min, max variable constraints access the
correct list.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=e4ff57c</url>     </commit>   </body>   <timestamp>1326918708</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>hrev43630</revision>       <author>czeidler</author>       <log>Style fixes. Thanks Axel and Ingo.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=b5c5640</url>     </commit>   </body>   <timestamp>1325795733</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>hrev43625</revision>       <author>czeidler</author>       <log>Make BReference and BWeakReference behave more like a normal pointer.
* Casts like BReference&lt;Derived&gt; to BReference&lt;Base&gt; are now possible.
* This cast for BWeakReference is, because of the underlying structure, not automatically type safe. I used a simple hack to make the compiler complain if the cast
is not type safe. Please take a look if that can be done better.
* Smaller style and bug fixes.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=32951c4</url>     </commit>   </body>   <timestamp>1325724165</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>hrev43544</revision>       <author>czeidler</author>       <log>Tabs are now reference counted. Fix the tests. [2 commits]</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=5693bf2</url>     </commit>   </body>   <timestamp>1324443019</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>hrev43543</revision>       <author>czeidler</author>       <log>Small style changes. Thanks Axel.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=9472a1d</url>     </commit>   </body>   <timestamp>1324441311</timestamp> </message></recentMessages></statsTarget>
