<feed xmlns='http://www.w3.org/2005/Atom'>
<title>abrt.git/src/CLI, branch 1.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/gavin/public_git/abrt.git/'/>
<entry>
<title>include abrt version in bug descriptions</title>
<updated>2009-11-18T18:46:29+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-11-18T18:46:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/gavin/public_git/abrt.git/commit/?id=e8a1a7159416e7a7a343666baae8668f4eeb5209'/>
<id>e8a1a7159416e7a7a343666baae8668f4eeb5209</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>build fixes</title>
<updated>2009-11-12T20:47:07+00:00</updated>
<author>
<name>Jiri Moskovcak</name>
<email>jmoskovc@redhat.com</email>
</author>
<published>2009-11-12T20:47:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/gavin/public_git/abrt.git/commit/?id=ef2c11ac4b8a89f5e471a16e665733a319f273fb'/>
<id>ef2c11ac4b8a89f5e471a16e665733a319f273fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>disable compilation of the rest of socket code</title>
<updated>2009-11-12T17:13:47+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-11-12T17:13:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/gavin/public_git/abrt.git/commit/?id=3c50cb18a117201176b300eca1a8c2df938bb0b3'/>
<id>3c50cb18a117201176b300eca1a8c2df938bb0b3</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>s/CC_DBUS_/ABRTD_DBUS_/g</title>
<updated>2009-11-02T13:53:26+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-11-02T13:53:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/gavin/public_git/abrt.git/commit/?id=1da192165c145805c32e2e13afbccc52b8a76ab6'/>
<id>1da192165c145805c32e2e13afbccc52b8a76ab6</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>src/CLI/*: fix an unterminated argv + simplifications</title>
<updated>2009-10-31T02:38:39+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-10-31T02:38:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/gavin/public_git/abrt.git/commit/?id=b75a8f795fc1ea7a4604c09d65d91a75ddbbbbea'/>
<id>b75a8f795fc1ea7a4604c09d65d91a75ddbbbbea</id>
<content type='text'>
The fix is:

-  const char *args[6];
-  args[0] = editor;
-  args[1] = path;
+  char *args[3];
+  args[0] = (char*)editor;
+  args[1] = (char*)path;
+  args[2] = NULL;
   run_command(args);

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

-  const char *args[6];
-  args[0] = editor;
-  args[1] = path;
+  char *args[3];
+  args[0] = (char*)editor;
+  args[1] = (char*)path;
+  args[2] = NULL;
   run_command(args);

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Receive and print Warning and Update messages during remode procedure calls</title>
<updated>2009-10-30T21:50:39+00:00</updated>
<author>
<name>Karel Klic</name>
<email>kklic@redhat.com</email>
</author>
<published>2009-10-30T21:50:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/gavin/public_git/abrt.git/commit/?id=0843e750bce39df0e69e4962b3c7f98294d0739b'/>
<id>0843e750bce39df0e69e4962b3c7f98294d0739b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed make rpm</title>
<updated>2009-10-22T13:24:33+00:00</updated>
<author>
<name>Karel Klic</name>
<email>kklic@redhat.com</email>
</author>
<published>2009-10-22T13:24:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/gavin/public_git/abrt.git/commit/?id=98f5de8526c51d8ba8495351837b6ef5822860ad'/>
<id>98f5de8526c51d8ba8495351837b6ef5822860ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix warning and whitespace damage</title>
<updated>2009-10-21T13:49:01+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-10-21T13:49:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/gavin/public_git/abrt.git/commit/?id=f824969d3a8e77a41dac30997b47a0268cc01cbd'/>
<id>f824969d3a8e77a41dac30997b47a0268cc01cbd</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>Use defines instead of strings where possible.</title>
<updated>2009-10-21T12:55:32+00:00</updated>
<author>
<name>Karel Klic</name>
<email>kklic@redhat.com</email>
</author>
<published>2009-10-21T12:55:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/gavin/public_git/abrt.git/commit/?id=c5cbf4ac39edb168810eb94a55c3282aa30b0620'/>
<id>c5cbf4ac39edb168810eb94a55c3282aa30b0620</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tell user about sending the report.</title>
<updated>2009-10-20T15:54:53+00:00</updated>
<author>
<name>Karel Klic</name>
<email>kklic@redhat.com</email>
</author>
<published>2009-10-20T15:54:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/gavin/public_git/abrt.git/commit/?id=908ba185ac9651945f4c4c4f8fb5155875cd246c'/>
<id>908ba185ac9651945f4c4c4f8fb5155875cd246c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
