index
:
gnupg
ECC-INTEGRATION-2-1
GNUPG-1-9-BRANCH
GNUPG-1-9-BRANCH-MO
GNUPG-TRUNK-MO-HACKS
STABLE-BRANCH-1-0
STABLE-BRANCH-1-2
STABLE-BRANCH-1-4
STABLE-BRANCH-2-0
STABLE-BRANCH-2-2
STABLE-BRANCH-2-2.40
STABLE-BRANCH-2-4
T3880
T3880-fix
bjk/passphrase-inquire
cb/T5215
cb/test
ccid_driver_improvement
debian-unstable-patch-queue
disallow-v3-keys
dkg-fix-T4566
dkg-fix-T4593
dkg-fix-T4628
dkg-fix-T4652
dkg-fix-T4682
dkg/T1371
dkg/T1967
dkg/fix-4855
dkg/fix-T3995
dkg/fix-T4490
dkg/fix-T4501
dkg/fix-T4507
dkg/fix-T4522
dkg/gpgv-doc-improvement
dkg/no-skel-files
dkg/passphrase-env
ePit-1-0
fix-1950
fix-4393
fix-T3995
fix-T4017
fix-T4018
fix-T4019
gniibe/T4620
gniibe/crypto-refresh
gniibe/decryption-key
gniibe/fix-3465
gniibe/kem
gniibe/pcsc-get-status
gniibe/regexp
gniibe/scd-direct-keygrip
gniibe/scd-kdf-support
gniibe/scd-watch
gniibe/sos
gniibe/spawn
gniibe/t3883
gniibe/t6275
gniibe/t6364
gniibe/t6487
gniibe/t6592
gniibe/t6606
gniibe/t7426
gniibe/v5/448
gniibe/x25519
ikloecker/pinentry-formatted-passphrase
ikloecker/t5462
ikloecker/t5598-appimage
justus/fix-1788
justus/issue1955
justus/issue2012
justus/issue2700
justus/issue2826-0
justus/libdns-0
justus/scm-9
key-storage-work
master
mo-scd
neal/dirmngr-ldap
neal/encrypted-mailing-lists
neal/issue2236
neal/kdb
neal/next
neal/pending
neal/strsplit
npth
npth-2
npth-3
npth-4
scd-backport-2-0
scd-pin-prompt
scd-work
seckey-sync-work
switch-to-gpgk
t5964
tobias/gpgsum
tobias/tsa
tpm-work
wk/g13work
wk/kyber-test
wk/signcode
wk/stable-2.2-global-options
wk/test-master
wk/w32-smime-perf-tests
The GNU Privacy Guard
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
dirmngr
/
http.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-12-02
build: Require at least Libassuan 2.4.1.
Werner Koch
1
-4
/
+0
2015-12-02
http: Enhance parser to detect .onion addresses.
Werner Koch
1
-33
/
+39
2015-11-27
Avoid incompatible pointer assignment warnings on Windows.
Werner Koch
1
-6
/
+7
2015-11-26
dirmngr: Let Libassuan employ nPth wrappers for connect.
Werner Koch
1
-9
/
+0
2015-11-18
dirmngr: Gracefully handle premature termination of TLS streams.
fix-1950
Justus Winter
1
-11
/
+29
2015-11-17
Fix typos found using codespell.
Justus Winter
1
-1
/
+1
2015-10-26
dirmngr: Support Tor hidden services.
Werner Koch
1
-0
/
+26
2015-10-26
dirmngr,w32: Remove gethostbyname hack and make it build again.
Werner Koch
1
-36
/
+2
2015-10-22
dirmngr: Do not use MAXDNAME.
Werner Koch
1
-7
/
+17
2015-10-22
Move SRV RR code from common/ to dirmngr/.
Werner Koch
1
-17
/
+0
2015-10-21
dirmngr: Use the new DNS wrapper for the HTTP module.
Werner Koch
1
-78
/
+18
2015-10-21
dirmngr: Allow use of http.c if USE_NPTH is not defined.
Werner Koch
1
-8
/
+14
2015-10-21
Change capitalization of TOR to Tor.
Werner Koch
1
-2
/
+2
2015-10-21
dirmngr: Allow building with libassuan < 2.3.
Neal H. Walfield
1
-0
/
+2
2015-10-20
w32: Allow building again.
Werner Koch
1
-1
/
+1
2015-10-19
dirmngr: Allow building with libassuan < 2.3.
Werner Koch
1
-0
/
+2
2015-10-19
dirmngr: Make --use-tor work - still leaks DNS.
Werner Koch
1
-4
/
+14
2015-10-19
dirmngr: Use Assuan socket wrappers for http.c
Werner Koch
1
-55
/
+73
2015-10-18
Move http module from common/ to dirmngr/.
Werner Koch
1
-0
/
+0
2015-10-08
dirmngr: Default to http protocol for http-proxy
Andre Heinecke
1
-1
/
+1
2015-09-18
http: Add flag to force use of TOR (part 1)
Werner Koch
1
-0
/
+12
2015-04-21
common: Make proper use of http proxy parameter.
Werner Koch
1
-3
/
+48
2015-03-23
Improve documenation of http_parse_uri.
Neal H. Walfield
1
-3
/
+4
2015-03-23
Add new function uri_query_lookup.
Neal H. Walfield
1
-0
/
+15
2015-03-20
common: Fix syntax error when building with gnutls
Werner Koch
1
-1
/
+1
2015-03-19
hkps: Fix host name verification when using pools.
Werner Koch
1
-2
/
+4
2014-12-08
http: Improve diagnostic messages.
Werner Koch
1
-9
/
+32
2014-11-07
w32: Fix http access module.
Werner Koch
1
-8
/
+25
2014-10-02
First changes for future use of NTBTLS.
Werner Koch
1
-28
/
+94
2014-09-10
dirmngr: Fix the ks_fetch command for the http scheme.
Werner Koch
1
-3
/
+8
2014-08-26
Switch to the libgpg-error provided estream.
Werner Koch
1
-2
/
+2
2014-06-13
http: Print human readable GNUTLS status.
Werner Koch
1
-1
/
+27
2014-05-19
http: Add callback to help logging of server certificates.
Werner Koch
1
-20
/
+33
2014-05-16
http: Allow overriding of the Host header.
Werner Koch
1
-23
/
+44
2014-05-05
http: Add reference counting to the session object.
Werner Koch
1
-40
/
+80
2014-05-02
http: Add HTTP_FLAG_FORCE_TLS and http_get_tls_info.
Werner Koch
1
-31
/
+75
2014-05-02
http: Revamp TLS API.
Werner Koch
1
-209
/
+402
2014-05-02
common: Cleanup the use of USE_NPTH and HAVE_NPTH macros.
Werner Koch
1
-18
/
+17
2014-03-14
dirmngr: Make use of IPv4 and IPV6 more explicit.
Werner Koch
1
-2
/
+6
2014-03-12
http: Add a flag to the URL parser indicating a literal v6 address.
Werner Koch
1
-0
/
+2
2014-03-07
w32: Include winsock2.h to silence warnings.
Werner Koch
1
-0
/
+3
2012-06-05
Change all quotes in strings and comments to the new GNU standard.
Werner Koch
1
-9
/
+9
2012-04-20
Change license for some files in common to LGPLv3+/GPLv2+.
Werner Koch
1
-5
/
+15
2012-02-07
common: Replace macro based function calls by using DEFAULT_ERRSOURCE.
Werner Koch
1
-52
/
+52
2012-01-25
Port to npth.
Marcus Brinkmann
1
-11
/
+11
2011-02-08
Add finger support to dirmngr.
Werner Koch
1
-69
/
+290
2011-02-04
Nuked almost all trailing white space.
post-nuke-of-trailing-ws
Werner Koch
1
-40
/
+40
2011-01-20
Fix for bug#1313. de.po update.
Werner Koch
1
-9
/
+18
2011-01-20
All standard keyserver commands are now using dirmngr.
Werner Koch
1
-8
/
+37
2011-01-10
Initial code checking for backup - not yet working.
Werner Koch
1
-16
/
+33
[next]