<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ding-libs.git/elapi/elapi_test/elapi_ut.c, branch split</title>
<subtitle>Unnamed repository; edit this file to name it for gitweb.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dpal/public_git/ding-libs.git/'/>
<entry>
<title>Remove ELAPI from the SSSD repository</title>
<updated>2010-02-12T13:44:11+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-02-09T21:02:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dpal/public_git/ding-libs.git/commit/?id=c170439337e796f9d565f8a60095889d7636a310'/>
<id>c170439337e796f9d565f8a60095889d7636a310</id>
<content type='text'>
ELAPI now lives in its own project at
https://fedorahosted.org/ELAPI
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ELAPI now lives in its own project at
https://fedorahosted.org/ELAPI
</pre>
</div>
</content>
</entry>
<entry>
<title>Add elapi_ut.conf to the list of dist files</title>
<updated>2009-12-15T13:33:55+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2009-12-11T15:12:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dpal/public_git/ding-libs.git/commit/?id=b224fd35b9ca55cbd38000bd5e4ae9a21291ee98'/>
<id>b224fd35b9ca55cbd38000bd5e4ae9a21291ee98</id>
<content type='text'>
Some newlines are added, too.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some newlines are added, too.
</pre>
</div>
</content>
</entry>
<entry>
<title>ELAPI Fixed the host name resolution</title>
<updated>2009-10-05T21:15:40+00:00</updated>
<author>
<name>Dmitri Pal</name>
<email>dpal@redhat.com</email>
</author>
<published>2009-10-03T01:06:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dpal/public_git/ding-libs.git/commit/?id=a5e2b56bfa2cd183bf071a7d0dc2bad6383781d8'/>
<id>a5e2b56bfa2cd183bf071a7d0dc2bad6383781d8</id>
<content type='text'>
The issue was that the host IP was recorded twice,
once as a main address and another as IP alias.
It seemed that the IP was returned as name
but the issue turned out to be different.
See https://fedorahosted.org/sssd/ticket/207.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The issue was that the host IP was recorded twice,
once as a main address and another as IP alias.
It seemed that the IP was returned as name
but the issue turned out to be different.
See https://fedorahosted.org/sssd/ticket/207.
</pre>
</div>
</content>
</entry>
<entry>
<title>ELAPI Rename variables and functions not to use word template</title>
<updated>2009-10-05T21:15:40+00:00</updated>
<author>
<name>Dmitri Pal</name>
<email>dpal@redhat.com</email>
</author>
<published>2009-10-02T20:22:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dpal/public_git/ding-libs.git/commit/?id=594371bcbd255e81bc0bc31d9714d9136940526e'/>
<id>594371bcbd255e81bc0bc31d9714d9136940526e</id>
<content type='text'>
Addressing Ticket #191.
Renamed all varibles from 'template' to 'tpl'.
Used 'tplt' in function names instead of 'templete'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Addressing Ticket #191.
Renamed all varibles from 'template' to 'tpl'.
Used 'tplt' in function names instead of 'templete'.
</pre>
</div>
</content>
</entry>
<entry>
<title>ELAPI Fixing warnings in the example</title>
<updated>2009-10-05T14:32:08+00:00</updated>
<author>
<name>Dmitri Pal</name>
<email>dpal@redhat.com</email>
</author>
<published>2009-09-28T02:43:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dpal/public_git/ding-libs.git/commit/?id=b40f097afda4357e523e6c05fe9e81afca863c2a'/>
<id>b40f097afda4357e523e6c05fe9e81afca863c2a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ELAPI Resolving message attribute</title>
<updated>2009-10-05T14:32:08+00:00</updated>
<author>
<name>Dmitri Pal</name>
<email>dpal@redhat.com</email>
</author>
<published>2009-09-28T02:16:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dpal/public_git/ding-libs.git/commit/?id=36cc4b7617cbca673de31bd8fca45094bc663c6d'/>
<id>36cc4b7617cbca673de31bd8fca45094bc663c6d</id>
<content type='text'>
This patch continues work started
with the previous patch.
It resolves message attribute.
Message attribute is a special attribute
in the event that may contain
references to other attributes in the
event. When message is resolved the
references are replaced with actual
values of the referenced attributes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch continues work started
with the previous patch.
It resolves message attribute.
Message attribute is a special attribute
in the event that may contain
references to other attributes in the
event. When message is resolved the
references are replaced with actual
values of the referenced attributes.
</pre>
</div>
</content>
</entry>
<entry>
<title>ELAPI Event resolver</title>
<updated>2009-10-05T14:32:08+00:00</updated>
<author>
<name>Dmitri Pal</name>
<email>dpal@redhat.com</email>
</author>
<published>2009-09-17T04:01:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dpal/public_git/ding-libs.git/commit/?id=a524f461e75aed88ae14c0d28ae2a0536c201a07'/>
<id>a524f461e75aed88ae14c0d28ae2a0536c201a07</id>
<content type='text'>
Started working on the async processing
and realised that I need to have a good
copy of the event with all the fields resolved
so this patch has some foundation for the async
functions (module elapi_async.c) but they
are mostly stubbed out.
The actual code will be added down the road.
Instead the patch focuses on the code
introduced in elapi_resolve.c module
and the use of the functions from it.
It also adds the implementation of the
high level calls that initialize ELAPI
with the external callbacks to be used
during async processing (elapi_log.c).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Started working on the async processing
and realised that I need to have a good
copy of the event with all the fields resolved
so this patch has some foundation for the async
functions (module elapi_async.c) but they
are mostly stubbed out.
The actual code will be added down the road.
Instead the patch focuses on the code
introduced in elapi_resolve.c module
and the use of the functions from it.
It also adds the implementation of the
high level calls that initialize ELAPI
with the external callbacks to be used
during async processing (elapi_log.c).
</pre>
</div>
</content>
</entry>
<entry>
<title>ELAPI: fix varargs call, update unit tests</title>
<updated>2009-09-21T14:35:11+00:00</updated>
<author>
<name>Jakub Hrozek</name>
<email>jhrozek@redhat.com</email>
</author>
<published>2009-09-17T10:00:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dpal/public_git/ding-libs.git/commit/?id=c5a0363437783d27140bd359ce59f5a92a879d07'/>
<id>c5a0363437783d27140bd359ce59f5a92a879d07</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>COLLECTION Copy collection flat with concatenated names</title>
<updated>2009-09-09T13:12:53+00:00</updated>
<author>
<name>Dmitri Pal</name>
<email>dpal@redhat.com</email>
</author>
<published>2009-09-05T00:28:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dpal/public_git/ding-libs.git/commit/?id=9701da59c11be7152ecca5171d676e075539fc22'/>
<id>9701da59c11be7152ecca5171d676e075539fc22</id>
<content type='text'>
This patch addresses several issues:
a) Adds capability to add or copy the collections
in flattened mode but construct names of attributes
in dotted notation. For example when you append collection
"sub" with items "foo" and "bar" previously you
could add them as "foo" and "bar" not you can
flatten them and the names will be "sub.foo"
and "sub.bar" this allows better processing of the
attributes in the elapi message.
b) Removes old implemntation of the
copy collection function.
c) Removes the col_set_timestamp,
this functionality has been moved to ELAPI
long ago.
d) Updates collection unit test.
e) Updates elapi to use new functionality
f) Updates elapi unit test
Have run under valgrind with no problems.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch addresses several issues:
a) Adds capability to add or copy the collections
in flattened mode but construct names of attributes
in dotted notation. For example when you append collection
"sub" with items "foo" and "bar" previously you
could add them as "foo" and "bar" not you can
flatten them and the names will be "sub.foo"
and "sub.bar" this allows better processing of the
attributes in the elapi message.
b) Removes old implemntation of the
copy collection function.
c) Removes the col_set_timestamp,
this functionality has been moved to ELAPI
long ago.
d) Updates collection unit test.
e) Updates elapi to use new functionality
f) Updates elapi unit test
Have run under valgrind with no problems.
</pre>
</div>
</content>
</entry>
<entry>
<title>ELAPI Shortening names</title>
<updated>2009-08-21T16:55:41+00:00</updated>
<author>
<name>Dmitri Pal</name>
<email>dpal@redhat.com</email>
</author>
<published>2009-08-20T22:50:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dpal/public_git/ding-libs.git/commit/?id=d616d46da799d2aacac1800bddb0f56f2dfd6042'/>
<id>d616d46da799d2aacac1800bddb0f56f2dfd6042</id>
<content type='text'>
Per ticket #118 shortened naimes of some functions and structs I added
into ELAPI during last big functional patch .
There is no plan to do a global shortening of all names
but miving forward I will try to make them shorter than I used to.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Per ticket #118 shortened naimes of some functions and structs I added
into ELAPI during last big functional patch .
There is no plan to do a global shortening of all names
but miving forward I will try to make them shorter than I used to.
</pre>
</div>
</content>
</entry>
</feed>
