<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>c8121b2dc9b97b0e308469c8f5e306e7c6899525</id>
      </parent>
    </parents>
    <author>
      <name>Matt Ingenthron</name>
      <email>ingenthr@cep.net</email>
    </author>
    <url>http://github.com/steveyen/moxi/commit/932751d1e3d7a078121a188217d0f558ae093432</url>
    <id>932751d1e3d7a078121a188217d0f558ae093432</id>
    <committed-date>2009-10-15T19:38:46-07:00</committed-date>
    <authored-date>2009-10-15T19:38:46-07:00</authored-date>
    <message>Libevent detection should be built just like everything else.</message>
    <tree>f726109ed355fd443a8b5f1445c632e4d0d5ee74</tree>
    <committer>
      <name>Matt Ingenthron</name>
      <email>ingenthr@cep.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4c47c843f4e9ef5d495cb299cf7f7779600ccd57</id>
      </parent>
    </parents>
    <author>
      <name>CaptTofu</name>
      <email>patg@patg.net</email>
    </author>
    <url>http://github.com/steveyen/moxi/commit/c8121b2dc9b97b0e308469c8f5e306e7c6899525</url>
    <id>c8121b2dc9b97b0e308469c8f5e306e7c6899525</id>
    <committed-date>2009-10-15T18:43:16-07:00</committed-date>
    <authored-date>2009-10-15T18:43:16-07:00</authored-date>
    <message>Added GNU_SOURCE to make ICC compile succeed</message>
    <tree>ddcd93b49965d12e3050af7a22667451ba8cc43d</tree>
    <committer>
      <name>CaptTofu</name>
      <email>patg@patg.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a565358ef1d8448c98ee008e1f19b1e06736551e</id>
      </parent>
    </parents>
    <author>
      <name>CaptTofu</name>
      <email>patg@patg.net</email>
    </author>
    <url>http://github.com/steveyen/moxi/commit/4c47c843f4e9ef5d495cb299cf7f7779600ccd57</url>
    <id>4c47c843f4e9ef5d495cb299cf7f7779600ccd57</id>
    <committed-date>2009-10-15T04:51:35-07:00</committed-date>
    <authored-date>2009-10-15T04:51:11-07:00</authored-date>
    <message>Trying to quell remarks from ICC</message>
    <tree>054df87bf924410df017c437f08ba73c5940a0e6</tree>
    <committer>
      <name>CaptTofu</name>
      <email>patg@patg.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d6c51826d210924f12c85e4b58757e802781cb63</id>
      </parent>
    </parents>
    <author>
      <name>CaptTofu</name>
      <email>patg@patg.net</email>
    </author>
    <url>http://github.com/steveyen/moxi/commit/a565358ef1d8448c98ee008e1f19b1e06736551e</url>
    <id>a565358ef1d8448c98ee008e1f19b1e06736551e</id>
    <committed-date>2009-10-15T04:51:35-07:00</committed-date>
    <authored-date>2009-10-14T10:45:02-07:00</authored-date>
    <message>Flags for turning off certain comments for icc</message>
    <tree>cc60c1245ccfc43b3b389c6daf7abc1e5e81bfeb</tree>
    <committer>
      <name>CaptTofu</name>
      <email>patg@patg.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c5660a50f85275aa68cadcdcbbeed3c19957a450</id>
      </parent>
    </parents>
    <author>
      <name>Matt Ingenthron</name>
      <email>ingenthr@cep.net</email>
    </author>
    <url>http://github.com/steveyen/moxi/commit/d6c51826d210924f12c85e4b58757e802781cb63</url>
    <id>d6c51826d210924f12c85e4b58757e802781cb63</id>
    <committed-date>2009-10-14T10:03:38-07:00</committed-date>
    <authored-date>2009-10-14T10:03:38-07:00</authored-date>
    <message>Updated use of c99 for Intel ICC.  Typedef required to get u_char.

It is not 100% clear what is happening here, but from research it
seems that gcc frequently defines _GNU_SOURCE which then tries to get
libc to conform to those standards.  Various resources seem to
indicate that _GNU_SOURCE is not always defined by gcc, some distros
have their gcc configured differently.

libevent has a u_char in it's header file, and even has a typedef
for it.  icc seems to ignore this typedef (which may actually be
the right thing to do!).  By re-adding this typedef only, the libevent
test will pass and the later compilation using regular includes of
event.h behave correctly.

