summaryrefslogtreecommitdiff
path: root/src/lib/eina/eina_vpath.c
Commit message (Expand)AuthorAgeFilesLines
* eina: Rename EAPI macro to EINA_API in Eina libraryFelipe Magno de Almeida2020-11-251-4/+4
* eina vpath - fix windows ~username handling to only error when usedCarsten Haitzler (Rasterman)2020-07-301-4/+4
* ecore_file - address issue about false positive of finding a file in ./Carsten Haitzler (Rasterman)2020-04-221-4/+2
* eina_vpath: add null checking logic on vpath_resolve apiWonki Kim2019-08-271-0/+1
* Evil: remove pwd code in Evil and fix compilation failures after the removalVincent Torri2019-07-281-1/+5
* Eina vpath: remove support of ~username vpath on WindowsVincent Torri2019-07-181-6/+7
* eina: update vpath to also support a more classic syntax for variable.Cedric BAIL2019-05-111-7/+23
* eina: refactor and simplify vpath.Cedric BAIL2019-05-111-10/+2
* eina_vpath do not pass things through snprintf when not expected.Marcel Hollerbach2019-04-271-83/+94
* eina_vpath: port to WindowsVincent Torri2019-04-171-0/+1
* eina: free vpath hash on shutdownMike Blumenkrantz2019-02-251-0/+2
* eina vpath - warning - remove unused variableCarsten Haitzler (Rasterman)2018-11-091-2/+1
* eina vpath - warning - fix constness of string pointerCarsten Haitzler (Rasterman)2018-11-091-3/+3
* eina_vpath: fix the memory leakTaehyub Kim2018-09-211-3/+7
* move efreet xdg envvars to einaMarcel Hollerbach2018-08-201-0/+1
* eina_vpath: introduce eina_vpath in style of snprintfMarcel Hollerbach2018-08-201-14/+28
* eina_vpath: fix homedirectory fetchingMarcel Hollerbach2018-08-201-21/+37
* eina_vpath: include the config headerMarcel Hollerbach2018-02-261-0/+10
* eina vpath - improve docs and add app.tmp and usr.tmp vpaths tooCarsten Haitzler (Rasterman)2018-02-231-7/+11
* eina: make eina_vpath_interface_user_set an internal API.Cedric Bail2018-02-221-0/+1
* move from efl.vpath to eina_vpathMarcel Hollerbach2018-02-221-1/+0
* introduce eina_vpath!Marcel Hollerbach2018-02-221-0/+349