| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the syscall clamp functions also for lock functions | Werner Koch | 2016-11-11 | 7 | -1/+104 |
* | w32: Fix lock c++ narrowing conversion warning | Andre Heinecke | 2016-11-11 | 1 | -2/+2 |
* | Change description of GPG_ERR_OPEN_KEYRING. | Werner Koch | 2016-11-10 | 21 | -21/+21 |
* | Add error codes GPG_ERR_TOO_YOUNG and GPG_ERR_TOO_OLD. | Werner Koch | 2016-11-02 | 3 | -0/+12 |
* | tests: Fix name of the test. | Justus Winter | 2016-10-18 | 1 | -1/+1 |
* | estream: Fix modestring parsing. | Justus Winter | 2016-10-18 | 1 | -1/+1 |
* | Add error code USER_ID_EXISTS, NAME_EXISTS, and DUP_NAME. | Werner Koch | 2016-10-07 | 3 | -2/+15 |
* | syscfg: Add support for {i686,x86_64}-apple-darwin. | Werner Koch | 2016-10-07 | 3 | -0/+56 |
* | Check the size of the time_t. | Werner Koch | 2016-09-01 | 1 | -0/+14 |
* | Add error WINDOW_TOO_SMALL, WINDOW_TOO_LARGE, and MISSING_ENVVAR. | Werner Koch | 2016-09-01 | 3 | -2/+48 |
* | New error code GPG_ERR_ENGINE_TOO_OLD | Werner Koch | 2016-08-16 | 2 | -1/+6 |
* | Post release updates. | Werner Koch | 2016-07-14 | 2 | -1/+5 |
* | Release 1.24libgpg-error-1.24 | Werner Koch | 2016-07-14 | 3 | -2/+10 |
* | build: Update config.{guess,sub} to {2016-05-15,2016-06-20}. | Werner Koch | 2016-07-13 | 2 | -13/+23 |
* | Add an option to disable tests | Yann E. MORIN | 2016-07-12 | 2 | -1/+12 |
* | Fix build without threads | Yann E. MORIN | 2016-07-12 | 3 | -3/+9 |
* | Define EWOULDBLOCK in case it is not defined | Andre Heinecke | 2016-07-05 | 1 | -0/+5 |
* | yat2m: Fix table formatting. | Werner Koch | 2016-07-02 | 1 | -1/+3 |
* | estream: Fix bug es_fclose_snatch if a seek has been used. | Werner Koch | 2016-06-27 | 1 | -1/+1 |
* | w32: Silence compiler warnings about redefined macros. | Werner Koch | 2016-06-25 | 1 | -6/+19 |
* | doc: Update yat2m.c | Werner Koch | 2016-06-25 | 2 | -8/+57 |
* | estream: Remove two compiler warning. | Werner Koch | 2016-06-24 | 1 | -40/+41 |
* | Post release updates | Werner Koch | 2016-06-15 | 2 | -1/+4 |
* | Release 1.23libgpg-error-1.23 | Werner Koch | 2016-06-15 | 3 | -3/+12 |
* | po: Auto-update | Werner Koch | 2016-06-15 | 18 | -0/+54 |
* | po: Update German translation | Werner Koch | 2016-06-15 | 1 | -3/+4 |
* | po: Update Polish translation | Jakub Bogusz | 2016-06-15 | 1 | -244/+95 |
* | tests: Fix rare deadlock condition in t-poll. | Werner Koch | 2016-06-15 | 1 | -3/+6 |
* | estream: Fix assertion failure due to es_flush. | NIIBE Yutaka | 2016-06-15 | 1 | -3/+1 |
* | Adjust memory limit of es_fopenmem to the block size. | Werner Koch | 2016-06-15 | 1 | -0/+8 |
* | Add GPG_ERR_SUBKEYS_EXP_OR_REV. | Werner Koch | 2016-05-17 | 3 | -3/+18 |
* | syscfg: Add a powerpc and a tilgegx architecture. | Werner Koch | 2016-05-07 | 3 | -0/+50 |
* | Post release updates. | Werner Koch | 2016-04-25 | 2 | -1/+5 |
* | Release 1.22.libgpg-error-1.22 | Werner Koch | 2016-04-25 | 7 | -62/+48 |
* | po: Auto-update | Werner Koch | 2016-04-25 | 17 | -0/+85 |
* | po: Update German translation. | Werner Koch | 2016-04-25 | 1 | -1/+4 |
* | build: Update config.{guess,sub} to 2016-04-02 and 2016-03-30. | Werner Koch | 2016-04-25 | 2 | -71/+112 |
* | Fix for HPPA. | NIIBE Yutaka | 2016-04-25 | 3 | -4/+33 |
* | syscfg: Add powerpc-unknown-linux-gnuspe | Werner Koch | 2016-04-22 | 1 | -0/+1 |
* | w32: Add iconv functions. | Werner Koch | 2016-04-21 | 5 | -399/+134 |
* | Add file w32-iconv.c | Werner Koch | 2016-04-20 | 1 | -0/+2086 |
* | estream,w32: Temporary fix for gpgrt_poll. | Werner Koch | 2016-04-05 | 1 | -0/+4 |
* | estream: Prepare for new mode flag "sysopen". | Werner Koch | 2016-03-29 | 1 | -14/+47 |
* | estream: Use simpler names for static functions. | Werner Koch | 2016-03-29 | 1 | -44/+44 |
* | doc: Re-format comments in estream.c | Werner Koch | 2016-03-29 | 1 | -150/+311 |
* | estream: Remove strange macro for better readability. | Werner Koch | 2016-03-29 | 1 | -15/+11 |
* | Add function gpgrt_annotate_leaked_object. | Peter Wu | 2016-03-24 | 2 | -0/+31 |
* | syscfg: Add lock-obj-pub files for {armv5, armv6, x86_64}-musl targets | Kylie McClain | 2016-03-14 | 4 | -0/+74 |
* | Fix detecting Solaris operating system. | NIIBE Yutaka | 2016-03-03 | 1 | -1/+2 |
* | For Solaris, add -lrt correctly. | NIIBE Yutaka | 2016-03-03 | 1 | -5/+0 |