summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2014-12-09- unused code removed from clist modern;George Hazan
- more logs added git-svn-id: http://svn.miranda-ng.org/main/trunk@11311 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-09minor code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11298 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-09code cleanup over mir_sntprintf + small bug fixRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11295 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-08code cleanup around mir_snprintfRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11285 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-08- common cycles removed;George Hazan
- pTemp variable renamed in most cases; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@11275 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-07funny, but chats worked due to an error in the chats' managerGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11264 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-06duplicated pieces of code removed from ScriverGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11258 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-05useless function removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11252 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-04Db_autobackups: multiple changesRozhuk Ivan
+ varios fixs git-svn-id: http://svn.miranda-ng.org/main/trunk@11245 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-04- bin2hex() instead of manual loops;George Hazan
- change of icon packets git-svn-id: http://svn.miranda-ng.org/main/trunk@11239 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-02less warningsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11224 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-02useless calls of mir_*strlen in DrawText replaced with -1George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11223 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-02more transparent implementation of AppendToBufferGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11222 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-02fix for tab locations in Scriver & StdChatGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11216 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-02mir_snprintf(..., "%s", ...) -> strncpy_s(...)Rozhuk Ivan
build fix to prevous commit git-svn-id: http://svn.miranda-ng.org/main/trunk@11212 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-02mir_sntprintf(..., _T("%s"), ...) -> _tcsncpy_s(..., ..., _TRUNCATE)Rozhuk Ivan
fix some x64 ptr truncations git-svn-id: http://svn.miranda-ng.org/main/trunk@11211 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-01code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11205 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-01mir_snprintf(..., sizeof() -> SIZEOF(), ...)Rozhuk Ivan
small fixs cleanups git-svn-id: http://svn.miranda-ng.org/main/trunk@11188 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-01fix buf size for mir_sntprintf()Rozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11186 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-01code cleanupRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11185 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-01ZeroMemory -> memset, few bugs fisedRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11184 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30more warning fixesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11183 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30warning fixesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11181 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30new sorting functions appliedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11180 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30mir_strcmp, mir_strcmpi, mir_wstrcmp, mir_wstrcmpiGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11179 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30safer implementation of *n functions using *_s functionsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11178 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30lstr* replacementsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11176 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30Fix buf size for Get/Set text, open/save file nameRozhuk Ivan
SMS: SIZE_T -> size_t MRA: small code cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@11175 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30safe lstr* replacements: mir_strlen, mir_wstrlen, mir_strcpy, mir_wstrcpy, George Hazan
mir_strncpy, mir_wstrncpy, mir_strcat, mir_wstrcat, mir_strncat, mir_wstrncat git-svn-id: http://svn.miranda-ng.org/main/trunk@11171 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30Multiple fixes buff size for GetText and SetText.Rozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11165 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30code cleanup, x64 fixRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11163 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-29-Fixed a bug in Ping and other small things reported in #837Tobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@11151 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-28Massive code cleanup and fixes for a lot of warnings reported in #837Tobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@11136 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-27cosmeticsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11118 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-27StdFile: code cleanupRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11116 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-27mir_core modules.cpp code cleanupRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11115 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-26FirstRun plugin ignored by the coreVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@11081 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-25TabSRMM null ptr fixes and code cleanupRozhuk Ivan
require for review. git-svn-id: http://svn.miranda-ng.org/main/trunk@11065 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-25code cleanupRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11062 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-25add null ptr checksRozhuk Ivan
code review required see comments git-svn-id: http://svn.miranda-ng.org/main/trunk@11060 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-25add null ptr checkRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11058 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-25add nullptr checkRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11057 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-25add nullptr ckeck after alloca()Rozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11056 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-25code cleanup.Rozhuk Ivan
please review this. git-svn-id: http://svn.miranda-ng.org/main/trunk@11055 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-25code cleanupRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11054 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-25code clean upRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11053 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-18RichEd20.dll replaced with Msftedit.dllGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11011 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-18thread handlers don't catch exceptions anymoreGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11010 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-14minor cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10989 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-13minor fixesKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@10986 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c