summaryrefslogtreecommitdiff
path: root/src/lib/eina/eina_util.c
Commit message (Expand)AuthorAgeFilesLines
* eina: Rename EAPI macro to EINA_API in Eina libraryFelipe Magno de Almeida2020-11-251-2/+2
* macOS: make eina_environment_tmp_get() work as elsewhere.Alastair Poole2018-10-021-0/+11
* eina - windows home get - donyt have static buffer and do it like unixCarsten Haitzler (Rasterman)2018-02-251-9/+6
* eina utils: fix build without getpwent.Mykyta Biliavskyi2017-02-201-4/+6
* eina utils and vpath - use euid not uid if setuid for correct userCarsten Haitzler (Rasterman)2017-02-091-1/+1
* elm config - handle profile name of ".." as its obviously invalidCarsten Haitzler (Rasterman)2017-02-081-4/+2
* eina utils - home and tmp environ - store statitcally and handle setuidCarsten Haitzler (Rasterman)2017-02-081-5/+29
* eina: move to use memcmp and rename eina_{flt,dbl}eq to eina_{flt,dbl}_exact.Cedric BAIL2017-01-061-32/+0
* eina: add functions for warningless exact comparisons of floatsMike Blumenkrantz2017-01-061-0/+32
* eina tmp get - support other tmp dir env vars and dont use xdg runtimeCarsten Haitzler (Rasterman)2016-04-081-1/+3
* ector: initial implementation of our own Ector GL backend.Cedric BAIL2016-01-051-1/+1
* eina: util - set tmp to NULL to fix compilation warningAmitesh Singh2015-10-141-1/+1
* eina: Include <unistd.h> for getuid and geteuid functionsChris Michael2015-10-131-0/+1
* eina: fix potential security issue.Vincent Torri2015-10-121-2/+7
* Eina: include string.h on Windows as memcpy is used (fixes warning)Vincent Torri2015-07-031-0/+3
* eina: use less stack on Windows for eina_environment_home_get, and no snprintf()Vincent Torri2015-05-181-3/+4
* eina: handle fallback to HOMEDIR/HOMEPATH on WIN32.Cedric BAIL2015-05-141-0/+11
* eina: fixup.Cedric BAIL2015-05-141-6/+6
* eina: add crosss platforme API to retrieve tmp and home directories from envi...Vincent Torri2015-05-141-0/+79