[go: up one dir, main page]

User Activity

  • Created merge request #1 on Git on Virtual MIDI Piano Keyboard

    Add the generation of compile_commands.json for IDE convenience.

  • Posted a comment on ticket #17 on SaveParser

    Same error. Tried on Window 10 and on Wine.

  • Posted a comment on ticket #22 on asio C++ library

    I have done a bit of digging into the code. It seems that what is needed is to add a check for a timeout in socket_ops.ipp, functions sync_recv, sync_recvfrom, sync_recvmsg. Instead of having something like for (;;) { // Try to complete the operation without blocking. signed_size_type bytes = socket_ops::recv(s, bufs, count, flags, ec); // Check if operation succeeded. if (bytes > 0) return bytes; // Check for EOF. if ((state & stream_oriented) && bytes == 0) { ec = asio::error::eof; return 0; }...

  • Posted a comment on ticket #21 on asio C++ library

    That is a great idea.

  • Created ticket #22 on asio C++ library

    Add timeout to receive_from().

  • Committed [df200a]

    Small fixes.

  • Committed [a11aef]

    Add C fix to microtex dependency

  • Committed [848709]

    Fix gitmodule.

View All

Personal Data

Username:
lockywolf
Joined:
2007-08-06 13:12:49
Location:
Edinburgh / Britain (UK) / GMT
Gender:
Male
Skype:
lockywolf
Web Site:
  1. http://lockywolf.net

Projects

This is a list of open source software projects that Lockywolf is associated with:

Skills

This is a list of skills that Lockywolf possesses:

  • Russian
  • Programming Language