summaryrefslogtreecommitdiff
path: root/lib/ephy-profile-utils.c
Commit message (Expand)AuthorAgeFilesLines
* Fix g_autoxxx uninitialized warningsJan-Michael Brummer2020-05-071-2/+2
* Fix scanbuild CI pipelineJan-Michael Brummer2020-05-041-1/+2
* Mass update: Apply uncrustify style to everythingJan-Michael Brummer2019-07-151-4/+6
* profile-utils: simplify debug output a bitMichael Catanzaro2019-06-111-2/+1
* profile-utils: Use g_autoptrMichael Catanzaro2019-03-201-26/+13
* Set current migration version when creating web appsMichael Catanzaro2019-03-201-3/+10
* profile-utils: Remove obsolete code for old migrationsMichael Catanzaro2019-03-201-9/+0
* Rename ephy_dot_dir() to ephy_profile_dir()Patrick Griffis2019-01-311-5/+5
* Always run profile migrator from source root in developer modeMichael Catanzaro2018-03-251-0/+4
* profile-utils: Fix off-by-two buffer overflowMichael Catanzaro2018-03-051-1/+1
* Port to meson build systemMichael Catanzaro2017-04-261-2/+2
* Do not run new migrator if the main profile has been migratedMichael Catanzaro2017-02-031-3/+12
* Relicense to GPLv3+Michael Catanzaro2016-10-071-5/+7
* Standardize modelinesMichael Catanzaro2016-09-111-1/+0
* Move ephy-profile-migrator to pkglibexecdirMichael Catanzaro2016-08-071-1/+1
* UncrustifyMichael Catanzaro2016-03-291-3/+3
* build: Fix build with clang -Werror and -Wwrite-stringsTing-Wei Lan2015-12-111-2/+2
* Remove FSF address from license headersMichael Catanzaro2015-12-071-3/+1
* Reenable and placate -Wold-style-definitionMichael Catanzaro2015-11-071-1/+1
* EphyProfileUtils: fix leak in ephy_profile_utils_do_migrationMichael Catanzaro2015-09-031-1/+3
* profile-utils: do not spawn the profile migrator unnecessarilyClaudio Saavedra2014-02-131-0/+6
* lib: Move auth data query/store methods from ephy-profile-utils to a new fileCarlos Garcia Campos2013-03-121-232/+0
* ephy-profile-utils: migrate ephy_profile_utils_store/query_form_auth_data() t...Claudio Saavedra2013-03-051-45/+166
* Remove UUID hacks to prevent self-launchXan Lopez2012-12-121-2/+0
* ephy-profile-utils: don't replace environment when spwaning ephy-profile-migr...Stefano Facchini2012-09-281-1/+8
* Revert "ephy-profile-utils: don't replace environment when spwaning ephy-prof...Xan Lopez2012-09-071-6/+1
* ephy-profile-utils: don't replace environment when spwaning ephy-profile-migr...Stefano Facchini2012-09-071-1/+6
* ephy-profile-utils: add a profile_dir parameter to ephy_profile_utils_do_migr...Claudio Saavedra2012-09-031-1/+6
* ephy-profile-migrator: allow running migration in non-default profile directo...Claudio Saavedra2012-09-031-0/+8
* ephy-profile-utils: use an index variable instead of manually setting itClaudio Saavedra2012-09-031-6/+6
* ephy-profile-utils: fix array lengthClaudio Saavedra2012-09-031-1/+1
* ephy-profile-utils: pass the required version to the migratorXan Lopez2012-08-311-6/+9
* ephy-profile-utils: reorder includesXan Lopez2012-08-311-1/+2
* ephy-profile-utils: fix memory leakPavel Vasin2012-06-121-1/+2
* ephy-profile-utils: use absolute path for build dirXan Lopez2012-05-161-1/+1
* ephy-profile-utils: tweak migrator location codeXan Lopez2012-05-161-7/+6
* ephy-profile-utils: fix migrator binary nameXan Lopez2012-05-101-1/+1
* tests: test that trying to run an invalid migration step failsXan Lopez2012-05-091-3/+25
* ephy-profile-utils: make ephy_profile_utils_do_migration more verbose on failureXan Lopez2012-05-091-4/+7
* ephy-profile-utils: split profile migration from EphyShellXan Lopez2012-05-071-0/+17
* ephy-profile-utils: use == to compare SoupURI schemesSergio Villar Senin2012-02-241-1/+1
* ephy-profile-utils: shut up libsoup runtime warningSergio Villar Senin2012-02-241-1/+1
* ephy-profile-utils: fix crasher when .migrated is unreadableDiego Escalante Urrelo2010-12-071-3/+5
* ephy-profile-migration: separate migration code into another binaryDiego Escalante Urrelo2010-12-071-0/+186