summaryrefslogtreecommitdiff
path: root/src/modules/netlib
AgeCommit message (Expand)Author
2015-04-14duplicated macro removedGeorge Hazan
2015-04-11strcpy() calls replaced with strncpy_s()George Hazan
2015-04-11missing lock addedGeorge Hazan
2015-04-11no need to bind unopened socketGeorge Hazan
2015-04-11unsafe string operations replaced with safe wherever possibleGeorge Hazan
2015-04-10more fixesGeorge Hazan
2015-04-08fixes for errors from CoverityGeorge Hazan
2015-02-28Core:Tobias Weimer
2015-01-11Core: Fixed minor memory leaksTobias Weimer
2015-01-03loader of external plugins with MUUID_SSL supportGeorge Hazan
2014-12-31Year 2015 version updateGeorge Hazan
2014-12-21unused parameter removedGeorge Hazan
2014-12-21SSL context double shutdown preventionGeorge Hazan
2014-12-21minor fixGeorge Hazan
2014-12-21static version of the kernel ssl driverGeorge Hazan
2014-12-16-Fixed memory leakTobias Weimer
2014-12-14GetWindowText(GetDlgItem(...)) -> GetDlgItemText(...)Rozhuk Ivan
2014-12-14SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...)Rozhuk Ivan
2014-12-13MoveMemory -> memmoveRozhuk Ivan
2014-12-13Minor warnings fixedTobias Weimer
2014-12-13CopyMemory -> memcpyRozhuk Ivan
2014-12-08code cleanup around mir_snprintfRozhuk Ivan
2014-12-02mir_sntprintf(..., _T("%s"), ...) -> _tcsncpy_s(..., ..., _TRUNCATE)Rozhuk Ivan
2014-12-01mir_snprintf(..., sizeof() -> SIZEOF(), ...)Rozhuk Ivan
2014-12-01ZeroMemory -> memset, few bugs fisedRozhuk Ivan
2014-11-30warning fixesGeorge Hazan
2014-11-30new sorting functions appliedGeorge Hazan
2014-11-30lstr* replacementsGeorge Hazan
2014-11-30Fix buf size for Get/Set text, open/save file nameRozhuk Ivan
2014-11-30Multiple fixes buff size for GetText and SetText.Rozhuk Ivan
2014-11-25add nullptr checkRozhuk Ivan
2014-11-13one more part not needed checksKirill Volinsky
2014-11-13minor fixKirill Volinsky
2014-08-19network log gets started only on the second Apply in Options/Network/LoggingGeorge Hazan
2014-08-18Netlib:George Hazan
2014-07-22fix for the core logger disabling George Hazan
2014-07-13more code cleaningGeorge Hazan
2014-07-13fix for borkred listening portsGeorge Hazan
2014-07-13wrapping the most evident critical sections into a classGeorge Hazan
2014-07-12minor code cleaningGeorge Hazan
2014-07-12netlib:George Hazan
2014-06-13Few translation fixesRobert Pösel
2014-03-11also reset netlib log settings when a file name is present, but emptyGeorge Hazan
2014-03-10set default network log path if it's emptyGeorge Hazan
2014-03-10- log file path gets expanded;George Hazan
2014-01-21minor code cleaningGeorge Hazan
2014-01-13no more "Save as default" button in Options/Network/LoggingGeorge Hazan
2014-01-02added destructor LIST::~LIST, that calls destroy() automatically.George Hazan
2014-01-01copyright update for year 2014George Hazan
2013-12-02another portion of decapitalization in the core (4/5)Dart Raiden