Use eventfd() if glibc 2,8 or better is detected at compile time |
|
More...
|
almost 13 years ago
|
Added support for QEventLoop::ExcludeSocketNotifiers |
|
More...
|
almost 13 years ago
|
PASS tst_QEventLoop::wakeUp() |
|
More...
|
almost 13 years ago
|
Indentation fix |
|
More...
|
almost 13 years ago
|
Use postEvent() instead of sendEvent() in timer and socket notifier callbacks because event_base_loop() is not reenterant |
|
More...
|
almost 13 years ago
|
Fixed a typo in README |
|
More...
|
almost 13 years ago
|
Fixed infinite loop in EventDispatcherLibEventPrivate::registeredTimers() |
|
More...
|
almost 13 years ago
|
Pass tst_qeventdispatcher |
|
More...
|
almost 13 years ago
|
Merge branch 'master' of github.com:sjinks/qt_eventdispatcher_libevent |
|
More...
|
almost 13 years ago
|
Fixed compilation issues for Qt 5 |
|
More...
|
almost 13 years ago
|
Update README.md |
|
More...
|
almost 13 years ago
|
Bug fix in EventDispatcherLibEventPrivate::remainingTime() |
|
More...
|
almost 13 years ago
|
Bug fix in registeredTimers() (Qt 5) |
|
More...
|
almost 13 years ago
|
Merge pull request #4 from sjinks/iss3 |
|
More...
|
almost 13 years ago
|
Fix for Issue #3 |
|
More...
|
almost 13 years ago
|
Validate a descriptor before passing it to evutils_close() |
|
More...
|
almost 13 years ago
|
Fixed compilation issue in debug mode |
|
More...
|
almost 13 years ago
|
Update README.md |
|
More...
|
almost 13 years ago
|
Update README.md |
|
More...
|
almost 13 years ago
|
Updated readme |
|
More...
|
almost 13 years ago
|
* Fix for https://github.com/sjinks/qt_eventdispatcher_libevent/issues/1 * Use pipe2() when it is available * Failure to create the thread pipe is now a fatal error |
|
More...
|
almost 13 years ago
|
Removed <event2/thread.h> include (not used anywhere) |
|
More...
|
almost 13 years ago
|
Fixed registeredTimers() implementation for Qt 5 |
|
More...
|
almost 13 years ago
|
Support for Qt 5 |
|
More...
|
almost 13 years ago
|
Fix timeval |
|
More...
|
almost 13 years ago
|
tv_sec is 1,000,000 tv_usec, not 1,000 |
|
More...
|
almost 13 years ago
|
Initial GitHub release |
|
More...
|
almost 13 years ago
|
Initial commit |
|
More...
|
almost 13 years ago
|