История коммитов

Автор SHA1 Сообщение Дата
  kobewi 1abdffe7a0 Replace Array return types with TypedArray 2 3 лет назад
  reduz 746dddc067 Replace most uses of Map by HashMap 3 лет назад
  Rémi Verschelde c273ddc3ee Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init` 3 лет назад
  bruvzg f851c4aa33 Fix some issues found by cppcheck. 3 лет назад
  Hugo Locurcio 7d8b344f01 Increase the maximum number of concurrent DNS queries from 32 to 256 3 лет назад
  Fabio Alessandrelli 49297d937c [Net] Simplify IP resolution code, fix caching. 4 лет назад
  Rémi Verschelde fe52458154 Update copyright statements to 2022 4 лет назад
  Lightning_A c63b18507d Use range iterators for `Map` 4 лет назад
  Fabio Alessandrelli aca5540e13 [Net] Fix IP address resolution incorrectly locking the main thread. 4 лет назад
  Rémi Verschelde ac3322b0af Use const references where possible for List range iterators 4 лет назад
  Aaron Franke 4e6efd1b07 Use C++ iterators for Lists in many situations 4 лет назад
  Chuck 48f7e06976 Fix DNS resolve mutex locks 4 лет назад
  Chuck dd8fa11ac1 Support multiple address resolution in DNS requests 4 лет назад
  Hugo Locurcio 3f078c99f6 Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores 4 лет назад
  Pedro J. Estébanez 8e128726f0 Modernize atomics 5 лет назад
  Pedro J. Estébanez 99fe462452 Modernize Thread 5 лет назад
  Rémi Verschelde b5334d14f7 Update copyright statements to 2021 5 лет назад
  Marcel Admiraal 5b937d493f Rename empty() to is_empty() 5 лет назад
  reduz 127458ed17 Reorganized core/ directory, it was too fatty already 5 лет назад
  Rémi Verschelde 85220fec01 Style: Remove unnecessary semicolons from `core` 5 лет назад
  Rémi Verschelde 0ee0fa42e6 Style: Enforce braces around if blocks and loops 5 лет назад
  Rémi Verschelde 0be6d925dc Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 5 лет назад
  lupoDharkael 95a1400a2a Replace NULL with nullptr 5 лет назад
  Pedro J. Estébanez 9a3a2b03b8 Drop old semaphore implementation 5 лет назад
  Pedro J. Estébanez 18fbdbb456 Reimplement Mutex with C++'s <mutex> 5 лет назад
  Juan Linietsky c613ead5fa Added a spinlock template as well as a thread work pool class. 6 лет назад
  Marcel Admiraal 5af3b4ca27 Remove duplicate ERR_PRINT macro. 6 лет назад
  Rémi Verschelde a7f49ac9a1 Update copyright statements to 2020 6 лет назад
  qarmin 17732fe698 Added some obvious errors explanations 6 лет назад
  Fabio Alessandrelli b574e476ec Implement IP.get_local_interfaces. 6 лет назад