summaryrefslogtreecommitdiff
path: root/include/serialize.h
AgeCommit message (Collapse)Author
2012-11-06Use std::tr1::unordered_map for a few of the larger mapsAdam
2012-10-29This include is unncessaryAdam
2012-10-13Simplify the db_sql_live code since this isn't actually necessary. Fixes a ↵Adam
problem internally ovwrwriting data on objects that we have modified and are queued because of assigning something to a serialize_obj reference
2012-10-01Allow modules to store data in their own databases.Adam
2012-09-24Fix a few oddball warnings that came up from clang, and also make it so ↵Naram Qashat
webcpanel.so can be compiled under Mac OS X.
2012-09-02Fix WindowsAdam
2012-05-23Fixed some problems found by RobbyAdam
2012-05-10Fixed crash on access del + valgrind errorsAdam
2012-05-08Fixed some 100% cpu bugs with the new SQL stuff, and fixed sqlite+db_sql_liveAdam
2012-04-23Reworked live SQL support yet againAdam
2012-02-14Clean up and reorganize our header filesAdam
2011-11-17Fixed storing mode locksAdam
2011-11-15Fixed crash on shutdown & a compiler warningAdam
2011-11-08WindowsAdam
2011-11-03Added an assignment operator for Serializable because some STL containers ↵Adam
use it which causes iterators to become invalidated
2011-10-27Fix a few warnings that only showed up with gcc 3.4.6 here (sadly, there is ↵Naram Qashat
one on every file about anonymous variadic macros that I can't get rid of).
2011-10-21Fixed extracting multiple words from our serializable stringstreamAdam
2011-10-10Put serialized_items on the heap to prevent weird crashes on shutdown from ↵Adam
the list being destructed before members in it
2011-09-25Added a new database format and sqlite support. Also moved db-convert to a ↵Adam
module.