index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
net_tcp.rs
Age
Commit message (
Expand
)
Author
Lines
2012-08-29
std: More camel casing
Brian Anderson
-9
/
+9
2012-08-29
core: Demode int/uint mods
Brian Anderson
-1
/
+1
2012-08-27
Camel case various core constructors
Brian Anderson
-30
/
+30
2012-08-27
Convert core::result to camel case
Brian Anderson
-53
/
+53
2012-08-27
remove ipv4 match which looks like it was... purposeless
Niko Matsakis
-58
/
+54
2012-08-26
Camel case the option type
Brian Anderson
-36
/
+36
2012-08-25
libstd: Don't make task-local GC data when creating TCP streams.
Patrick Walton
-9
/
+12
2012-08-25
libstd: Suppress warning about unused variable in net_tcp.
Erick Tryzelaar
-1
/
+1
2012-08-24
Add a bunch more unsafe blocks to prepare for the new semantics of unsafe/clo...
Michael Sullivan
-9
/
+9
2012-08-23
Rename str::bytes to str::to_bytes
Tim Chevalier
-2
/
+2
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-69
/
+69
2012-08-17
Remove the class keyword
Brian Anderson
-2
/
+2
2012-08-16
Add std::comm with DuplexStream
Eric Holk
-91
/
+94
2012-08-15
Convert more core types to camel case
Brian Anderson
-28
/
+28
2012-08-14
Convert more core types to camel case
Brian Anderson
-11
/
+11
2012-08-08
Convert impls to new syntax
Brian Anderson
-8
/
+5
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-33
/
+33
2012-08-05
Switch alts to use arrows
Brian Anderson
-90
/
+67
2012-08-01
Convert ret to return
Brian Anderson
-2
/
+2
2012-07-31
Change remaining "iface" occurrences to "trait"; deprecate "iface"
Lindsey Kuper
-5
/
+5
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-69
/
+69
2012-07-26
std: Create correctly-sized buffers on TCP read
Brian Anderson
-2
/
+1
2012-07-26
core::io::writer : add get_type() method
Damian Gryski
-0
/
+3
2012-07-23
Switch reader to work with preallocated vecs
Erick Tryzelaar
-21
/
+28
2012-07-17
rustc: Implement and enforce instance coherence
Patrick Walton
-0
/
+1
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-104
/
+104
2012-07-12
Get rid of all of the remaining /~s in the code base.
Michael Sullivan
-12
/
+12
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-296
/
+284
2012-07-04
Remove empty argument lists from do expressions
Ben Striegel
-6
/
+6
2012-07-03
Change crust -> extern.
Graydon Hoare
-9
/
+9
2012-07-03
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
Graydon Hoare
-1
/
+1
2012-07-03
core: Eliminate some overloading of the name "future" in future.rs
Patrick Walton
-3
/
+3
2012-07-02
std: Ignore a test that doesn't terminate on windows
Brian Anderson
-0
/
+1
2012-07-02
Merge remote-tracking branch 'brson/uv'
Brian Anderson
-534
/
+605
2012-07-01
Convert to new closure syntax
Brian Anderson
-29
/
+27
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-24
/
+24
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-22
/
+22
2012-06-29
std: cleanups, post-rebase
Jeff Olson
-0
/
+1
2012-06-29
std/rt: cleanup and adding sockaddr_in6 mapping for win32
Jeff Olson
-1
/
+2
2012-06-29
std: fix errors from recent rebase and vec expr/type syntax update
Jeff Olson
-23
/
+21
2012-06-29
std: addressing #2656 (ipv6 support in net::tcp)
Jeff Olson
-25
/
+43
2012-06-29
std: whitespace/comment clean
Jeff Olson
-8
/
+3
2012-06-29
std: net::ip::get_addr is working w/ happy path test. needs more.
Jeff Olson
-9
/
+7
2012-06-29
WIP set aside unshift
Jeff Olson
-1
/
+3
2012-06-29
std: getting uv_ip6_* utils working in uv::ll
Jeff Olson
-3
/
+1
2012-06-29
std: adding uv::ll::ip4_name and refactored net::ip to use it
Jeff Olson
-6
/
+14
2012-06-29
core: str::as_slice is unneeded, yay! fixes std::net::tcp socket_buf test
Jeff Olson
-7
/
+5
2012-06-29
std: test impl for using tcp_socket_buf and its reader/writer impls. fails.
Jeff Olson
-5
/
+91
2012-06-29
std: renaming impl for tcp_socket and reshuffle/cleanup for tcp_socket_buf
Jeff Olson
-5
/
+3
2012-06-29
std: finish impl of io::writer for tcp_socket_buf
Jeff Olson
-4
/
+7
[prev]
[next]