summaryrefslogtreecommitdiff
path: root/src/mir_core
AgeCommit message (Expand)Author
2013-11-09added projects and solutions for vc2013Kirill Volinsky
2013-10-11dynamic memory allocation on buffer overrun.George Hazan
2013-10-11stupid _s function causes buffer overflow instead of cutting string outGeorge Hazan
2013-10-11- m_hNetlibUser moved to PROTO_INTERFACE;George Hazan
2013-10-10faster log flushingGeorge Hazan
2013-10-08separate Folders handles removed from protocolsGeorge Hazan
2013-10-07- JSONROOT added to handle json parser more conveniently;George Hazan
2013-10-01base64 decoder that skips \r & \nGeorge Hazan
2013-09-27system_cpp.h added into mir_core projectGeorge Hazan
2013-09-25- custom screen saver detection code removedGeorge Hazan
2013-09-25IsFullScreen(), IsWorkstationLocked(), IsScreenSaverRunning() moved to the coreGeorge Hazan
2013-09-22missing fileGeorge Hazan
2013-09-22pre-XP headers cleanedGeorge Hazan
2013-09-21git-svn-id: http://svn.miranda-ng.org/main/trunk@6160 1316c22d-e87f-b044-9b9b...Kirill Volinsky
2013-09-21removed IsWinVerXPPlusKirill Volinsky
2013-09-17no need to send WM_DESTROY to a window being unsubclassedGeorge Hazan
2013-08-25MString removed from Jabber & IRCGeorge Hazan
2013-08-25MString moved to the coreGeorge Hazan
2013-08-19core *printf patchGeorge Hazan
2013-08-16mir_md5_byte_t => BYTE;George Hazan
2013-08-15mir_sha1_byte_t => BYTE;George Hazan
2013-08-15bin2hex/bin2hexW = eliminates many places with printf("%02x")George Hazan
2013-08-13- rtrim returned back into langpack reader;George Hazan
2013-08-12netlib moved to the core loggerGeorge Hazan
2013-08-12simple core loggerGeorge Hazan
2013-08-11ProtoGetAvatarFormat, ProtoGetAvatarFileFormat, ProtoGetBufferFormat, ProtoGe...George Hazan
2013-08-06compilation fix for Win32 configGeorge Hazan
2013-08-06- special function json_as_pstring, that returns std::string directly from js...George Hazan
2013-08-05fix for massive memory leak in json parserGeorge Hazan
2013-08-04- code formatting;George Hazan
2013-08-03various leak fixesGeorge Hazan
2013-08-02mir_ptr<> shall be initialized by NULL by defaultGeorge Hazan
2013-08-02/debug command line option to disable built-in exception handlersGeorge Hazan
2013-07-28- stubs for PROTO get* & set* functions removed from mir_core;George Hazan
2013-07-28unused headers removedGeorge Hazan
2013-07-24json parser went to mir_coreGeorge Hazan
2013-07-24mir_sntprintf & mir_snvtprintf renamed to mir_snwprintf & mir_snwprintf respe...George Hazan
2013-07-13no need to crash freeing an empty eventGeorge Hazan
2013-07-09applied protocol helpersGeorge Hazan
2013-07-09protocol database helpersGeorge Hazan
2013-07-09db helpers: replace NULL pointers with empty stringsGeorge Hazan
2013-07-08core protocol helpers for creating protocol evengs, services & threadsGeorge Hazan
2013-07-08protocol helpers, beginning George Hazan
2013-07-07fix for processing backslashes in langpacksGeorge Hazan
2013-07-07manual rtrim not to touch trailing spacesGeorge Hazan
2013-07-07code cleaningGeorge Hazan
2013-07-07revert of commit 5255: this rtrim has nothing to do with spaces inside bracketsGeorge Hazan
2013-07-07Translations shoudln't be trimmed from right side (e.g. [Something: ])Robert Pösel
2013-07-01fix for incomplete buffers in mir_base64_encodeGeorge Hazan
2013-06-30forgotten helper - db_set (writes a DBVARIANT)George Hazan