Commit Graph

  • f267ab1152 Correctly detect TCP connection failures on Windows Yin Guanhao 2020-05-14 15:35:04 +0800
  • 661c7db6e2 Bump to v0.1.5 v0.1.5 Stjepan Glavina 2020-05-14 20:32:47 +0200
  • 807456699a Fix broken doc links Stjepan Glavina 2020-05-14 20:32:12 +0200
  • 2ff45ece44 Fix re-registration Stjepan Glavina 2020-05-14 20:25:30 +0200
  • ee6a0bce4d rename an argument Stjepan Glavina 2020-05-14 20:00:33 +0200
  • a5c89a9727
    Merge pull request #110 from jadireddi/smol_96_repl_soct_with_notf Stjepan Glavina 2020-05-14 10:58:18 -0700
  • 19a1a11583 change to modify socket with notifier. Jagadesh Adireddi 2020-05-12 18:58:01 +0530
  • 2071f2a481
    Merge pull request #106 from stjepang/blocking Stjepan Glavina 2020-05-12 00:32:01 -0700
  • edc10a429b
    Merge pull request #109 from polachok/timer-resolution Stjepan Glavina 2020-05-12 00:30:22 -0700
  • 9ec3067ba2 fix: high cpu usage for timer Alexander Polakov 2020-05-11 19:27:03 +0300
  • 5905c76930
    Merge pull request #107 from 0xflotus/patch-1 Stjepan Glavina 2020-05-11 05:46:42 -0700
  • fffd3d46ac
    (docs): added 'l' letter to cancellation 0xflotus 2020-05-11 14:42:57 +0200
  • 0916b0b2f8 Use a published version of blocking Stjepan Glavina 2020-05-11 12:31:49 +0200
  • 77494aaa2d Replace the blocking executor with blocking crate Stjepan Glavina 2020-05-11 12:29:43 +0200
  • 33f9d74b3a WIP: Add support for Mach ports on Darwin Sergey Bugaev 2020-05-09 23:48:05 +0300
  • 408d83a03d outline of a possible way forward for spawning tasks on the wasm32 backend James Laver 2020-05-09 23:09:01 +0200
  • 9cfed4ec0c Add web-example to test wasm backend (based on druid's setups), make smol compile by making none of it compile ;-) James Laver 2020-05-09 21:54:43 +0200
  • bc3293203f
    Merge pull request #92 from joshtriplett/use-duration Stjepan Glavina 2020-05-08 13:31:17 -0700
  • 7c15dba27c Use Duration functions rather than computing seconds/nanoseconds by hand Josh Triplett 2020-05-07 09:38:45 -0700
  • f340dce8ca
    Merge pull request #86 from polachok/eventfd Stjepan Glavina 2020-05-08 11:11:18 -0700
  • 9737bb8403
    Update Cargo.toml Stjepan Glavina 2020-05-08 11:10:49 -0700
  • c5c18d3dc0
    Create FUNDING.yml Stjepan Glavina 2020-05-08 18:26:52 +0200
  • 6dabee5326
    Add CI build caching (#69) leo-lb 2020-05-08 07:23:25 +0200
  • d1d0ace184 Minor cleanup Stjepan Glavina 2020-05-07 16:36:48 +0200
  • ef701a4128 Check for EINPROGRESS in UnixStream::connect Stjepan Glavina 2020-05-07 16:36:10 +0200
  • 34fcc57a7f Format comments Stjepan Glavina 2020-05-07 16:33:44 +0200
  • f5224470f6
    Merge pull request #90 from jadireddi/Smol_60_socket_conn_err_enhance Stjepan Glavina 2020-05-07 07:31:26 -0700
  • 8a6b4b89b0 handling connection in progress check separately for both unix and windows os. Jagadesh Adireddi 2020-05-07 14:11:33 +0530
  • 8671dbb4d5 Refactor libc dependency. Jagadesh Adireddi 2020-05-07 12:35:55 +0530
  • f3de5b91aa Add libc to dependency. Jagadesh Adireddi 2020-05-07 11:34:13 +0530
  • 1547d075de Change to enhance tcp socket conn error message. Jagadesh Adireddi 2020-05-06 21:21:36 +0530
  • 3644de52bd
    Improve timer precision on Linux by timerfd YuWeiWu 2020-05-06 16:28:13 +0800
  • c879b821b0 do not check demos in cross environments Tshepang Lekhonkhobe 2020-05-05 06:53:11 +0200
  • d910299003 Use eventfd for IoEvent on linux Alexander Polakov 2020-05-05 01:44:29 +0300
  • 24a2a107d3 Add spawn bench Alexander Polakov 2020-05-05 01:43:36 +0300
  • 11da938867
    Merge pull request #85 from wolf4ood/timer-tests Stjepan Glavina 2020-05-04 15:33:49 -0700
  • b1e04c07a2 Added timer tests wolf4ood 2020-05-04 23:26:48 +0200
  • 19d8d5a16d Only consume budget on successful I/O operations consume-successful-io Stjepan Glavina 2020-05-04 20:40:59 +0200
  • c923b08042 workaround CI issues (thanks to @svartalf) Tshepang Lekhonkhobe 2020-05-04 14:31:09 +0200
  • e48a8787f4
    Update README.md Stjepan Glavina 2020-05-03 18:28:19 +0200
  • f4b73c3908
    Merge pull request #80 from stjepang/micros-kqueue Stjepan Glavina 2020-05-03 08:53:43 -0700
  • b1ce21307f Use microsecond precision with kqueue Stjepan Glavina 2020-05-03 17:28:09 +0200
  • 78090b4f12 move examples/ to demo/ Tshepang Lekhonkhobe 2020-05-03 16:57:30 +0200
  • 44eaae4a4a
    Merge pull request #74 from wolf4ood/fix-test-async-io Stjepan Glavina 2020-05-03 05:22:20 -0700
  • 1f00cdb480 Fixes Address already in use error on second test run wolf4ood 2020-05-03 00:29:15 +0200
  • 74b8276e99
    Merge pull request #70 from stjepang/explain-threaded-executors Stjepan Glavina 2020-05-02 12:35:13 -0700
  • 3e2d0d5c31 Reword the comment a bit Stjepan Glavina 2020-05-02 21:33:27 +0200
  • c736faacd3 Elaborate on block_on Stjepan Glavina 2020-05-02 20:44:56 +0200
  • 5650eec615
    Merge pull request #73 from wusyong/unit-test Stjepan Glavina 2020-05-02 11:03:48 -0700
  • c7b0e128ca
    Add unix attributes to imports YuWeiWu 2020-05-03 00:04:47 +0800
  • 6164feb7f7
    Move to tests directory YuWeiWu 2020-05-02 23:47:32 +0800
  • d725f70c2d
    Add uds tests YuWeiWu 2020-05-02 19:08:41 +0800
  • 6fcbc3cbfc
    Add caching for security audit leo-lb 2020-05-01 18:51:33 +0200
  • 36ae3c82a5
    Add missing CURRENT_WEEK for clippy leo-lb 2020-05-01 18:50:43 +0200
  • 6df97e9296
    Cache cargo binaries in clippy leo-lb 2020-05-01 18:44:32 +0200
  • b1d1c1e13b
    Cache cargo binaries in coverage leo-lb 2020-05-01 18:43:46 +0200
  • 670ce6be8b
    Do not fail-fast for cross builds leo-lb 2020-05-01 18:29:39 +0200
  • a1dc8211f4
    Ignore cargo install cargo-count failure leo-lb 2020-05-01 18:28:51 +0200
  • fed5af0d45
    Cache more rustup-installed things leo-lb 2020-05-01 18:26:13 +0200
  • ac3975c1df
    More caching rustup-installed things leo-lb 2020-05-01 18:21:33 +0200
  • 08942fa8de
    Cache rustup-installed things leo-lb 2020-05-01 18:19:58 +0200
  • cae487790a
    Remove unnecessary cross cache keys parts leo-lb 2020-05-01 18:15:08 +0200
  • 3641e311f1
    Reduce LOC bin caching to necessary leo-lb 2020-05-01 18:11:44 +0200
  • 4c15cdd366
    Ignore cargo install cross failure leo-lb 2020-05-01 18:10:55 +0200
  • 61e21d228d
    Add caching for LOC counting leo-lb 2020-05-01 18:05:17 +0200
  • d3c39fe878
    Add udp unit test YuWeiWu 2020-05-02 00:04:02 +0800
  • 26687d35e4
    Fix Github Actions syntax error leo-lb 2020-05-01 17:59:19 +0200
  • 2f7e3c1dc4
    Github Actions wants single quotes leo-lb 2020-05-01 17:56:57 +0200
  • 46bcf0a0ae
    Fix Github Actions condition syntax error leo-lb 2020-05-01 17:56:00 +0200
  • 18e4807501
    Use current week number as cache-key leo-lb 2020-05-01 17:53:22 +0200
  • ff967922e8
    Add tcp unit tests YuWeiWu 2020-05-01 23:06:17 +0800
  • 984ed3bf1b
    Merge pull request #71 from svartalf/ci-coverage-parallel Stjepan Glavina 2020-05-01 05:17:54 -0700
  • 67dbd0cc3b Remove unused dev-dependency Stjepan Glavina 2020-05-01 13:59:48 +0200
  • 83da362dc6 Mark grcov execution as parallel runs svartalf 2020-05-01 14:18:12 +0300
  • 8b261309de
    Cache cargo-installed binaries leo-lb 2020-04-30 21:54:16 +0200
  • e61515a6f8 Fix a broken link Stjepan Glavina 2020-04-30 21:49:17 +0200
  • 578d85b1b9 Explain single vs multi-threaded executors Stjepan Glavina 2020-04-30 21:45:22 +0200
  • 9a7a5024eb
    Add CI build caching leo-lb 2020-04-30 21:40:59 +0200
  • 5c44e642bf
    Merge pull request #67 from hwchen/doc/scheduling Stjepan Glavina 2020-04-30 12:38:47 -0700
  • e682e27d98
    Merge pull request #68 from 0x7CFE/fix-doc Stjepan Glavina 2020-04-30 10:41:24 -0700
  • 198cb11d89
    Adds missing code delimiter Dmitry Kashitsyn 2020-04-30 22:57:02 +0700
  • 26baeef1f4 add some docs on scheduling Walther Chen 2020-04-29 22:01:26 -0400
  • 6ff5c3083a
    Merge pull request #66 from stjepang/handle-errors-in-server Stjepan Glavina 2020-04-29 11:44:11 -0700
  • dbf088fa67 Print errors in HTTP server examples Stjepan Glavina 2020-04-29 20:42:48 +0200
  • 3ce838291a Don't start an extra worker Stjepan Glavina 2020-04-29 11:48:12 +0200
  • 079e12da06
    Merge pull request #58 from wusyong/ci_coverage leo-lb 2020-04-28 23:55:14 +0200
  • 431c98dc57
    Add condition on pull request as well YuWeiWu 2020-04-29 04:31:00 +0800
  • e49057cdc6
    Merge pull request #56 from tshepang/patch-1 Stjepan Glavina 2020-04-28 13:15:51 -0700
  • e20bf9aae7
    Merge pull request #49 from stjepang/explain-examples-dir Stjepan Glavina 2020-04-28 13:05:02 -0700
  • 645b1516bd
    Merge pull request #59 from Plecra/smaller-errors Stjepan Glavina 2020-04-28 10:58:18 -0700
  • 37edb1c167
    Use a better representation for some errors Marli Frost 2020-04-28 17:18:02 +0100
  • de6334de0a
    Run code coverage CI only on master YuWeiWu 2020-04-29 00:05:59 +0800
  • e70594a049
    readme: fix CI link Tshepang Lekhonkhobe 2020-04-28 17:29:09 +0200
  • 9398958025
    Remove most no_run on doc tests YuWeiWu 2020-04-28 23:01:35 +0800
  • 2ccffbbf27 Bump to v0.1.4 v0.1.4 Stjepan Glavina 2020-04-28 16:08:47 +0200
  • 3b867877e9 Fix a bug in UDS connect Stjepan Glavina 2020-04-28 16:08:16 +0200
  • 24f4918169 Use tool-cache for security audit workflow svartalf 2020-04-28 16:42:53 +0300
  • 0c1455f5fa Bump to v0.1.3 v0.1.3 Stjepan Glavina 2020-04-28 15:29:30 +0200
  • 8345093ad5 Fix the writability check in async connect Stjepan Glavina 2020-04-28 15:27:06 +0200
  • 5f74e974eb Use actions-rs/install Action to speed up CI execution svartalf 2020-04-28 16:18:55 +0300