summaryrefslogtreecommitdiff
path: root/src/os_posix/os_dlopen.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices to 2012.Keith Bostic2012-01-221-3/+3
* Review pass over errno handling -- probably still not correct, but it'sKeith Bostic2012-01-021-5/+4
* Add the WT_RET_MSG and WT_ERR_MSG macros that output a message and then return.Keith Bostic2012-01-021-12/+9
* Don't call dlclose on FreeBSD: there are bad interactions with destructors.Michael Cahill2011-10-111-0/+9
* Move connection list manipulation out of __wt_dlopen/close.Michael Cahill2011-08-121-25/+4
* Change all struct names to have the prefix "__wt_", and all corresponding typ...Michael Cahill2011-05-301-5/+6
* Implement extension loading, add API for compression extensions.Michael Cahill2011-05-231-0/+96