Edoardo Lolletti
Edoardo Lolletti
Libevent introduced the ``LEV_OPT_BIND_IPV6ONLY`` to pass to ``evconnlistener_new_bind`` to make it automatically set the underlying socket as accepting ipv6 requests. This works fine on posix compliant platforms as by the...
Load the function `if_nametoindex` at runtime as on windows it's only available for windows vista and greater. This will remove the need to link the library iphlpapi at compile time...
The commit https://github.com/libevent/libevent/pull/923 made the library rely on the function ``if_nametoindex``, adding this made the library dependant on another windows library Iphlpapi.lib, the issue with this, is that this function...
All the functions in zstream.c manually set the GIT_ERROR_ZLIB error messages on failure, but in the places where those functions are called, in case of failure the error messages are...
**Describe the feature you'd like** Some time ago i started messing around to get a native window frame for discord on windows, and i noticed that betterdiscord already had an...
On the latest prerelease (15218), when you have a single open file and close sumatra, when you reopen that file in a new instance, the tab for it will not...
When switching tabs or sometimes even scrolling the pages, sometimes sumatra no longer renders some elements in the menu bar  (here it's not drawing the `page` text and the...
If you have in the current tab a pdf that shows a scroll bar and minimize sumatra, if you then open another pdf from outside sumatra that fits in the...
If both those options are enabled, the first time a file is opened it will also reopen the file that was closed last in a previous session. Afterwards, if another...
While using this plugin, i had the need to increase the number of consecutive clicks, as some times i had some issues, for example when selecting text, where the plugin...