Age | Commit message (Expand) | Author |
2006-07-22 | Add new QREPLY_FAIL error code (bad query syntax etc) | om |
2006-07-22 | Add extra parameter to MySQLresult and SQLresult | brain |
2006-07-22 | Fix test client error cheecking on result types | brain |
2006-07-22 | Update to SQLv2 API | om |
2006-07-22 | Set the ID in the request *before* we copy it by value why not.. | om |
2006-07-22 | *hide*, I forgot to include the ID in the SQLresult *rehide* | om |
2006-07-22 | Add back the auto reconnect | brain |
2006-07-22 | Test commit to sync after network outage | brain |
2006-07-22 | Huge ass comment about how this works | brain |
2006-07-22 | Works with the m_testclient test program/suite! | brain |
2006-07-22 | Error checking and debug | brain |
2006-07-22 | Works now (again, to a point) | brain |
2006-07-22 | Try and find out why stuff isnt working | brain |
2006-07-22 | Getting a bit further | brain |
2006-07-21 | Added notification socket | brain |
2006-07-21 | One mess and a half that compiles. To be tidied some day after it works (i dr... | brain |
2006-07-21 | Deal with ? substitution, we're at the point now where we can call the mysql_... | brain |
2006-07-21 | Seems to work to a point (dont use it, it wont actually execute a query yet) | brain |
2006-07-21 | This now compiles, i gaurantee it doesnt work :P | brain |
2006-07-21 | Change includes, use --libs_r rather than mysql_config --libs, we want re-ent... | brain |
2006-07-21 | Move this to m_mysql.cpp - dont even bother reading this yet its unchanged fr... | brain |
2006-07-21 | Set the query string in the SQLquery to the copy with parameters substituted in. | om |
2006-07-21 | Implemenet parameter substitution (damn sexy if you ask me..) | om |
2006-07-21 | ParamL needs to be a deque rather than a vector *thwap* | om |
2006-07-21 | Add tiny perl script to detect version and pass an appropriate -D to gcc. Mak... | om |
2006-07-21 | API header and client module updates for new multi-parameter query request. N... | om |
2006-07-21 | Slight tidyup: type name = type(args); --> type name(args); | om |
2006-07-20 | Make SQLexception inherit ModuleException | om |
2006-07-20 | Add comments, remove debug, alter message in ./configure | brain |
2006-07-20 | Fixed, no longer a memory leak (Thread leak) | brain |
2006-07-20 | Updates, should be able to safely unload client modules with queries in progr... | om |
2006-07-20 | Okay, working PostgreSQL module, API header and example client module in /ext... | om |
2006-07-20 | Someone please take a look at this and tell me why a thread doesnt free itsel... | brain |
2006-07-20 | Move a confusing debug message within its conditional | brain |
2006-07-20 | Make threaded dns stable by placing some mutexes around some stl stuff (this ... | brain |
2006-07-20 | Threaded dns stuff - im going to try and make this stable in 1.1 | brain |
2006-07-20 | Extra sanity checks | brain |
2006-07-20 | Okay, this is getting towards working now. It just needs the API finishing...... | om |
2006-07-19 | Removed all that lastcreate and wantclose craq from dns.cpp (WHAT THE FUCK WE... | brain |
2006-07-19 | Stability fix | brain |
2006-07-19 | Change stats recv/send to double, so they can hold truly massive numbers of t... | brain |
2006-07-19 | Increase size to unsigned long | brain |
2006-07-19 | Completely remove need for memset. | brain |
2006-07-19 | Add #include <sys/select.h> to select engine, we probably need it | brain |
2006-07-19 | Fix MOTD | brain |
2006-07-19 | Whoops, forgot SocketEngine::SocketEngine() gets called recursively from *Eng... | brain |
2006-07-19 | * Seperate out socket engines into derived classes of SocketEngine. | brain |
2006-07-19 | Change size of already_sent from char to int to work with uniq_id value | brain |
2006-07-19 | Speed up writecommon, writecommon_noformat, writechannel, etc (by quite a bit... | brain |
2006-07-19 | Special checking for muppet providers that make their reverse resolution reso... | brain |