It should be noted that u_char does not appear in the C99 standard.

Resources:
http://www.gnu.org/s/libc/manual/html_node/Feature-Test-Macros.html
http://blogs.sun.com/rvs/entry/fun_with_libc_compile_time</message>
    <tree>feba489d8ffcd30e9c4c756ecd15f57971d60bdc</tree>
    <committer>
      <name>Matt Ingenthron</name>
      <email>ingenthr@cep.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c088af146611e38f72c4c31ad8c71eb18741b1b9</id>
      </parent>
    </parents>
    <author>
      <name>Matt Ingenthron</name>
      <email>ingenthr@cep.net</email>
    </author>
    <url>http://github.com/steveyen/moxi/commit/c5660a50f85275aa68cadcdcbbeed3c19957a450</url>
    <id>c5660a50f85275aa68cadcdcbbeed3c19957a450</id>
    <committed-date>2009-10-13T20:24:04-07:00</committed-date>
    <authored-date>2009-10-13T20:17:45-07:00</authored-date>
    <message>Reenable c99 conformance on ICC.  Needed to support libmemcached code.</message>
    <tree>2f244f14bdc376225023d4e48f534a59a34f87cf</tree>
    <committer>
      <name>Matt Ingenthron</name>
      <email>ingenthr@cep.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>369406aafc9db6e312a9e8caf175f0b22fd03cc2</id>
      </parent>
    </parents>
    <author>
      <name>Matt Ingenthron</name>
      <email>ingenthr@cep.net</email>
    </author>
    <url>http://github.com/steveyen/moxi/commit/c088af146611e38f72c4c31ad8c71eb18741b1b9</url>
    <id>c088af146611e38f72c4c31ad8c71eb18741b1b9</id>
    <committed-date>2009-10-13T19:15:48-07:00</committed-date>
    <authored-date>2009-10-13T19:15:48-07:00</authored-date>
    <message>Enums should be used consistently (needed for ICC compile).</message>
    <tree>d3803a3c286b12630c608f5339fba875cb38bf2a</tree>
    <committer>
      <name>Matt Ingenthron</name>
      <email>ingenthr@cep.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>217c96cca9e89bb59c304471175e211e6adf1d72</id>
      </parent>
    </parents>
    <author>
      <name>Matt Ingenthron</name>
      <email>ingenthr@cep.net</email>
    </author>
    <url>http://github.com/steveyen/moxi/commit/369406aafc9db6e312a9e8caf175f0b22fd03cc2</url>
    <id>369406aafc9db6e312a9e8caf175f0b22fd03cc2</id>
    <committed-date>2009-10-13T18:25:01-07:00</committed-date>
    <authored-date>2009-10-13T18:25:01-07:00</authored-date>
    <message>Suppress warnings from Sun Studio for unknown __attributes__.</message>
    <tree>87de910cc004cc0dde75922c4f6bbd1827809175</tree>
    <committer>
      <name>Matt Ingenthron</name>
      <email>ingenthr@cep.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a5f2a027c8440cfa1d6543f34390399f8a7b3078</id>
      </parent>
    </parents>
    <author>
      <name>Matt Ingenthron</name>
      <email>ingenthr@cep.net</email>
    </author>
    <url>http://github.com/steveyen/moxi/commit/217c96cca9e89bb59c304471175e211e6adf1d72</url>
    <id>217c96cca9e89bb59c304471175e211e6adf1d72</id>
    <committed-date>2009-10-13T13:48:11-07:00</committed-date>
    <authored-date>2009-10-13T13:48:11-07:00</authored-date>
    <message>Submodule update, libconflate.</message>
    <tree>9fd5fd952219ea5282877d99be8bcfc9fc77baa2</tree>
    <committer>
      <name>Matt Ingenthron</name>
      <email>ingenthr@cep.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0cda56add823f22c3e4f5dd82e467d25275003de</id>
      </parent>
    </parents>
    <author>
      <name>Matt Ingenthron</name>
      <email>ingenthr@cep.net</email>
    </author>
    <url>http://github.com/steveyen/moxi/commit/a5f2a027c8440cfa1d6543f34390399f8a7b3078</url>
    <id>a5f2a027c8440cfa1d6543f34390399f8a7b3078</id>
    <committed-date>2009-10-12T23:55:28-07:00</committed-date>
    <authored-date>2009-10-12T23:55:28-07:00</authored-date>
    <message>Allow unknown attributes from libmemcached with Sun Studio (for now).</message>
    <tree>31d74419107d26ea61d104d2b41ddedeabbcf206</tree>
    <committer>
      <name>Matt Ingenthron</name>
      <email>ingenthr@cep.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>623881b32a84016fb6aa3a3831c7add77afe8dfd</id>
      </parent>
    </parents>
    <author>
      <name>Matt Ingenthron</name>
      <email>ingenthr@cep.net</email>
    </author>
    <url>http://github.com/steveyen/moxi/commit/0cda56add823f22c3e4f5dd82e467d25275003de</url>
    <id>0cda56add823f22c3e4f5dd82e467d25275003de</id>
    <committed-date>2009-10-12T16:58:33-07:00</committed-date>
    <authored-date>2009-10-12T16:58:33-07:00</authored-date>
    <message>Submodule update libconflate.</message>
    <tree>c46bf8770007ebac771de240bfea82bf6ddb4d9e</tree>
    <committer>
      <name>Matt Ingenthron</name>
      <email>ingenthr@cep.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9c4349a0753a641e316870f313127c8c0df4e3d4</id>
      </parent>
    </parents>
    <author>
      <name>Matt Ingenthron</name>
      <email>ingenthr@cep.net</email>
    </author>
    <url>http://github.com/steveyen/moxi/commit/623881b32a84016fb6aa3a3831c7add77afe8dfd</url>
    <id>623881b32a84016fb6aa3a3831c7add77afe8dfd</id>
    <committed-date>2009-10-09T22:23:59-07:00</committed-date>
    <authored-date>2009-10-09T22:23:59-07:00</authored-date>
    <message>libconflate submodule update.</message>
    <tree>99ebcd6f0e613f38b385a4de3e0a276df683272d</tree>
    <committer>
      <name>Matt Ingenthron</name>
      <email>ingenthr@cep.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4d8c7bb1d34eb5af8e1afeae7f957c90d361f672</id>
      </parent>
    </parents>
    <author>
      <name>Matt Ingenthron</name>
      <email>ingenthr@cep.net</email>
    </author>
    <url>http://github.com/steveyen/moxi/commit/9c4349a0753a641e316870f313127c8c0df4e3d4</url>
    <id>9c4349a0753a641e316870f313127c8c0df4e3d4</id>
    <committed-date>2009-10-09T13:46:06-07:00</committed-date>
    <authored-date>2009-10-09T13:46:06-07:00</authored-date>
    <message>When doing a recursive clean, also ensure submodules are updated.</message>
    <tree>842ba13809111d455625cd11157e597d2f2345e3</tree>
    <committer>
      <name>Matt Ingenthron</name>
      <email>ingenthr@cep.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>82122cea6ef9c97415e6f897d99792c07ed16eb7</id>
      </parent>
    </parents>
    <author>
      <name>CaptTofu</name>
      <email>patg@patg.net</email>
    </author>
    <url>http://github.com/steveyen/moxi/commit/4d8c7bb1d34eb5af8e1afeae7f957c90d361f672</url>
    <id>4d8c7bb1d34eb5af8e1afeae7f957c90d361f672</id>
    <committed-date>2009-10-09T10:49:50-07:00</committed-date>
    <authored-date>2009-10-09T10:49:50-07:00</authored-date>
    <message>submodule update (icc fixes)</message>
    <tree>d1862dc73659d5140dfbb9e49c39af0528ced783</tree>
    <committer>
      <name>CaptTofu</name>
      <email>patg@patg.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>82476071fe12bf1e8d16ca166f34d9eefeb3d033</id>
      </parent>
    </parents>
    <author>
      <name>CaptTofu</name>
      <email>patg@patg.net</email>
    </author>
    <url>http://github.com/steveyen/moxi/commit/82122cea6ef9c97415e6f897d99792c07ed16eb7</url>
    <id>82122cea6ef9c97415e6f897d99792c07ed16eb7</id>
    <committed-date>2009-10-09T07:48:30-07:00</committed-date>
    <authored-date>2009-10-09T07:48:30-07:00</authored-date>
    <message>submodule added</message>
    <tree>41c3c9f5e3784e31f4f5606d216c3ac3ef88d688</tree>
    <committer>
      <name>CaptTofu</name>
      <email>patg@patg.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>488b0e4ad9ce2173fa1c025b169b1193afb51aab</id>
      </parent>
    </parents>
    <author>
      <name>CaptTofu</name>
      <email>patg@patg.net</email>
    </author>
    <url>http://github.com/steveyen/moxi/commit/82476071fe12bf1e8d16ca166f34d9eefeb3d033</url>
    <id>82476071fe12bf1e8d16ca166f34d9eefeb3d033</id>
    <committed-date>2009-10-08T08:32:30-07:00</committed-date>
    <authored-date>2009-10-08T08:32:30-07:00</authored-date>
    <message>Some fixes in libmemcached where a zero (0) was being set for an enum
