summaryrefslogtreecommitdiff
path: root/src/modules/netlib
AgeCommit message (Expand)Author
2015-06-04new mir_snprintf templates without SIZEOFGeorge Hazan
2015-06-03dynamic load of secur32.dll is not actual anymoreGeorge Hazan
2015-05-30fix for a crash after connection timeoutGeorge Hazan
2015-05-23mir_tstrncpy <> _tcsncpyGeorge Hazan
2015-05-23replace _tcsncpy to mir_tstrncpyKirill Volinsky
2015-05-23replace strncpy to mir_strncpyKirill Volinsky
2015-05-23replace strcat to mir_strcatKirill Volinsky
2015-05-22replace _tcscpy to mir_tstrcpyKirill Volinsky
2015-05-22replace strcpy to mir_strcpyKirill Volinsky
2015-05-22replace _tcsicmp to mir_tstrcmpiKirill Volinsky
2015-05-22fix for a crash inside http request destructionGeorge Hazan
2015-05-22replace strcmp to mir_strcmpKirill Volinsky
2015-05-22replace _tcslen to mir_tstrlenKirill Volinsky
2015-05-22replace strlen to mir_strlenKirill Volinsky
2015-04-15after commit #12797 field OPTIONSDIALOGPAGE::cbSize became an atavism, and th...George Hazan
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