<feed xmlns='http://www.w3.org/2005/Atom'>
<title>abrt.git/src/include, branch 2.0.3</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>clean up after libreport separation into a different source tree</title>
<updated>2011-06-17T14:31:27+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>dvlasenk@redhat.com</email>
</author>
<published>2011-06-17T14:31:27+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=a7e51ae8800a2bc14e4449fd3e2a3c689d9feb37'/>
<id>a7e51ae8800a2bc14e4449fd3e2a3c689d9feb37</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;dvlasenk@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Denys Vlasenko &lt;dvlasenk@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>abrt-applet: merge source into one file. No functional changes</title>
<updated>2011-06-16T15:39:54+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>dvlasenk@redhat.com</email>
</author>
<published>2011-06-16T15:39:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=0c0ff191cc9f533713a0969056d9c29ec41ab231'/>
<id>0c0ff191cc9f533713a0969056d9c29ec41ab231</id>
<content type='text'>
   text	   data	    bss	    dec	    hex	filename
  16940	    852	     28	  17820	   459c	abrt-applet
  15891	    840	     40	  16771	   4183	abrt-applet.new

Signed-off-by: Denys Vlasenko &lt;dvlasenk@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
   text	   data	    bss	    dec	    hex	filename
  16940	    852	     28	  17820	   459c	abrt-applet
  15891	    840	     40	  16771	   4183	abrt-applet.new

Signed-off-by: Denys Vlasenko &lt;dvlasenk@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>properly declare daemon_is_ok</title>
<updated>2011-06-15T14:20:11+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>dvlasenk@redhat.com</email>
</author>
<published>2011-06-15T14:20:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=45a1682d613b6c905a53a0ad9994fdeaefdb5a0a'/>
<id>45a1682d613b6c905a53a0ad9994fdeaefdb5a0a</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;dvlasenk@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Denys Vlasenko &lt;dvlasenk@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>split libreport to a separate package</title>
<updated>2011-06-08T15:27:42+00:00</updated>
<author>
<name>Jiri Moskovcak</name>
<email>jmoskovc@redhat.com</email>
</author>
<published>2011-06-08T15:27:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=0e74f780545b1aa8f6a5277b3cfdc9887c37ed5e'/>
<id>0e74f780545b1aa8f6a5277b3cfdc9887c37ed5e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>wizard: hook selection checkboxes to reporters.</title>
<updated>2011-06-01T15:57:31+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>dvlasenk@redhat.com</email>
</author>
<published>2011-06-01T15:57:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=2fa751f6d98995e73db4d0edd0d22b9560281644'/>
<id>2fa751f6d98995e73db4d0edd0d22b9560281644</id>
<content type='text'>
Checkboxes are controlled by the following elements in .xml:

&lt;requires-items&gt; ITEM1,ITEM2 &lt;/requires-items&gt;
&lt;exclude-items-by-default&gt; ITEM1,ITEM2 &lt;/exclude-items-by-default&gt;
&lt;exclude-items-always&gt; ITEM1,ITEM2 &lt;/exclude-items-always&gt;
&lt;exclude-binary-items&gt; yes / no &lt;/exclude-binary-items&gt;
&lt;include-items-by-default&gt; ITEM1,ITEM2 &lt;/include-items-by-default&gt;

exclude-items-by-default and exclude-items-always can be "*"
meaning "all". include-items-by-default specifies which items
are included (checked) is exclude-items-by-default is "*".
Else, all are checked by default.

the set of iters NOT included is passed in $EXCLUDE_FROM_REPORT
variable. bugzilla, kerneloops, mailx, print and rhtsupport
are made aware of this variable.

Signed-off-by: Denys Vlasenko &lt;dvlasenk@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Checkboxes are controlled by the following elements in .xml:

&lt;requires-items&gt; ITEM1,ITEM2 &lt;/requires-items&gt;
&lt;exclude-items-by-default&gt; ITEM1,ITEM2 &lt;/exclude-items-by-default&gt;
&lt;exclude-items-always&gt; ITEM1,ITEM2 &lt;/exclude-items-always&gt;
&lt;exclude-binary-items&gt; yes / no &lt;/exclude-binary-items&gt;
&lt;include-items-by-default&gt; ITEM1,ITEM2 &lt;/include-items-by-default&gt;

exclude-items-by-default and exclude-items-always can be "*"
meaning "all". include-items-by-default specifies which items
are included (checked) is exclude-items-by-default is "*".
Else, all are checked by default.

the set of iters NOT included is passed in $EXCLUDE_FROM_REPORT
variable. bugzilla, kerneloops, mailx, print and rhtsupport
are made aware of this variable.

Signed-off-by: Denys Vlasenko &lt;dvlasenk@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>include/report/report.h: change API from having more functions to having more flags</title>
<updated>2011-05-24T17:48:13+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>dvlasenk@redhat.com</email>
</author>
<published>2011-05-24T17:48:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=128381fc93e56cefb2b02b973a2ef3380594c91f'/>
<id>128381fc93e56cefb2b02b973a2ef3380594c91f</id>
<content type='text'>
Now we have three functions instead of four:

int report_problem_in_dir(const char *dirname, int flags);
int report_problem_in_memory(problem_data_t *pd, int flags);
int report_problem(problem_data_t *pd);

(third one is a trivial wrapper around report_problem_in_memory),
and two new flags LIBREPORT_ANALYZE and LIBREPORT_RELOAD_DATA.

Signed-off-by: Denys Vlasenko &lt;dvlasenk@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now we have three functions instead of four:

int report_problem_in_dir(const char *dirname, int flags);
int report_problem_in_memory(problem_data_t *pd, int flags);
int report_problem(problem_data_t *pd);

(third one is a trivial wrapper around report_problem_in_memory),
and two new flags LIBREPORT_ANALYZE and LIBREPORT_RELOAD_DATA.

Signed-off-by: Denys Vlasenko &lt;dvlasenk@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>abrt-action-bugzilla: fold make_description_comment into its only callsite</title>
<updated>2011-05-24T12:54:13+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>dvlasenk@redhat.com</email>
</author>
<published>2011-05-24T12:54:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=19f6ebe0c9d2de584c1fa25140a5ef2fd5ba1e7f'/>
<id>19f6ebe0c9d2de584c1fa25140a5ef2fd5ba1e7f</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;dvlasenk@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Denys Vlasenko &lt;dvlasenk@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>rename "global_uuid" element to "duphash"</title>
<updated>2011-05-23T15:38:40+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>dvlasenk@redhat.com</email>
</author>
<published>2011-05-23T15:38:40+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=1c37993c45fdb8fc27694488d496f3228444c23f'/>
<id>1c37993c45fdb8fc27694488d496f3228444c23f</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;dvlasenk@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Denys Vlasenko &lt;dvlasenk@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>remove old comment</title>
<updated>2011-05-23T15:31:14+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>dvlasenk@redhat.com</email>
</author>
<published>2011-05-23T15:31:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=8c3b73df092802404578ee882a80cb8132012775'/>
<id>8c3b73df092802404578ee882a80cb8132012775</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;dvlasenk@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Denys Vlasenko &lt;dvlasenk@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>assorted cleanups, memory leak fix (g_list_free in add_basics_to_problem_data)</title>
<updated>2011-05-22T19:28:58+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>dvlasenk@redhat.com</email>
</author>
<published>2011-05-22T19:28:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mnowak/public_git/abrt.git/commit/?id=1fef96e2031952fccc4cf9ed189b50fec9360a06'/>
<id>1fef96e2031952fccc4cf9ed189b50fec9360a06</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;dvlasenk@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Denys Vlasenko &lt;dvlasenk@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
