index
:
miranda-ng.git
0_95_10_2
jabber_test
master
xmpp_message_handling_refactoring
miranda-ng main repo mirror (manuall sync only)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
WhenWasIt
/
src
/
utils.cpp
Age
Commit message (
Expand
)
Author
2018-11-12
db_* functions replaced with g_plugin calls
George Hazan
2018-05-20
CMPlugin to receive a reference to PLUGININFOEX
George Hazan
2018-05-03
mir_forkThread<typename> - stronger typizatioin for thread function parameter
George Hazan
2018-03-16
class renaming, part II
George Hazan
2018-03-16
always hated these long expressions: contact_iter makes them much shorter
George Hazan
2017-12-06
convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 6...
Kirill Volinsky
2017-12-06
convert all files exept curl and new_gpg to utf-8 BOM
Kirill Volinsky
2017-11-28
Source files converted to utf-8
Kirill Volinsky
2017-11-13
Code modernize ...
Goraf
2016-07-27
less TCHARs
George Hazan
2016-07-26
less TCHARs:
George Hazan
2016-05-18
these tons of code aren't needed anymore...
George Hazan
2015-08-28
mir_sntprintf / mir_snprintf: obsoleted second parameter removed wherever pos...
George Hazan
2015-08-13
data format fixes
Kirill Volinsky
2015-08-01
WhenWasIt: common project
Kirill Volinsky
2015-06-19
SIZEOF replaced with more secure analog - _countof
George Hazan
2015-06-04
new mir_snprintf templates without SIZEOF
George Hazan
2015-05-23
mir_tstrncpy <> _tcsncpy
George Hazan
2015-05-23
replace strncpy to mir_strncpy
Kirill Volinsky
2015-05-23
replace strcat to mir_strcat
Kirill Volinsky
2015-05-22
replace strcpy to mir_strcpy
Kirill Volinsky
2015-05-22
replace _tcsicmp to mir_tstrcmpi
Kirill Volinsky
2015-05-22
replace strlen to mir_strlen
Kirill Volinsky
2015-05-11
minus CreateThread
Kirill Volinsky
2014-02-15
fix for a memory allocation conflict in WWI
George Hazan
2014-02-10
HCONTACT is not needed anymore
George Hazan
2014-02-10
- HANDLE hContact => HCONTACT
George Hazan
2013-07-25
replace sprintf to mir_snprintf (part 5)
Kirill Volinsky
2013-04-09
- short function names allows to write database loops in one string;
George Hazan
2013-03-15
removed not used headers
Kirill Volinsky
2012-12-11
fixed szProto variable overloading
Tobias Weimer
2012-11-25
typed stub for MS_PROTO_GETCONTACTBASEPROTO
George Hazan
2012-10-10
service call replaced with the direct function call
George Hazan
2012-08-08
WhenWasIt changed folder structure
Kirill Volinsky