value that there is no zero value for</message>
    <tree>f9671c9d9ad678ac98fc1ca9f929c245d4ae2a30</tree>
    <committer>
      <name>CaptTofu</name>
      <email>patg@patg.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0ac1d68ca815f5439a72f297f4b61c031804a864</id>
      </parent>
    </parents>
    <author>
      <name>CaptTofu</name>
      <email>patg@patg.net</email>
    </author>
    <url>http://github.com/steveyen/moxi/commit/488b0e4ad9ce2173fa1c025b169b1193afb51aab</url>
    <id>488b0e4ad9ce2173fa1c025b169b1193afb51aab</id>
    <committed-date>2009-10-05T16:39:55-07:00</committed-date>
    <authored-date>2009-10-05T16:39:55-07:00</authored-date>
    <message>Added updated libconflate submodule</message>
    <tree>a5ff8e4f769af4909b7da0a4c96092d82b74609f</tree>
    <committer>
      <name>CaptTofu</name>
      <email>patg@patg.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>af9080db886d153153bddf951d1f6d03b2f080e0</id>
      </parent>
    </parents>
    <author>
      <name>Matt Ingenthron</name>
      <email>ingenthr@cep.net</email>
    </author>
    <url>http://github.com/steveyen/moxi/commit/0ac1d68ca815f5439a72f297f4b61c031804a864</url>
    <id>0ac1d68ca815f5439a72f297f4b61c031804a864</id>
    <committed-date>2009-10-05T12:08:53-07:00</committed-date>
    <authored-date>2009-10-05T12:08:53-07:00</authored-date>
    <message>Submodule update libconflate to have test headers in dist.</message>
    <tree>e27d8e93b7d0745e174c2acd2cc8746d55853850</tree>
    <committer>
      <name>Matt Ingenthron</name>
      <email>ingenthr@cep.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e2292acdbdc47e6e4ca66f63ed74c0a83ddd6820</id>
      </parent>
    </parents>
    <author>
      <name>Matt Ingenthron</name>
      <email>ingenthr@cep.net</email>
    </author>
    <url>http://github.com/steveyen/moxi/commit/af9080db886d153153bddf951d1f6d03b2f080e0</url>
    <id>af9080db886d153153bddf951d1f6d03b2f080e0</id>
    <committed-date>2009-10-04T21:20:30-07:00</committed-date>
    <authored-date>2009-10-04T21:20:30-07:00</authored-date>
    <message>Modified libconflate submodule dependency to unmodified version.

