Age | Commit message (Expand) | Author |
2007-01-14 | Hook qlite3_update_hook to queries to also catch affected rows on UPDATE/INSE... | peavey |
2007-01-14 | I forgot to exec("gnutls-config --libs") in the configure macros | brain |
2007-01-14 | Remove some old destroy code not needed with InpSocket. | peavey |
2007-01-14 | Make REHASH work. | peavey |
2007-01-14 | Dont need to send anything on the notifier socket. | peavey |
2007-01-14 | Remove DOS newlines. | peavey |
2007-01-14 | Now with SQLite3 support. Fully functional and (hopefully) working. | peavey |
2007-01-14 | OMG SQLITE3 support, almost there now =) | peavey |
2007-01-14 | Make m_sqlv2.h::SQLquery extend 'classbase', for easy passing as deque parame... | peavey |
2007-01-14 | Bang! Gone due to new buildsystem. | peavey |
2007-01-14 | Add eval() and exec() macros, that evaluate perl and execute commands at conf... | brain |
2007-01-13 | Extra stuff to improve buildsystem, calculate lib and include dirs at configu... | brain |
2007-01-13 | Tidy up the buildsystem a lot by encapsulating repeated detection routines fo... | brain |
2007-01-13 | Get flags for sqlite3. | peavey |
2007-01-13 | Change this to use our md5 provider rather than MD5() in the query | brain |
2007-01-12 | Improve handling of backend server being down. Also decraq some debug output ... | peavey |
2007-01-11 | More tidyup. | peavey |
2007-01-11 | Only use force if necessary! Tidy up debug output. | peavey |
2007-01-11 | pgsql should now work thx to added posibility to force a fd out of the socket... | peavey |
2007-01-11 | Closer now, but somehow libpq invalidates the file descriptor on server shutd... | peavey |
2007-01-10 | reconnects still broken, but getting there. | peavey |
2007-01-10 | SQLConn rewritten to use EventHandler instead of InspSocket. This is much nea... | peavey |
2007-01-07 | Document dns caching, add a "bool cached" to OnLookupComplete method in Resol... | brain |
2007-01-07 | DNS caching stuff (almost done) | brain |
2007-01-07 | DNS Stuff - this wont work right yet, it will soon (tm) | brain |
2007-01-07 | Add TTL stuff to dns system (pass it to inherited objects) | brain |
2007-01-06 | Fix crash when unloading ssl module on shutdown -- there are no port objects ... | brain |
2007-01-02 | Remove a TODO comment. Also added support for <database:port> option since r6... | peavey |
2007-01-02 | m_mysql can now do REHASH proper. Detects any changes made to config and load... | peavey |
2007-01-02 | Fix: If sql user and pass matched, but not operclass or host, conf based comm... | peavey |
2007-01-02 | Also use SQLhost for host config. | peavey |
2007-01-02 | Use SQLhost from m_sqlv2.h and tidyup some code. Plus throw less module excep... | peavey |
2007-01-02 | Add class SQLhost that represents a <database> config line. | peavey |
2007-01-01 | Fix to allow for OnRehash to know what user initiated the rehash | brain |
2007-01-01 | Fix this so it works properly, and removes the descriptions on unload (when t... | brain |
2007-01-01 | Add port type identifiers | brain |
2006-12-31 | Tidyup a bit, get rid of some valgrind warnings. | peavey |
2006-12-30 | Make it safe to lose connection to sql server. | peavey |
2006-12-30 | Remove a line of debug that could crash Log. | peavey |
2006-12-30 | This is a longshot, pls test AnnMaster. | peavey |
2006-12-30 | The world is coming to an end!!! RUN AWAY! | brain |
2006-12-30 | Fix typo in warning, and make it sound less like the world is coming to an end. | peavey |
2006-12-30 | Now REHASH checks for same and old connections, same as the DNS resolver. So ... | peavey |
2006-12-30 | Majorly funk around with this, still needs check for config change on REHASH. | peavey |
2006-12-30 | That should make it load/unload, still needs REHASH done proper. | peavey |
2006-12-29 | Oops slippy fingers. | peavey |
2006-12-29 | Less debug. | peavey |
2006-12-29 | Fix for rehash/load/unload. | peavey |
2006-12-29 | Majorly rewrite to totally funk up SQL logging module. Works well with both M... | peavey |
2006-12-29 | Writing beyond malloc'ed mem of a char pointer will crash with a vengeance. F... | peavey |