Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-01 | Rewrote some of the socket code to allow m_ssl to be a service. | Adam | |
This allows modules (xmlrpc) to create and accept SSL connections. Also fixed unloading m_mysql at certain times and made the threading engine always work correctly on Windows. | |||
2010-06-20 | The first of a few "CBX OCDing over code style" commits, focusing on ↵ | Naram Qashat | |
include/* and src/* but not src/core/* or src/modules/*. | |||
2010-06-18 | Changed threadengine to delete threads after Joining them, so the whole ↵ | Adam | |
thread exists when being joined and so its safe to call non-threadsafe functions in the destructor | |||
2010-06-18 | Merged branch threadingengine with master - Added a threading engine | Adam | |