Age | Commit message (Expand) | Author |
2014-12-08 | code cleanup around mir_snprintf | Rozhuk Ivan |
2014-12-08 | - common cycles removed; | George Hazan |
2014-12-07 | funny, but chats worked due to an error in the chats' manager | George Hazan |
2014-12-06 | duplicated pieces of code removed from Scriver | George Hazan |
2014-12-05 | useless function removed | George Hazan |
2014-12-04 | Db_autobackups: multiple changes | Rozhuk Ivan |
2014-12-04 | - bin2hex() instead of manual loops; | George Hazan |
2014-12-02 | less warnings | George Hazan |
2014-12-02 | useless calls of mir_*strlen in DrawText replaced with -1 | George Hazan |
2014-12-02 | more transparent implementation of AppendToBuffer | George Hazan |
2014-12-02 | fix for tab locations in Scriver & StdChat | George Hazan |
2014-12-02 | mir_snprintf(..., "%s", ...) -> strncpy_s(...) | Rozhuk Ivan |
2014-12-02 | mir_sntprintf(..., _T("%s"), ...) -> _tcsncpy_s(..., ..., _TRUNCATE) | Rozhuk Ivan |
2014-12-01 | code cleaning | George Hazan |
2014-12-01 | mir_snprintf(..., sizeof() -> SIZEOF(), ...) | Rozhuk Ivan |
2014-12-01 | fix buf size for mir_sntprintf() | Rozhuk Ivan |
2014-12-01 | code cleanup | Rozhuk Ivan |
2014-12-01 | ZeroMemory -> memset, few bugs fised | Rozhuk Ivan |
2014-11-30 | more warning fixes | George Hazan |
2014-11-30 | warning fixes | George Hazan |
2014-11-30 | new sorting functions applied | George Hazan |
2014-11-30 | mir_strcmp, mir_strcmpi, mir_wstrcmp, mir_wstrcmpi | George Hazan |
2014-11-30 | safer implementation of *n functions using *_s functions | George Hazan |
2014-11-30 | lstr* replacements | George Hazan |
2014-11-30 | Fix buf size for Get/Set text, open/save file name | Rozhuk Ivan |
2014-11-30 | safe lstr* replacements: mir_strlen, mir_wstrlen, mir_strcpy, mir_wstrcpy, | George Hazan |
2014-11-30 | Multiple fixes buff size for GetText and SetText. | Rozhuk Ivan |
2014-11-30 | code cleanup, x64 fix | Rozhuk Ivan |
2014-11-29 | -Fixed a bug in Ping and other small things reported in #837 | Tobias Weimer |
2014-11-28 | Massive code cleanup and fixes for a lot of warnings reported in #837 | Tobias Weimer |
2014-11-27 | cosmetics | George Hazan |
2014-11-27 | StdFile: code cleanup | Rozhuk Ivan |
2014-11-27 | mir_core modules.cpp code cleanup | Rozhuk Ivan |
2014-11-26 | FirstRun plugin ignored by the core | Vadim Dashevskiy |
2014-11-25 | TabSRMM null ptr fixes and code cleanup | Rozhuk Ivan |
2014-11-25 | code cleanup | Rozhuk Ivan |
2014-11-25 | add null ptr checks | Rozhuk Ivan |
2014-11-25 | add null ptr check | Rozhuk Ivan |
2014-11-25 | add nullptr check | Rozhuk Ivan |
2014-11-25 | add nullptr ckeck after alloca() | Rozhuk Ivan |
2014-11-25 | code cleanup. | Rozhuk Ivan |
2014-11-25 | code cleanup | Rozhuk Ivan |
2014-11-25 | code clean up | Rozhuk Ivan |
2014-11-18 | RichEd20.dll replaced with Msftedit.dll | George Hazan |
2014-11-18 | thread handlers don't catch exceptions anymore | George Hazan |
2014-11-14 | minor cleaning | George Hazan |
2014-11-13 | minor fixes | Kirill Volinsky |
2014-11-13 | one more part not needed checks | Kirill Volinsky |
2014-11-13 | not needed NULL checks | Kirill Volinsky |
2014-11-13 | minor fix | Kirill Volinsky |