Age | Commit message (Collapse) | Author |
|
|
|
socket count or thresholds
|
|
|
|
Closes 19743.
|
|
|
|
This is an implementation-defined-behavior issue, not an
undefined-behavior issue.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
OpenBSD removes this function, and now that Tor requires Libevent 2,
we should also support the OpenBSD Libevent 2.
Fixes bug 19904; bugfix on 0.2.5.4-alpha.
|
|
Fixes bug 19901; bugfix on 0.2.9.1-alpha.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Remove or adjust as appropriate.
|
|
These functions were there so that we could abstract the differences
between evbuffer and buf_t. But with the bufferevent removal, this
no longer serves a purpose.
|
|
|
|
(All this IOCP stuff was bufferevent-only.)
|
|
|
|
|
|
This is another way that we had bufferevents-only code marked.
|
|
|
|
(sort, fold, and reflow.)
|
|
Previously we would give a warning because we didn't say "Fixes bug
Foo" on these.
|
|
|
|
(Also remove changes/bug19530 since it was a bugfix on no released
version)
|
|
|
|
|
|
(This is an "ours" merge to avoid taking the version number bump.)
|
|
|
|
|
|
("Ours" merge, to avoid bumping version in master)
|
|
|
|
|
|
The fallback was added in 0.2.8.2-alpha.
|
|
|