Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * argparse.c (default_strusage): Change copyright date. | David Shaw | 2003-03-23 | 2 | -2/+11 |
| | |||||
* | * srv.h, srv.c (getsrv): Use unsigned char rather than char. Noted by | David Shaw | 2003-03-15 | 2 | -6/+8 |
| | | | | | Stefan Bellon. | ||||
* | * http.c (connect_server): Use DNS SRV to get a server list. Fail over to | David Shaw | 2003-03-11 | 5 | -55/+387 |
| | | | | | | | A records if necessary. * Makefile.am, srv.h, srv.c: New DNS SRV handling code. | ||||
* | * ttyio.c (tty_print_utf8_string, tty_print_utf8_string2): Use 0 to | David Shaw | 2003-02-22 | 2 | -3/+10 |
| | | | | | | indicate a string with no maximum size. This prevents early truncation of strings that contain control chars which are expanded into \xXX form. | ||||
* | * iobuf.c (iobuf_flush): Only print debug info if debugging is on. | David Shaw | 2002-12-26 | 2 | -1/+6 |
| | |||||
* | * secmem.c (lock_pool) [__CYGWIN__]: Don't print secmem warning. From | David Shaw | 2002-11-13 | 2 | -1/+6 |
| | | | | | Werner on stable branch. | ||||
* | * ttyio.c (TERMDEVICE): Removed. | Werner Koch | 2002-11-09 | 2 | -14/+46 |
| | | | | | | (tty_get_ttyname): New. (init_ttyfp): Use it here instead of the TERMDEVICE macro. | ||||
* | * w32reg.c (read_w32_registry_string): Fixed expanding of the environment | David Shaw | 2002-11-06 | 5 | -12/+31 |
| | | | | | | | | | | | | | | buffer; didn't worked at all. Reported by Thijmen Klok. From Werner on stable branch. * secmem.c (secmem_free, secmem_term): Use wipememory2() instead of memset() to overwrite secure memory * iobuf.c (direct_open): Handle mode 'b' if O_BINARY is available. From Werner on stable branch. * fileutil.c: Comment from stable branch. | ||||
* | added RISC OS module loading support | Stefan Bellon | 2002-10-31 | 4 | -30/+115 |
| | |||||
* | tidied RISC OS filetype support | Stefan Bellon | 2002-10-29 | 3 | -19/+56 |
| | |||||
* | filetype support for RISC OS | Stefan Bellon | 2002-10-28 | 3 | -17/+46 |
| | |||||
* | * Makefile.am, regcomp.c, regex.c, regex_internal.c, regex_internal.h, | David Shaw | 2002-10-19 | 7 | -0/+8658 |
| | | | | | regexec.c: Add new regex files from glibc 2.3.1. | ||||
* | * http.c (connect_server): Try all A records for names with multiple | David Shaw | 2002-10-17 | 2 | -66/+81 |
| | | | | | addresses until one answers for both MINGW32 and not MINGW32. | ||||
* | * http.c (connect_server): Properly handle a single A record that fails | David Shaw | 2002-10-11 | 2 | -3/+9 |
| | | | | | connect(). | ||||
* | * logger.c (g10_log_warning, log_set_strict): Add new log_warning logger | David Shaw | 2002-10-03 | 2 | -0/+36 |
| | | | | | | command which can be switched between log_info and log_error via log_set_strict. | ||||
* | * http.c (connect_server): Try all A records for names with multiple | David Shaw | 2002-09-24 | 2 | -4/+22 |
| | | | | | addresses until one answers (not MINGW32). | ||||
* | * w32reg.c (read_w32_registry_string): Fallback to HLM. | Werner Koch | 2002-09-16 | 2 | -3/+13 |
| | |||||
* | updated RISC OS stuff | Stefan Bellon | 2002-09-12 | 3 | -0/+14 |
| | |||||
* | * simple-gettext.c: Disable charset mappings. We do it now whenV1-2-2 | Werner Koch | 2002-09-11 | 2 | -8/+16 |
| | | | | | installing the files. | ||||
* | * w32reg.c (read_w32_registry_string): Handle REG_EXPAND_SZ. | Werner Koch | 2002-09-10 | 4 | -12/+110 |
| | | | | | | | Suggested by Ryan Malayter. * strgutil.c (ascii_strcasecmp): Replaced by code from gnulib. (ascii_strncasecmp): New. | ||||
* | * strgutil.c (set_native_charset): Allow NULL as argument to use | Werner Koch | 2002-09-02 | 2 | -3/+27 |
| | | | | | nl_langinfo for selection. Mapped latin-15 to latin-1. | ||||
* | * iobuf.c (block_filter): Removed the assert, so that one can pass | Werner Koch | 2002-08-30 | 2 | -13/+15 |
| | | | | | | the first character of a message and use the block filter for non partial length encoded packets. | ||||
* | tidying up RISC OS stuff | Stefan Bellon | 2002-08-06 | 3 | -99/+59 |
| | |||||
* | RISC OS changes because of dynload removal | Stefan Bellon | 2002-08-03 | 2 | -2/+7 |
| | |||||
* | RISC OS changes due to dynload removal | Stefan Bellon | 2002-08-03 | 1 | -1/+1 |
| | |||||
* | * secmem.c: "Warning" -> "WARNING" | David Shaw | 2002-07-25 | 2 | -1/+5 |
| | |||||
* | * argparse.c (initialize): We better exit after a read error so | Werner Koch | 2002-07-05 | 2 | -1/+7 |
| | | | | | | that we don't run into an endless loop when reading a directory. Noted by Andrew Suffield. | ||||
* | * argparse.c (optfile_parse): Fix variable typo - 'p2' should be 'p' :) | David Shaw | 2002-07-01 | 2 | -2/+7 |
| | |||||
* | * argparse.c (optfile_parse): Renamed an auto I to P2 to avoid | Werner Koch | 2002-06-29 | 2 | -6/+11 |
| | | | | | shadowing warning. | ||||
* | Update head to match stable 1.0 | David Shaw | 2002-06-29 | 19 | -607/+5171 |
| | |||||
* | Removed the libgcrypt stuff and started to modify the source to work with | Werner Koch | 2000-12-19 | 1 | -3/+2 |
| | | | | | that external library. | ||||
* | This was missing in HEAD. | Werner Koch | 2000-10-11 | 1 | -0/+88 |
| | |||||
* | See ChangeLog: Mon Sep 18 16:35:45 CEST 2000 Werner Koch | Werner Koch | 2000-09-18 | 4 | -8/+48 |
| | |||||
* | See ChangeLog: Fri Aug 18 14:27:14 CEST 2000 Werner Koch | Werner Koch | 2000-08-18 | 2 | -10/+16 |
| | |||||
* | See ChangeLog: Fri Jul 28 18:19:11 CEST 2000 Werner Koch | Werner Koch | 2000-07-28 | 2 | -2/+21 |
| | |||||
* | See ChangeLog: Tue Jul 25 17:44:15 CEST 2000 Werner Koch | Werner Koch | 2000-07-25 | 1 | -2/+2 |
| | |||||
* | See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner Koch | Werner Koch | 2000-07-14 | 9 | -36/+141 |
| | |||||
* | See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner Koch | Werner Koch | 2000-01-27 | 9 | -60/+72 |
| | |||||
* | See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner Koch | Werner Koch | 2000-01-24 | 23 | -3259/+108 |
| | |||||
* | See ChangeLog: Fri Dec 31 14:06:56 CET 1999 Werner Koch | Werner Koch | 1999-12-31 | 1 | -1/+1 |
| | |||||
* | See ChangeLog: Fri Dec 31 12:48:31 CET 1999 Werner Koch | Werner Koch | 1999-12-31 | 5 | -4/+39 |
| | |||||
* | See ChangeLog: Wed Dec 8 21:58:32 CET 1999 Werner Koch | Werner Koch | 1999-12-08 | 13 | -169/+773 |
| | |||||
* | See ChangeLog: Fri Nov 19 17:15:20 CET 1999 Werner Koch | Werner Koch | 1999-11-19 | 4 | -29/+115 |
| | |||||
* | See ChangeLog: Sat Nov 13 17:44:23 CET 1999 Werner Koch | Werner Koch | 1999-11-13 | 4 | -42/+15 |
| | |||||
* | See ChangeLog: Tue Oct 26 14:10:21 CEST 1999 Werner Koch | Werner Koch | 1999-10-26 | 3 | -7/+96 |
| | |||||
* | See ChangeLog: Fri Sep 17 12:56:42 CEST 1999 Werner KochV1-0-1 | Werner Koch | 1999-09-17 | 4 | -21/+35 |
| | |||||
* | See ChangeLog: Wed Sep 15 16:22:17 CEST 1999 Werner KochV1-0-4V1-0-3V1-0-2V1-0-1-ePit-1 | Werner Koch | 1999-09-15 | 5 | -2/+492 |
| | |||||
* | See ChangeLog: Mon Sep 13 10:55:14 CEST 1999 Werner Koch | Werner Koch | 1999-09-13 | 1 | -0/+10 |
| | |||||
* | See ChangeLog: Fri Sep 3 10:06:06 CEST 1999 Werner KochV0-9-11 | Werner Koch | 1999-09-03 | 1 | -1/+3 |
| | |||||
* | See ChangeLog: Wed Sep 1 15:30:44 CEST 1999 Werner Koch | Werner Koch | 1999-09-01 | 2 | -1/+9 |
| |