- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 27 for Lanzman (0.65 sec)
-
src/banman.cpp
// file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <banman.h> #include <netaddress.h> #include <node/interface_ui.h> #include <sync.h> #include <util/system.h> #include <util/time.h> #include <util/translation.h> BanMan::BanMan(fs::path ban_file, CClientUIInterface* client_interface, int64_t default_ban_time)
C++ - Registered: 2023-01-31 01:31 - Last Modified: 2022-12-24 23:49 - 5.5K bytes - Viewed (0) -
src/banman.h
// policy check so the transaction is accepted, then that transaction could // cause the network to split between old nodes and new nodes. class BanMan { public: ~BanMan(); BanMan(fs::path ban_file, CClientUIInterface* client_interface, int64_t default_ban_time); void Ban(const CNetAddr& net_addr, int64_t ban_time_offset = 0, bool since_unix_epoch = false);
C - Registered: 2023-01-31 01:31 - Last Modified: 2022-12-24 23:49 - 4K bytes - Viewed (0) -
src/lib/fixoldbrowsers.js
// vim:set ts=4 sts=4 sw=4 st: // -- kriskowal Kris Kowal Copyright (C) 2009-2010 MIT License // -- tlrobinson Tom Robinson Copyright (C) 2009-2010 MIT License (Narwhal Project) // -- dantman Daniel Friesen Copyright(C) 2010 XXX No License Specified // -- fschaefer Florian Schäfer Copyright (C) 2010 MIT License // -- Irakli Gozalishvili Copyright (C) 2010 MIT License /*! Copyright (c) 2009, 280 North Inc. http://280north.com/
JavaScript - Registered: 2023-01-31 12:40 - Last Modified: 2022-07-27 08:41 - 552 bytes - Viewed (0) -
runtime/doc/quotes.txt
the Vi editor") Out of all the open software i've ever seen and used, and i've seen a lot, Vim is the best, most useful and highest quality to work with, second only to the linux kernel itself. (Peter Jay Salzman) It's well worth noting that the _entirety_ of SourceForge was written using Vim and its nifty PHP syntax highlighting. I think the entire SF.net tech staff uses Vim and we're all excited to have you aboard! (Tim Perdue)
Plain Text - Registered: 2023-02-06 09:55 - Last Modified: 2022-06-28 12:44 - 12.4K bytes - Viewed (0) -
src/Makefile.test.include
endif # test_bitcoin binary # BITCOIN_TESTS =\ test/addrman_tests.cpp \ test/allocator_tests.cpp \ test/amount_tests.cpp \ test/argsman_tests.cpp \ test/arith_uint256_tests.cpp \ test/banman_tests.cpp \ test/base32_tests.cpp \ test/base58_tests.cpp \ test/base64_tests.cpp \ test/bech32_tests.cpp \ test/bip32_tests.cpp \ test/blockchain_tests.cpp \ test/blockencodings_tests.cpp \
Plain Text - Registered: 2023-01-31 01:31 - Last Modified: 2023-01-23 16:29 - 12.5K bytes - Viewed (0) -
src/Makefile.am
bin_PROGRAMS += bitcoin-chainstate endif .PHONY: FORCE check-symbols check-security # bitcoin core # BITCOIN_CORE_H = \ addrdb.h \ addrman.h \ addrman_impl.h \ attributes.h \ banman.h \ base58.h \ bech32.h \ blockencodings.h \ blockfilter.h \ chain.h \ chainparams.h \ chainparamsbase.h \ chainparamsseeds.h \ checkqueue.h \ clientversion.h \
Plain Text - Registered: 2023-01-31 01:31 - Last Modified: 2023-01-17 11:02 - 29.8K bytes - Viewed (1) -
doc/release-notes/release-notes-22.0.md
- bitcoin/bitcoin#20864 Move SocketSendData lock annotation to header (MarcoFalke) - bitcoin/bitcoin#20965 net, rpc: return `NET_UNROUTABLE` as `not_publicly_routable`, automate helps (jonatack) - bitcoin/bitcoin#20966 banman: save the banlist in a JSON format on disk (vasild) - bitcoin/bitcoin#21015 Make all of `net_processing` (and some of net) use std::chrono types (dhruv)
Plain Text - Registered: 2023-01-31 01:31 - Last Modified: 2021-09-14 11:20 - 77.7K bytes - Viewed (0) -
blacklist/README.md
|深圳|[广东虚拟现实科技有限公司(Ximmerse)](https://www.ximmerse.com/)|2016年06月1日|996|[邮件通知](img/Ximmerse考勤邮件.png) [制度截图](img/Ximmerse制度方案.png)| |成都|[成都二次元动漫有限公司](https://www.kanman.com/)|2018年12月1日|996|[图片-1](img/ecy1.jpg) [图片-2](img/ecy12.jpg)[图片-3](img/ecy4.jpg) + 亲历| |北京|[东华软件股份公司](http://www.dhcc.com.cn/)|2018年2月|996|亲历 [百度口碑](https://koubei.baidu.com/s/xt.dhcc.com.cn?from=ps_pc1) |
Plain Text - Registered: 2023-01-26 08:11 - Last Modified: 2022-01-25 12:38 - 51.2K bytes - Viewed (0) -
COPYRIGHT.txt
License: Expat Files: ./thirdparty/embree/ Comment: Embree Copyright: 2009-2021 Intel Corporation License: Apache-2.0 Files: ./thirdparty/enet/ Comment: ENet Copyright: 2002-2020, Lee Salzman License: Expat Files: ./thirdparty/etcpak/ Comment: etcpak Copyright: 2013-2022, Bartosz Taudul License: BSD-3-clause Files: ./thirdparty/fonts/DroidSans*.woff2 Comment: DroidSans font
Plain Text - Registered: 2023-02-01 16:01 - Last Modified: 2023-02-01 06:27 - 80.5K bytes - Viewed (1) -
doc/developer-notes.md
uses an elegant script to replace occurrences of multiple terms in all source files. - [scripted-diff: Remove g_connman, g_banman globals](https://github.com/bitcoin/bitcoin/commit/8922d7f6b751a3e6b3b9f6fb7961c442877fb65a) replaces specific terms in a list of specific source files.
Plain Text - Registered: 2023-01-31 01:31 - Last Modified: 2022-09-09 15:47 - 58.6K bytes - Viewed (2)