Matwey V. Kornilov

Results 66 issues of Matwey V. Kornilov

There is a call `tcflush()` in termios Unix interface that is quite useful when used in `TCIFLUSH` queue selector. It allows us to efficiently clear OS input buffer from possible...

Hello, I am running bedup 0.10.0 from pypi and facing the following issue: ``` # bedup show Traceback (most recent call last): File "/usr/bin/bedup", line 9, in load_entry_point('bedup==0.10.0', 'console_scripts', 'bedup')()...

Hello, I am using boost-1.60.0 and gcc-5.3.1 When I run test-connect, I see the following: ``` > ./test/test-connect Running 2 test cases... unknown location(0): fatal error: in "test_async_queue": boost::exception_detail::clone_impl: tr1::bad_weak_ptr...

When configured with `--enable-optimizer` on x86_64 platform ``` > gdb ./test_connect GNU gdb (GDB; devel:gcc) 7.8.1 Copyright (C) 2014 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or...

Content of the "host:" canonical header must coincide with actual "Host:" header sent to the server. Otherwise, the signature cannot be verified correctly. The actual "Host:" header and conn->host.name are...

Hello, EJabberd has support of XEP-0357 to allow clients to handle Android PUSH notifications in order to save power and suspend network connection. For instance, gcm.jabber.ru is available Would be...

enhancement

Hi, This module is for supporting OpenVizsla hardware USB sniffer. The implementation is based on [libopenvizsla](https://github.com/matwey/libopenvizsla) library. DLT was assigned previously: https://github.com/the-tcpdump-group/libpcap/commit/a69f42f7873db778613bbd5c4238acc2d0c31c89

hardware

This is initial implementation for EPICS plugin. EPICS is Experimental Physics and Industrial Control System. It is widely used in particle physics and looks like message bus. In order to...

Hello. Are there any plans to support libglvnd? It is becoming a standard way to proxy gl library in major Linux distros.

Hello, Both with master and 1.7.0, I see the following when running multiple threads. There are also random crashes. ```C #include #include #include #include void* run(void* arg) { char* argv[]...