unbound/services
Wouter Wijngaards 3028fa50a8 - Patch from Florian Obser fixes some compiler warnings:
include mini_event.h to have a prototype for mini_ev_cmp
  include edns.h to have a prototype for apply_edns_options
  sldns_wire2str_edns_keepalive_print is only called in the wire2str,
  module declare it static to get rid of compiler warning:
  no previous prototype for function
  infra_find_ip_ratedata() is only called in the infra module,
  declare it static to get rid of compiler warning:
  no previous prototype for function
  do not shadow local variable buf in authzone
  auth_chunks_delete and az_nsec3_findnode are only called in the
  authzone module, declare them static to get rid of compiler warning:
  no previous prototype for function...
  copy_rrset() is only called in the respip module, declare it
  static to get rid of compiler warning:
  no previous prototype for function 'copy_rrset'
  no need for another variable "r"; gets rid of compiler warning:
  declaration shadows a local variable in libunbound.c
  no need for another variable "ns"; gets rid of compiler warning:
  declaration shadows a local variable in iterator.c



git-svn-id: file:///svn/unbound/trunk@5072 be551aaa-1e26-0410-a405-d3ace91eadb9
2019-01-24 16:05:00 +00:00
..
cache - Patch from Florian Obser fixes some compiler warnings: 2019-01-24 16:05:00 +00:00
authzone.c - Patch from Florian Obser fixes some compiler warnings: 2019-01-24 16:05:00 +00:00
authzone.h - Fix for #4219: secondaries not updated after serial change, unbound 2019-01-22 15:36:58 +00:00
listen_dnsport.c - Fix space calculation for tcp req buffer size. 2019-01-22 08:27:49 +00:00
listen_dnsport.h - Add stream-wait-size: 4m config option to limit the maximum 2019-01-21 16:20:14 +00:00
localzone.c better locking. 2018-08-30 09:21:05 +00:00
localzone.h - local-zone noview can be used to break out of the view to the 2018-02-19 12:13:23 +00:00
mesh.c comment fixes after review. 2019-01-15 13:42:22 +00:00
mesh.h - increase mesh max activation count for capsforid long fetches. 2019-01-17 08:58:09 +00:00
modstack.c - better module memory lookup, fix of unbound-control shm names for 2017-05-16 14:16:59 +00:00
modstack.h - better module memory lookup, fix of unbound-control shm names for 2017-05-16 14:16:59 +00:00
outbound_list.c And fix #551 REGENT to COPYRIGHT HOLDER in license in file headings. 2014-02-07 13:28:39 +00:00
outbound_list.h And fix #551 REGENT to COPYRIGHT HOLDER in license in file headings. 2014-02-07 13:28:39 +00:00
outside_network.c - Get ready for the DNS flag day: remove EDNS lame procedure, do not re-query 2019-01-16 10:23:13 +00:00
outside_network.h - Get ready for the DNS flag day: remove EDNS lame procedure, do not re-query 2019-01-16 10:23:13 +00:00
view.c - Also use global local-zones when there is a matching view that does not have 2017-05-31 11:45:39 +00:00
view.h - Spelling fixes, from Phil Porada. 2017-09-15 14:29:28 +00:00