summaryrefslogtreecommitdiff
path: root/src/common/dumb_ptr.hpp
AgeCommit message (Expand)AuthorFilesLines
2013-08-01Poison std::string and use the various string classesBen Longbons1-123/+14
2013-06-26Don't crash for another thing that probably shouldn't happen, but doesBen Longbons1-1/+2
2013-06-26Should really use variant and the new strings, but that's too hardBen Longbons1-1/+1
2013-06-23add new stuff stuff (with tests!), poison memcmp and strncpyBen Longbons1-0/+3
2013-06-11Allegedly remove all manual memory managementBen Longbons1-0/+199
2013-05-25Switch block_list and subclasses to dumb_ptrBen Longbons1-4/+35
2013-05-18Fix silly bugs in the previous patchBen Longbons1-0/+1
2013-05-15Alter memory management in login serverBen Longbons1-6/+26
2013-05-15Add a dumb_ptr template for transition purposesBen Longbons1-0/+127