Age | Commit message (Expand) | Author |
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 |
2014-08-18 | Netlib: | George Hazan |
2014-07-22 | fix for the core logger disabling | George Hazan |
2014-07-13 | more code cleaning | George Hazan |
2014-07-13 | fix for borkred listening ports | George Hazan |
2014-07-13 | wrapping the most evident critical sections into a class | George Hazan |
2014-07-12 | minor code cleaning | George Hazan |
2014-07-12 | netlib: | George Hazan |
2014-06-13 | Few translation fixes | Robert Pösel |
2014-03-11 | also reset netlib log settings when a file name is present, but empty | George Hazan |
2014-03-10 | set default network log path if it's empty | George Hazan |
2014-03-10 | - log file path gets expanded; | George Hazan |
2014-01-21 | minor code cleaning | George Hazan |
2014-01-13 | no more "Save as default" button in Options/Network/Logging | George Hazan |
2014-01-02 | added destructor LIST::~LIST, that calls destroy() automatically. | George Hazan |
2014-01-01 | copyright update for year 2014 | George Hazan |
2013-12-02 | another portion of decapitalization in the core (4/5) | Dart Raiden |