<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-evolution/libibex, branch master</title>
<subtitle>Google Summer of Code 2013 - GNOME - Archive Integration workspace
</subtitle>
<id>https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/atom?h=master</id>
<link rel='self' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/'/>
<updated>2002-11-20T07:09:53+00:00</updated>
<entry>
<title>cvs removed it all. Not much use having it around anymore.</title>
<updated>2002-11-20T07:09:53+00:00</updated>
<author>
<name>Not Zed</name>
<email>NotZed@Ximian.com</email>
</author>
<published>2002-11-20T07:09:53+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=f299a6984a5103269108e2873803d323958d62eb'/>
<id>urn:sha1:f299a6984a5103269108e2873803d323958d62eb</id>
<content type='text'>
2002-11-20  Not Zed  &lt;NotZed@Ximian.com&gt;

        * libibex/*: cvs removed it all.  Not much use having it around
        anymore.

svn path=/trunk/; revision=18854
</content>
</entry>
<entry>
<title>Final cleanup for the CFLAGS and LIBS in the Makefiles.</title>
<updated>2002-01-27T17:21:36+00:00</updated>
<author>
<name>Ettore Perazzoli</name>
<email>ettore@src.gnome.org</email>
</author>
<published>2002-01-27T17:21:36+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=79a377ddf20574b03d02f93fc85f542455b12744'/>
<id>urn:sha1:79a377ddf20574b03d02f93fc85f542455b12744</id>
<content type='text'>
svn path=/trunk/; revision=15486
</content>
</entry>
<entry>
<title>Change to use pthread_mutex directly. (ibex_close): Same.</title>
<updated>2001-11-01T21:23:36+00:00</updated>
<author>
<name>1</name>
<email>NotZed@Ximian.com</email>
</author>
<published>2001-11-01T21:23:36+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=f6f1ce07cef110a562d2981395ef7ba2db707a7c'/>
<id>urn:sha1:f6f1ce07cef110a562d2981395ef7ba2db707a7c</id>
<content type='text'>
2001-11-01    &lt;NotZed@Ximian.com&gt;

        * ibex_block.c (ibex_open): Change to use pthread_mutex directly.
        (ibex_close): Same.

        * ibex_internal.h: Changed to use pthread mutexes.  Fixes #14218.

svn path=/trunk/; revision=14565
</content>
</entry>
<entry>
<title>Added a trylock, used by ibex_use.</title>
<updated>2001-10-31T19:58:02+00:00</updated>
<author>
<name>1</name>
<email>NotZed@Ximian.com</email>
</author>
<published>2001-10-31T19:58:02+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=b40eb5b8a47737304a6df0bb379b3a6ed83b062a'/>
<id>urn:sha1:b40eb5b8a47737304a6df0bb379b3a6ed83b062a</id>
<content type='text'>
2001-10-31    &lt;NotZed@Ximian.com&gt;

        * ibex_internal.h (IBEX_TRYLOCK): Added a trylock, used by ibex_use.

        * ibex_block.c (ibex_use): Do to a trylock on the ibex we're
        checking to close, as it might be locked elsewhere in an obivously
        simple deadlock.

svn path=/trunk/; revision=14547
</content>
</entry>
<entry>
<title>Bump this to 15, 5 seems a little small. Its still settable using an</title>
<updated>2001-10-30T18:54:19+00:00</updated>
<author>
<name>0</name>
<email>NotZed@Ximian.com</email>
</author>
<published>2001-10-30T18:54:19+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=1d08275d79822da85016b3b6d002924efa515a22'/>
<id>urn:sha1:1d08275d79822da85016b3b6d002924efa515a22</id>
<content type='text'>
2001-10-30    &lt;NotZed@Ximian.com&gt;

        * ibex_internal.h (IBEX_OPEN_THRESHOLD): Bump this to 15, 5 seems
        a little small.  Its still settable using an environmental
        variable though, hopefully with other fd optimisations this will
        not be an excessive number.

svn path=/trunk/; revision=14471
</content>
</entry>
<entry>
<title>If we can't open blocks, dont try to deref it. (ibex_move): Dont try to</title>
<updated>2001-10-30T05:21:16+00:00</updated>
<author>
<name>0</name>
<email>NotZed@Ximian.com</email>
</author>
<published>2001-10-30T05:21:16+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=6e4ce3ebfbe5d9f721e2d2d42e35d8e2b370f035'/>
<id>urn:sha1:6e4ce3ebfbe5d9f721e2d2d42e35d8e2b370f035</id>
<content type='text'>
2001-10-30    &lt;NotZed@Ximian.com&gt;

        * ibex_block.c (ibex_reset): If we can't open blocks, dont try to
        deref it.
        (ibex_move): Dont try to rename if we have no file to rename.
        Change all callers to ibex_use to call it inside the lock.
        Otherwise it could change while we're trying to use it ...
        (ibex_use): Dont lock ib here, always assume we have it locked
        already, and dont try to close it if we run across it in the list.

svn path=/trunk/; revision=14430
</content>
</entry>
<entry>
<title>If we can't open blocks, dont try to deref it.</title>
<updated>2001-10-30T04:33:44+00:00</updated>
<author>
<name>0</name>
<email>NotZed@Ximian.com</email>
</author>
<published>2001-10-30T04:33:44+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=ef9b8189dcdedf3995d160c11490b8c454819e90'/>
<id>urn:sha1:ef9b8189dcdedf3995d160c11490b8c454819e90</id>
<content type='text'>
2001-10-30    &lt;NotZed@Ximian.com&gt;

        * ibex_block.c (ibex_reset): If we can't open blocks, dont try to
        deref it.

svn path=/trunk/; revision=14423
</content>
</entry>
<entry>
<title>Always rename file even if mv failed.</title>
<updated>2001-10-29T08:23:32+00:00</updated>
<author>
<name>9</name>
<email>NotZed@Ximian.com</email>
</author>
<published>2001-10-29T08:23:32+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=fa9505a288ebeab16883eb940bd1418f176fc426'/>
<id>urn:sha1:fa9505a288ebeab16883eb940bd1418f176fc426</id>
<content type='text'>
2001-10-29    &lt;NotZed@Ximian.com&gt;

        * ibex_block.c (ibex_move): Always rename file even if mv failed.

svn path=/trunk/; revision=14326
</content>
</entry>
<entry>
<title>New api entry to move an ibex file in an atomic way.</title>
<updated>2001-10-28T13:04:54+00:00</updated>
<author>
<name>8</name>
<email>NotZed@Ximian.com</email>
</author>
<published>2001-10-28T13:04:54+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=cf90bb5d3354ed745a7e0fd1ceb13ea8c28a8b58'/>
<id>urn:sha1:cf90bb5d3354ed745a7e0fd1ceb13ea8c28a8b58</id>
<content type='text'>
2001-10-28    &lt;NotZed@Ximian.com&gt;

        * ibex_block.c (ibex_move): New api entry to move an ibex file in
        an atomic way.

svn path=/trunk/; revision=14293
</content>
</entry>
<entry>
<title>More fixing of the license texts.</title>
<updated>2001-10-27T18:21:05+00:00</updated>
<author>
<name>Ettore Perazzoli</name>
<email>ettore@src.gnome.org</email>
</author>
<published>2001-10-27T18:21:05+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=4ca07463a0cc329a01607a3cffc094b548bb4c13'/>
<id>urn:sha1:4ca07463a0cc329a01607a3cffc094b548bb4c13</id>
<content type='text'>
svn path=/trunk/; revision=14217
</content>
</entry>
</feed>
