summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-12-08code cleanup around mir_snprintfRozhuk Ivan
2014-12-08- common cycles removed;George Hazan
2014-12-07funny, but chats worked due to an error in the chats' managerGeorge Hazan
2014-12-06duplicated pieces of code removed from ScriverGeorge Hazan
2014-12-05useless function removedGeorge Hazan
2014-12-04Db_autobackups: multiple changesRozhuk Ivan
2014-12-04- bin2hex() instead of manual loops;George Hazan
2014-12-02less warningsGeorge Hazan
2014-12-02useless calls of mir_*strlen in DrawText replaced with -1George Hazan
2014-12-02more transparent implementation of AppendToBufferGeorge Hazan
2014-12-02fix for tab locations in Scriver & StdChatGeorge Hazan
2014-12-02mir_snprintf(..., "%s", ...) -> strncpy_s(...)Rozhuk Ivan
2014-12-02mir_sntprintf(..., _T("%s"), ...) -> _tcsncpy_s(..., ..., _TRUNCATE)Rozhuk Ivan
2014-12-01code cleaningGeorge Hazan
2014-12-01mir_snprintf(..., sizeof() -> SIZEOF(), ...)Rozhuk Ivan
2014-12-01fix buf size for mir_sntprintf()Rozhuk Ivan
2014-12-01code cleanupRozhuk Ivan
2014-12-01ZeroMemory -> memset, few bugs fisedRozhuk Ivan
2014-11-30more warning fixesGeorge Hazan
2014-11-30warning fixesGeorge Hazan
2014-11-30new sorting functions appliedGeorge Hazan
2014-11-30mir_strcmp, mir_strcmpi, mir_wstrcmp, mir_wstrcmpiGeorge Hazan
2014-11-30safer implementation of *n functions using *_s functionsGeorge Hazan
2014-11-30lstr* replacementsGeorge Hazan
2014-11-30Fix buf size for Get/Set text, open/save file nameRozhuk Ivan
2014-11-30safe lstr* replacements: mir_strlen, mir_wstrlen, mir_strcpy, mir_wstrcpy, George Hazan
2014-11-30Multiple fixes buff size for GetText and SetText.Rozhuk Ivan
2014-11-30code cleanup, x64 fixRozhuk Ivan
2014-11-29-Fixed a bug in Ping and other small things reported in #837Tobias Weimer
2014-11-28Massive code cleanup and fixes for a lot of warnings reported in #837Tobias Weimer
2014-11-27cosmeticsGeorge Hazan
2014-11-27StdFile: code cleanupRozhuk Ivan
2014-11-27mir_core modules.cpp code cleanupRozhuk Ivan
2014-11-26FirstRun plugin ignored by the coreVadim Dashevskiy
2014-11-25TabSRMM null ptr fixes and code cleanupRozhuk Ivan
2014-11-25code cleanupRozhuk Ivan
2014-11-25add null ptr checksRozhuk Ivan
2014-11-25add null ptr checkRozhuk Ivan
2014-11-25add nullptr checkRozhuk Ivan
2014-11-25add nullptr ckeck after alloca()Rozhuk Ivan
2014-11-25code cleanup.Rozhuk Ivan
2014-11-25code cleanupRozhuk Ivan
2014-11-25code clean upRozhuk Ivan
2014-11-18RichEd20.dll replaced with Msftedit.dllGeorge Hazan
2014-11-18thread handlers don't catch exceptions anymoreGeorge Hazan
2014-11-14minor cleaningGeorge Hazan
2014-11-13minor fixesKirill Volinsky
2014-11-13one more part not needed checksKirill Volinsky
2014-11-13not needed NULL checksKirill Volinsky
2014-11-13minor fixKirill Volinsky