You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Shivaram Lingamneni db100f1f91
Merge pull request #1231 from slingamn/buffer.2
3 years ago
..
args.go refactor schema versions to be ints, not strings 3 years ago
args_test.go Fix issue with one-character args in ArgsToStrings. 4 years ago
bitset.go fix #1387 3 years ago
bitset_test.go fix #1387 3 years ago
confirmation.go factor out confirmation codes into utils, change their format 4 years ago
confirmation_test.go factor out confirmation codes into utils, change their format 4 years ago
crypto.go fix #414 3 years ago
crypto_test.go fix #530, #721 4 years ago
fieldsn.go review fix: add maxParams for service commands 5 years ago
glob.go use strings.Builder instead of bytes.Buffer where applicable 4 years ago
glob_test.go fix #1003 4 years ago
math.go more memory-efficient implementation of line reading 3 years ago
math_test.go more memory-efficient implementation of line reading 3 years ago
net.go fix non-linux builds 3 years ago
net_linux.go fix non-linux builds 3 years ago
net_nonlinux.go fix non-linux builds 3 years ago
net_test.go review fixes; add submatch support to glob 4 years ago
os.go review fixes 6 years ago
proxy.go documentation updates for proxy v2 3 years ago
semaphores.go move StringSet to utils package 3 years ago
semaphores_test.go add AcquireWithTimeout for semaphores 5 years ago
sync.go refactor channel registration 5 years ago
text.go use strings.Builder instead of bytes.Buffer where applicable 4 years ago
text_test.go remove oragono.io/maxline-2 and fmsgid 4 years ago
types.go move StringSet to utils package 3 years ago