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

ausimian / tricep / b744500cb0290617a8e992cc76dbb639cdd15ff2

Builds Branch Commit Type Ran Committer Via Coverage
b744500cb0290617a8e992cc76dbb639cdd15ff2 main Add shutdown/2 function for half-close support Implements BSD socket shutdown semantics: - :write - sends FIN, disables sends - :read - disables receives locally - :read_write - both (equivalent to close) Changes: - Add read_shutdown state field... push 17 Jan 2026 11:42AM UTC ausimian github
80.46
5aa7139063c6450825811d21997541ccc20e7bf9 main Add ex_doc and comprehensive API documentation - Add ex_doc dependency for documentation generation - Add module documentation to Tricep with usage examples - Add @doc for all public functions (open, connect, send, recv, close) - Add @typedoc for... push 17 Jan 2026 11:29AM UTC ausimian github
80.66
c12cf50f874084f7f7e3e8d963f5f504cfb0ef0f main Apply mix format to socket.ex 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> push 17 Jan 2026 11:11AM UTC ausimian github
80.66
041c6cf7c5111c3533cceaddc661d6c4ba1b4b44 main Add TCP retransmission support for SYN and data segments Implement basic retransmission with exponential backoff to enable reliable data delivery. Includes SYN retransmission during connection establishment and data segment retransmission in ESTA... push 17 Jan 2026 08:12AM UTC ausimian github
92.18
3118ac273638f78e76092962f29e4f8cedd48a11 main Add queue-based DataBuffer to avoid send buffer copy overhead Replace the single binary send_buffer with a queue-based DataBuffer that provides O(1) amortized append instead of O(n) binary concatenation. The take operation returns iodata to defer... push 03 Jan 2026 10:49AM UTC ausimian github
91.33
6b0e18dde4c8c7d44ba462028cc8335e61d56b8f main Update tundra dependency to hex.pm version 0.4.0 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> push 03 Jan 2026 07:54AM UTC ausimian github
91.06
bfa61b188e0af67751230132ed33a3ebef843ef8 main Add NIF-based TCP checksum with iodata support Move checksum calculation into NIF to avoid binary concatenation. The NIF uses graph reduction to walk iodata structures without flattening, processing 16-bit words directly from binaries. - Add che... push 03 Jan 2026 01:23AM UTC ausimian github
91.83
eba12f847a999e4bf43823f60309facefd301ec0 main Refactor Tcp.build_segment to use positional arguments Change signature from keyword list to positional arguments: build_segment(pair, seq, ack, flags, window, opts \\ []) Where pair is {{src_addr, src_port}, {dst_addr, dst_port}} and opts can... push 03 Jan 2026 12:29AM UTC ausimian github
92.03
092ec166a42de1c5c664b89cebf9ff9c0129acb0 main Add test coverage with Coveralls - Add excoveralls dependency for coverage reporting - Configure GitHub Actions to run tests with coverage - Add coveralls.json to exclude TunLink and test support files - Add build and coverage badges to README 🤖... push 02 Jan 2026 11:52PM UTC ausimian github
92.2
  • 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