<feed xmlns='http://www.w3.org/2005/Atom'>
<title>init.git/lib/include, branch v0.2</title>
<subtitle>Pygos init daemon</subtitle>
<id>https://git.infraroot.at/pygos/init.git/atom?h=v0.2</id>
<link rel='self' href='https://git.infraroot.at/pygos/init.git/atom?h=v0.2'/>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/pygos/init.git/'/>
<updated>2018-04-11T17:45:26+00:00</updated>
<entry>
<title>Don't pre-allocate argument vector for command lines</title>
<updated>2018-04-11T17:45:26+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@tele2.at</email>
</author>
<published>2018-04-11T17:45:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/pygos/init.git/commit/?id=6642b2b2bf3d16e0632989c1e29c672882e0d283'/>
<id>urn:sha1:6642b2b2bf3d16e0632989c1e29c672882e0d283</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@tele2.at&gt;
</content>
</entry>
<entry>
<title>Don't split dependencies into argument vector, keep list of strings</title>
<updated>2018-04-11T14:08:25+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@tele2.at</email>
</author>
<published>2018-04-11T14:07:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/pygos/init.git/commit/?id=71d98c150f6242fcf1b8a5845e46db56caad3885'/>
<id>urn:sha1:71d98c150f6242fcf1b8a5845e46db56caad3885</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@tele2.at&gt;
</content>
</entry>
<entry>
<title>Split bulk of split_argv out into helper function</title>
<updated>2018-04-11T13:57:01+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@tele2.at</email>
</author>
<published>2018-04-11T13:57:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/pygos/init.git/commit/?id=4ee0ea9754d4c8103a623c90c03b68457c71581f'/>
<id>urn:sha1:4ee0ea9754d4c8103a623c90c03b68457c71581f</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@tele2.at&gt;
</content>
</entry>
<entry>
<title>Cleanup: redeuce number of allocations in rdsvc</title>
<updated>2018-04-11T13:05:16+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@tele2.at</email>
</author>
<published>2018-04-11T11:29:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/pygos/init.git/commit/?id=67d000cdc37009a975d0794f6fd347dfb17743eb'/>
<id>urn:sha1:67d000cdc37009a975d0794f6fd347dfb17743eb</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@tele2.at&gt;
</content>
</entry>
<entry>
<title>Make line buffer static, move error reporting to rdline</title>
<updated>2018-04-11T12:25:15+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@tele2.at</email>
</author>
<published>2018-04-10T22:04:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/pygos/init.git/commit/?id=77725291efd609339cc560bec646782bc09ffb90'/>
<id>urn:sha1:77725291efd609339cc560bec646782bc09ffb90</id>
<content type='text'>
 - Expose rdline_t struct and move a lot of extra processing
   to rdline code
 - Make line buffer statically allocated
 - Simplify rdsvc code

Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@tele2.at&gt;
</content>
</entry>
<entry>
<title>Add comments to library headers</title>
<updated>2018-04-04T16:54:59+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@tele2.at</email>
</author>
<published>2018-04-04T16:54:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/pygos/init.git/commit/?id=65d2abc3f0f87b32a6dd3fc0bbf9f98b8ab049a0'/>
<id>urn:sha1:65d2abc3f0f87b32a6dd3fc0bbf9f98b8ab049a0</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@tele2.at&gt;
</content>
</entry>
<entry>
<title>Merge preprocessing of command lines</title>
<updated>2018-04-04T12:58:01+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@tele2.at</email>
</author>
<published>2018-04-04T12:58:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/pygos/init.git/commit/?id=04a23330e4a2085ee91980c223c5e4f089ebbe97'/>
<id>urn:sha1:04a23330e4a2085ee91980c223c5e4f089ebbe97</id>
<content type='text'>
 - Common function for splitting string into argument vector
 - Preprocess &amp; split command lines while parsing the service file
 - Specify "before" and "after" dependencies in a single line

Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@tele2.at&gt;
</content>
</entry>
<entry>
<title>Simplifiy service file syntax</title>
<updated>2018-04-04T12:08:12+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@tele2.at</email>
</author>
<published>2018-04-04T12:03:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/pygos/init.git/commit/?id=56e6004336aeb3a7e92e8418430217c42feb2515'/>
<id>urn:sha1:56e6004336aeb3a7e92e8418430217c42feb2515</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@tele2.at&gt;
</content>
</entry>
<entry>
<title>Merge argument substitution into rdline</title>
<updated>2018-04-04T09:55:59+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@tele2.at</email>
</author>
<published>2018-04-04T09:55:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/pygos/init.git/commit/?id=ca7b7c15c5ecd344e844411e4b8409e552a3b06d'/>
<id>urn:sha1:ca7b7c15c5ecd344e844411e4b8409e552a3b06d</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@tele2.at&gt;
</content>
</entry>
<entry>
<title>Add statefull preprocessing to rdline</title>
<updated>2018-04-03T22:03:28+00:00</updated>
<author>
<name>David Oberhollenzer</name>
<email>david.oberhollenzer@tele2.at</email>
</author>
<published>2018-04-02T19:26:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/pygos/init.git/commit/?id=352a9060b6813c41527f0c5da43f0c86aecfde2a'/>
<id>urn:sha1:352a9060b6813c41527f0c5da43f0c86aecfde2a</id>
<content type='text'>
Signed-off-by: David Oberhollenzer &lt;david.oberhollenzer@tele2.at&gt;
</content>
</entry>
</feed>
