Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typos. | Justus Winter | 2016-10-27 | 1 | -1/+1 |
| | | | | | -- Signed-off-by: Justus Winter <[email protected]> | ||||
* | Fix use cases of snprintf. | NIIBE Yutaka | 2016-10-21 | 1 | -4/+4 |
| | | | | | | | | | | | * agent/call-pinentry.c, agent/call-scd.c, agent/command.c, build-aux/speedo/w32/g4wihelp.c, common/get-passphrase.c, dirmngr/dirmngr.c, g10/call-agent.c, g10/cpr.c, g10/keygen.c, g10/openfile.c, g10/passphrase.c, scd/app-openpgp.c, scd/scdaemon.c, sm/call-agent.c, sm/call-dirmngr.c, sm/certreqgen.c: Fix assuming C99. -- Signed-off-by: NIIBE Yutaka <[email protected]> | ||||
* | speedo: Comment typo fix | Werner Koch | 2014-08-12 | 1 | -2/+2 |
| | | | | -- | ||||
* | speedo: Revamped speedo and include a w32 installer. | Werner Koch | 2014-06-10 | 1 | -0/+1136 |
* build-aux/speedo/: New. * build-aux/speedo/w32/: New. -- The new installer uses some code from Gpg4win but is much smaller and easier to maintain. To build an installer, unpack GnuPG and then run make -f build-aux/speedo.mk TARBALLS=~/mytarballs installer ~/mytarballs is a directory with tarballs of external libraries. See speedo.mk for a list of them. WARNING: The installed W32 version does not correctly work right now. |