summaryrefslogtreecommitdiffstats
path: root/tokio/src
AgeCommit message (Expand)Author
2019-12-13Re-enable writev support in TcpStreams (#1956)Sean McArthur
2019-12-11chore: fix the outdated example in README (#1930)nickelc
2019-12-11chore: fix thread_pool benchmarks (#1947)Carl Lerche
2019-12-10io: add AsyncSeek trait (#1924)Michael Howell
2019-12-10Add Mutex::try_lock and (Unbounded)Receiver::try_recv (#1939)Michael P. Jung
2019-12-10fix spawn function documentation (#1940)Juan Alvarez
2019-12-09sync::Mutex: Fix typo in documentation (#1934)Danilo Bargen
2019-12-09sync::Mutex: Add note about the absence of poisoning (#1933)Danilo Bargen
2019-12-06chore: prepare v0.2.4 release (#1917)Carl Lerche
2019-12-06sync: fix Mutex when lock future dropped before complete (#1902)Michael P. Jung
2019-12-06doc: expand on runtime / spawn docs (#1914)Carl Lerche
2019-12-06prepare v0.2.3 release (#1912)Carl Lerche
2019-12-06doc: fix TcpListener example to compile (#1911)Carl Lerche
2019-12-06Close markdown (#1910)Jeremy Kolb
2019-12-05time: impl From between std / tokio Instants (#1904)Steven Fackler
2019-12-05task: fix `LocalSet` failing to poll all local futures (#1905)Eliza Weisman
2019-12-04time: Remove `HandlePriv` (#1896)Kevin Leimkuhler
2019-12-04task: fix infinite loop when dropping a `LocalSet` (#1892)Eliza Weisman
2019-12-04Make JoinError Sync (#1888)Artem Vorotnikov
2019-12-03Fixing minor spelling mistake in task docs (#1889)Christopher Coverdale
2019-12-02task: relax 'static bound in `LocalSet::block_on` (#1882)Eliza Weisman
2019-12-02io: add async fns for reading / writing bufs (#1881)Carl Lerche
2019-12-01blocking: fix `spawn_blocking` after shutdown (#1875)Carl Lerche
2019-12-01doc: fix documented feature flags for tokio::task (#1876)Carl Lerche
2019-12-01sync: expand oneshot docs and `TryRecvError` (#1874)Carl Lerche
2019-11-30io: read/write big-endian numbers (#1863)Carl Lerche
2019-11-30doc: improve AsyncBufReadExt API documentation (#1868)Carl Lerche
2019-11-30net: expose `TcpStream::poll_peek` (#1864)Carl Lerche
2019-11-30doc: expand `mpsc::Sender::send` API documentation (#1865)Carl Lerche
2019-11-30doc: add API docs for AsyncBufReadExt::read_line (#1866)Carl Lerche
2019-11-29chore: prepare v0.2.2 release (#1857)Ivan Petkov
2019-11-29rt: fix `basic_scheduler` notification bug (#1861)Carl Lerche
2019-11-29docs: Mention features for basic_scheduler, threaded_scheduler (#1858)Ömer Sinan Ağacan
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-26fs: impl AsRawFd / AsRawHandle for File (#1827)Carl Lerche
2019-11-26time: reexport Elapsed (#1826)Benjamin Fry
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