1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-12-22 10:19:57 +01:00
Werner Koch eecbed004c gpg: Fix regression in --refresh-keys
* g10/keyserver.c (keyserver_get): Factor all code out to ...
(keyserver_get_chunk): new.  Extimate line length.
(keyserver_get): Split up requests into chunks.
--

Note that refreshing all keys still requires way to much memory
because we build an in-memory list of all keys first.  It is required
to first get a list of all keys to avoid conflicts while updating the
key store in the process of receiving keys.  A better strategy would
be a background process and tracking the last update in the key store.

GnuPG-bug-id: 1755
Signed-off-by: Werner Koch <wk@gnupg.org>
2014-11-12 12:14:32 +01:00
..
2014-11-04 16:32:30 +01:00
2014-07-23 14:35:22 +02:00
2014-10-31 14:21:34 +01:00
2014-01-31 14:35:49 +01:00
2014-11-11 15:14:31 +01:00
2007-07-04 19:49:40 +00:00
2013-11-15 15:49:34 +01:00
2014-10-31 10:31:11 +01:00
2014-11-11 10:13:10 +01:00
2008-12-12 08:54:50 +00:00
2014-03-06 16:23:10 +09:00
2014-01-29 17:45:05 +01:00