Age | Commit message (Expand) | Author |
2018-01-01 | - convert NEW_GPG to UTF without BOM | dartraiden |
2018-01-01 | massive copyright update | dartraiden |
2017-12-08 | new_gpg: a bit of refactoring | Gluzskiy Alexandr |
2017-12-08 | new_gpg: get rid of "extern chaos" | Gluzskiy Alexandr |
2017-12-06 | all rc files reverted to utf-8 | Kirill Volinsky |
2017-12-03 | new_gpg: porting to new ui api | Gluzskiy Alexandr |
2017-12-03 | new_gpg: porting ui to new api | Gluzskiy Alexandr |
2017-12-02 | new_gpg: porting ui to new api | Gluzskiy Alexandr |
2017-12-02 | new_gpg: dos2unix //deal with it. | Gluzskiy Alexandr |
2017-12-01 | new_gpg: porting to new ui api (part2) | Gluzskiy Alexandr |
2017-11-28 | Source files converted to utf-8 | Kirill Volinsky |
2017-11-13 | Code modernize ... | Goraf |
2016-12-06 | bIsMiranda09 - useless variable removed | George Hazan |
2016-10-05 | plugins: | Alexander Gluzsky |
2016-09-11 | New_GPG: Fix unicode paths handling (fixes #349); versiom bump | Robert Pösel |
2016-07-29 | no more TCHARs | George Hazan |
2016-07-27 | less TCHARs | George Hazan |
2016-07-26 | less TCHARs: | George Hazan |
2016-07-25 | hello, Unix. | George Hazan |
2015-08-16 | code cleaning | George Hazan |
2015-07-31 | unified project for New_GPG | George Hazan |
2015-07-09 | new_gpg: | Alexander Gluzsky |
2015-06-30 | MS_CLIST_GETSTATUSMODEDESCRIPTION & MS_CLIST_GETCONTACTDISPLAYNAME replaced w... | George Hazan |
2015-06-19 | SIZEOF replaced with more secure analog - _countof | George Hazan |
2015-06-19 | - all static protocol services replaced with functions; | George Hazan |
2015-06-01 | - ProtoCallService() function considered too dangerous and therefore isn't ex... | George Hazan |
2015-05-23 | mir_tstrncpy <> _tcsncpy | George Hazan |
2015-05-23 | replace _tcsncpy to mir_tstrncpy | Kirill Volinsky |
2015-05-23 | replace strncpy to mir_strncpy | Kirill Volinsky |
2015-05-23 | replace _tcsncat to mir_tstrncat | Kirill Volinsky |
2015-05-23 | replace _tcscat to mir_tstrcat | Kirill Volinsky |
2015-05-23 | replace strcat to mir_strcat | 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-05-16 | fix for strncat use | Kirill Volinsky |
2015-04-24 | New GPG: | Tobias Weimer |
2015-04-24 | New GPG: | Tobias Weimer |
2015-04-21 | New_GPG: | Tobias Weimer |
2015-04-16 | Spelling correction (patch by RMN) | Vadim Dashevskiy |
2015-03-31 | new_gpg: | Alexander Gluzsky |
2014-12-14 | SetWindowText(GetDlgItem(...)) -> SetDlgItemText(...) | Rozhuk Ivan |
2014-12-13 | SendMessage(GetDlgItem -> SendDlgItemMessage | Rozhuk Ivan |
2014-12-09 | code cleanup over mir_sntprintf + small bug fix | Rozhuk Ivan |
2014-12-02 | mir_sntprintf(..., _T("%s"), ...) -> _tcsncpy_s(..., ..., _TRUNCATE) | Rozhuk Ivan |
2014-12-01 | code cleanup | Rozhuk Ivan |
2014-12-01 | ZeroMemory -> memset, few bugs fised | Rozhuk Ivan |
2014-11-30 | Fix buf size for Get/Set text, open/save file name | Rozhuk Ivan |