index
:
miranda-ng.git
0_95_10_2
jabber_test
master
miranda-ng main repo mirror (manuall sync only)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
TrafficCounter
/
src
/
TrafficCounter.cpp
Age
Commit message (
Expand
)
Author
2015-05-23
replace _tcsncpy to mir_tstrncpy
Kirill Volinsky
2015-05-23
replace strncpy to mir_strncpy
Kirill Volinsky
2015-05-22
replace _tcscpy to mir_tstrcpy
Kirill Volinsky
2015-05-22
replace strcpy to mir_strcpy
Kirill Volinsky
2015-05-22
replace strcmp to mir_strcmp
Kirill Volinsky
2015-05-22
replace _tcslen to mir_tstrlen
Kirill Volinsky
2015-05-22
replace strlen to mir_strlen
Kirill Volinsky
2015-01-14
TrafficCounter:
Tobias Weimer
2014-12-09
code cleanup over mir_sntprintf + small bug fix
Rozhuk Ivan
2014-12-01
ZeroMemory -> memset, few bugs fised
Rozhuk Ivan
2014-11-30
lstr* replacements
George Hazan
2014-09-16
MS_CLIST_REMOVEMAINMENUITEM also removed
George Hazan
2014-06-11
correct ServiceExists call for popups
George Hazan
2014-02-24
more useless conversions removed
George Hazan
2013-07-29
resource clearance moved to ME_SYSTEM_PRESHUTDOWN instead of ME_SYSTEM_OKTOEXIT
George Hazan
2013-05-19
"PopUp" everywhere was replaced to "Popup"
Robert Pösel
2013-03-21
- translation fixes (patch from Basil)
Vadim Dashevskiy
2013-03-18
various memory allocation problems
George Hazan
2013-03-14
old ansi popups removed, noone used them anyway
George Hazan
2013-03-10
added precompiled header
Kirill Volinsky
2013-03-04
- fix for the crash on exit;
George Hazan
2013-02-22
hooking loading/unloading plugin events
Kirill Volinsky
2013-02-21
с-plus-plusification
Vlad Mironov