<feed xmlns='http://www.w3.org/2005/Atom'>
<title>abrt.git/lib/Utils/Makefile.am, branch 1.1.8</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 package specific actions</title>
<updated>2010-06-30T15:42:04+00:00</updated>
<author>
<name>Jiri Moskovcak</name>
<email>jmoskovc@redhat.com</email>
</author>
<published>2010-06-30T15:42:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=b644ad1e65198fb556b84bc38600ff484374ad2c'/>
<id>b644ad1e65198fb556b84bc38600ff484374ad2c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move hooklib from src/Hooks to lib/Utils</title>
<updated>2010-06-09T15:18:47+00:00</updated>
<author>
<name>karel</name>
<email>karel@localhost.localdomain</email>
</author>
<published>2010-05-14T10:11:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=a28c9745990dbbf1454b449d454142f5603fa25e'/>
<id>a28c9745990dbbf1454b449d454142f5603fa25e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Move hooklib from src/Hooks to lib/Utils"</title>
<updated>2010-05-14T09:48:13+00:00</updated>
<author>
<name>Nikola Pajkovsky</name>
<email>npajkovs@redhat.com</email>
</author>
<published>2010-05-14T09:48:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=78f9a6d82fb7b5e7f714f0c348980d0809922645'/>
<id>78f9a6d82fb7b5e7f714f0c348980d0809922645</id>
<content type='text'>
This reverts commit 94a67f5d3edd6ac842cc3d7feea9e1954ee58a37.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 94a67f5d3edd6ac842cc3d7feea9e1954ee58a37.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move hooklib from src/Hooks to lib/Utils</title>
<updated>2010-05-12T13:44:41+00:00</updated>
<author>
<name>Karel Klic</name>
<email>kklic@redhat.com</email>
</author>
<published>2010-05-04T12:30:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=94a67f5d3edd6ac842cc3d7feea9e1954ee58a37'/>
<id>94a67f5d3edd6ac842cc3d7feea9e1954ee58a37</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed some compilation problems on F13</title>
<updated>2010-03-31T20:16:21+00:00</updated>
<author>
<name>Jiri Moskovcak</name>
<email>jmoskovc@redhat.com</email>
</author>
<published>2010-03-31T20:16:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=0e0cddd79b2a007a8a747530527d3666e27b8546'/>
<id>0e0cddd79b2a007a8a747530527d3666e27b8546</id>
<content type='text'>
- see http://fedoraproject.org/wiki/Features/ChangeInImplicitDSOLinking
  for the details
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- see http://fedoraproject.org/wiki/Features/ChangeInImplicitDSOLinking
  for the details
</pre>
</div>
</content>
</entry>
<entry>
<title>Move backtrace parser from src/Backtrace to lib/Utils.</title>
<updated>2010-03-26T17:11:09+00:00</updated>
<author>
<name>Karel Klic</name>
<email>kklic@redhat.com</email>
</author>
<published>2010-03-26T16:55:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=7ccd55eb10921e94a81b699a2c96cb1dc25515d1'/>
<id>7ccd55eb10921e94a81b699a2c96cb1dc25515d1</id>
<content type='text'>
Move abrt-backtrace app from src/Backtrace/main.c to src/utils/abrt-backtrace.
Move backtrace preprocessign code from abrt-backtrace to the parser.
Implemented new backtrace rating algorithm.
Added old bt rating algorithm to backtrace.c
Move strbuf to lib/Utils, and updated it to use xfuncs.
Created separate header for xfuncs.
Some functions in xfuncs marked as extern "c", so they can be used
in C code.
Merged backtrace fallback (independent_backtrace) "parser" into
backtrace.{h/c}.
Added option --rate to abrt-backtrace, to be able to use the new
backtrace rating algorithm in scripts.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move abrt-backtrace app from src/Backtrace/main.c to src/utils/abrt-backtrace.
Move backtrace preprocessign code from abrt-backtrace to the parser.
Implemented new backtrace rating algorithm.
Added old bt rating algorithm to backtrace.c
Move strbuf to lib/Utils, and updated it to use xfuncs.
Created separate header for xfuncs.
Some functions in xfuncs marked as extern "c", so they can be used
in C code.
Merged backtrace fallback (independent_backtrace) "parser" into
backtrace.{h/c}.
Added option --rate to abrt-backtrace, to be able to use the new
backtrace rating algorithm in scripts.
</pre>
</div>
</content>
</entry>
<entry>
<title>rhfastcheck: a new reporter plugin based on Gavin's work</title>
<updated>2010-03-25T13:22:15+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-03-25T13:22:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=bb36076a03ce7bb40113d618db6d0343b8477c3f'/>
<id>bb36076a03ce7bb40113d618db6d0343b8477c3f</id>
<content type='text'>
Plugin quickly checks RH support DB for known solutions.

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Plugin quickly checks RH support DB for known solutions.

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>rhticket: factor out HTTP POST code into abrt_curl.{h,cpp}</title>
<updated>2010-03-25T13:20:40+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-03-25T13:20:40+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=7b721840773a6faf2fa93562aeae1cc4c7d05804'/>
<id>7b721840773a6faf2fa93562aeae1cc4c7d05804</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>remove socket code, it is dead</title>
<updated>2010-03-23T17:26:33+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-03-23T17:26:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=3c3d9ab3a7a804d2b0460240a4c96362a14c13ed'/>
<id>3c3d9ab3a7a804d2b0460240a4c96362a14c13ed</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>Move dbus code to libABRTUtils. It makes libABRTUtils depend on four more libs,</title>
<updated>2010-03-19T15:48:34+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-03-19T15:48:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=f328f55ae62f0decb209a8a4d058255371fc56f2'/>
<id>f328f55ae62f0decb209a8a4d058255371fc56f2</id>
<content type='text'>
but allows abrt-applet to not depend on libABRTdUtils, thus going down
from 78 to 48 dep libs

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
but allows abrt-applet to not depend on libABRTdUtils, thus going down
from 78 to 48 dep libs

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
