Age | Commit message (Expand) | Author |
2013-10-11 | dynamic memory allocation on buffer overrun. | George Hazan |
2013-10-11 | stupid _s function causes buffer overflow instead of cutting string out | George Hazan |
2013-10-11 | - m_hNetlibUser moved to PROTO_INTERFACE; | George Hazan |
2013-10-10 | faster log flushing | George Hazan |
2013-10-08 | separate Folders handles removed from protocols | George Hazan |
2013-10-07 | - JSONROOT added to handle json parser more conveniently; | George Hazan |
2013-10-01 | base64 decoder that skips \r & \n | George Hazan |
2013-09-27 | system_cpp.h added into mir_core project | George Hazan |
2013-09-25 | - custom screen saver detection code removed | George Hazan |
2013-09-25 | IsFullScreen(), IsWorkstationLocked(), IsScreenSaverRunning() moved to the core | George Hazan |
2013-09-22 | missing file | George Hazan |
2013-09-22 | pre-XP headers cleaned | George Hazan |
2013-09-21 | git-svn-id: http://svn.miranda-ng.org/main/trunk@6160 1316c22d-e87f-b044-9b9b... | Kirill Volinsky |
2013-09-21 | removed IsWinVerXPPlus | Kirill Volinsky |
2013-09-17 | no need to send WM_DESTROY to a window being unsubclassed | George Hazan |
2013-08-25 | MString removed from Jabber & IRC | George Hazan |
2013-08-25 | MString moved to the core | George Hazan |
2013-08-19 | core *printf patch | George Hazan |
2013-08-16 | mir_md5_byte_t => BYTE; | George Hazan |
2013-08-15 | mir_sha1_byte_t => BYTE; | George Hazan |
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 |