• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

cenkalti / rain / 27643884382

Builds Branch Commit Type Ran Committer Via Coverage
27643884382 master deps: update backoff to v6 push 16 Jun 2026 07:52PM UTC jakealti github
40.61
27334202696 refs/tags/v2.3.1 refactor(bitfield): use NumBytes in NewBytes instead of recomputing the ceil NewBytes derived requiredBytes via divMod32 + a manual round-up, which is exactly what NumBytes((length+7)/8) already computes. Call NumBytes and keep divMod32 only for ... push 11 Jun 2026 08:31AM UTC jakealti github
40.58
27333882090 master refactor(bitfield): use NumBytes in NewBytes instead of recomputing the ceil NewBytes derived requiredBytes via divMod32 + a manual round-up, which is exactly what NumBytes((length+7)/8) already computes. Call NumBytes and keep divMod32 only for ... push 11 Jun 2026 08:24AM UTC jakealti github
40.58
27313863710 master refactor: split CLI into internal/command package, one file per command Move the CLI out of the single 1241-line main.go into internal/command, one file per command. Root main.go keeps the cli.App wiring and profiling hooks and assembles the expo... push 10 Jun 2026 11:49PM UTC jakealti github
40.63
27312463891 master refactor: migrate to math/rand/v2 Switch the five math/rand call sites to math/rand/v2: Intn -> IntN, Int31 -> Int32, Shuffle unchanged. The v2 generator is auto-seeded and is the modern idiom; behavior is equivalent for these non-crypto uses (pe... push 10 Jun 2026 11:14PM UTC jakealti github
40.83
27312370454 master chore: bump go-prettyjson and boltbrowser to latest push 10 Jun 2026 11:13PM UTC jakealti github
40.8
27312094105 master refactor: modernize sorting with slices.SortFunc and builtin min Replace sort.Slice/sort.Sort with slices.SortFunc (cmp.Compare/cmp.Or) across piecepicker, unchoker, addrlist, magnet, and console, and use slices.Sort for the string sort in jsonut... push 10 Jun 2026 11:06PM UTC jakealti github
40.87
27312023124 master Potential fix for code scanning alert no. 11: Incorrect conversion between integer types Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> push 10 Jun 2026 11:04PM UTC web-flow github
40.88
27311133125 master test: add harnesses for peer and announcer Drive the two goroutine-actor packages deterministically without the full torrent loop: - peer: a harness wires a Peer to a remote peerconn.Conn over net.Pipe and verifies the Run loop forwards receiv... push 10 Jun 2026 10:44PM UTC jakealti github
40.81
27310795747 master test: add tests for storage layer and jsonutil Cover the previously-untested storage and disk-IO packages using t.TempDir() and in-memory file fixtures (no network): - jsonutil: MarshalCompactPretty field sorting/formatting (0%->94%). - storage:... push 10 Jun 2026 10:36PM UTC jakealti github
38.09
27310357125 master test: add integration/e2e tests for connection and RPC layers Cover the integration packages that require real connections and goroutine lifecycles: - peerconn: full message round-trip between two Conns over net.Pipe, exercising the reader+wri... push 10 Jun 2026 10:27PM UTC jakealti github
36.59
27309830309 master test: add unit tests for protocol-level packages Cover the BitTorrent wire-protocol layer without the torrent event loop: - tracker: Event/Error stringers and Tier round-robin-on-failure logic (via fake trackers), raising coverage 14%->56%. - ... push 10 Jun 2026 10:15PM UTC jakealti github
35.23
27309463816 master refactor: use atomic.Int32 for atomic counters Replace int32 fields accessed via atomic.LoadInt32/AddInt32/ CompareAndSwapInt32 with atomic.Int32 in the semaphore and tracker tier types. Behavior is unchanged; this clears the golangci-lint modern... push 10 Jun 2026 10:07PM UTC jakealti github
33.65
27308134982 master test: replace chihaya with in-repo tracker push 10 Jun 2026 09:41PM UTC jakealti github
31.56
27307544660 master test: harden flaky TestUDPTracker The test asserted that a leecher's first announce returns exactly the previously-registered seeder. But the embedded chihaya tracker builds the announce response from swarm state *before* storing the announcing p... push 10 Jun 2026 09:29PM UTC jakealti github
32.04
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • 39
  • 40
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc