summaryrefslogtreecommitdiff
path: root/src/plugin/plugin_dlopen.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/link: establish dependable package initialization orderKeith Randall2023-04-141-11/+9
* Revert "cmd/link: establish dependable package initialization order"Keith Randall2023-03-091-9/+11
* cmd/link: establish dependable package initialization orderKeith Randall2023-03-031-11/+9
* all: add missing periods in commentscui fliter2022-11-181-2/+2
* all: separate doc comment from //go: directivesRuss Cox2022-04-051-0/+1
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-2/+2
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-1/+0
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* plugin: add freebsd/amd64 plugin supportAyan George2019-09-031-1/+1
* cmd/compile: reorganize init functionsKeith Randall2019-03-181-7/+9
* plugin: remove unused funcDiego Siqueira2018-08-221-10/+0
* cmd/link, plugin: always encode pathDavid Crawshaw2017-10-261-32/+1
* runtime, plugin: error not throw on duplicate openDavid Crawshaw2017-09-091-10/+16
* {net,os/user,plugin}: eliminate unnecessary C round-tripsBryan C. Mills2017-08-171-14/+19
* plugin: resolve plugin import path issueTodd Neal2017-04-261-1/+42
* plugin: resolve random crash when calling exported functionsTodd Neal2017-04-121-3/+6
* cmd/link, runtime, plugin: versioningDavid Crawshaw2016-11-151-2/+6
* plugin: do not leak cRelName on error pathDavid Crawshaw2016-11-011-1/+1
* cmd/link, plugin: use full plugin path for symbolsDavid Crawshaw2016-10-311-12/+12
* plugin: darwin supportDavid Crawshaw2016-09-231-4/+13
* plugin: cast dlerror return value for androidDavid Crawshaw2016-09-171-2/+2
* plugin: new package for loading pluginsDavid Crawshaw2016-09-161-0/+125