]> granicus.if.org Git - icinga2/history - lib/base/serializer.cpp
Update copyright headers for 2016
[icinga2] / lib / base / serializer.cpp
2016-01-12 Gunnar BeutnerUpdate copyright headers for 2016
2015-11-04 Michael FriedrichImplement 'console' cli command using the API
2015-01-22 Michael FriedrichUpdate copyright year
2014-12-13 Gunnar BeutnerMake sure Serialize() doesn't fail for objects which...
2014-11-09 Gunnar BeutnerReplace boost::shared_ptr with boost::intrusive_ptr
2014-11-02 Gunnar BeutnerImplement typeof() function
2014-10-26 Gunnar BeutnerReplace cJSON with YAJL
2014-10-25 Gunnar BeutnerFix problems with the serializer when using 'type'...
2014-05-25 Gunnar BeutnerRename C++ header files.
2014-05-23 Gunnar BeutnerRename --debug to --log-level.
2014-05-11 Gunnar BeutnerFix some compiler warnings.
2014-05-08 Gunnar BeutnerRefactor the agent and cluster components.
2014-03-30 Gunnar BeutnerMerge branch 'feature/config-5870' into next
2014-03-30 Gunnar BeutnerAdd missing lock in DeserializeObject().
2014-03-28 Gunnar BeutnerRename __name and __type properties.
2014-03-19 Michael FriedrichChange copyright header (again).
2014-01-08 Michael FriedrichUpdate copyright header.
2013-12-18 Gunnar BeutnerImplement "safe mode" for icinga::Deserialize.
2013-12-13 Gunnar BeutnerMerge branch 'feature/tp-contention-5327' into next
2013-12-13 Gunnar BeutnerImprove performance for icinga::Deserialize.
2013-12-03 Gunnar BeutnerSpeed up config compiler.
2013-12-02 Gunnar BeutnerMerge branch 'feature/ido-performance-5246' into next
2013-12-02 Gunnar BeutnerAvoid unnecessary copies when iterating over dictionaries.
2013-11-09 Gunnar BeutnerMerge branch 'feature/checkresult-5039' into next
2013-11-09 Gunnar BeutnerIgnore invalid fields in the state file.
2013-11-08 Markus FroschMerge branch 'feature/debian-packaging-4988' into next
2013-11-08 Gunnar BeutnerImplement serializer support for arbitrary classes.
2013-11-07 Gunnar BeutnerRemove namespace qualifiers for boost::make_shared...
2013-11-05 Gunnar BeutnerMerge branch 'feature/reflection-4996' into next
2013-11-05 Gunnar BeutnerMerge ReflectionObject methods into the Object class.