Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-05 | autotools: switch to autotools buildsystem | Cory Fields | |
2013-07-24 | cleanup compat.h Windows stuff | Philip Kaufmann | |
- remove an unneded include for mswsock.h as we use winsock2.h anyway - move typedef u_int SOCKET; into the #ifndef WIN32 part - remove typedef int socklen_t; as this is defined in ws2tcpip.h | |||
2013-04-26 | Allow select()ing up to 1024 file descriptors on Windows | Pieter Wuille | |
2012-05-18 | Update License in File Headers | Fordy | |
I originally created a pull to replace the "COPYING" in crypter.cpp and crypter.h, but it turned out that COPYING was actually the correct file. | |||
2012-04-25 | We should include netinet/in.h to use sockaddr_in (POSIX.1-2001) | Timothy Redaelli | |
2012-04-17 | Remove headers.h | Pieter Wuille | |
2012-02-07 | Update all copyrights to 2012 | Gavin Andresen | |
2012-01-06 | Network stack refactor | Pieter Wuille | |
This introduces CNetAddr and CService, respectively wrapping an (IPv6) IP address and an IP+port combination. This functionality used to be part of CAddress, which also contains network flags and connection attempt information. These extra fields are however not always necessary. These classes, along with logic for creating connections and doing name lookups, are moved to netbase.{h,cpp}, which does not depend on headers.h. Furthermore, CNetAddr is mostly IPv6-ready, though IPv6 functionality is not yet enabled for the application itself. |