Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-08-01 | Poison std::string and use the various string classes | Ben Longbons | 1 | -123/+14 | |
2013-06-26 | Don't crash for another thing that probably shouldn't happen, but does | Ben Longbons | 1 | -1/+2 | |
2013-06-26 | Should really use variant and the new strings, but that's too hard | Ben Longbons | 1 | -1/+1 | |
2013-06-23 | add new stuff stuff (with tests!), poison memcmp and strncpy | Ben Longbons | 1 | -0/+3 | |
2013-06-11 | Allegedly remove all manual memory management | Ben Longbons | 1 | -0/+199 | |
2013-05-25 | Switch block_list and subclasses to dumb_ptr | Ben Longbons | 1 | -4/+35 | |
Now we're well-defined, since we're actually calling ctors and dtors. Most of this code will not survive long ... | |||||
2013-05-18 | Fix silly bugs in the previous patch | Ben Longbons | 1 | -0/+1 | |
2013-05-15 | Alter memory management in login server | Ben Longbons | 1 | -6/+26 | |
2013-05-15 | Add a dumb_ptr template for transition purposes | Ben Longbons | 1 | -0/+127 | |