<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libssh.git/include/libssh/callbacks.h, branch v0-5</title>
<subtitle>libssh shared repository</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/'/>
<entry>
<title>doc: Define a doc group for the callbacks.</title>
<updated>2010-12-07T20:25:53+00:00</updated>
<author>
<name>Andreas Schneider</name>
<email>asn@cynapses.org</email>
</author>
<published>2010-12-07T20:25:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=2a6cbed12143a61b01f8e1e660706754f4918e92'/>
<id>2a6cbed12143a61b01f8e1e660706754f4918e92</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix warnings on testcases</title>
<updated>2010-10-02T21:27:26+00:00</updated>
<author>
<name>Aris Adamantiadis</name>
<email>aris@0xbadc0de.be</email>
</author>
<published>2010-10-02T21:27:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=a9ec8b055f2e49258eafe3a6e5a497a9db6d6184'/>
<id>a9ec8b055f2e49258eafe3a6e5a497a9db6d6184</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 callbacks in session and channels</title>
<updated>2010-10-02T20:51:14+00:00</updated>
<author>
<name>milo</name>
<email>milo@r0ot.me</email>
</author>
<published>2010-09-29T14:58:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=c4356531f78fdcf2f3b6a9861f6129eac81990f8'/>
<id>c4356531f78fdcf2f3b6a9861f6129eac81990f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed the threads cbks from struct to publ func</title>
<updated>2010-09-30T09:10:08+00:00</updated>
<author>
<name>Aris Adamantiadis</name>
<email>aris@0xbadc0de.be</email>
</author>
<published>2010-09-30T09:10:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=5b1c985a0e7df03aefffa13bc6c765859819a180'/>
<id>5b1c985a0e7df03aefffa13bc6c765859819a180</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed callbacks type</title>
<updated>2010-09-12T19:45:53+00:00</updated>
<author>
<name>Aris Adamantiadis</name>
<email>aris@0xbadc0de.be</email>
</author>
<published>2010-09-12T19:45:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=b7af2b29594a19dec5f71eb9412bd2a7a5b1e9ac'/>
<id>b7af2b29594a19dec5f71eb9412bd2a7a5b1e9ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implemented the noop and native pointers</title>
<updated>2010-09-06T14:52:14+00:00</updated>
<author>
<name>Aris Adamantiadis</name>
<email>aris@0xbadc0de.be</email>
</author>
<published>2010-09-06T14:52:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=49f57a8d0dcf990169e2f591a937672f74ffa4a9'/>
<id>49f57a8d0dcf990169e2f591a937672f74ffa4a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved pthread specific code in src/threads/pthread.c</title>
<updated>2010-09-06T12:51:01+00:00</updated>
<author>
<name>Aris Adamantiadis</name>
<email>aris@0xbadc0de.be</email>
</author>
<published>2010-09-06T12:51:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=2cca490076841b431d7a83d020d90e1ad00bbca5'/>
<id>2cca490076841b431d7a83d020d90e1ad00bbca5</id>
<content type='text'>
pthread example doesn't compile du to the lack of
libssh_threads_native.so library
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
pthread example doesn't compile du to the lack of
libssh_threads_native.so library
</pre>
</div>
</content>
</entry>
<entry>
<title>Made pthread threading a user macro</title>
<updated>2010-09-03T10:03:04+00:00</updated>
<author>
<name>Aris Adamantiadis</name>
<email>aris@0xbadc0de.be</email>
</author>
<published>2010-09-03T10:03:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=285388409f1e1220514cb161a2c17018c3d3de51'/>
<id>285388409f1e1220514cb161a2c17018c3d3de51</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Openssl implementation of threading + default imp</title>
<updated>2010-09-01T12:07:45+00:00</updated>
<author>
<name>Aris Adamantiadis</name>
<email>aris@0xbadc0de.be</email>
</author>
<published>2010-09-01T12:07:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=8c55294ea9134c32f80d1a399a6a49ecdc9264b2'/>
<id>8c55294ea9134c32f80d1a399a6a49ecdc9264b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add consistency check to ssh_set_callbacks</title>
<updated>2010-07-23T06:09:57+00:00</updated>
<author>
<name>Aris Adamantiadis</name>
<email>aris@0xbadc0de.be</email>
</author>
<published>2010-07-23T06:09:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/fidencio/public_git/libssh.git/commit/?id=5aa9cf2fcf3fc062f4560df52e3d48d894e0ba6e'/>
<id>5aa9cf2fcf3fc062f4560df52e3d48d894e0ba6e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