The previous libconflate had a number of changes for future
functionality.  It was incompatible with moxi.  At this point in
time it just makes sense to roll back those changes and bring
forward libconflate when moxi is updated to support it.</message>
    <tree>f1d8bbe44f8f2f62bf1ae0ffd2bdb47f16d63be3</tree>
    <committer>
      <name>Matt Ingenthron</name>
      <email>ingenthr@cep.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5b98852012ed34540bf684468c7153049eaf0501</id>
      </parent>
    </parents>
    <author>
      <name>Matt Ingenthron</name>
      <email>ingenthr@cep.net</email>
    </author>
    <url>http://github.com/steveyen/moxi/commit/e2292acdbdc47e6e4ca66f63ed74c0a83ddd6820</url>
    <id>e2292acdbdc47e6e4ca66f63ed74c0a83ddd6820</id>
    <committed-date>2009-10-04T20:25:11-07:00</committed-date>
    <authored-date>2009-10-04T20:25:11-07:00</authored-date>
    <message>Fixed logic in autogen.sh and updated libconflate submodule.</message>
    <tree>64e5ccb14d790023d43e10f718ce13e764904d9b</tree>
    <committer>
      <name>Matt Ingenthron</name>
      <email>ingenthr@cep.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c721f6f79e45d5deeae9b6834d2b1278152e72ee</id>
      </parent>
    </parents>
    <author>
      <name>Matt Ingenthron</name>
      <email>ingenthr@cep.net</email>
    </author>
    <url>http://github.com/steveyen/moxi/commit/5b98852012ed34540bf684468c7153049eaf0501</url>
    <id>5b98852012ed34540bf684468c7153049eaf0501</id>
    <committed-date>2009-10-04T15:19:48-07:00</committed-date>
    <authored-date>2009-10-04T15:19:48-07:00</authored-date>
    <message>Changing submodule pointer to northscale github repository.</message>
    <tree>97c50d7798f6537e2294b8aab13ef1a4644c34fa</tree>
    <committer>
      <name>Matt Ingenthron</name>
      <email>ingenthr@cep.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4e818fc2df9a79a5201588ee3f745c98c78f35a1</id>
      </parent>
    </parents>
    <author>
      <name>Aliaksey Kandratsenka</name>
      <email>alk@tut.by</email>
    </author>
    <url>http://github.com/steveyen/moxi/commit/c721f6f79e45d5deeae9b6834d2b1278152e72ee</url>
    <id>c721f6f79e45d5deeae9b6834d2b1278152e72ee</id>
    <committed-date>2009-10-02T07:46:49-07:00</committed-date>
    <authored-date>2009-10-02T07:43:35-07:00</authored-date>
    <message>updated libconflate</message>
    <tree>e6f4e9d7525e8f73b8583cf2c1bdcab0773176bf</tree>
    <committer>
      <name>Aliaksey Kandratsenka</name>
      <email>alk@tut.by</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>99245ca0060fe87864c0d4db64ca3b7b3d702a2b</id>
      </parent>
    </parents>
    <author>
      <name>Aliaksey Kandratsenka</name>
      <email>alk@tut.by</email>
    </author>
    <url>http://github.com/steveyen/moxi/commit/4e818fc2df9a79a5201588ee3f745c98c78f35a1</url>
    <id>4e818fc2df9a79a5201588ee3f745c98c78f35a1</id>
    <committed-date>2009-10-02T07:43:18-07:00</committed-date>
    <authored-date>2009-10-02T07:43:18-07:00</authored-date>
    <message>make sure that redirects.h is included into dist. archive</message>
    <tree>9fec5c4f9724fb5883277d02f7c6af90017dd341</tree>
    <committer>
      <name>Aliaksey Kandratsenka</name>
      <email>alk@tut.by</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1f3830a544be8ac7513d198ce8972d5e3d4cd9a1</id>
      </parent>
    </parents>
    <author>
      <name>Aliaksey Kandratsenka</name>
      <email>alk@tut.by</email>
    </author>
    <url>http://github.com/steveyen/moxi/commit/99245ca0060fe87864c0d4db64ca3b7b3d702a2b</url>
    <id>99245ca0060fe87864c0d4db64ca3b7b3d702a2b</id>
    <committed-date>2009-10-02T06:25:17-07:00</committed-date>
    <authored-date>2009-10-02T06:25:17-07:00</authored-date>
    <message>workaround some weird behaviour (bug?) of osx's gcc 4.0.1</message>
    <tree>50bf87c046fcda303b100b4fbde59b502874070b</tree>
    <committer>
      <name>Aliaksey Kandratsenka</name>
      <email>alk@tut.by</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fda32dc4c6c2bec95070ff2fef7c61b4cf121f7d</id>
      </parent>
    </parents>
    <author>
      <name>Aliaksey Kandratsenka</name>
      <email>alk@tut.by</email>
    </author>
    <url>http://github.com/steveyen/moxi/commit/1f3830a544be8ac7513d198ce8972d5e3d4cd9a1</url>
    <id>1f3830a544be8ac7513d198ce8972d5e3d4cd9a1</id>
    <committed-date>2009-10-02T05:42:20-07:00</committed-date>
    <authored-date>2009-10-02T05:42:20-07:00</authored-date>
    <message>made random_data in check_moxi_agent.c static</message>
    <tree>9262fc27a1ca000a9c74f42464501c8e0864abc0</tree>
    <committer>
      <name>Aliaksey Kandratsenka</name>
      <email>alk@tut.by</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>42c808c7e6853fb1f690bd45c8919cd7385a4244</id>
      </parent>
    </parents>
    <author>
      <name>Aliaksey Kandratsenka</name>
      <email>alk@tut.by</email>
    </author>
    <url>http://github.com/steveyen/moxi/commit/fda32dc4c6c2bec95070ff2fef7c61b4cf121f7d</url>
    <id>fda32dc4c6c2bec95070ff2fef7c61b4cf121f7d</id>
    <committed-date>2009-10-02T05:27:12-07:00</committed-date>
    <authored-date>2009-10-02T05:27:12-07:00</authored-date>
    <message>better fix for ck_assert issue</message>
    <tree>41505032f1b4ccd0d95040903c81d2a4d345ea91</tree>
    <committer>
      <name>Aliaksey Kandratsenka</name>
      <email>alk@tut.by</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>494fe5e2616e9fe51b9d6fafc757a88daf9311c1</id>
      </parent>
    </parents>
    <author>
      <name>Aliaksey Kandratsenka</name>
      <email>alk@tut.by</email>
    </author>
    <url>http://github.com/steveyen/moxi/commit/42c808c7e6853fb1f690bd45c8919cd7385a4244</url>
    <id>42c808c7e6853fb1f690bd45c8919cd7385a4244</id>
    <committed-date>2009-10-02T05:15:50-07:00</committed-date>
    <authored-date>2009-10-02T05:15:50-07:00</authored-date>
    <message>implemented disabling of submodules cleaning in ./autogen.sh

