Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | w32: Almost everywhere include winsock2.h before windows.h. | Werner Koch | 2013-04-23 | 1 | -20/+23 |
| | | | | | | | | | | | -- This is required by newer mingw toolchain versions which demand that winsock2.h is included before windows.h. Now, due to the use of socket definitions in pth.h we need to include winsock2.h also in pth.h, now pth.h is often included after an include of windows.h and thus the compiler spits out a warning. To avoid that we include winsock2.h at all places the compiler complains about. | ||||
* | * ttyio.h, ttyio.c (tty_enable_completion): Some ifdefs around | David Shaw | 2009-08-11 | 1 | -3/+4 |
| | | | | | HAVE_LIBREADLINE to allow building when readline isn't available. | ||||
* | signal cleanup fix | Werner Koch | 2009-05-26 | 1 | -0/+8 |
| | |||||
* | Changed to GPLv3. | Werner Koch | 2007-07-04 | 1 | -4/+2 |
| | | | | | Removed intl/. | ||||
* | More W32 related changes | Werner Koch | 2007-06-26 | 1 | -1/+1 |
| | |||||
* | Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under ↵ | Werner Koch | 2007-06-21 | 1 | -1/+22 |
| | | | | Windows. | ||||
* | First steps towards supporting W32. | Werner Koch | 2007-06-06 | 1 | -2/+4 |
| | | | | | | | This is mainly source code reorganization. Update gnulib. g10/ does currently not build. | ||||
* | Clarified cURL and OpenLDAP license issues. | Werner Koch | 2006-09-22 | 1 | -4/+48 |
| | | | | | Made readline support work. | ||||
* | Various updates | Werner Koch | 2006-09-21 | 1 | -34/+51 |
| | |||||
* | Updated FSF's address. | Werner Koch | 2006-06-20 | 1 | -1/+2 |
| | |||||
* | g10/ does build again. | Werner Koch | 2006-05-23 | 1 | -3/+46 |
| | |||||
* | gcc-4 defaults forced me to edit many many files to get rid of the | Werner Koch | 2005-06-16 | 1 | -1/+1 |
| | | | | | | | char * vs. unsigned char * warnings. The GNU coding standards used to say that these mismatches are okay and better than a bunch of casts. Obviously this has changed now. | ||||
* | Merged most of David Shaw's changes in 1.3 since 2003-06-03. | Werner Koch | 2003-09-23 | 1 | -8/+8 |
| | |||||
* | (tty_fprintf): New. | Werner Koch | 2003-09-18 | 1 | -3/+50 |
| | | | | | | (tty_print_string, tty_print_utf8_string2) (tty_print_utf8_string): Made P argument const byte*. | ||||
* | This commit was manufactured by cvs2svn to create branch | Repo Admin | 2003-08-05 | 1 | -0/+508 |
'GNUPG-1-9-BRANCH'. |