<feed xmlns='http://www.w3.org/2005/Atom'>
<title>abrt.git/lib/Plugins/KerneloopsScanner.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>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>add the GPL notice to the kerneloops' scanner</title>
<updated>2009-08-10T22:04:33+00:00</updated>
<author>
<name>Anton Arapov</name>
<email>aarapov@redhat.com</email>
</author>
<published>2009-08-10T22:04:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=b67dd4c5d4a2fdce4c6f27234b4f3dc41462d9ba'/>
<id>b67dd4c5d4a2fdce4c6f27234b4f3dc41462d9ba</id>
<content type='text'>
this is important, since the codebase of the kerneloops.org was used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this is important, since the codebase of the kerneloops.org was used.
</pre>
</div>
</content>
</entry>
<entry>
<title>Kerneloops plugin: style fixes</title>
<updated>2009-08-10T21:57:38+00:00</updated>
<author>
<name>Anton Arapov</name>
<email>aarapov@redhat.com</email>
</author>
<published>2009-08-10T21:57:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=d4353d69f177b7a0e023cb7a90c3493d2b9efca8'/>
<id>d4353d69f177b7a0e023cb7a90c3493d2b9efca8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove redundant virtual destructors definitions</title>
<updated>2009-08-04T15:28:23+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-08-04T15:28:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=26904c7faff196b91c1ad50574f725cd1a033094'/>
<id>26904c7faff196b91c1ad50574f725cd1a033094</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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>KerneloopsReporter: plug a leak in writefunction</title>
<updated>2009-07-31T13:02:53+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-07-31T13:02:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=36d30c955b6e8cc8ab576ce5fcb8d1dd8e7c043b'/>
<id>36d30c955b6e8cc8ab576ce5fcb8d1dd8e7c043b</id>
<content type='text'>
Also some preparatory cleanups for future dumpoops patch are included

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also some preparatory cleanups for future dumpoops patch are included

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>bug fixes in kerneloops scanner</title>
<updated>2009-07-31T01:58:05+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-07-31T01:58:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=9a2270d2c89f58fbed72d1811dfbe308fdf495ac'/>
<id>9a2270d2c89f58fbed72d1811dfbe308fdf495ac</id>
<content type='text'>
CKerneloopsScanner::Run - scan syslog file first, then dmesg
(was other way around)

CKerneloopsScanner::SaveOopsToDebug - cast time_t and size_t to long
when we feed them to snprintf

CKerneloopsScanner::ScanSysLogFile - do not seek to negative offsets,
 POSIX does not allow that

CSysLog::QueueOops - plug memory leak

Also used some abrtlib functions where appropriate, use open instead of fopen
where appropriate, do not check error in time() - it never fails,
move around bits of code in CKerneloopsScanner
to make it easier in future to create a tool for parsing
arbitrary files for oopses.

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CKerneloopsScanner::Run - scan syslog file first, then dmesg
(was other way around)

CKerneloopsScanner::SaveOopsToDebug - cast time_t and size_t to long
when we feed them to snprintf

CKerneloopsScanner::ScanSysLogFile - do not seek to negative offsets,
 POSIX does not allow that

CSysLog::QueueOops - plug memory leak

Also used some abrtlib functions where appropriate, use open instead of fopen
where appropriate, do not check error in time() - it never fails,
move around bits of code in CKerneloopsScanner
to make it easier in future to create a tool for parsing
arbitrary files for oopses.

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>new scanner, it is used by abrt's cron</title>
<updated>2009-05-12T13:39:08+00:00</updated>
<author>
<name>Zdenek Prikryl</name>
<email>zdeny@dhcp-lab-218.englab.brq.redhat.com</email>
</author>
<published>2009-05-12T13:39:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=099ae27f9a2b374aedbfa3b75925b8f6ba475b45'/>
<id>099ae27f9a2b374aedbfa3b75925b8f6ba475b45</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
