<?xml version="1.0"?>
<statsTarget><link>http://cia.vc/stats/author/korli</link><counters><counter name="forever" lastEventTime="1336091943" firstEventTime="1086081207">2836</counter><counter name="lastMonth" lastEventTime="1335723556" firstEventTime="1333295171">13</counter><counter name="thisMonth" lastEventTime="1336091943" firstEventTime="1335918428">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>hrev44100</revision>       <author>korli</author>       <log>USB transport addon: support for alternate interfaces.

* Tested with a Profilic USB-Parallel adapter and a Laserjet printer.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=91bc463</url>     </commit>   </body>   <timestamp>1336076740</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>hrev44093</revision>       <author>korli</author>       <log>Work in progress on xHCI bus driver, testing on emulation.

* Initial testing with QEmu emulation works with interrupt/bulk,
   testing on real hardware still not working. Small bulk requests work
   OK, not bigger ones (for instance it can't load the MediaPlayer
   application at 800KB).
* QEmu doesn't support byte read in the MMIO space, switch to double word.
* added SubmitNormalRequest() for interrupt and bulk endpoints.
* AllocateDevice(): fixed the physical address of the link TRB pointing
   to the beginning of the ring.
* _InsertEndpointForPipe(): setup context for non-default endpoints
   on creation. This should get the device to the configured state.
* _UnlinkDescriptorForPipe(): the next pointer wasn't null after unlinking.
* HandleTransferComplete(): add descriptor to a list to be processed by the
   finisher thread.
* FinishThread(): process finished transfers and call the callback,
   then free the TRB.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=77a7e76</url>     </commit>   </body>   <timestamp>1335995114</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>hrev44089</revision>       <author>korli</author>       <log>Work in progress on xHCI bus driver. [3 commits]

* added more traces, coding style
* added xhci_td, xhci_endpoint structs.
* SubmitRequest: this links a 3-stage TD control request into
    the endpoint ring.
* _InsertEndpointForPipe: when a pipe is created, configure the
    endpoint and set up the controller cookie.
* CreateDescriptor and FreeDescriptor: allocates memory for a TD.
* _LinkDescriptorForPipe: link a TD in an endpoint ring.
* _UnlinkDescriptorForPipe: unlink a TD
* AllocateDevice:
    slot number zero isn't valid.
    stick the slot number to the device struct.
    configure the default endpoint before calling SetAddress.
    address is found in the device context instead of the input context.
    device address passed to the USB stack has to begin with 1.
* Ring:
    check for invalid slot/endpoint combination.
    ring the slot doorbell instead of the doorbell 0.
* Root hub: fixed USB version.
* HandleTransferComplete: finds out the TD which submitted a
    transfer.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=2b31b4a</url>     </commit>   </body>   <timestamp>1335903203</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>hrev44080</revision>       <author>korli</author>       <log>ffmpeg: use the cpu count as decoding thread count.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=80ee381</url>     </commit>   </body>   <timestamp>1335706814</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>hrev44073</revision>       <author>korli</author>       <log>sysinfo: switch to c++</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=1f5facd</url>     </commit>   </body>   <timestamp>1335599992</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>hrev44031</revision>       <author>korli</author>       <log>use system zlib when cross building gcc4 to fix #8242

