Skip to content
Snippets Groups Projects
Select Git revision
  • renovate/opentelemetry-go-monorepo
  • renovate/github.com-cenkalti-backoff-v4-5.x
  • renovate/github.com-go-webauthn-webauthn-0.x
  • renovate/go-1.x
  • renovate/golang.org-x-sync-0.x
  • renovate/github.com-mattn-go-sqlite3-1.x
  • renovate/github.com-go-ldap-ldap-v3-3.x
  • renovate/github.com-prometheus-client_golang-1.x
  • renovate/github.com-go-sql-driver-mysql-1.x
  • renovate/github.com-bradfitz-gomemcache-digest
  • master default
  • renovate/github.com-google-go-cmp-0.x
  • renovate/github.com-cenkalti-backoff-v4-4.x
  • renovate/github.com-duo-labs-webauthn-digest
  • auth-server-http-endpoint
  • webauthn
16 results

tcpserver.go

Blame
    • ale's avatar
      284580fc
      Refactor the line protocol package · 284580fc
      ale authored
      Stop using net/textproto which is way more complex than what we need,
      instead just use bufio directly.
      
      Create a new 'lineproto' package with Servers and LineServers. While
      this initially duplicates most of the ai3/go-common/unix API, the
      duplication will allow us to deprecate the other interface once this
      one is complete.
      284580fc
      History
      Refactor the line protocol package
      ale authored
      Stop using net/textproto which is way more complex than what we need,
      instead just use bufio directly.
      
      Create a new 'lineproto' package with Servers and LineServers. While
      this initially duplicates most of the ai3/go-common/unix API, the
      duplication will allow us to deprecate the other interface once this
      one is complete.