Age | Commit message (Collapse) | Author |
|
|
|
I'm doing this because I want to make it a lower-level function
again, so that we can use it without linking in the rest of the
universe.
|
|
These are now combined into an inaddr.[ch], since their purpose is
to implement functions for struct in_addr and struct in6_addr.
The definitions for in6_addr and its allies are now in a separate
header, inaddr_st.h.
Closes ticket 26532.
|
|
There might be a better place for it in the long run, but this is
the best I can think of for now.
|
|
Split the network-only and compression-only parts of buffers into
the appropriate modules.
|
|
|
|
This code was in compat_threads, since it was _used_ for efficiently
notifying the main libevent thread from another thread. But in
spite of its usage, it's fundamentally a part of the network code.
|
|
There are some additional changes to come: those points are marked
by XXXX.
|