When MOXI_DEVELOPMENT environment variable is set to 'yes' this stage
is skipped.</message>
    <tree>6180b10c86dcb53ad889925fe61942dd538eda23</tree>
    <committer>
      <name>Aliaksey Kandratsenka</name>
      <email>alk@tut.by</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ca8317560c7f685901813d1aa84c71d8db191f17</id>
      </parent>
    </parents>
    <author>
      <name>Aliaksey Kandratsenka</name>
      <email>alk@tut.by</email>
    </author>
    <url>http://github.com/steveyen/moxi/commit/494fe5e2616e9fe51b9d6fafc757a88daf9311c1</url>
    <id>494fe5e2616e9fe51b9d6fafc757a88daf9311c1</id>
    <committed-date>2009-10-02T04:08:54-07:00</committed-date>
    <authored-date>2009-10-02T04:08:54-07:00</authored-date>
    <message>updated libconflate</message>
    <tree>f19f306f0d8f72dee9b5a9da4ac0f074802d21ea</tree>
    <committer>
      <name>Aliaksey Kandratsenka</name>
      <email>alk@tut.by</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>caaf32e81994dc8fa975ed5cf1efc676696bef05</id>
      </parent>
    </parents>
    <author>
      <name>Aliaksey Kandratsenka</name>
      <email>alk@tut.by</email>
    </author>
    <url>http://github.com/steveyen/moxi/commit/ca8317560c7f685901813d1aa84c71d8db191f17</url>
    <id>ca8317560c7f685901813d1aa84c71d8db191f17</id>
    <committed-date>2009-10-02T02:22:02-07:00</committed-date>
    <authored-date>2009-10-02T02:22:02-07:00</authored-date>
    <message>don't use check's ck_assert

It's too new. Use fail_unless instead.</message>
    <tree>b2b993398222e91b17acbe6514d6fb7d31eb7154</tree>
    <committer>
      <name>Aliaksey Kandratsenka</name>
      <email>alk@tut.by</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>33ad0738bbbfa1875b4b3fe93cde6e8524d6adfb</id>
      </parent>
    </parents>
    <author>
      <name>Aliaksey Kandratsenka</name>
      <email>alk@tut.by</email>
    </author>
    <url>http://github.com/steveyen/moxi/commit/caaf32e81994dc8fa975ed5cf1efc676696bef05</url>
    <id>caaf32e81994dc8fa975ed5cf1efc676696bef05</id>
    <committed-date>2009-10-02T02:00:36-07:00</committed-date>
    <authored-date>2009-10-02T01:53:00-07:00</authored-date>
    <message>updated libconflate</message>
    <tree>1fbd8fa7815b73c43cd55d12f1b283eb729fbdd2</tree>
    <committer>
      <name>Aliaksey Kandratsenka</name>
      <email>alk@tut.by</email>
    </committer>
  </commit>
</commits>
