index
:
anope.git
1.8
2.0
2.1
master
Anope is an open source set of IRC services.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
serialize.h
Age
Commit message (
Collapse
)
Author
2012-09-02
Fix Windows
Adam
2012-05-23
Fixed some problems found by Robby
Adam
2012-05-10
Fixed crash on access del + valgrind errors
Adam
2012-05-08
Fixed some 100% cpu bugs with the new SQL stuff, and fixed sqlite+db_sql_live
Adam
2012-04-23
Reworked live SQL support yet again
Adam
2012-02-14
Clean up and reorganize our header files
Adam
2011-11-17
Fixed storing mode locks
Adam
2011-11-15
Fixed crash on shutdown & a compiler warning
Adam
2011-11-08
Windows
Adam
2011-11-03
Added an assignment operator for Serializable because some STL containers ↵
Adam
use it which causes iterators to become invalidated
2011-10-27
Fix 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-21
Fixed extracting multiple words from our serializable stringstream
Adam
2011-10-10
Put serialized_items on the heap to prevent weird crashes on shutdown from ↵
Adam
the list being destructed before members in it
2011-09-25
Added a new database format and sqlite support. Also moved db-convert to a ↵
Adam
module.