Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2005-12-12 | * ttyio.c (tty_enable_completion, tty_disable_completion): Add checks | David Shaw | 1 | -0/+8 | |
for no_terminal so we don't try to open("/dev/tty") when invoked with --no-tty. | |||||
2005-07-27 | Converted all m_free to xfree etc. | Werner Koch | 1 | -8/+8 | |
2005-07-22 | * gpg.sgml (http): | Werner Koch | 1 | -5/+0 | |
* g10.c, options.h: New option --exit-on-status-write-error. * status.c (write_status_text): Make use of this option. | |||||
2005-07-18 | * tdbio.c (open_db): Check for EROFS. Suggested by Bryce Nichols. | Werner Koch | 1 | -1/+10 | |
* ttyio.c (do_get): Move printing of the prompt after disabling echo. Suggested by Scott Worley. | |||||
2005-05-31 | Updated FSF street address and preparations for a release candidate. | Werner Koch | 1 | -1/+2 | |
2005-03-21 | * keyedit.c (command_generator, keyedit_completion): Changed | Werner Koch | 1 | -1/+1 | |
indentation. * card-util.c (command_generator, card_edit_completion): Ditto. | |||||
2005-03-18 | * ttyio.c (tty_enable_completion, tty_disable_completion): Enable and | David Shaw | 1 | -0/+20 | |
disable readline completion. (init_ttyfp): Completion is disabled by default. | |||||
2004-12-18 | Readline fix to be robust against platforms where readline has its own | David Shaw | 1 | -4/+4 | |
dependencies. We play guess-the-depedency for a while, and try termcap, curses, and ncurses. | |||||
2004-11-03 | 2004-11-03 Timo Schulz <[email protected]> | Timo Schulz | 1 | -12/+12 | |
* strgutil.c (w32_strerror): New. * ttyio.c (init_ttyfp, tty_printf, do_get): Use it here. * iobuf.c (fd_cache_open, file_filter): Likewise. (iobuf_seek, translate_file_handle): Likewise. | |||||
2004-09-09 | * configure.ac: Check for readline. | Werner Koch | 1 | -2/+45 | |
* signal.c (got_fatal_signal): Do readline cleanup. Print signal number if we can't print the name. Use new autoconf macro HAVE_DECL_SYS_SIGLIST. (get_signal_name): Removed. * ttyio.c (tty_get): Add readline support. | |||||
2003-10-08 | (tty_print_string, tty_print_utf8_string2) | Werner Koch | 1 | -3/+3 | |
(tty_print_utf8_string): Made string arg const. | |||||
2003-09-28 | (tty_fprintf): New. | Werner Koch | 1 | -0/+47 | |
2003-08-28 | * dotlock.c, http.c, iobuf.c, simple-gettext.c, srv.c, srv.h, strgutil.c, | David Shaw | 1 | -10/+10 | |
ttyio.c, w32reg.c: s/__MINGW32__/_WIN32/ to help building on native Windows compilers. Requested by Brian Gladman. From Werner on stable branch. * http.c (connect_server): Oops - forgot to freeaddrinfo(). | |||||
2003-05-24 | * argparse.c, dotlock.c, fileutil.c, iobuf.c, miscutil.c, | David Shaw | 1 | -34/+33 | |
simple-gettext.c, errors.c, http.c, memory.c, secmem.c, ttyio.c: Edit all preprocessor instructions to remove whitespace before the '#'. This is not required by C89, but there are some compilers out there that don't like it. | |||||
2003-02-22 | * ttyio.c (tty_print_utf8_string, tty_print_utf8_string2): Use 0 to | David Shaw | 1 | -3/+3 | |
indicate a string with no maximum size. This prevents early truncation of strings that contain control chars which are expanded into \xXX form. | |||||
2002-11-09 | * ttyio.c (TERMDEVICE): Removed. | Werner Koch | 1 | -14/+40 | |
(tty_get_ttyname): New. (init_ttyfp): Use it here instead of the TERMDEVICE macro. | |||||
2002-10-19 | This commit was manufactured by cvs2svn to create branch | Repo Admin | 1 | -481/+0 | |
'GNUPG-1-9-BRANCH'. | |||||
2002-08-06 | tidying up RISC OS stuff | Stefan Bellon | 1 | -19/+2 | |
2002-06-29 | Update head to match stable 1.0 | David Shaw | 1 | -43/+85 | |
2000-07-14 | See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner Koch | Werner Koch | 1 | -3/+27 | |
2000-01-27 | See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner Koch | Werner Koch | 1 | -0/+1 | |
2000-01-24 | See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner Koch | Werner Koch | 1 | -8/+8 | |
1999-09-17 | See ChangeLog: Fri Sep 17 12:56:42 CEST 1999 Werner KochV1-0-1 | Werner Koch | 1 | -19/+2 | |
1999-09-15 | See ChangeLog: Wed Sep 15 16:22:17 CEST 1999 Werner KochV1-0-4V1-0-3V1-0-2V1-0-1-ePit-1 | Werner Koch | 1 | -0/+17 | |
1999-08-31 | See ChangeLog: Tue Aug 31 17:20:44 CEST 1999 Werner Koch | Werner Koch | 1 | -0/+23 | |
1999-06-15 | See ChangeLog: Tue Jun 15 14:23:10 CEST 1999 Werner Koch | Werner Koch | 1 | -0/+23 | |
1999-04-18 | See ChangeLog: Sun Apr 18 10:11:28 CEST 1999 Werner Koch | Werner Koch | 1 | -3/+21 | |
1999-02-16 | See ChangeLog: Tue Feb 16 14:10:02 CET 1999 Werner Koch | Werner Koch | 1 | -1/+1 | |
1999-02-10 | See ChangeLog: Wed Feb 10 17:15:39 CET 1999 Werner Koch | Werner Koch | 1 | -0/+2 | |
1998-12-23 | See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner Koch | Werner Koch | 1 | -3/+3 | |
1998-09-11 | *** empty log message *** | Werner Koch | 1 | -0/+8 | |
1998-08-08 | ready for a new release | Werner Koch | 1 | -5/+20 | |
1998-07-29 | edit-key is now complete | Werner Koch | 1 | -0/+12 | |
1998-06-26 | bug fixes | Werner Koch | 1 | -0/+6 | |
1998-02-24 | Renamed to GNUPGV-0-2-8 | Werner Koch | 1 | -18/+156 | |
1998-01-16 | added some trust model stuff | Werner Koch | 1 | -1/+1 | |
1998-01-06 | distributed version 0.1.0V0-1-0 | Werner Koch | 1 | -0/+4 | |
1998-01-05 | NT version compilesV0-0-0 | Werner Koch | 1 | -1/+10 | |
1998-01-02 | added more stuff | Werner Koch | 1 | -48/+56 | |
1997-12-31 | Sylvester Version | Werner Koch | 1 | -7/+36 | |
1997-12-16 | added some stuff for signing keys | Werner Koch | 1 | -0/+22 | |
1997-11-18 | initially checkin | Werner Koch | 1 | -0/+114 | |