1. 93a4d71 A few updates to the doc generation (#7) by Brian Neradt · 3 months ago master
  2. 6b210ed Coverity: Avoid order initalization issue 2. (#12037) by Damian Meden · 6 months ago 1.5.14
  3. 750d20e remove unprotected optional deref Errata::severity (#11996) by Chris McFarlen · 7 months ago
  4. 5674930 Add mark_bulk() method to rebuild the RBTree in one operation by Brian Neradt · 6 months ago
  5. 1423c68 Prepare for the 1.5.14 release by Brian Neradt · 6 months ago
  6. a119c7e Possible fix for the initialization issue with globals. (#5) by Damian Meden · 8 months ago 1.5.13
  7. dbb8e73 Fix libswoc compile with clang 20 (#11771) by Mo Chen · 12 months ago
  8. f1c1c9d Remove unused `alloc` parameter in swoc/Vectray functionality (#11475) by Pavel Vazharov · 1 year, 2 months ago
  9. 6488cfe Remove the need of `-Wno-stringop-overflow` warning suppression (#11357) by Pavel Vazharov · 1 year, 4 months ago
  10. 508fa3b libswoc: Remove unused variables from some unit tests. (#11326) by Damian Meden · 1 year, 4 months ago
  11. afba376 Fix some warnings from libswoc when building on FreeBSD 13.1. (#11324) by Damian Meden · 1 year, 4 months ago
  12. 1c4e691 Add CTest support (#3) by Masaori Koshiba · 1 year, 3 months ago
  13. dc3cf7d Update to 1.5.13 by Brian Neradt · 1 year, 5 months ago
  14. 676fc8d libswoc: fix unresolved function type for transform_view_of. (#11255) by Brian Neradt · 1 year, 5 months ago 1.5.12
  15. 93c97e4 Use GCC stardard pre-defined macros to determine endianess. (#11186) by Brian Neradt · 1 year, 5 months ago
  16. 7af411e Fix GCC 14.0.1 -std=c++20 build failures (#11189) by Brian Neradt · 1 year, 5 months ago
  17. 7df56ee Update to 1.5.12 by Brian Neradt · 1 year, 6 months ago
  18. 3fa02cb Fix port from ATS. by Brian Neradt · 1 year, 6 months ago 1.5.11
  19. 48eee01 Update to 1.5.11 (#2) by Brian Neradt · 1 year, 6 months ago
  20. 5914a47 Fix asan and valgrind issue with libswoc unit test (#11138) by Brian Neradt · 1 year, 6 months ago 1.5.10
  21. 3b45296 libsowc - remove legacy Errata. (#10986) by Brian Neradt · 1 year, 6 months ago
  22. b5058b7 test_ip: add iterator temporary for gcc release builds (#11124) by Brian Neradt · 1 year, 6 months ago
  23. f8e0abc Change the constructor for LocalBufferWriter to be noexcept (#11059) by Brian Neradt · 1 year, 6 months ago
  24. 208af5f restore IntrusiveHashMap insert code to tscore (#10992) by Brian Neradt · 1 year, 6 months ago
  25. 66f11ff Fix problem with the negation (#10971) by Brian Neradt · 1 year, 6 months ago
  26. 3e635a1 Update to 1.5.10 by Alan M. Carroll · 1 year, 9 months ago
  27. 1d73529 IP: Comment cleanup and code rearrangement for clarity. by Alan M. Carroll · 1 year, 9 months ago 1.5.9
  28. 1c22483 MemArena: Add recent span discard support. by Alan M. Carroll · 1 year, 9 months ago
  29. 8e90f48 TextView: Fix overlow for svtoi. by Alan M. Carroll · 1 year, 9 months ago
  30. e5a9536 IP: fix minor errors, expand network categorization utilities. by Alan M. Carroll · 1 year, 9 months ago
  31. 5cb7e29 Errata: Better support for notes with only code and/or severity. by Alan M. Carroll · 1 year, 9 months ago
  32. 563597c IP: Add missing operator== for IPAddr and sockaddr. by Alan M. Carroll · 1 year, 9 months ago
  33. a9d6d47 IP: Add "contains" method to IPRange and IPRangeView. by Alan M. Carroll · 1 year, 9 months ago
  34. 142f2db Errata: Fix is_ok so instances with severity but not messages are not OK.` by Alan M. Carroll · 1 year, 10 months ago
  35. 2f83439 Update to 1.5.9 by Alan M. Carroll · 1 year, 9 months ago
  36. 7e4df6c Clang format. by Alan M. Carroll · 1 year, 9 months ago 1.5.8
  37. 2734914 TextView: Fix OSX issue with u_char. by Alan M. Carroll · 1 year, 9 months ago
  38. 1c7af86 Errata: fix is_ok by Alan M. Carroll · 1 year, 9 months ago
  39. 172f8f9 IPAddr: make copy_to const by Alan M. Carroll · 1 year, 10 months ago
  40. 1bd9a3f Clang format. by Alan M. Carroll · 1 year, 10 months ago
  41. 04f3d4d Errata: Enable auto generated annotations. by Alan M. Carroll · 1 year, 10 months ago
  42. 3f7c595 Doc: update. by Alan M. Carroll · 2 years ago
  43. b6ef38f Update to 1.5.8 by Alan M. Carroll · 1 year, 10 months ago
  44. 0969972 Clang format. by Alan M. Carroll · 1 year, 10 months ago 1.5.7
  45. 9416362 Fix clang format bad option. by Alan M. Carroll · 1 year, 10 months ago
  46. b9ec19d File: fix assignment ambiguity. by Alan M. Carroll · 1 year, 10 months ago
  47. ca594a6 Update to 1.5.7 by Alan M. Carroll · 1 year, 10 months ago
  48. a79bc66 CMake: Only set install directory if not already set. by Alan M. Carroll · 1 year, 10 months ago 1.5.6
  49. c2c13c9 Fix comment typo. by Alan M. Carroll · 1 year, 10 months ago
  50. 7eb4786 Run clang format. by Alan M. Carroll · 1 year, 10 months ago
  51. 365f16a Update clang-format to ATS 10. by Alan M. Carroll · 1 year, 10 months ago
  52. 03eb94e IP: Further tweak for IPRangeView. by Alan M. Carroll · 1 year, 10 months ago
  53. e680dad IP: Finally fix uninitialized error for auto && from range iterator. by Alan M. Carroll · 1 year, 10 months ago
  54. a7eeeb8 Adds a clang-tidy, and its cleanups by Leif Hedstrom · 1 year, 10 months ago
  55. 85e7761 IP: improve hashing for IP addresses. by Alan M. Carroll · 1 year, 11 months ago
  56. 61055cb file: Add better support for constructing path from string. by Alan M. Carroll · 1 year, 11 months ago
  57. e81ba68 Update to 1.5.6 by Alan M. Carroll · 2 years ago
  58. f0c6a34 IP: Fix formatting issue with IPSpace iteration and BWF. by Alan M. Carroll · 2 years ago 1.5.5
  59. 6def36a IntrusiveDList: Add list operations. by Alan M. Carroll · 2 years ago
  60. 572542d Change default install target to be the local "image" directory. by Alan M. Carroll · 2 years ago
  61. f92efb0 Followup to PR 87 - more comments, mostly. by Alan M. Carroll · 2 years ago
  62. 6771a64 IPEndpoint: make ::port robust for invalid addresses by bneradt · 2 years ago
  63. 4eb6159 IntrusiveDList: better helper meta. by Alan M. Carroll · 2 years, 1 month ago
  64. ca5af9f Remove unused psuedo_nullptr. by Alan M. Carroll · 2 years, 1 month ago
  65. 397b932 Updatge to 1.5.5 by Alan M. Carroll · 2 years, 1 month ago
  66. d5ab329 Meta: update comments for eraser. by Alan M. Carroll · 2 years, 1 month ago 1.5.4
  67. af04a67 BWF: Add UnHex (hexadecimal encoding to raw bytes). by Alan M. Carroll · 2 years, 1 month ago
  68. 1229630 BWF / Errata: Better handling of std::error_code and related classes. by Alan M. Carroll · 2 years, 1 month ago
  69. daacfac Update to 1.5.4 by Alan M. Carroll · 2 years, 1 month ago
  70. 9e06070 MemSpan: Fix MemSpan<void> to not construct from arrays of constant values. by Alan M. Carroll · 2 years, 1 month ago 1.5.3
  71. 23eb3fc BufferWriter: remove C string write overloads, use const void MemSpan. by Alan M. Carroll · 2 years, 1 month ago
  72. 734be78 MemSpan: Initialize char views to not include the terminal nul if present. by Alan M. Carroll · 2 years, 1 month ago
  73. 81b8243 MemSpan: rename "limit_to" to "restrict" by Alan M. Carroll · 2 years, 2 months ago
  74. 9872326 BW: Change write to take MemSpans and C-strings. by Alan M. Carroll · 2 years, 2 months ago
  75. f701827 MemSpan: Add array constructors to void types. by Alan M. Carroll · 2 years, 2 months ago
  76. 49d040d IP: Add support for IPv4, IPv6 sockaddr types. by Alan M. Carroll · 2 years, 2 months ago
  77. d90e66c MemSpan: rebind defaults to void or void const depending on value_type by Alan M. Carroll · 2 years, 2 months ago
  78. b0e690d Update comments for Coverity fixes. by Alan M. Carroll · 2 years, 2 months ago
  79. cc6ff1e Tweaks - supress some coverity, tweak Vectray for better move semantics. by Alan M. Carroll · 2 years, 2 months ago
  80. 9a5ad3c Update to 1.5.3. by Alan M. Carroll · 2 years, 2 months ago
  81. 2d3adc4 TextView: Add utility CaselessEqual functor. by Alan M. Carroll · 2 years, 2 months ago 1.5.2
  82. e73e88f Build: ignore g++ 11 array bound false positive. by Alan M. Carroll · 2 years, 2 months ago
  83. cbaf246 TextView: More cleanup for constructors, assign. by Alan M. Carroll · 2 years, 2 months ago
  84. feeeb61 MemSpan: Fix rebind of void to const void. by Alan M. Carroll · 2 years, 2 months ago
  85. aaea80c BWF: Change generic buffer to const void MemSpan to be more accepting. by Alan M. Carroll · 2 years, 2 months ago
  86. a6c5dfa TextView: More buffer/size constructors for ATS convenience. by Alan M. Carroll · 2 years, 2 months ago
  87. 042ece9 BWF: Add convenience formatting overload for BufferWriter. by Alan M. Carroll · 2 years, 2 months ago
  88. 6adf1e2 Update to 1.5.2 by Alan M. Carroll · 2 years, 2 months ago
  89. 9ca0f44 Update README.md by Alan M. Carroll · 2 years, 3 months ago 1.5.1
  90. 9d7fd3b IP: Cleanup and bug fix on IP6Addr and IPMask interactions. by Alan M. Carroll · 2 years, 3 months ago
  91. ec073a8 IP: clean up some method declarations. by Alan M. Carroll · 2 years, 3 months ago
  92. f520cd9 IPRangeView: add is method for compatibility. by Alan M. Carroll · 2 years, 3 months ago
  93. 5616de1 Update to 1.5.1 by Alan M. Carroll · 2 years, 3 months ago
  94. 14cad11 Tools: add script for local Coverity builds. by Alan M. Carroll · 2 years, 3 months ago
  95. 1f8a48d Update README.md by Alan M. Carroll · 2 years, 3 months ago
  96. 3e9b9a8 MemSpan: tweak the deduction guides a bit. by Alan M. Carroll · 2 years, 3 months ago
  97. e6f710d Suppress bogus Coverity errors. by Alan M. Carroll · 2 years, 3 months ago
  98. bd22fd1 PRangeView: add netsoruce support. by Alan M. Carroll · 2 years, 3 months ago
  99. 49f22f9 Remove obsolete error suppression. by Alan M. Carroll · 2 years, 3 months ago
  100. 0ad5cc5 Update to 1.5.0 by Alan M. Carroll · 2 years, 3 months ago