Age | Commit message (Expand) | Author |
2006-08-08 | Add checking on AddFd that was missing (it assumed, like everything else) | brain |
2006-08-07 | Untested but compiling updates for Resolver DNS API | om |
2006-07-23 | Change to use GetId() and ID rather than GetData() and data | om |
2006-07-23 | Free, as they should be, fieldlist and/or fieldmap in destructor of PgSQLresu... | om |
2006-07-22 | Make m_pgsql return the number of affected rows for an UPDATE or INSERT query. | om |
2006-07-22 | Actually hook up the OnUnloadModule event >_< | om |
2006-07-22 | Stop publishing the PgSQL feature ( :-'( ) | om |
2006-07-22 | Set the SQLresult's error field properly when the query fails | 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-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 | 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-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 | Okay, this is getting towards working now. It just needs the API finishing...... | om |
2006-07-16 | Fixes/codes of the query queue, various prototypes and stuff...mostly commite... | om |
2006-07-10 | Making lots of stuff inherit from classbase so we can use it as a holdall cla... | brain |
2006-07-09 | Okay..updates to u_listmode, general cleanups and add some virtual methods wh... | om |
2006-07-07 | More stuff for m_pgsql in, provider-side API stuff semi-done | om |
2006-07-07 | modules.*: Put some void* back to char*, sorry if they were only like that be... | om |
2006-07-03 | Change InspSocket's private members to only be protected, I couldn't find any... | om |