Commit Graph

  • 944607f9e4
    debug: override net.DefaultResolver debug-dns-resolution-failure Siddarth Kumar 2024-04-17 14:56:41 +0200
  • 56562188ac
    debug!: add a bunch of logs Siddarth Kumar 2024-04-17 09:58:16 +0200
  • cd18c9b32c
    add fallback socket implementation for amd64 cpu (#1) v1.1.1-status status-im Siddarth Kumar 2023-12-14 17:59:18 +0530
  • c4fe66c6e4
    add fallback socket implementation for amd64 cpu Siddarth Kumar 2023-10-31 14:09:04 +0530
  • 2158931305
    implement darwin os support support-darwin v1.1.0-status Jakub Sokołowski 2019-11-11 11:37:46 +0100
  • 00eab0aefc
    Add description about the maturity master Tevin Zhang 2019-11-12 18:45:05 +0800
  • 2b1e77e59f
    Fix go.mod Tevin Zhang 2019-11-12 18:22:24 +0800
  • 66cd883f5d
    Fix indention of example code Tevin Zhang 2019-11-12 18:22:14 +0800
  • dc80b07983
    Add CONTRIBUTING.md Tevin Zhang 2019-11-12 16:53:05 +0800
  • 84aa2299dc
    Add detail about the contribution of @lujjjh Tevin Zhang 2019-11-12 16:06:07 +0800
  • 5aa79aeb78
    Merge pull request #18 from status-im/fix-android Tevin 2019-11-12 16:03:14 +0800
  • 650050ef9b
    Add special thanks to @jakubgs fix-android Tevin 2019-11-12 15:57:04 +0800
  • 04a3451fa2
    Update go.mod Tevin 2019-11-12 11:29:27 +0800
  • 8100eb9207
    use x/sys/unix instead of syscall to fix EpollWait on Android v1.0.0-status Jakub Sokołowski 2019-11-10 12:42:55 +0100
  • 9f5b7a96d8
    Merge pull request #13 from tevino/adjust-bench Tevin 2019-03-06 16:36:16 +0800
  • 482e2a9b8c Test against the latest go Tevin Zhang 2019-03-06 16:27:45 +0800
  • b4b7e90e24 Find an address that will actually timeout in tests by testing Tevin Zhang 2019-03-06 16:22:50 +0800
  • f190c4f619 Run benchmark via Travis CI Tevin Zhang 2019-03-06 11:18:31 +0800
  • 45a3fe5ed8 Adjust timeout in benchmark Tevin Zhang 2019-03-06 11:18:10 +0800
  • 9762d1c917
    Merge pull request #12 from frankxyy/patch-1 Tevin 2019-03-06 11:07:32 +0800
  • 2d71f9df05
    fix variable name Yangyang Xu 2019-03-06 11:06:19 +0800
  • d61444948d
    Merge pull request #11 from tevino/travis Tevin 2019-02-13 11:08:49 +0800
  • 0d34068678 Use 10.255.255.1:80 as an always-timeout address Tevin Zhang 2019-02-13 10:55:52 +0800
  • 6868d911df Add logging Tevin Zhang 2019-02-13 10:46:32 +0800
  • 5cbfc67444 Add Travis CI Tevin Zhang 2019-02-13 10:40:18 +0800
  • 793d50316e Unexport EPOLLET Tevin Zhang 2019-02-13 10:20:58 +0800
  • f79f8fc471 Add comment Tevin Zhang 2019-02-13 10:20:15 +0800
  • 0fca588859
    Merge pull request #10 from tevino/benchmark Tevin 2019-02-13 10:14:12 +0800
  • b0f2b6a708 Add benchmarks Tevin Zhang 2019-02-12 18:39:56 +0800
  • 562d62828d Add PipePool of different implementations Tevin Zhang 2019-02-12 18:39:31 +0800
  • e298e4beb3 Add ResultPipes of different implementations Tevin Zhang 2019-02-12 18:39:04 +0800
  • 32a4a549c2
    Merge pull request #9 from tevino/refactor Tevin 2019-02-12 16:40:31 +0800
  • 070a54c143 Print error from CheckingLoop Tevin Zhang 2019-02-12 16:18:18 +0800
  • f00667a79b WaitReady() before using checker Tevin Zhang 2019-02-12 16:16:59 +0800
  • f3158e873d Add fds to epoll_ctl error message Tevin Zhang 2019-02-12 16:01:11 +0800
  • 62afebf5fa Add -v for verbose logging Tevin Zhang 2019-02-12 16:00:33 +0800
  • 2ef7e36ff8 Fix WaitReady() for nonlinux platform Tevin Zhang 2019-02-12 15:13:30 +0800
  • a72775abcb Add special thanks Tevin Zhang 2019-02-12 15:08:48 +0800
  • 8e82d76788 Ensure safety before reuse of pipe Tevin Zhang 2019-02-12 14:59:09 +0800
  • 201333fdee Remove lock Tevin Zhang 2019-02-12 14:55:53 +0800
  • 7c5283d607 Refine doc Tevin Zhang 2019-02-11 18:42:37 +0800
  • a89fc1fe18 Refactor Tevin Zhang 2019-01-31 15:27:44 +0800
  • 1573d54316
    Merge pull request #8 from lujjjh/zerolinger-on-nonlinux Tevin 2019-01-06 20:04:10 +0800
  • c27d2836c6
    Add zeroLinger support for POSIX operating systems lujjjh 2018-05-19 16:53:39 +0800
  • 2d9369c3f0 Concurrent TCP Checker Tevin Zhang 2016-12-06 17:23:50 +0800
  • ce742af518 Add fake implementation for non-Linux platform Tevin Zhang 2016-12-06 17:20:41 +0800
  • 2d25c4a3e0 Retry connect when EINPROGRESS etc is encountered Tevin Zhang 2016-10-18 21:00:00 +0800
  • 882b0fcc11 A lot of adjustments Tevin Zhang 2016-07-26 19:25:46 +0800
  • b34a84cbb7 Add tests Tevin Zhang 2016-07-22 19:32:47 +0800
  • 83dc726525 Add more doc with some renames Tevin Zhang 2016-07-22 19:31:45 +0800
  • f2b515e1c4 Add command line tool Tevin Zhang 2016-07-22 16:58:53 +0800
  • fecad2b47b Add Go Report Card Tevin Zhang 2016-06-28 18:10:56 +0800
  • ecd883184f Refine package description Tevin Zhang 2016-06-01 19:02:11 +0800
  • b1b6beb4d3 Add usage in README Tevin Zhang 2016-06-01 18:23:31 +0800
  • 9b0c49fe5e Fix typo Tevin Zhang 2016-06-01 18:18:41 +0800
  • 67b523fe25 Better error handling Tevin Zhang 2016-06-01 17:47:04 +0800
  • 944163aafd Add Shaker.Ready() and Shaker.EpollFd() Tevin Zhang 2016-06-01 17:46:36 +0800
  • f6beed899b Make Shaker's methods goroutine safe Tevin Zhang 2016-06-01 17:45:24 +0800
  • 0c7007486a First commit Tevin Zhang 2016-06-01 12:07:09 +0800
  • 69c453cad7 Initial commit Tevin Zhang 2016-05-31 18:19:07 +0800