Age | Commit message (Expand) | Author |
2013-08-15 | bin2hex/bin2hexW = eliminates many places with printf("%02x") | George Hazan |
2013-08-13 | - rtrim returned back into langpack reader; | George Hazan |
2013-08-12 | netlib moved to the core logger | George Hazan |
2013-08-12 | simple core logger | George Hazan |
2013-08-11 | ProtoGetAvatarFormat, ProtoGetAvatarFileFormat, ProtoGetBufferFormat, ProtoGe... | George Hazan |
2013-08-06 | compilation fix for Win32 config | George Hazan |
2013-08-06 | - special function json_as_pstring, that returns std::string directly from js... | George Hazan |
2013-08-05 | fix for massive memory leak in json parser | George Hazan |
2013-08-04 | - code formatting; | George Hazan |
2013-08-03 | various leak fixes | George Hazan |
2013-08-02 | mir_ptr<> shall be initialized by NULL by default | George Hazan |
2013-08-02 | /debug command line option to disable built-in exception handlers | George Hazan |
2013-07-28 | - stubs for PROTO get* & set* functions removed from mir_core; | George Hazan |
2013-07-28 | unused headers removed | George Hazan |
2013-07-24 | json parser went to mir_core | George Hazan |
2013-07-24 | mir_sntprintf & mir_snvtprintf renamed to mir_snwprintf & mir_snwprintf respe... | George Hazan |
2013-07-13 | no need to crash freeing an empty event | George Hazan |
2013-07-09 | applied protocol helpers | George Hazan |
2013-07-09 | protocol database helpers | George Hazan |
2013-07-09 | db helpers: replace NULL pointers with empty strings | George Hazan |
2013-07-08 | core protocol helpers for creating protocol evengs, services & threads | George Hazan |
2013-07-08 | protocol helpers, beginning | George Hazan |
2013-07-07 | fix for processing backslashes in langpacks | George Hazan |
2013-07-07 | manual rtrim not to touch trailing spaces | George Hazan |
2013-07-07 | code cleaning | George Hazan |
2013-07-07 | revert of commit 5255: this rtrim has nothing to do with spaces inside brackets | George Hazan |
2013-07-07 | Translations shoudln't be trimmed from right side (e.g. [Something: ]) | Robert Pösel |
2013-07-01 | fix for incomplete buffers in mir_base64_encode | George Hazan |
2013-06-30 | forgotten helper - db_set (writes a DBVARIANT) | George Hazan |
2013-06-28 | fix for the clist_modern avatar animation code | George Hazan |
2013-06-24 | less shitty variant of mir_base64_decode | George Hazan |
2013-06-23 | usage of QueueUserAPC discontinued | George Hazan |
2013-06-23 | new helper applied instead of MS_DB_SETSETTINGRESIDENT | George Hazan |
2013-06-23 | db_set_resident - helper for MIDataBase::SetSettingResident | George Hazan |
2013-06-21 | new helper ProtoCallService - simply glues module & service name, and then si... | George Hazan |
2013-06-19 | two memory leaks | George Hazan |
2013-06-19 | unused file removed from mir_core | George Hazan |
2013-06-18 | we better check parameters... | George Hazan |
2013-06-18 | missing file added | George Hazan |
2013-06-17 | ProtoBroadcastAck macro converted into a function | George Hazan |
2013-06-17 | ProtoServiceExists moved to mir_core | George Hazan |
2013-06-04 | base64 functions moved to the proper module | George Hazan |
2013-06-04 | end of base64* zoo | George Hazan |
2013-06-03 | mir_base64_decode & mir_base64_encode moved to mir_core.dll | George Hazan |
2013-05-29 | we don't declare WIN64 anymore in projects | George Hazan |
2013-05-29 | no more WIN64, only _WIN64 | George Hazan |
2013-05-16 | we don't need VS2003/2005 support as well | George Hazan |
2013-05-09 | no need to suppress PDB path in VS2012 | George Hazan |
2013-04-23 | also wrtrim renamed, according to the standard, to rtrimw | George Hazan |
2013-04-23 | - added unicode analogs of ltrim, ltrimp, wildcmp; | George Hazan |