* this add a dependency on package zlib1g-dev for Linux systems.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=3af8da0</url>     </commit>   </body>   <timestamp>1334489330</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>hrev44021</revision>       <author>korli</author>       <log>MediaPlayer: use float format for audio frequency (see #8433).</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=d57a764</url>     </commit>   </body>   <timestamp>1334393212</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>hrev44000</revision>       <author>korli</author>       <log>ffmpeg: don't use deprecated API in AVCodecDecoder.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=b95fa24</url>     </commit>   </body>   <timestamp>1334180970</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>hrev43989</revision>       <author>korli</author>       <log>ffmpeg: switch to 0.10 API

* let ffmpeg handle probing buffer sizes.
* definitely helps with #8458. Noticed less drops for #8393.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=663a698</url>     </commit>   </body>   <timestamp>1334094044</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>hrev43988</revision>       <author>korli</author>       <log>marvell_yukon: status is actually a uint32.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=932ed21</url>     </commit>   </body>   <timestamp>1334088360</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>hrev43979</revision>       <author>korli</author>       <log>ntfs: fixed coverity resource leaks.

* CID 5723, 5724, 5725, 5726, 5728, 5736, 5737</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=0532691</url>     </commit>   </body>   <timestamp>1333921039</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>hrev43948</revision>       <author>korli</author>       <log>wpa_supplicant: updated to 0.7.3 2012-04-03

* compiles against updated FreeBSD compat layer headers.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=bc11edc</url>     </commit>   </body>   <timestamp>1333561255</timestamp> </message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version></generator><source><project>HaikuPorts</project></source><body><commit><revision>1865</revision><author>korli</author><log>wpa_supplicant: fixed install section  </log><diffLines>16</diffLines><url>http://ports.haiku-files.org/changeset/1865</url><files><file action="modify" uri="http://ports.haiku-files.org/changeset/1865/haikuports/trunk/net-wireless/wpa_supplicant/wpa_supplicant-0.7.3.bep">haikuports/trunk/net-wireless/wpa_supplicant/wpa_supplicant-0.7.3.bep</file></files></commit></body><timestamp>1333502067</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>hrev43932</revision>       <author>korli</author>       <log>es1370: build fix</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=8ea0100</url>     </commit>   </body>   <timestamp>1333284631</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>hrev43931</revision>       <author>korli</author>       <log>arm: added some missing arch bits and changed asm section for arm compat.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=57c324a</url>     </commit>   </body>   <timestamp>1333281816</timestamp> </message><message>   <generator>     <name>git-notify script for CIA</name>   </generator>   <source>     <project>haiku</project>     <module>buildtools</module>     <branch>master</branch>   </source>   <body>     <commit>       <revision>btrev43029</revision>       <author>korli</author>       <log>gcc: ASM_COMMENT_START shouldn't be defined at the OS level.

* arm: ASM_COMMENT_START is defined in arm/aout.h.
* i386 and x86_64: define ASM_COMMENT_START.
* others: ASM_COMMENT_START is defined in ${arch}/${arch}.h.</log>       <url>http://cgit.haiku-os.org/buildtools/commit/?id=5bdd342</url>     </commit>   </body>   <timestamp>1333208599</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>hrev43911</revision>       <author>korli</author>       <log>Screen: fixed a warning and gcc2 build.</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=0efb8b6</url>     </commit>   </body>   <timestamp>1333183417</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>hrev43901</revision>       <author>korli</author>       <log>mmap should try to honour the address hint</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=8d40592</url>     </commit>   </body>   <timestamp>1333044157</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>hrev43898</revision>       <author>korli</author>       <log>ffmpeg: updated to 0.10.2</log>       <url>http://cgit.haiku-os.org/haiku/commit/?id=66bcbd9</url>     </commit>   </body>   <timestamp>1332972257</timestamp> </message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version></generator><source><project>HaikuPorts</project></source><body><commit><revision>1860</revision><author>korli</author><log>ffmpeg: add bep for 0.10.2  </log><diffLines>308</diffLines><url>http://ports.haiku-files.org/changeset/1860</url><files><file action="add" uri="http://ports.haiku-files.org/changeset/1860/haikuports/trunk/media-video/ffmpeg/ffmpeg-0.10.2.bep">haikuports/trunk/media-video/ffmpeg/ffmpeg-0.10.2.bep</file><file action="add" uri="http://ports.haiku-files.org/changeset/1860/haikuports/trunk/media-video/ffmpeg/patches/ffmpeg-0.10.2-gcc2.patch">haikuports/trunk/media-video/ffmpeg/patches/ffmpeg-0.10.2-gcc2.patch</file></files></commit></body><timestamp>1332983977</timestamp></message></recentMessages></statsTarget>
