Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2002-06-21 | tidied up RISC OS specific stuff | Stefan Bellon | 2 | -0/+11 | |
2002-06-20 | image file system feature and filetype for RISC OS | Stefan Bellon | 2 | -0/+41 | |
2002-06-14 | * strgutil.c (pop_strlist): New function to pop the head off of a strlist. | David Shaw | 2 | -0/+21 | |
2002-06-05 | 2002-06-05 Timo Schulz <[email protected]> | Timo Schulz | 2 | -22/+35 | |
* fileutil.c (is_file_compressed): Corrected the magic values for bzip2 and gzip. Noted by David. | |||||
2002-05-22 | * fileutil.c (compare_filenames): Replaced stricmp by strcasecmp. | Werner Koch | 4 | -19/+23 | |
* miscutil.c (answer_is_yes_no_quit,answer_is_yes_no_default): Ditto. * strgutil.c (strncasecmp): New. (memicmp): Removed. | |||||
2002-05-10 | fixes for M_DEBUG, strcasecmp and RISC OS | Stefan Bellon | 4 | -11/+34 | |
2002-05-04 | * http.c (write_server) [__MINGW32__]: Replaced WriteFile by send | Werner Koch | 2 | -4/+9 | |
because sockets don't work with WriteFile under NT anymore. | |||||
2002-05-03 | * argparse.c (optfile_parse): Remove quotes only if they totally enclose | David Shaw | 2 | -4/+20 | |
the string, and do not occur within the string. This makes specifying a program under Win32 easier when you need quotes around part of a string, but not around the whole string. | |||||
2002-05-02 | util/ | Werner Koch | 2 | -0/+10 | |
* memory.c (alloc): Malloc at least 1 byte. Noted by Winona Brown. g10/ * options.skel: Removed the comment on trusted-keys because this option is now deprecated. | |||||
2002-04-23 | * miscutil.c: New function answer_is_yes_no_default() to give a default | David Shaw | 2 | -3/+12 | |
answer. | |||||
2002-04-22 | RISC OS specific changes | Stefan Bellon | 3 | -130/+21 | |
2002-04-08 | Merged in my changes, after disk crash. Fortunately the CVS was not | Werner Koch | 2 | -4/+14 | |
affected - but everything else and it seems that there is no backup of the BTS data is available :-( | |||||
2002-03-29 | If a delimiter is used, then quote the backslash character as well. | David Shaw | 3 | -4/+14 | |
Problem noted by Rainer Perske. | |||||
2002-02-28 | * http.c (write_server): Convert integer to a HANDLE for W32. | Timo Schulz | 2 | -1/+6 | |
Usually there should be no problem, but maybe this is not true for all W32 versions (2K, NT, XP, ME). | |||||
2002-01-27 | Do not cache fdopened fds on close. | David Shaw | 2 | -3/+7 | |
2002-01-08 | * secmem.c (print_warn): Print a pointer to the FAQ. | Werner Koch | 2 | -2/+10 | |
2002-01-05 | * argparse.c (default_strusage): Set default copyright date to 2002. | Werner Koch | 2 | -1/+5 | |
2002-01-02 | updated include file name | Stefan Bellon | 5 | -28/+121 | |
2001-12-27 | Some exec cleanups and tweaks for photo ID and keyserver execution | David Shaw | 2 | -0/+5 | |
2001-12-27 | Someone must have fixed this without an entry here ;-) | Werner Koch | 1 | -0/+4 | |
2001-12-23 | Fixed a typo and W32 support for the latest CVS changes. | Timo Schulz | 1 | -1/+1 | |
2001-12-22 | fixed realloc not working correctly with M_GUARD | Stefan Bellon | 2 | -13/+22 | |
2001-12-22 | Minor cleanups | Werner Koch | 2 | -1/+4 | |
2001-12-22 | Added is_file_compressed | Timo Schulz | 2 | -1/+47 | |
2001-12-19 | * simple-gettext.c, w32reg.c [CYGWIN32]: Allow to use this file | Werner Koch | 3 | -4/+9 | |
2001-11-08 | fixes for the 1.0.6b bugs David recently posted to gnupg-devel. | Werner Koch | 1 | -1/+1 | |
2001-10-18 | Fixed the Read-Only keyring bug and changed the way the keydb interface | Werner Koch | 2 | -3/+8 | |
works. | |||||
2001-09-26 | completed the new key validation code | Werner Koch | 1 | -1/+1 | |
2001-09-19 | Bug fixes and Timo's patches | Werner Koch | 6 | -43/+141 | |
2001-09-18 | Check for garbled packets | Werner Koch | 2 | -3/+8 | |
2001-09-09 | more bug fixesand some warning cleanups | Werner Koch | 2 | -1/+54 | |
2001-09-06 | Revamped the keyring code | Werner Koch | 2 | -2/+6 | |
2001-08-21 | Fixed possible endless loop | Stefan Bellon | 2 | -48/+68 | |
2001-08-20 | Implemented -cs and some fixes to the rfc1991 symmetric only mode | Werner Koch | 2 | -0/+15 | |
2001-08-20 | Applied Stefan's patches to support RISCOS. | Werner Koch | 10 | -33/+563 | |
2001-07-26 | migration to autoconf 2.52 and bugfixes | Werner Koch | 1 | -1/+1 | |
2001-07-03 | Fixed printing of badly encoded utf-8 | Werner Koch | 2 | -9/+26 | |
2001-06-12 | Fix for toupper('I') != 'i' | Werner Koch | 4 | -8/+98 | |
2001-06-06 | Fixed a possible W32 bufferoverflow | Werner Koch | 4 | -30/+119 | |
2001-05-25 | fixed severe format string bug | Werner Koch | 3 | -1/+15 | |
2001-05-05 | --send-key fix and other minor things | Werner Koch | 2 | -1/+6 | |
2001-04-29 | Fixed copyright year lists according to CVS and ChangeLogs | Werner Koch | 9 | -10/+9 | |
2001-04-28 | Updated copyright notices and other doc fixes. | Werner Koch | 13 | -23/+25 | |
2001-04-28 | last hour fixes. | Werner Koch | 2 | -3/+13 | |
2001-04-23 | Add kludge for broken HTTP proxies. | Werner Koch | 2 | -3/+12 | |
2001-04-20 | Add UTF-8 charset | Werner Koch | 2 | -2/+27 | |
2001-04-19 | Fixes for W32 | Werner Koch | 3 | -4/+24 | |
2001-04-17 | Estonian translation, .texi man pages. | Werner Koch | 3 | -38/+17 | |
2001-04-02 | Re-enabled iobuf_translate_file_handle, so that --command-fd et.al continue | Werner Koch | 2 | -4/+22 | |
to work under W32. | |||||
2001-03-29 | Allow to enter an alternate filename | Werner Koch | 3 | -9/+19 | |