Slava Shirokov

Results 11 issues of Slava Shirokov

Work towards fixing https://github.com/sshirokov/csgtool/issues/53 by letting this project compile in Visual Studio without breaking the existing CI build Work is being done with VS2015 ### How? - [x] Manage to...

They are nearly identical, and that smells real bad.

Need basic async APIs for - File open - File read - File write - File rename This ticket should also implement the stat watcher from libev and include an...

feature
enhancement

Hinge needs an Async HTTP client. It should be modeled somewhat on the [node.js http.request](http://nodejs.org/api/http.html#http_http_request_options_callback). Any state machines that can be reused from the HTTP parser should be reused, like...

feature
enhancement

Right now the `on-read` callback for a `zmq-socket` drains the 0MQ socket in a blocking function in the I/O callback until the read would block before returning from the callback....

bug
enhancement

The `socket`, `server` and `zmq-socket` classes lack nicer wrappers for setting socket options, backlog settings and zmq_socket options without reaching into the wrapping class to the underlying handle. These methods...

bug
enhancement

Right now the `socket` `on-write` callback writes a single buffer to the wire even when multiple writes are queued regardless of the size, this causes less than optimal write performance...

enhancement

Right now there is no case designed for receiving a stream of multipart ZeroMQ messages.

bug
enhancement

There should be some sort of wrapper, ideally for [NST](https://svn.sift.info:3333/trac/nst/wiki) to support unit testing within the Hinge reactor. It could scaffold the NST environment then begin the evaluation of tests...

feature
enhancement

The links in https://github.com/sshirokov/hinge/wiki/Classes should be filled in to describe the classes in the headers and the methods that are specialized for them A quick tutorial should also be written...

docs