<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pakakeh.go, branch v0.10.1</title>
<subtitle>Collections of packages and tools for working with Go programming language.</subtitle>
<id>http://git.kilabit.info/pakakeh.go/atom?h=v0.10.1</id>
<link rel='self' href='http://git.kilabit.info/pakakeh.go/atom?h=v0.10.1'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.go/'/>
<updated>2019-12-04T17:00:43Z</updated>
<entry>
<title>share v0.10.1</title>
<updated>2019-12-04T17:00:43Z</updated>
<author>
<name>Shulhan</name>
<email>m.shulhan@gmail.com</email>
</author>
<published>2019-12-04T17:00:43Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.go/commit/?id=70ab5dc07f3edaf01775a089ef7048181d2bda2d'/>
<id>urn:sha1:70ab5dc07f3edaf01775a089ef7048181d2bda2d</id>
<content type='text'>
===  Bug Fixes

*  dns: close the connection if receiving zero packet on serveTCPClient
*  dns: increase and decrease number of forwarders only for primary forwarders
*  dns: make the stopper channel to be buffered
*  dns: check for nil forwarder
*  dns: check for nil connection on DoTClient's Close
*  dns: check for zero query type and class on TCPClient Lookup method
*  dns: check for nil connection on Close at TCPClient
*  dns: minimize double looping on checking error at serveTCPClient
*  git: fix the test using full path URL and repository directory
*  io: fix test using existing file instead of generate file
*  net: handle interrupted system call on epoll Wait
*  ssh: fix test ClientConfig initialize on Github Actions
*  websocket: remove test for empty endpoint due to different format
*  websocket: fix zero response ID when error on handleText

===  Enhancements

*  dns: remove the use of pointer on Message fields
*  dns: remove the use of ResourceRecord pool
*  http: add method HTTPMethod to Endpoint
*  http: disable creating Memfs if Root options is empty
*  memfs: remove unneeded call to GeneratedPathNode.Set
*  mining: move commands to root
*  websocket: add examples of WebSocket as chat server and client
*  websocket: add new function to create broadcast response
*  websocket: add field Conn to represent connection in Request
*  websocket: check for read timeout on recv
*  websocket: remove unused error on NewServer
</content>
</entry>
<entry>
<title>websocket: update documentation of AUTOBAHN and on examples</title>
<updated>2019-12-04T16:59:13Z</updated>
<author>
<name>Shulhan</name>
<email>m.shulhan@gmail.com</email>
</author>
<published>2019-12-04T16:33:28Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.go/commit/?id=738e4bbf515fed9a33430d9c474715dce242d338'/>
<id>urn:sha1:738e4bbf515fed9a33430d9c474715dce242d338</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dns: remove the use of pointer on Message fields</title>
<updated>2019-12-04T16:59:13Z</updated>
<author>
<name>Shulhan</name>
<email>m.shulhan@gmail.com</email>
</author>
<published>2019-12-04T16:20:10Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.go/commit/?id=eaf16a54fcb430885578c03e4e246af14966f033'/>
<id>urn:sha1:eaf16a54fcb430885578c03e4e246af14966f033</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dns: remove the use of ResourceRecord pool</title>
<updated>2019-12-04T16:59:13Z</updated>
<author>
<name>Shulhan</name>
<email>m.shulhan@gmail.com</email>
</author>
<published>2019-12-04T14:27:57Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.go/commit/?id=ce5fbf87e42d24ea95cd558150961623b9403c6e'/>
<id>urn:sha1:ce5fbf87e42d24ea95cd558150961623b9403c6e</id>
<content type='text'>
Let the GC handle the memory resource.
</content>
</entry>
<entry>
<title>dns: close the connection if receiving zero packet on serveTCPClient</title>
<updated>2019-12-04T16:20:57Z</updated>
<author>
<name>Shulhan</name>
<email>m.shulhan@gmail.com</email>
</author>
<published>2019-12-04T14:17:18Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.go/commit/?id=4e6a5344f9e32a5c2ca886a33cdbe58bb7f7259a'/>
<id>urn:sha1:4e6a5344f9e32a5c2ca886a33cdbe58bb7f7259a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dns: increase and decrease number of forwarders only for primary forwarders</title>
<updated>2019-11-26T16:32:23Z</updated>
<author>
<name>Shulhan</name>
<email>m.shulhan@gmail.com</email>
</author>
<published>2019-11-26T16:32:23Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.go/commit/?id=694595845d27f03e7aca404caf476ebb4e365f2d'/>
<id>urn:sha1:694595845d27f03e7aca404caf476ebb4e365f2d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dns: make the stopper channel to be buffered</title>
<updated>2019-11-24T16:19:04Z</updated>
<author>
<name>Shulhan</name>
<email>m.shulhan@gmail.com</email>
</author>
<published>2019-11-24T16:19:04Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.go/commit/?id=d2c5ba52b2e6ae3cb26a7b79ad3cf6b059658ef3'/>
<id>urn:sha1:d2c5ba52b2e6ae3cb26a7b79ad3cf6b059658ef3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dns: check for nil forwarder</title>
<updated>2019-11-24T16:18:47Z</updated>
<author>
<name>Shulhan</name>
<email>m.shulhan@gmail.com</email>
</author>
<published>2019-11-24T16:16:26Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.go/commit/?id=91efbcb6918b0789264fe6e4ed5335329ee62715'/>
<id>urn:sha1:91efbcb6918b0789264fe6e4ed5335329ee62715</id>
<content type='text'>
The forwarder could be nil if its not created yet and the its want to be
stopped through "stopper" channel.
</content>
</entry>
<entry>
<title>http: add method HTTPMethod to Endpoint</title>
<updated>2019-11-20T09:30:16Z</updated>
<author>
<name>Shulhan</name>
<email>m.shulhan@gmail.com</email>
</author>
<published>2019-11-20T09:30:16Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.go/commit/?id=8294d33fa6a15636f8e320dbc67f6ed447f77917'/>
<id>urn:sha1:8294d33fa6a15636f8e320dbc67f6ed447f77917</id>
<content type='text'>
The HTTPMethod will return the string representation of HTTP method
as predefined in "net/http".
</content>
</entry>
<entry>
<title>gitignore: ignore generate test output in lib/git</title>
<updated>2019-11-19T15:01:41Z</updated>
<author>
<name>Shulhan</name>
<email>m.shulhan@gmail.com</email>
</author>
<published>2019-11-19T15:01:41Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.go/commit/?id=423d86879f80ab1dd57cb20ed9102d7da8c87a53'/>
<id>urn:sha1:423d86879f80ab1dd57cb20ed9102d7da8c87a53</id>
<content type='text'>
</content>
</entry>
</feed>
