<feed xmlns='http://www.w3.org/2005/Atom'>
<title>plymouth.git/src/libply/ply-buffer.c, branch 0.3.1</title>
<subtitle>Unnamed repository; edit this file to name it for gitweb.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sadmac/public_git/plymouth.git/'/>
<entry>
<title>Add new ply_buffer_steal_bytes method</title>
<updated>2008-05-28T13:25:27+00:00</updated>
<author>
<name>Ray Strode</name>
<email>rstrode@redhat.com</email>
</author>
<published>2008-05-27T18:24:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sadmac/public_git/plymouth.git/commit/?id=1a66267ef5a86196a2480af383013f6d3c4a5bc7'/>
<id>1a66267ef5a86196a2480af383013f6d3c4a5bc7</id>
<content type='text'>
This function disowns the bytes in the buffer and returns
them to the caller. It's useful for freeing the buffer, but
keeping the bytes around without doing a copy.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This function disowns the bytes in the buffer and returns
them to the caller. It's useful for freeing the buffer, but
keeping the bytes around without doing a copy.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add new ply_buffer_remove_bytes_at_end</title>
<updated>2008-05-22T21:02:56+00:00</updated>
<author>
<name>Ray Strode</name>
<email>rstrode@redhat.com</email>
</author>
<published>2008-05-22T21:01:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sadmac/public_git/plymouth.git/commit/?id=d2b4a3ef73738f5a5a131f630a33e3a0b6e5d6de'/>
<id>d2b4a3ef73738f5a5a131f630a33e3a0b6e5d6de</id>
<content type='text'>
This function is like ply_buffer_remove_bytes, but it
truncates away the end of the buffer instead of shifting
the contents over the start of the buffer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This function is like ply_buffer_remove_bytes, but it
truncates away the end of the buffer instead of shifting
the contents over the start of the buffer.
</pre>
</div>
</content>
</entry>
<entry>
<title>export ply_buffer_decapitate function as ply_buffer_remove_bytes</title>
<updated>2008-05-19T02:40:09+00:00</updated>
<author>
<name>Ray Strode</name>
<email>rstrode@redhat.com</email>
</author>
<published>2008-05-19T02:40:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sadmac/public_git/plymouth.git/commit/?id=3831d42dc277e2740fd94d5544677d95468fd24a'/>
<id>3831d42dc277e2740fd94d5544677d95468fd24a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add new ply_buffer_append_from_fd function</title>
<updated>2008-05-19T00:12:38+00:00</updated>
<author>
<name>Ray Strode</name>
<email>rstrode@redhat.com</email>
</author>
<published>2008-05-19T00:12:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sadmac/public_git/plymouth.git/commit/?id=49aada170bbb0dfb6c35e3e355050e52ca9ec32f'/>
<id>49aada170bbb0dfb6c35e3e355050e52ca9ec32f</id>
<content type='text'>
This function just reads a chunk of bytes from and fd and adds the bytes to the buffer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This function just reads a chunk of bytes from and fd and adds the bytes to the buffer.
</pre>
</div>
</content>
</entry>
<entry>
<title>add new ply-buffer class</title>
<updated>2008-05-19T00:06:31+00:00</updated>
<author>
<name>Ray Strode</name>
<email>rstrode@redhat.com</email>
</author>
<published>2008-05-18T23:41:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/sadmac/public_git/plymouth.git/commit/?id=05dd70498594e6ba1da6c2f14a8820bdcc2eee41'/>
<id>05dd70498594e6ba1da6c2f14a8820bdcc2eee41</id>
<content type='text'>
Copy and paste ply-logger into a more general ply-buffer class,
so we have a facility to buffer key strokes and process them as necessary
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Copy and paste ply-logger into a more general ply-buffer class,
so we have a facility to buffer key strokes and process them as necessary
</pre>
</div>
</content>
</entry>
</feed>
