<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/curl.git/docs/examples/asiohiper.cpp, branch bagder/timerfunction-not-recursive</title>
<subtitle>github.com: bagder/curl.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/'/>
<entry>
<title>example/asiohiper: insert warning comment about its status</title>
<updated>2018-09-10T15:42:39+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2018-09-10T15:42:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=00c3254595e0b21f1121ef0eb9b4d70c4bc8f6f6'/>
<id>00c3254595e0b21f1121ef0eb9b4d70c4bc8f6f6</id>
<content type='text'>
This example is simply not working correctly but there's nobody around
with the skills and energy to fix it.

Closes #2407
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This example is simply not working correctly but there's nobody around
with the skills and energy to fix it.

Closes #2407
</pre>
</div>
</content>
</entry>
<entry>
<title>asiohiper.cpp / evhiperfifo.c: deal with negative timerfunction input</title>
<updated>2017-05-19T12:16:37+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2017-05-19T12:16:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=d6bb1f1d563dd3748813ad7b6f617ddefc3194dd'/>
<id>d6bb1f1d563dd3748813ad7b6f617ddefc3194dd</id>
<content type='text'>
That means delete the timer.

Reported-by: Michael Kaufmann
Ref: #1253
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
That means delete the timer.

Reported-by: Michael Kaufmann
Ref: #1253
</pre>
</div>
</content>
</entry>
<entry>
<title>asiohiper: make sure socket is open in event_cb</title>
<updated>2017-03-23T21:58:29+00:00</updated>
<author>
<name>Edward Kimmel</name>
<email>edward@citymaps.com</email>
</author>
<published>2017-03-08T18:11:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=99d708a0165c1bbcbbcf65c96ecc9e62a9ad629a'/>
<id>99d708a0165c1bbcbbcf65c96ecc9e62a9ad629a</id>
<content type='text'>
Send curl_socket_t to event_cb and make sure it hasn't been closed yet.

Closes https://github.com/curl/curl/pull/1318
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Send curl_socket_t to event_cb and make sure it hasn't been closed yet.

Closes https://github.com/curl/curl/pull/1318
</pre>
</div>
</content>
</entry>
<entry>
<title>examples: make the C++ examples follow our code style too</title>
<updated>2017-01-08T15:39:41+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2017-01-08T15:38:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=a41e8592d6b3e58311e628c5a34bc53776b93e16'/>
<id>a41e8592d6b3e58311e628c5a34bc53776b93e16</id>
<content type='text'>
At least mostly, not counting // comments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
At least mostly, not counting // comments.
</pre>
</div>
</content>
</entry>
<entry>
<title>asiohiper: improved socket handling</title>
<updated>2017-01-08T15:39:36+00:00</updated>
<author>
<name>Aulddays</name>
<email>github@aulddays.com</email>
</author>
<published>2017-01-07T14:32:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=ed2fcd54283179dfb2fa52c6c4b08e1f4db9632d'/>
<id>ed2fcd54283179dfb2fa52c6c4b08e1f4db9632d</id>
<content type='text'>
libcurl requires CURLMOPT_SOCKETFUNCTION to KEEP watching socket events
and notify back. Modify event_cb() to continue watching events when
fired.

Fixes #1191
Closes #1192
Fixed-by: Mingliang Zhu
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
libcurl requires CURLMOPT_SOCKETFUNCTION to KEEP watching socket events
and notify back. Modify event_cb() to continue watching events when
fired.

Fixes #1191
Closes #1192
Fixed-by: Mingliang Zhu
</pre>
</div>
</content>
</entry>
<entry>
<title>examples/asiohiper: Avoid function name collision on Windows</title>
<updated>2016-02-06T22:04:38+00:00</updated>
<author>
<name>Gisle Vanem</name>
<email>gvanem@yahoo.no</email>
</author>
<published>2016-02-06T22:04:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=c71b6a2795791f73fd6ca62abebc74da7104d8e6'/>
<id>c71b6a2795791f73fd6ca62abebc74da7104d8e6</id>
<content type='text'>
closesocket =&gt; close_socket
Winsock already has the former.

Bug: https://curl.haxx.se/mail/lib-2016-02/0016.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
closesocket =&gt; close_socket
Winsock already has the former.

Bug: https://curl.haxx.se/mail/lib-2016-02/0016.html
</pre>
</div>
</content>
</entry>
<entry>
<title>URLs: change all http:// URLs to https://</title>
<updated>2016-02-02T23:19:02+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2016-02-02T23:19:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=4af40b3646d3b09f68e419f7ca866ff395d1f897'/>
<id>4af40b3646d3b09f68e419f7ca866ff395d1f897</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>examples: add descriptions with &lt;DESC&gt;</title>
<updated>2015-06-18T08:17:02+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2015-06-18T08:17:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=26583a62ab8f29f672f91932b81c595f33c72b9f'/>
<id>26583a62ab8f29f672f91932b81c595f33c72b9f</id>
<content type='text'>
Using this fixed format for example descriptions, we can generate a
better list on the web site.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using this fixed format for example descriptions, we can generate a
better list on the web site.
</pre>
</div>
</content>
</entry>
<entry>
<title>asiohiper.cpp: No need to initialise members of ConnInfo</title>
<updated>2014-12-27T12:01:13+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2014-12-27T11:31:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=a9eadc9f91e9620cf29ec95ba255b193419aa541'/>
<id>a9eadc9f91e9620cf29ec95ba255b193419aa541</id>
<content type='text'>
...as calloc() automatically clears the area of memory with zeros.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
...as calloc() automatically clears the area of memory with zeros.
</pre>
</div>
</content>
</entry>
<entry>
<title>asiohiper.cpp: Updated for curl coding standards</title>
<updated>2014-12-27T12:01:11+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2014-12-27T11:29:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=193ba7b46e7fcf69bb363d8e4d1a80348a68a6ce'/>
<id>193ba7b46e7fcf69bb363d8e4d1a80348a68a6ce</id>
<content type='text'>
...with the exception of the start of block statement curly brackets.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
...with the exception of the start of block statement curly brackets.
</pre>
</div>
</content>
</entry>
</feed>
