Commit History

Author SHA1 Message Date
  Brad Fitzpatrick 1a68b1313c http2: fix up comment on unexported connError type 7 years ago
  Mikio Hara e78b1e49ae ipv6: don't crash with corrupted control messages 7 years ago
  Mikio Hara ec5a957fe4 ipv4: don't crash with corrupted control messages 7 years ago
  Mikio Hara 59a0b19b55 ipv6: deflake multicast listener tests 7 years ago
  Mikio Hara bcf7175ad5 ipv4: deflake multicast listener tests 7 years ago
  Lucas Bremgartner e4fa1c5465 bpf: fix type of Extension constants 7 years ago
  Mikio Hara 3da985ce59 internal/socket: fix 386 emulation on amd64 for FreeBSD 7 years ago
  Mikio Hara 48359f4f60 ipv6: add {Read,Write}Batch methods to PacketConn 7 years ago
  Mikio Hara b7a1f62a47 ipv4: add {Read,Write}Batch methods to {Packet,Raw}Conn 7 years ago
  Tom Bergan 3470a06c13 http2: fix nil dereference after Read completes with an error 7 years ago
  David Lazar 06b2bf2f14 http2: fix typo in comment 7 years ago
  Mikio Hara b8b13433cc internal/socket: add message IO functionality 7 years ago
  Mikio Hara f61a77393d internal/socket: add platform-dependent boilerplate files 7 years ago
  David du Colombier 7dcfb80767 nettest: skip testConcurrentMethods on Plan 9 7 years ago
  Mikio Hara 5b58a9c3e1 http2/hpack: gofmt -w -s 7 years ago
  Mikio Hara 445979b94b internal/iana: update DSCP names 7 years ago
  Mikio Hara aa0b216c89 Revert "ipv4, ipv6, internal/netreflect, bpf: fix the x/net build" 7 years ago
  Mikio Hara e1564c30db internal/socket: merge internal/netreflect into internal/socket package 7 years ago
  Mikio Hara bd58382b56 ipv6: plumb in the standard library of Go 1.9 by using internal/socket package 8 years ago
  Mikio Hara c4fa6e0d08 ipv4: plumb in the standard library of Go 1.9 by using internal/socket package 8 years ago
  Mikio Hara 50e760fb1d internal/socket: new package 8 years ago
  Brad Fitzpatrick d8bd24be36 http2: fix RFC number typo in comment 7 years ago
  Tom Bergan a8e8f92cd6 http2: remove extra goroutine stack from awaitGracefulShutdown 7 years ago
  Tom Bergan 1a26cf0669 http2: Discard DATA frames from the server after the response body is closed 7 years ago
  Brad Fitzpatrick 5961165da7 http2: mostly test for Transport memory issue 7 years ago
  Dmitri Shuralyov 4dbf598911 http2/hpack: remove unused pair function from package 7 years ago
  Todd Neal 0d772244c7 http2/hpack: remove pair function and initialize directly 7 years ago
  Mikio Hara 513929065c http2: fix style inconsistency in test 7 years ago
  Brad Fitzpatrick 34057069f4 http2: reduce the number of select cases in serverConn.server 7 years ago
  Tom Bergan 84f0e6f92b http2: fix lock contention slowdown due to gracefulShutdownCh 7 years ago