Age | Commit message (Expand) | Author |
2015-06-07 | NLHR_PTR moved to m_netlib.h by request | George Hazan |
2015-06-04 | new mir_snprintf templates without SIZEOF | George Hazan |
2015-06-03 | dynamic load of secur32.dll is not actual anymore | George Hazan |
2015-05-30 | fix for a crash after connection timeout | George Hazan |
2015-05-23 | mir_tstrncpy <> _tcsncpy | George Hazan |
2015-05-23 | replace _tcsncpy to mir_tstrncpy | Kirill Volinsky |
2015-05-23 | replace strncpy to mir_strncpy | Kirill Volinsky |
2015-05-23 | replace strcat to mir_strcat | Kirill Volinsky |
2015-05-22 | replace _tcscpy to mir_tstrcpy | Kirill Volinsky |
2015-05-22 | replace strcpy to mir_strcpy | Kirill Volinsky |
2015-05-22 | replace _tcsicmp to mir_tstrcmpi | Kirill Volinsky |
2015-05-22 | fix for a crash inside http request destruction | George Hazan |
2015-05-22 | replace strcmp to mir_strcmp | Kirill Volinsky |
2015-05-22 | replace _tcslen to mir_tstrlen | Kirill Volinsky |
2015-05-22 | replace strlen to mir_strlen | Kirill Volinsky |
2015-04-15 | after commit #12797 field OPTIONSDIALOGPAGE::cbSize became an atavism, and th... | George Hazan |
2015-04-14 | duplicated macro removed | George Hazan |
2015-04-11 | strcpy() calls replaced with strncpy_s() | George Hazan |
2015-04-11 | missing lock added | George Hazan |
2015-04-11 | no need to bind unopened socket | George Hazan |
2015-04-11 | unsafe string operations replaced with safe wherever possible | George Hazan |
2015-04-10 | more fixes | George Hazan |
2015-04-08 | fixes for errors from Coverity | George Hazan |
2015-02-28 | Core: | Tobias Weimer |
2015-01-11 | Core: Fixed minor memory leaks | Tobias Weimer |
2015-01-03 | loader of external plugins with MUUID_SSL support | George Hazan |
2014-12-31 | Year 2015 version update | George Hazan |
2014-12-21 | unused parameter removed | George Hazan |
2014-12-21 | SSL context double shutdown prevention | George Hazan |
2014-12-21 | minor fix | George Hazan |
2014-12-21 | static version of the kernel ssl driver | George Hazan |
2014-12-16 | -Fixed memory leak | Tobias Weimer |
2014-12-14 | GetWindowText(GetDlgItem(...)) -> GetDlgItemText(...) | Rozhuk Ivan |
2014-12-14 | SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...) | Rozhuk Ivan |
2014-12-13 | MoveMemory -> memmove | Rozhuk Ivan |
2014-12-13 | Minor warnings fixed | Tobias Weimer |
2014-12-13 | CopyMemory -> memcpy | Rozhuk Ivan |
2014-12-08 | code cleanup around mir_snprintf | Rozhuk Ivan |
2014-12-02 | mir_sntprintf(..., _T("%s"), ...) -> _tcsncpy_s(..., ..., _TRUNCATE) | Rozhuk Ivan |
2014-12-01 | mir_snprintf(..., sizeof() -> SIZEOF(), ...) | Rozhuk Ivan |
2014-12-01 | ZeroMemory -> memset, few bugs fised | Rozhuk Ivan |
2014-11-30 | warning fixes | George Hazan |
2014-11-30 | new sorting functions applied | 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 | Multiple fixes buff size for GetText and SetText. | Rozhuk Ivan |
2014-11-25 | add nullptr check | Rozhuk Ivan |
2014-11-13 | one more part not needed checks | Kirill Volinsky |
2014-11-13 | minor fix | Kirill Volinsky |
2014-08-19 | network log gets started only on the second Apply in Options/Network/Logging | George Hazan |