summaryrefslogtreecommitdiff
path: root/src/core/stdfile
AgeCommit message (Expand)Author
2015-06-04new mir_snprintf templates without SIZEOFGeorge Hazan
2015-05-31- additional operator LPARAM() for _A2T & _T2A;George Hazan
2015-05-31another bunch of crutches buried in a trash can: PROTOCHAR & PROTOFILEEVENTGeorge Hazan
2015-05-31- PROTOCOLDESCRIPTOR_V3_SIZE to identify an ANSI plugin;George Hazan
2015-05-23wrong flags processing fixedGeorge Hazan
2015-05-23mir_tstrncpy <> _tcsncpyGeorge Hazan
2015-05-23replace _tcsncpy to mir_tstrncpyKirill Volinsky
2015-05-23replace _tcscat to mir_tstrcatKirill Volinsky
2015-05-22replace _tcscpy to mir_tstrcpyKirill Volinsky
2015-05-22replace strcpy to mir_strcpyKirill Volinsky
2015-05-22replace _tcscmp to mir_tstrcmpKirill Volinsky
2015-05-22replace _tcslen to mir_tstrlenKirill Volinsky
2015-05-22replace strlen to mir_strlenKirill Volinsky
2015-05-21war against atavisms continuesGeorge Hazan
2015-05-03fix for the option's page style pt. 10Vadim Dashevskiy
2015-04-24end of zoo with various _WIN32_WINNT versionsGeorge Hazan
2015-04-15after commit #12797 field OPTIONSDIALOGPAGE::cbSize became an atavism, and th...George Hazan
2015-04-09potentially unsafe string operation removedGeorge Hazan
2015-03-24* multiple WINE bug fixes over DeferWindowPos(), bug rep: https://bugs.winehq...Rozhuk Ivan
2015-02-28Core:Tobias Weimer
2015-02-14fixed crash on transfer resumingAlexander Lantsev
2015-02-14old default behavior restoredGeorge Hazan
2015-02-14rejected file transfer notificationGeorge Hazan
2015-02-13incoming file transfer window to be closed on errorGeorge Hazan
2015-02-10large file supportGeorge Hazan
2015-01-16MEVENT - the strict type for events, they are not HANDLE anymoreGeorge Hazan
2015-01-07fix for potentially endless loopsGeorge Hazan
2014-12-31Year 2015 version updateGeorge Hazan
2014-12-25files structure changedKirill Volinsky
2014-12-14SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...)Rozhuk Ivan
2014-12-13MoveMemory -> memmoveRozhuk Ivan
2014-12-13CopyMemory -> memcpyRozhuk Ivan
2014-12-02mir_snprintf(..., "%s", ...) -> strncpy_s(...)Rozhuk Ivan
2014-12-02mir_sntprintf(..., _T("%s"), ...) -> _tcsncpy_s(..., ..., _TRUNCATE)Rozhuk Ivan
2014-11-30more warning fixesGeorge Hazan
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-30code cleanup, x64 fixRozhuk Ivan
2014-11-27StdFile: code cleanupRozhuk Ivan
2014-08-29PF4_SINGLEFILEONLY - protocol can require sending files only one by oneGeorge Hazan
2014-07-19db_mc_tryMeta applied George Hazan
2014-07-16in _tcsncpy_s / _tcsncat_s / strncpy_s / strncat_s the second parameter to be...George Hazan
2014-07-14code optimizationGeorge Hazan
2014-07-14StdFile to get the incoming files folder's name via metacontactGeorge Hazan
2014-07-09Core: Add PF4_GROUPCHATFILES flag to mark protocols that support sending file...Robert Pösel
2014-06-24code cleaningGeorge Hazan
2014-05-21Fix wrong filesize in send file dialog for big filesRobert Pösel
2014-03-22WIN32 macro isn't needed in projectsGeorge Hazan