summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* core: Change new functions to return gpg_err_code_t.Werner Koch2017-11-285-43/+58
* gpgscm: Some adjustments for use in gpgrt.Werner Koch2017-11-286-90/+127
* core: New API functions gpgrt_mkdir, gpgrt_chdir, gpgrt_getcwd.Werner Koch2017-11-2810-84/+288
* core: Prepare to build with gpgscm.Werner Koch2017-11-283-3/+24
* core: New API functions gpgrt_getenv and gpgrt_setenv.Werner Koch2017-11-287-0/+218
* core: Install new files gpgrt.m4 and gpgrt-config.Werner Koch2017-11-274-13/+155
* doc: Add a comment to the Windows registry functions.Werner Koch2017-11-271-1/+5
* core: Avoid endless recursion if log_set_sink has not been used.Werner Koch2017-11-271-2/+3
* core: Add new macro log_assert to the API.Werner Koch2017-11-271-2/+13
* core: Do not use the estream_t alias in gpg-error.h.Werner Koch2017-11-221-2/+2
* w32: Avoid unused code warning.Werner Koch2017-11-171-0/+8
* w32: Add new API fucntion gpgrt_w32_reg_query_string.Werner Koch2017-11-179-7/+225
* core: New API functions gpgrt_strdup and gpgrt_strconcat.Werner Koch2017-11-177-2/+111
* core: New API functions gpgrt_malloc, gpgrt_calloc, and gpgrt_realloc.Werner Koch2017-11-177-1/+63
* core: Add logging API.Werner Koch2017-11-178-298/+803
* New configure options and macros for internal use.Werner Koch2017-11-174-11/+187
* core: Change license of logging.[ch] to LGPLv2.1Werner Koch2017-10-052-48/+32
* core: Import of logging.[ch] from GnuPGWerner Koch2017-10-052-0/+1218
* gpgscm: Add required configure checks.Werner Koch2017-10-053-3/+73
* gpgscm: Change license from GPLv3+ to LGPLv2.1+Werner Koch2017-10-0519-226/+204
* gpgscm: Import gpgscm subdir from the gnupg repoWerner Koch2017-10-0525-0/+12880
|\
| * gpgscm: Move files to a gpgscm subdirectory.Werner Koch2017-10-0525-0/+0
| * gpgscm: Fix -Wimplicit-fallthrough warnings.Justus Winter2017-08-211-2/+12
| * build: New configure option --enable-all-tests.Werner Koch2017-08-081-0/+8
| * gpgscm: Make the test summary stand outWerner Koch2017-08-081-0/+2
| * tests: Do not run all tests unless in maintainer mode.Justus Winter2017-08-071-0/+8
| * gpgscm,w32: Fix testing for absolute paths.Justus Winter2017-07-181-2/+15
| * gpgscm: Library improvements.Justus Winter2017-07-142-1/+23
| * gpgscm: Fail early if the test setup fails.Justus Winter2017-07-141-0/+2
| * gpgscm: Make loading of modules less verbose.Justus Winter2017-07-131-1/+1
| * gpgscm: Make it impossible to catch '*interpreter-exit*'.Justus Winter2017-07-131-2/+2
| * gpgscm: Limit the number of parallel jobs.Justus Winter2017-06-192-15/+93
| * gpgscm: Improve option parsing.Justus Winter2017-06-191-1/+7
| * gpgscm: Improve error handling of foreign functions.Justus Winter2017-06-191-2/+1
| * gpgscm: Improve error reporting.Justus Winter2017-06-192-25/+27
| * gpgscm: Fix checking for opcode arguments.Justus Winter2017-05-171-1/+2
| * tests: Make it possible to run all tests using our infrastructure.Justus Winter2017-05-112-0/+19
| * tests: Move the makefile parser.Justus Winter2017-05-112-0/+77
| * gpgscm: Make it possible to set the logfile name.Justus Winter2017-05-111-2/+3
| * tests: Support tests that are expected to fail.Justus Winter2017-05-041-27/+40
| * gpgscm: Create and re-use frame objects.Justus Winter2017-05-032-28/+114
| * gpgscm: Merge opexe_0.Justus Winter2017-05-032-49/+38
| * Spelling fixes in docs and comments.NIIBE Yutaka2017-04-281-2/+2
| * gpgscm: Refactor cell finalization.Justus Winter2017-04-241-24/+41
| * gpgscm: Tweak error message display.Justus Winter2017-04-241-2/+7
| * gpgscm: Fix test.Justus Winter2017-04-241-2/+2
| * gpgscm: Improve syntax checking.Justus Winter2017-04-241-2/+5
| * gpgscm: Emit JUnit-style XML reports.Justus Winter2017-04-245-10/+252
| * gpgscm: Make logging less verbose and more useful.Justus Winter2017-04-241-4/+5
| * gpgscm: Make test framework less functional.Justus Winter2017-04-241-40/+35