11 Commits (master)

Author SHA1 Message Date
Akira Takizawa 595a7bab23 Increment MIT Licence copyright header year on files modified in 2017 7 years ago
MeshCollider 1a445343f6 scripted-diff: Replace #include "" with #include <> (ryanofsky) 7 years ago
practicalswift 64fb0ac016 Declare single-argument (non-converting) constructors "explicit" 7 years ago
practicalswift 90d4d89230 scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 7 years ago
Marko Bencun f228b8e163 remove some unused functions 7 years ago
Cory Fields 7f31762cb6 net: add an internal subnet for representing unresolved hostnames 7 years ago
practicalswift b51aaf1c42 Remove unused C++ code not covered by unit tests 7 years ago
practicalswift cc16d99f1d [trivial] Fix typos in comments 8 years ago
isle2983 27765b6403 Increment MIT Licence copyright header year on files modified in 2016 8 years ago
Pieter Wuille 528472111b Get rid of nType and nVersion 8 years ago
Cory Fields 21e5b96ff4 net: move CNetAddr/CService/CSubNet out of netbase 8 years ago
Cory Fields b6c3ff3dae net: Split resolving out of CSubNet 8 years ago
Cory Fields f96c7c4d91 net: Split resolving out of CService 8 years ago
Cory Fields 31d6b1d5f0 net: Split resolving out of CNetAddr 8 years ago
Cory Fields d39f5b425d net: disable resolving from storage structures 8 years ago
Cory Fields e9fc71e5fa net: require lookup functions to specify all arguments 8 years ago
mruddy eda3d92489 Net: Add IPv6 Link-Local Address Support 8 years ago
MarcoFalke fa24439ff3 Bump copyright headers to 2015 9 years ago
MarcoFalke faf93f37fe [trivial] Reuse translation and cleanup DEFAULT_* values 9 years ago
Wladimir J. van der Laan 8f4e67f152 net: Automatically create hidden service, listen on Tor 9 years ago
Jonas Schnelli 177a0e4914 Adding CSubNet constructor over a single CNetAddr 9 years ago
Jonas Schnelli f581d3d656 banlist.dat: store banlist on disk 9 years ago
Jonas Schnelli 433fb1a95d [RPC] extend setban to allow subnets 9 years ago
Wladimir J. van der Laan 19e8d7be42 Simplify code for CSubnet 9 years ago
Wladimir J. van der Laan 67a7949397 privacy: Stream isolation for Tor 9 years ago
Wladimir J. van der Laan aac3205375 src/netbase.h: Fix endian in CNetAddr serialization 9 years ago
sandakersmann f914f1a746
Added "Core" to copyright headers 10 years ago
Michael Ford 78253fcbad Remove references to X11 licence 10 years ago
Wladimir J. van der Laan 35e408f8a4 Regard connection failures as attempt for addrman 10 years ago
Matt Corallo 2d06c0febf Add missing reserved address spaces. 10 years ago
Philip Kaufmann de10efd154 add -timeout default as constant and use them 10 years ago
Pieter Wuille 3f6540ad8f Rename IMPLEMENT_SERIALIZE to ADD_SERIALIZE_METHODS 10 years ago
Pieter Wuille 47eb76597e Serializer simplifications after IMPLEMENT_SERIALIZE overhaul 10 years ago
Pieter Wuille 31e9a8384a Use CSizeComputer to avoid counting sizes in SerializationOp 10 years ago
Kamil Domanski 84881f8c47 rework overhauled serialization methods to non-static 10 years ago
Kamil Domanski 3d796f8996 overhaul serialization code 10 years ago
Philip Kaufmann 093303a887 add missing header end comments 10 years ago
Wladimir J. van der Laan 3802224110 Remove all other print() methods 10 years ago
Wladimir J. van der Laan 075cf49e59 Add GetNetworkName function 10 years ago
Philip Kaufmann eaedb59e05 net: add SetSocketNonBlocking() as OS independent wrapper 10 years ago
Wladimir J. van der Laan 43f510d37d Convert closesocket 'compat wrapper' to function in netbase 10 years ago
Philip Kaufmann 0127a9be14 remove SOCKS4 support from core and GUI 10 years ago
Cory Fields f3967bcc50 build: fix build weirdness after 54372482. 10 years ago
Philip Kaufmann cb7a3edc3d remove dup of extern int nConnectTimeout; in netbase 10 years ago
Wladimir J. van der Laan a60838d09a Replace non-threadsafe strerror 10 years ago
Kamil Domanski 5bd4adca71 remove LookupHostNumeric( ) which is never used 10 years ago
Wladimir J. van der Laan e16be73753 net: Add CSubNet class for subnet matching 10 years ago
Wladimir J. van der Laan e27c4110d9 Remove build-time no-IPv6 setting 10 years ago
Brandon Dahler 51ed9ec971 Cleanup code using forward declarations. 11 years ago
super3 db0e8ccd90 Bump Year Number to 2013 11 years ago