Sign in
fuchsia
/
third_party
/
mio
/
HEAD
5cea7de
Bump version
by Taylor Cramer
· 7 years ago
main
master
0ba4d13
Bump version (fake) to match updated crate number
by Taylor Cramer
· 7 years ago
b21da04
Fix fuchsia-zircon dependency
by Rob Tsuk
· 7 years ago
9adab6a
Make Fuchsia signal matching nonexhaustive
by Taylor Cramer
· 7 years ago
55ee039
Update Fuchsia TcpStream accept
by Taylor Cramer
· 7 years ago
sandbox/cramertj/rebase
f87b015
Fix Fuchsia tests in response to fuchsia-zircon update.
by Taylor Cramer
· 7 years ago
e63c506
Remove useless Opts from fuchsia-zircon
by Taylor Cramer
· 7 years ago
afecfce
Update in response to fuchsia-zircon changes
by Taylor Cramer
· 7 years ago
12064cd
Fix paths to Fuchsia crates.
by P.Y. Laligand
· 7 years ago
807e91d
switch to path deps for first party crates
by James Tucker
· 7 years ago
e73a648
fix doc (#750)
by Fu
· 8 years ago
f64664d
Bump version to v0.6.11 (#751)
by Carl Lerche
· 8 years ago
v0.6.11
bd3aeca
Fix small typos (#748)
by Julian Tescher
· 8 years ago
ad9911f
Avoid runtime panics in IoVec on Windows (#747)
by Alex Crichton
· 8 years ago
5a47fe2
Sync with Fuchsia (#741)
by Taylor Cramer
· 8 years ago
ffde616
Fix Android CI (#745)
by Gabriel Majeri
· 8 years ago
2601514
Mention FreeBSD support in the README (#737)
by Alan Somers
· 8 years ago
878bee8
Add TcpListener::accept_std (#733)
by Alex Crichton
· 8 years ago
131df75
Fix typos in documentation for Poll (#734)
by Florian Marending
· 8 years ago
5b9d20c
Ensure errors on TCP writes happen on Windows (#725)
by Alex Crichton
· 8 years ago
7b54298
Fix misspelling of "now" in comment (#724)
by Matt Kraai
· 8 years ago
e43ba6b
Document fuchsia module instability (#723)
by nivkner
· 8 years ago
8078b90
Prefer ErrorKind::WouldBlock (#722)
by Arthur Silva
· 8 years ago
c19881b
Allow registration with empty interest (#640)
by Romain Vimont
· 8 years ago
0c01004
Fix missing comment (#719)
by Taylor Cramer
· 8 years ago
294c0a8
Remove uses of deprecated ops::Not impl's. (#714)
by Ahmed Charles
· 8 years ago
6871f83
Fix tests on nightly (#720)
by Carl Lerche
· 8 years ago
52dcec8
Ensure that tests pass without default features. (#717)
by Ahmed Charles
· 8 years ago
9cb636e
Fix broken links (#715)
by Justin Mayhew
· 8 years ago
e5d693f
Change test_udp_socket to use Poll API. (#716)
by Ahmed Charles
· 8 years ago
c6447d9
Change test_tcp to use Poll API. (#712)
by Ahmed Charles
· 8 years ago
369d67b
Remove uses of deprecated Event and Evented at the crate root. (#711)
by Ahmed Charles
· 8 years ago
fdf8a4e
Change test_local_addr_ready to use Poll API. (#702)
by Ahmed Charles
· 8 years ago
ec435e9
Remove deprecated uses of hup. (#709)
by Ahmed Charles
· 8 years ago
3b47996
Remove uses of deprecated Registration functions. (#708)
by Ahmed Charles
· 8 years ago
15c0c0d
Remove uses of the deprecated udp module. (#706)
by Ahmed Charles
· 8 years ago
a3a03dd
Only run tests for deprecated features when they are enabled. (#707)
by Ahmed Charles
· 8 years ago
2ed8722
Change test_echo_server to use Poll API. (#701)
by Ahmed Charles
· 8 years ago
b0a71a1
Only run tests for deprecated features when they are enabled. (#704)
by Ahmed Charles
· 8 years ago
8eec1ff
Use (empty) as debug representation of PollOpt::empty(). (#690)
by Ahmed Charles
· 8 years ago
1771db2
Remove uses of deprecated iovec re-export. (#700)
by Ahmed Charles
· 8 years ago
de4dca8
fuchsia: fix regression in fmt::Debug for Events (#699)
by James Tucker
· 8 years ago
dbd3dd0
Change test_multicast to use Poll API. (#703)
by Ahmed Charles
· 8 years ago
8acab38
Remove uses of deprecated PollOpt and Ready functions. (#705)
by Ahmed Charles
· 8 years ago
d6f9e10
Remove uses of the deprecated tcp module. (#692)
by Ahmed Charles
· 8 years ago
3ad3f32
Implement IntoIterator for Events (#693)
by James Higgs
· 8 years ago
8bf5a99
Change test_close_on_drop to use Poll API. (#694)
by Ahmed Charles
· 8 years ago
3e1c5e3
Have consistent debug representation for opaque structs. (#691)
by Ahmed Charles
· 8 years ago
35bb658
Method order in mio::net. (#688)
by Ahmed Charles
· 8 years ago
620e4c3
Don't use try or unwrap in examples. (#689)
by Ahmed Charles
· 8 years ago
45b26e2
Implement Clone for mio::event::Iter. (#687)
by Ahmed Charles
· 8 years ago
f1c59af
Remove unneeded mut (#654)
by Santiago Pastorino
· 8 years ago
1e35e16
Make test_register_deregister use Poll API (#653)
by Santiago Pastorino
· 8 years ago
b8ce264
Make test_register_multiple_event_loops use Poll API (#652)
by Santiago Pastorino
· 8 years ago
f1a5f12
Make test_smoke use Poll API (#651)
by Santiago Pastorino
· 8 years ago
85b069c
Make does_not_register_rw test use Poll API (#650)
by Santiago Pastorino
· 8 years ago
798ba27
Remove unused variable warning from tests (#649)
by Santiago Pastorino
· 8 years ago
156f38b
Update to magenta-rs 0.2. (#646)
by Taylor Cramer
· 8 years ago
update
987efbb
Fix x86_64-android socklen_t in bind() (#644)
by Matt Ickstadt
· 8 years ago
980388a
Remove unused mutable argument on windows (#645)
by Alex Crichton
· 8 years ago
b882a70
Make all Fuchsia events registerable (#641)
by Taylor Cramer
· 8 years ago
23cc470
Add FuchsiaReady for handling custom signals (#639)
by Taylor Cramer
· 8 years ago
c8aa09f
Bump to 0.6.10
by Alex Crichton
· 8 years ago
v0.6.10
676b4d5
Include tests when packaging (#635)
by Carl Lerche
· 8 years ago
0a90923
Implement assignment operators for Ready (#627)
by Romain Vimont
· 8 years ago
91f0832
convert try!() to ? (#626)
by Guanqun Lu
· 8 years ago
0cab6ca
Fix NetBSD build failure due to kevent type difference (#621)
by Iku Iwasa
· 8 years ago
c4d3fc9
bump lazycell and env_logger to latest versions (#619)
by Igor Gnatenko
· 8 years ago
b276244
Correct test target file path in iOS CI (#636)
by Iku Iwasa
· 8 years ago
b6dde86
Fuchsia port (#629)
by Taylor Cramer
· 8 years ago
a5415ba
Expose only_v6 option for UDP sockets (#624)
by Benjamin Saunders
· 8 years ago
a823b40
Remove unrelated documentation (#618)
by Romain Vimont
· 8 years ago
b7e655d
Bump to 0.6.9 (#617)
by Alex Crichton
· 8 years ago
v0.6.9
49a8d7b
docs: Fix formatting of header in Change Log. (#614)
by Ras Kasa Williams
· 8 years ago
000a2e4
Expose TCP socket options (#610)
by Carl Lerche
· 8 years ago
1363e02
Only run stress tests on primary platforms (#611)
by Carl Lerche
· 8 years ago
7e36c79
Bump version to v0.6.8 (#609)
by Carl Lerche
· 8 years ago
v0.6.8
4d50eef
fix doc link (#608)
by Carl Lerche
· 8 years ago
01dedd9
Typo fix in poll.rs (#602)
by Matthew Gregan
· 8 years ago
00a1121
Fix compile on aarch64-linux-android (#601)
by chshawkn
· 8 years ago
1dcad28
Fix handling of failed TCP connections on windows (#603)
by Benjamin Saunders
· 8 years ago
d8576d9
Fix a memory leak caused by an Arc cycle (#605)
by Carl Lerche
· 8 years ago
3d09a47
POSIX AIO support (#586)
by Alan Somers
· 8 years ago
2967209
Fix typo (#597)
by Giang Nguyen
· 8 years ago
d8c7b1d
Fix usage of O_CLOEXEC in SETFL (#596)
by Aleksandr Pak
· 8 years ago
5043f76
Use fcntl instead of ioctl. Use epoll for fuchsia (#595)
by Aleksandr Pak
· 8 years ago
fa0318f
Bump version to v0.6.7 (#594)
by Carl Lerche
· 8 years ago
v0.6.7
61bf9c9
Fix the timer thread never exits and can not deconstruct the pipe in poll. (#591)
by Carl Lerche
· 8 years ago
2a00e2f
Doc: typo: an Poll => a Poll (#587)
by Arnaud Lefebvre
· 8 years ago
fe551aa
kqueue: Ignore EPIPE coming out of `kevent` (#584)
by Carl Lerche
· 8 years ago
c401da5
Backtick missing in documentation. (#580)
by Carl Lerche
· 8 years ago
c3eede2
Fix CI build (#581)
by Carl Lerche
· 8 years ago
fea941d
Bump version to v0.6.6 (#576)
by Carl Lerche
· 8 years ago
v0.6.6
d9f0ced
Move TCP & UDP types into `net` module. (#574)
by Carl Lerche
· 8 years ago
3c45b76
Merge branch 'master' of https://github.com/vvanders/mio into dev
by Alex Crichton
· 8 years ago
b1d9260
Fix bug in custom readiness queue (#571)
by Carl Lerche
· 8 years ago
523b2aa
Merge branch 'master' into master
by Val V
· 8 years ago
2d58be9
Bump version to v0.6.5
by Carl Lerche
· 8 years ago
v0.6.5
2f596a9
Update iovec dependency
by Carl Lerche
· 8 years ago
b9bd745
Add changelog notes for 0.6.5
by Carl Lerche
· 8 years ago
Next »