summaryrefslogtreecommitdiffstats
path: root/tokio
AgeCommit message (Expand)Author
2019-11-28fs: add File::into_std and File::try_into_std methods (#1856)Bartek Iwańczuk
2019-11-28signal: update documentation with caveats (#1854)Ivan Petkov
2019-11-28Implement Stream for signal::unix::Signal (#1849)Ömer Sinan Ağacan
2019-11-27task: fix panic when dropping `LocalSet` (#1843)Eliza Weisman
2019-11-27net: fix ucred for illumos/solaris (#1772)Michael Zeller
2019-11-27doc: misc API documentation fixes (#1834)Oleg Nosov
2019-11-27doc: fix `runtime::Builder` example (#1841)Oleg Nosov
2019-11-27rt: specify that runtime should have task scheduler (#1839)Oleg Nosov
2019-11-26prepare v0.2.1 release (#1832)Carl Lerche
2019-11-26doc: fix and improve `incoming()` API doc (#1831)Carl Lerche
2019-11-26task: add `LocalSet` API for running `!Send` futures (#1733)Eliza Weisman
2019-11-26chore: replace Gitter badge with Discord (#1828)Artem Vorotnikov
2019-11-26fs: impl AsRawFd / AsRawHandle for File (#1827)Carl Lerche
2019-11-26time: reexport Elapsed (#1826)Benjamin Fry
2019-11-26chore: remove updating note from readme (#1824)Carl Lerche
2019-11-26chore: prepare v0.2.0 release (#1822)Carl Lerche
2019-11-25doc: add more doc_cfg annotations (#1821)Carl Lerche
2019-11-23docs: improve tokio::io API documentation (#1815)Carl Lerche
2019-11-22process: do not kill spawned processes on drop (#1814)Ivan Petkov
2019-11-22default all feature flags to off (#1811)Carl Lerche
2019-11-22docs: annotate io mod with doc_cfg (#1808)Carl Lerche
2019-11-21runtime: cleanup and add config options (#1807)Carl Lerche
2019-11-21docs: expand and update crate-level docs (#1806)Eliza Weisman
2019-11-20docs: update and expand the `tokio::runtime` API docs (#1804)Eliza Weisman
2019-11-20docs: refresh `tokio::io` API docs (#1803)Eliza Weisman
2019-11-20io: flatten `split` module (#1802)Carl Lerche
2019-11-20docs: improve `tokio::task` API documentation (#1801)Eliza Weisman
2019-11-20chore: update `bytes` dependency to git master (#1796)Carl Lerche
2019-11-20time: Eagerly bind delays to timer (#1800)Kevin Leimkuhler
2019-11-20Fix doc links (#1799)Pen Tree
2019-11-20net: flatten `split` mod (#1797)Carl Lerche
2019-11-20chore: enable feature flag check on windows (#1798)Taiki Endo
2019-11-20Refactor the I/O driver, extracting slab to `tokio::util`. (#1792)Carl Lerche
2019-11-19runtime: fix lost wakeup bug in scheduler (#1788)Carl Lerche
2019-11-18chore: refine feature flags (#1785)Carl Lerche
2019-11-17sync: require `T: Clone` for watch channels. (#1783)Carl Lerche
2019-11-16make AtomicWaker private (#1782)Carl Lerche
2019-11-16task: move blocking fns into `tokio::task` (#1781)Carl Lerche
2019-11-16runtime: set spawn context on enter (#1780)Carl Lerche
2019-11-16io: expose std{in, out, err} under io feature (#1759)Taiki Endo
2019-11-16chore: migrate from pin-project to pin-project-lite (#1778)Taiki Endo
2019-11-16task: return `JoinHandle` from spawn (#1777)Carl Lerche
2019-11-16runtime: rename current_thread -> basic_scheduler (#1769)Carl Lerche
2019-11-15runtime: allow non-unit type output in {Runtime, Spawner}::spawn (#1756)Taiki Endo
2019-11-15net: add more impls for ToSocketAddrs (#1760)Taiki Endo
2019-11-15Limit `futures` dependency to `Stream` via feature flag (#1774)Carl Lerche
2019-11-12reorganize modules (#1766)Carl Lerche
2019-11-06time: rename `tokio::timer` -> `tokio::time` (#1745)Carl Lerche
2019-11-06runtime: misc pool cleanup (#1743)Carl Lerche
2019-11-06timer: have example use delay_for instead of delay (#1735)leo-lb