| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
eventfd, which does not work
|
| |
|
|
| |
2.8/linux 2.6.27)
|
| | |
|
| | |
|
| |
|
|
| |
(like denora)
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
This only compares IP/port, which ignores IPv6 flow information and
scope ID, which aren't important in testing for equality.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
Change irc::string from an std::basic_string typedef to a wrapper around
an std::string, to avoid unneeded copies in assign().
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
Since we can make API changes in multiple branches at the same time,
a single sequence number is insufficient. Use two numbers to indicate
the major version and API increment.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
This is a slow process, and uses the dladdr() function that only exists
in glibc, so all added code requires -DVT_DEBUG to be specified
|