summaryrefslogtreecommitdiff
path: root/src/socketengines/socketengine_pipe.cpp
AgeCommit message (Collapse)Author
2011-05-16Unmodularized the socket engine because its causing problems and really is ↵Adam
unnecessary
2010-10-01Fixed pipe and win32 socketengine buildsAdam
2010-10-01Rewrote 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-09-17Rejig of some of the socket stuff. Fixed marking sockets as nonblocking on ↵Adam
Windows. Added in a LastError function to keep having to use strerror/GetLastError everywhere.
2010-08-22Use pipe() instead of pipe2() - some systems dont have pipe2()Adam
2010-08-15Rewrote the MySQL API to use threads. This acts similar to before, but is ↵Adam
faster. Removed db_mysql_execute for now.