aboutsummaryrefslogtreecommitdiffstats
path: root/src/sysutils.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-17w32: Use _putenv_s when available.NIIBE Yutaka1-4/+28
2023-03-21Avoid segv in logging with improper use of the "socket://" .Werner Koch1-0/+4
2022-06-28Remove Windows CE support.NIIBE Yutaka1-5/+1
2022-03-04w32: Support file names longer than MAX_PATH.Werner Koch1-31/+118
2020-12-21Release 1.40libgpg-error-1.40gpgrt-1.40Werner Koch1-1/+2
2020-12-21w32: Allow Unicode for internal getusername function.Werner Koch1-9/+19
2020-10-19New public function gpgrt_access.Werner Koch1-0/+43
2020-10-09w32: Support utf8 also for getcwd.Werner Koch1-6/+32
2020-08-21core,w32: Add UTF-8 support to gpgrt_fopen, gpgrt_mkdir and gpgrt_chdir.Werner Koch1-11/+39
2020-04-03core: Implement meta command [user] also for WindowsWerner Koch1-2/+20
2020-04-03core: Implement meta command [user] for the arg parser.Werner Koch1-1/+21
2020-02-18core: Add gpgrt_fnameconcat and gpgrt_absfnameconcat.Werner Koch1-0/+39
2019-09-18gpgrt_setenv: Define behavior when value=NULL.NIIBE Yutaka1-1/+1
2018-03-12core: Do not export the process APIWerner Koch1-1/+1
2017-11-28core: Change new functions to return gpg_err_code_t.Werner Koch1-29/+38
2017-11-28core: New API functions gpgrt_mkdir, gpgrt_chdir, gpgrt_getcwd.Werner Koch1-0/+116
2017-11-28core: New API functions gpgrt_getenv and gpgrt_setenv.Werner Koch1-0/+175
2017-11-17New configure options and macros for internal use.Werner Koch1-9/+18
2017-02-26Rename internal functions of estream.Werner Koch1-1/+1
2016-02-08Convert http links to https where possible in the source.Daniel Kahn Gillmor1-1/+1
2014-08-25Implement symbol visibility.Werner Koch1-1/+1
2014-08-25First set of changes to include estream into the API.Werner Koch1-420/+11
2014-08-25Add missing redefine macros to cleanup the external symbols.Werner Koch1-0/+5
2014-08-25Add estream code from GnuPG.Werner Koch1-0/+434