index
:
libgpg-error
dkg-fix-T4643
dkg/expand-musl
dkg/fix-4952
gniibe/disable-new-dtags
gniibe/pkg-config-support
gniibe/secmem
gniibe/t5912
master
release-1.26
A small library that originally defined common error values for all GnuPG components.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
gpgscm: Better error reporting.
Justus Winter
2016-12-08
6
-62
/
+122
|
*
gpgscm: Keep a history of calls for error messages.
Justus Winter
2016-12-08
5
-4
/
+339
|
*
gpgscm: Add flag TAIL_CONTEXT.
Justus Winter
2016-12-08
1
-8
/
+44
|
*
gpgscm: Add flags to the interpreter.
Justus Winter
2016-12-08
2
-5
/
+44
|
*
gpgscm: Implement tags.
Justus Winter
2016-12-08
3
-0
/
+91
|
*
gpgscm: Generalize 'for-each-p'.
Justus Winter
2016-12-08
1
-7
/
+8
|
*
tests: Rename 'error' to 'fail'.
Justus Winter
2016-12-06
1
-6
/
+6
|
*
tests: Change (interactive-shell) to start an interactive shell
Neal H. Walfield
2016-12-06
1
-1
/
+1
|
*
gpgscm: Avoid truncating pointers.
Justus Winter
2016-11-29
1
-2
/
+3
|
*
gpgscm: Make 'reverse' compatible with 'reverse_in_place'.
Justus Winter
2016-11-23
1
-4
/
+4
|
*
gpgscm: Clean sweeped cells.
Justus Winter
2016-11-23
1
-2
/
+2
|
*
gpgscm: Fix initialization of 'sink'.
Justus Winter
2016-11-23
1
-1
/
+1
|
*
gpgscm: Refactor.
Justus Winter
2016-11-22
1
-6
/
+6
|
*
gpgscm: Fix property lists.
Justus Winter
2016-11-22
2
-32
/
+56
|
*
gpgscm: Fix installation of error handler.
Justus Winter
2016-11-22
1
-0
/
+1
|
*
gpgscm: Use a static pool of cells for small integers.
Justus Winter
2016-11-22
3
-19
/
+108
|
*
gpgscm: Re-enable the garbage collector in case of errors.
Justus Winter
2016-11-17
1
-1
/
+3
|
*
gpgscm: Fix string.
Justus Winter
2016-11-17
1
-1
/
+1
|
*
gpgscm: Mark cells requiring finalization.
Justus Winter
2016-11-15
1
-5
/
+6
|
*
gpgscm: Recover more cells.
Justus Winter
2016-11-15
1
-0
/
+1
|
*
gpgscm: Avoid cell allocation overhead.
Justus Winter
2016-11-14
2
-44
/
+252
|
*
gpgscm: Recover cells from the list of recently allocated cells.
Justus Winter
2016-11-10
1
-6
/
+11
|
*
gpgscm: Recover cells used to maintain interpreter state.
Justus Winter
2016-11-10
1
-8
/
+31
|
*
gpgscm: Reduce opcode dispatch overhead.
Justus Winter
2016-11-10
2
-228
/
+256
|
*
gpgscm: Make the compile-hook configurable.
Justus Winter
2016-11-10
3
-1
/
+12
|
*
gpgscm: Drop obsolete commented-out code.
Justus Winter
2016-11-10
1
-19
/
+0
|
*
gpgscm: Remove dubious stack implementation.
Justus Winter
2016-11-10
3
-95
/
+0
|
*
gpgscm: Expose seek and associated constants.
Justus Winter
2016-11-08
2
-0
/
+27
|
*
gpgscm: Fix error message.
Justus Winter
2016-11-08
1
-18
/
+21
|
*
gpgscm: Generalize splice to write to multiple sinks.
Justus Winter
2016-11-07
2
-7
/
+42
|
*
gpgscm: Drop 'len' argument from splice.
Justus Winter
2016-11-07
2
-11
/
+5
|
*
tests: Move environment creation and teardown into each test.
Justus Winter
2016-11-07
1
-0
/
+4
|
*
gpgscm,w32: Provide schemish file handling for binary files.
Justus Winter
2016-11-07
1
-0
/
+14
|
*
gpgscm: Add support for pseudo-random numbers.
Justus Winter
2016-11-07
2
-0
/
+94
|
*
Change all http://www.gnu.org in license notices to https://
Werner Koch
2016-11-05
8
-8
/
+8
|
*
gpgscm: Fix printing strings containing zero bytes.
Justus Winter
2016-11-04
1
-1
/
+3
|
*
gpgscm: Implement 'atexit'.
Justus Winter
2016-11-04
2
-0
/
+19
|
*
gpgscm,tests: Add new functions to the test environment.
Justus Winter
2016-11-03
2
-0
/
+26
|
*
gpgscm: Fix inclusion of readline header.
Justus Winter
2016-11-02
1
-0
/
+1
|
*
common,w32: Fix setting environment variables on Windows.
Justus Winter
2016-10-20
1
-1
/
+3
|
*
gpgscm: Initialize nesting stack.
Justus Winter
2016-10-17
1
-0
/
+1
|
*
tests: Improve handling of Windows newlines.
Justus Winter
2016-10-07
1
-0
/
+9
|
*
gpgscm: Improve test of low-level functions.
Justus Winter
2016-10-07
2
-1
/
+34
|
*
gpgscm: Improve path handling.
Justus Winter
2016-10-07
2
-3
/
+18
|
*
gpgscm: Update callsite of 'gnupg_spawn_process'.
Justus Winter
2016-10-06
1
-1
/
+1
|
*
tests,w32: Do not expose 'glob' to gpgscm.
Justus Winter
2016-10-04
1
-38
/
+0
|
*
tests: Refine the repl function.
Justus Winter
2016-09-19
1
-21
/
+21
|
*
tests: Implement interpreter shutdown using exceptions.
Justus Winter
2016-09-19
2
-1
/
+23
|
*
tests: Correctly handle exceptions in resource handling macros.
Justus Winter
2016-09-19
1
-4
/
+13
|
*
tests: Refine exception handling.
Justus Winter
2016-09-19
2
-6
/
+6
[prev]
[next]