<feed xmlns='http://www.w3.org/2005/Atom'>
<title>abrt.git/lib/MiddleWare/Plugin.h, branch 0.0.6</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/'/>
<entry>
<title>added support for storing results from reporters (used from gui)</title>
<updated>2009-08-14T18:59:43+00:00</updated>
<author>
<name>Zdenek Prikryl</name>
<email>zprikryl@redhat.com</email>
</author>
<published>2009-08-14T18:59:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=3c226c987f5015e8184bfc4293ee9f9b2f7b8f67'/>
<id>3c226c987f5015e8184bfc4293ee9f9b2f7b8f67</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>moved LoadSettings from plugins into PluginManager</title>
<updated>2009-08-11T16:37:33+00:00</updated>
<author>
<name>Zdenek Prikryl</name>
<email>zdeny@dhcp-lab-218.englab.brq.redhat.com</email>
</author>
<published>2009-08-11T16:37:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=3335a8cc4e772ed027e400cfac10b17c1536ad9f'/>
<id>3335a8cc4e772ed027e400cfac10b17c1536ad9f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>replace string memebers of plugin_info_t with const char*</title>
<updated>2009-08-07T16:38:44+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-08-07T16:38:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=c210f6793f3f1d62ff241bb31c42938e05e9a783'/>
<id>c210f6793f3f1d62ff241bb31c42938e05e9a783</id>
<content type='text'>
Since they are constant, and we never ever want to change them,
there is no benefit in having them as strings.

This change removes one global data object's constructor
and destructor from every applet .so module. 6k less code.

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since they are constant, and we never ever want to change them,
there is no benefit in having them as strings.

This change removes one global data object's constructor
and destructor from every applet .so module. 6k less code.

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Split real code from lib/MiddleWare/Plugin.h into Plugin.cpp.</title>
<updated>2009-08-07T00:23:33+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-08-07T00:23:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=88093858fa6cf734bb832f7cc9ff06fe57f0ad2a'/>
<id>88093858fa6cf734bb832f7cc9ff06fe57f0ad2a</id>
<content type='text'>
30k smaller code.

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
30k smaller code.

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>added new interface for geting plugins' settings (will be used in gui)</title>
<updated>2009-07-31T15:08:49+00:00</updated>
<author>
<name>Zdenek Prikryl</name>
<email>zdeny@dhcp-lab-218.englab.brq.redhat.com</email>
</author>
<published>2009-07-31T15:08:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=de2c473ef6cb27a080bb0491f21d1280e2c971c5'/>
<id>de2c473ef6cb27a080bb0491f21d1280e2c971c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move PLUGIN_INFOs to .cpp files: same object must never be defined twice</title>
<updated>2009-07-31T13:13:38+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-07-31T13:13:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=e60c006499ec9a1604f85f84a98145535a7ad0a7'/>
<id>e60c006499ec9a1604f85f84a98145535a7ad0a7</id>
<content type='text'>
and if structure is defined in a .h file, that happens.
Since this particular structure has non-trivial destructor,
it was running twice and resulted in double-free.

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and if structure is defined in a .h file, that happens.
Since this particular structure has non-trivial destructor,
it was running twice and resulted in double-free.

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Added first part of gui support in reporting</title>
<updated>2009-07-24T08:54:10+00:00</updated>
<author>
<name>Zdenek Prikryl</name>
<email>zprikryl@redhat.com</email>
</author>
<published>2009-07-24T08:54:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=a2a1ec29e008936654a146df244e4265668bfb31'/>
<id>a2a1ec29e008936654a146df244e4265668bfb31</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added comments</title>
<updated>2009-06-29T08:59:01+00:00</updated>
<author>
<name>Zdenek Prikryl</name>
<email>zprikryl@redhat.com</email>
</author>
<published>2009-06-29T08:59:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=7171080b4efbc279408047a7a2bf49fec3866456'/>
<id>7171080b4efbc279408047a7a2bf49fec3866456</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- reporter plugins can tak an argiment</title>
<updated>2009-04-16T15:54:20+00:00</updated>
<author>
<name>Zdenek Prikryl</name>
<email>zdeny@dhcp-lab-218.englab.brq.redhat.com</email>
</author>
<published>2009-04-16T15:54:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=b67b664e6f3019a142996c5bdc3a2e8c32f4306a'/>
<id>b67b664e6f3019a142996c5bdc3a2e8c32f4306a</id>
<content type='text'>
- added "Reporters" option which allows report basic info after a crash occurs
- fixed interface of plugins
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- added "Reporters" option which allows report basic info after a crash occurs
- fixed interface of plugins
</pre>
</div>
</content>
</entry>
<entry>
<title>replaced language and application plugins by analyzer plugin</title>
<updated>2009-03-19T13:29:35+00:00</updated>
<author>
<name>Zdenek Prikryl</name>
<email>zprikryl@redhat.com</email>
</author>
<published>2009-03-19T13:29:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=d698cf9bca1ac7f5c1a989161ea959a895900273'/>
<id>d698cf9bca1ac7f5c1a989161ea959a895900273</id>
<content type='text'>
added action plugin
simplify plugin iface
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
added action plugin
simplify plugin iface
</pre>
</div>
</content>
</entry>
</feed>
