kubo/cmd/ipfs
Jorropo 6602dd704e
refactor: prealloc slices with known sizes (#8892)
Often those are small slices and that cuts down the number
of (small) allocations from 2~7 to 1. 
This is consistent too, always only gets 1.
2022-06-24 21:19:19 +01:00
..
dist Ensure that folder exists before moving ipfs binary. 2022-05-06 15:29:05 +02:00
util go fmt 2022-05-03 14:09:38 -04:00
.gitignore make: rework makefiles for non-recursive make and add sharness coverage 2017-02-12 01:18:40 +01:00
add_migrations.go chore: replace ioutil with io and os (#8969) 2022-06-14 12:37:02 -04:00
daemon_linux.go go fmt 2022-05-03 14:09:38 -04:00
daemon_other.go go fmt 2022-05-03 14:09:38 -04:00
daemon.go refactor: prealloc slices with known sizes (#8892) 2022-06-24 21:19:19 +01:00
debug.go feat: port collect-profiles.sh to 'ipfs diag profile' (#8786) 2022-04-12 11:58:03 -04:00
dnsresolve_test.go fix dns test 2021-05-10 21:04:55 -07:00
init.go fix: rewrite dependencies over the go-ipfs-config package 2022-03-04 09:45:16 +01:00
ipfs.go move key rotation command to ipfs key rotate 2020-08-17 07:26:47 -04:00
main.go feat(cmds): allow to set the configuration file path 2022-04-22 13:03:28 -03:00
pinmfs_test.go fix(core/commands): do not cache config (#8824) 2022-03-27 08:11:45 -04:00
pinmfs.go fix(core/commands): do not cache config (#8824) 2022-03-27 08:11:45 -04:00
Rules.mk mk: s/go-build/go-build-relative/ 2019-03-05 18:33:58 +01:00
runmain_test.go chore: replace ioutil with io and os (#8969) 2022-06-14 12:37:02 -04:00