Age | Commit message (Expand) | Author |
2014-12-08 | code cleanup around mir_snprintf | Rozhuk Ivan |
2014-12-02 | mir_sntprintf(..., _T("%s"), ...) -> _tcsncpy_s(..., ..., _TRUNCATE) | Rozhuk Ivan |
2014-12-01 | mir_snprintf(..., sizeof() -> SIZEOF(), ...) | Rozhuk Ivan |
2014-12-01 | ZeroMemory -> memset, few bugs fised | Rozhuk Ivan |
2014-11-30 | warning fixes | George Hazan |
2014-11-30 | new sorting functions applied | George Hazan |
2014-11-30 | lstr* replacements | George Hazan |
2014-11-30 | Fix buf size for Get/Set text, open/save file name | Rozhuk Ivan |
2014-11-30 | Multiple fixes buff size for GetText and SetText. | Rozhuk Ivan |
2014-11-25 | add nullptr check | Rozhuk Ivan |
2014-11-13 | one more part not needed checks | Kirill Volinsky |
2014-11-13 | minor fix | Kirill Volinsky |
2014-08-19 | network log gets started only on the second Apply in Options/Network/Logging | George Hazan |
2014-08-18 | Netlib: | George Hazan |
2014-07-22 | fix for the core logger disabling | George Hazan |
2014-07-13 | more code cleaning | George Hazan |
2014-07-13 | fix for borkred listening ports | George Hazan |
2014-07-13 | wrapping the most evident critical sections into a class | George Hazan |
2014-07-12 | minor code cleaning | George Hazan |
2014-07-12 | netlib: | George Hazan |
2014-06-13 | Few translation fixes | Robert Pösel |
2014-03-11 | also reset netlib log settings when a file name is present, but empty | George Hazan |
2014-03-10 | set default network log path if it's empty | George Hazan |
2014-03-10 | - log file path gets expanded; | George Hazan |
2014-01-21 | minor code cleaning | George Hazan |
2014-01-13 | no more "Save as default" button in Options/Network/Logging | George Hazan |
2014-01-02 | added destructor LIST::~LIST, that calls destroy() automatically. | George Hazan |
2014-01-01 | copyright update for year 2014 | George Hazan |
2013-12-02 | another portion of decapitalization in the core (4/5) | Dart Raiden |
2013-11-19 | preparing to the transparent cyphering: end of MS_DB_CRYPT_ENCODESTRING/MS_DB... | George Hazan |
2013-10-31 | - check for NULL values in Netlib_CloseHandle; | George Hazan |
2013-10-23 | - fix for the old & nasty bug in netlib that rarely crashed Facebook & VK | George Hazan |
2013-10-06 | misprint in service name | George Hazan |
2013-09-25 | valid options initialization | George Hazan |
2013-09-21 | - variables/fields names' conflict resolved; | George Hazan |
2013-09-21 | using Uxtheme in core | Kirill Volinsky |
2013-08-19 | core *printf patch | George Hazan |
2013-08-12 | netlib moved to the core logger | George Hazan |
2013-07-15 | passing error from the internal request outside | George Hazan |
2013-07-15 | code cleaning | George Hazan |
2013-06-26 | return of wrongly deleted fast hooks | George Hazan |
2013-06-20 | code cleaning | George Hazan |
2013-06-04 | MS_NETLIB_URLENCODE isn't used anyway, die the annoying clutch | George Hazan |
2013-06-04 | end of base64* zoo | George Hazan |
2013-04-05 | - rest of menus cleared; | George Hazan |
2013-03-24 | char* mir_urlEncode(const char *szUrl) added | George Hazan |
2013-03-11 | only a few real mir_forkthreadex survived | George Hazan |
2013-03-02 | rest of TCHAR_STR_PARAM replaced | George Hazan |
2013-03-01 | service call replaced with helper: MS_UTILS_PATHTOABSOLUTEW | George Hazan |
2013-02-28 | new template, VARST, to hold the result of calling Utils_ReplaceVarsT() | George Hazan |