Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clarify text of LGPLv2+/GPLv2+ licensed files. | Werner Koch | 2017-02-24 | 1 | -2/+2 |
| | | | | -- | ||||
* | Change all http://www.gnu.org in license notices to https:// | Werner Koch | 2016-11-05 | 1 | -1/+1 |
| | | | | -- | ||||
* | gpgtar,w32: Fix gpgtar 8 bit encoding handling on W32 | Andre Heinecke | 2016-01-26 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | * common/utf8conv.c (wchar_to_utf8): Factor code out to ... (wchar_to_cp): new. (utf8_to_wchar): Factor code out to ... (cp_to_wchar): new. (wchar_to_native): New. (native_to_wchar): New. * tools/gpgtar-create.c (fillup_entry_w32): Use native_to_wchar. (scan_directory): Use wchar_to_native. -- Gpgtar needs to handle filenames in the local 8 bit encoding on Windows as it uses the 8 bit file io functions. GnuPG-bug-id: 1624, 1746 Patch from bug 1624 modified to fit into GnuPG 2.1 by wk. Signed-off-by: Werner Koch <[email protected]> | ||||
* | common: Remove JNLIB from boiler plate (jnlib merge). | Werner Koch | 2015-04-24 | 1 | -6/+6 |
| | | | | | | | * common/README.jnlib: Remove. -- This is the final part of merging jnlib into gnupg/common. | ||||
* | Change JNLIB license to LGPLv3+ or GPLv2+. | Werner Koch | 2011-09-30 | 1 | -7/+18 |
| | | | | This is to allow the use of this code with code under GPLv2(only). | ||||
* | Merged jnlib into common. | Werner Koch | 2010-03-10 | 1 | -0/+45 |