aboutsummaryrefslogtreecommitdiff
path: root/src/plugin/plugin_dlopen.go
AgeCommit message (Expand)Author
2023-04-14cmd/link: establish dependable package initialization orderKeith Randall
2023-03-09Revert "cmd/link: establish dependable package initialization order"Keith Randall
2023-03-03cmd/link: establish dependable package initialization orderKeith Randall
2022-11-18all: add missing periods in commentscui fliter
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2019-09-03plugin: add freebsd/amd64 plugin supportAyan George
2019-03-18cmd/compile: reorganize init functionsKeith Randall
2018-08-22plugin: remove unused funcDiego Siqueira
2017-10-26cmd/link, plugin: always encode pathDavid Crawshaw
2017-09-09runtime, plugin: error not throw on duplicate openDavid Crawshaw
2017-08-17{net,os/user,plugin}: eliminate unnecessary C round-tripsBryan C. Mills
2017-04-26plugin: resolve plugin import path issueTodd Neal
2017-04-12plugin: resolve random crash when calling exported functionsTodd Neal
2016-11-15cmd/link, runtime, plugin: versioningDavid Crawshaw
2016-11-01plugin: do not leak cRelName on error pathDavid Crawshaw
2016-10-31cmd/link, plugin: use full plugin path for symbolsDavid Crawshaw
2016-09-23plugin: darwin supportDavid Crawshaw
2016-09-17plugin: cast dlerror return value for androidDavid Crawshaw
2016-09-16plugin: new package for loading pluginsDavid Crawshaw