]> Sergey Matveev's repositories - btrtrc.git/history - util
Drop support for go 1.20
[btrtrc.git] / util /
2022-11-15 Matt Joinergorond ./...
2022-02-10 Matt JoinerMerge branch 'master' into go1.18
2022-02-02 Eng Zer Juntest: use `T.TempDir` to create temporary test director...
2021-08-16 Bora M. AlperAdd linter CI (#542)
2021-06-23 Matt JoinerFixes for wasm
2021-05-04 Matt JoinerBig logging cleanup to improve experience from README v1.26.1
2020-11-08 Matt JoinerTidy up doc, file names, naming
2019-08-21 Matt Joinergoimports -local
2018-11-02 Matt JoinerSwitch to goimports import sorting
2018-03-27 Matt Joinergithub.com/go-fsnotify/fsnotify -> github.com/fsnotify...
2018-02-11 Matt JoinerStandardize on krpc types, and extend PEX message type...
2018-01-06 Matt Joinermegacheck and staticcheck fixes
2016-11-22 Matt Joinergofmt simplify
2016-08-26 Matt JoinerRemove the InfoEx type, and don't generate its infohash...
2016-07-27 Matt JoinerMerge pull request #101 from perses/master
2016-07-26 ctndirwatch: fix panic when attemting to copy func into...
2016-04-19 Matt JoinerMerge pull request #79 from shoenig/normalize
2016-04-19 Seth Hoenigrefactor struct identifiers to follow conventional...
2016-04-04 Matt JoinerMove Magnet and friends into metainfo package
2016-04-04 Matt JoinerMerge pull request #72 from shoenig/magnetize
2016-04-04 Matt JoinerUse metainfo.Hash for piece and info hashes
2016-03-28 Matt JoinerFinish fixing tests
2016-01-31 Matt Joinerutil/profile was replaced by github.com/anacrolix/envpprof
2016-01-31 Matt Joinerutil/levelmu is no longer in use
2015-10-23 Matt Joinerdht: Make Msg a struct with bencode tags
2015-08-17 Matt JoinerRedo the compact peer types
2015-08-05 Matt Joinerdht: Support IPv6 compact peers
2015-08-03 Matt JoinerSome utils moved to missinggo
2015-07-02 Matt JoinerMerge pull request #9 from gitter-badger/gitter-badge
2015-04-29 Matt JoinerApply sortimports
2015-04-27 Matt JoinerRewrite imports to local bencode and metainfo
2015-04-27 Matt JoinerMerge remote-tracking branch 'libtorgo/master' into...
2015-03-27 Matt JoinerMerge all the tracker packages, why would anyone want...
2015-03-26 Matt JoinerUse rogpeppe's sortimports to fix this goimports orderi...
2015-03-20 Matt JoinerRewrite import paths for migration from Bitbucket
2015-03-18 Matt Joinerutil: Support CopyExact with pointer source
2015-03-08 Matt Joinerutil.AddrIP, TCPAddr
2015-01-29 Matt JoinerRemove util.LoggedHTTPServe, use package envpprof instead
2014-12-26 Matt Joinerutil.Addr* funcs: Add optimizations for *net.UDPAddr
2014-12-03 Matt Joinerutil/dirwatch: Some tidying
2014-11-20 Matt Joinerloghttp: The status server should run on the default mux
2014-11-19 Matt Joinerutil/loghttp: Don't implicitly expose pprof
2014-11-18 Matt Joinerutil: LoggedHTTPServe uses its own mux for use as a...
2014-11-18 Matt Joinercmd/dht-get-peers: Expose debug HTTP
2014-11-17 Matt Joinerutil/CopyExact: Test copying from interfaces and nil
2014-11-17 Matt Joinerloghttp: Try successive port numbers until available
2014-11-17 Matt JoinerAdd util AddrIP and AddrPort functions
2014-11-16 Matt JoinerFix CopyExact to work on a source string
2014-11-16 Matt Joinercheck that util.CompactPeer is unmarshaled from the...
2014-09-11 Matt JoinerClean up magnet URI parsing errors in dirwatch
2014-08-27 Matt JoinerSome fixes and improvements to dirwatch
2014-08-24 Matt JoinerAdd levelmu, a package implementing priority mutex...
2014-08-22 Matt JoinerSimplify dirwatch to scan the whole directory on changes
2014-08-21 Matt JoinerMove some tracker.CompactPeer into util
2014-08-21 Matt JoinerAdd CopyExact util function
2014-07-24 Matt JoinerSupport watching for ".magnet" files in torrent directory
2014-07-22 Matt JoinerAbstract the status HTTP server into package util
2014-07-22 Matt Joinertorrentfs: Match the active torrents to those found...
2014-07-09 Matt JoinerStart a simpler replacement for davecheney's profile...
2014-07-03 Matt JoinerMove compactPeers type to util package