summaryrefslogtreecommitdiff
path: root/src/shared/util.cpp
Commit message (Expand)AuthorAgeFilesLines
* only display "inactive" for security productsisanae2019-07-221-3/+1
* fixed bad compare for nahimicisanae2019-07-221-0/+223
* moved environment dump to member functionisanae2019-07-221-3/+22
* moved Settings out of OrganizerCore so it can be created by itself to access ...isanae2019-07-221-2/+2
* moved Console to utilisanae2019-07-221-0/+43
* put the error message in the ShellLinkException insteadisanae2019-07-061-29/+82
* added new Shortcut class, moved stuff that was in MainWindow into itisanae2019-07-061-2/+318
* now handles windows firewall, which apparently doens't report itself to wmiisanae2019-07-011-76/+218
* a few commentsisanae2019-07-011-10/+37
* added --crashdump to generate dumps of a running MO processisanae2019-07-011-20/+372
* security productsisanae2019-07-011-3/+280
* comments, some refactoringisanae2019-06-291-84/+175
* added a warning when running in compatibility modeisanae2019-06-291-1/+13
* log windows versionisanae2019-06-291-16/+195
* lower case paths, sorted list, md5 for some filesisanae2019-06-291-7/+50
* refactored preloadSsl() into preloadDll()isanae2019-06-291-0/+327
* Improve ToLower() performance significally.Al2019-01-051-4/+8
* Fix version reporting to allow non-alpha buildsLostDragonist2018-12-201-1/+1
* Move improved version parsing to util.h and use it everywhere.AnyOldName32018-05-161-0/+46
* Change how the VersionInfo object is created from version.rc such that non-re...AnyOldName32018-05-151-0/+28
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-90/+115
* Applied clang-format on sourceSandro Jäckel2018-02-221-115/+90
* cleanupTannin2016-05-071-2/+6
* - some code cleanup and modernization trying to fix "dr memory" reportsTannin2015-05-171-2/+17
* fixes to make MO compile with mingw (also fixes some warnings generated by mi...Tannin2015-05-161-5/+3
* - bugfix: case conversion could produce different local-dependent resultsTannin2015-05-101-4/+14
* tons of code cleanup and minor fixes to harden the code (mostly suggestions f...Tannin2015-02-251-3/+10
* Merge with branch1.2Tannin2015-01-241-62/+6
|\
| * cleanup (mostly removing unused includes)Tannin2015-01-221-44/+0
| * different way to check for file existenceTannin2015-01-111-18/+6
* | MergeTannin2015-01-041-8/+8
|\ \ | |/ |/|
| * replaced all uses of NULL with nullptrTannin2014-11-281-8/+8
| * - archive library can now query for password during extraction (seems to be n...Tannin2014-11-051-3/+6
| * - removed a use of wostringstream which seems to have been involved in a bug....Tannin2014-09-191-12/+17
| * - performance optimizations for detection of file changes in mod directoriesTannin2014-08-011-10/+8
* | - bugfix: no exec info returned for .exeTannin2015-01-031-14/+20
* | - archive library can now query for password during extraction (seems to be n...Tannin2014-11-051-3/+6
* | - removed a use of wostringstream which seems to have been involved in a bug....Tannin2014-09-191-12/+17
* | - performance optimizations for detection of file changes in mod directoriesTannin2014-08-011-10/+8
|/
* - plugin list now highlights plugins with attached ini filesTannin2013-12-141-3/+0
* - now avoids a few unnecessary copy operations during generation of the direc...Tannin2013-07-171-10/+25
* - added hook for ansi version of SHFileOperation, this function may not be ro...Tannin2013-05-281-0/+13
* - some more safety checks in the ini-limit removal codeTannin2013-03-131-0/+7
* - bugfix: update on overwrite directory leads files incorrectly being assigne...Tannin2013-02-221-1/+35
* - moved shared and uibase libraries to namespacesTannin2013-02-171-19/+22
* initial commit to mercurial repository.Tannin2013-02-031-0/+119