Skip to content
Snippets Groups Projects
  1. Nov 05, 2014
  2. Nov 04, 2014
  3. Nov 03, 2014
  4. Oct 31, 2014
  5. Oct 30, 2014
    • Lubos Slovak's avatar
      public-libs: Removed dependency on config. · f2053f9d
      Lubos Slovak authored
      f2053f9d
    • Lubos Slovak's avatar
      ee37820f
    • Lubos Slovak's avatar
      Merge branch 'master' into public-libs-common · 7906dc2d
      Lubos Slovak authored
      Conflicts:
      	Knot.files
      	src/Makefile.am
      	src/knot/conf/conf.c
      	src/knot/ctl/estimator.c
      	src/knot/ctl/knotc_main.c
      	src/knot/ctl/remote.c
      	src/knot/dnssec/nsec3-chain.c
      	src/knot/dnssec/zone-keys.c
      	src/knot/dnssec/zone-sign.c
      	src/knot/nameserver/nsec_proofs.c
      	src/knot/nameserver/process_query.c
      	src/knot/nameserver/update.c
      	src/knot/server/server.h
      	src/knot/server/tcp-handler.c
      	src/knot/server/udp-handler.c
      	src/knot/updates/apply.c
      	src/knot/zone/contents.c
      	src/knot/zone/events/handlers.c
      	src/knot/zone/timers.c
      	src/knot/zone/zone-tree.c
      	src/knot/zone/zonedb.c
      	src/knot/zone/zonefile.c
      	src/libknot/binary.c
      	src/libknot/dname.c
      	src/libknot/dnssec/key.c
      	src/libknot/errcode.c
      	src/libknot/internal/log.c
      	src/libknot/internal/mempattern.c
      	src/libknot/internal/net.c
      	src/libknot/internal/tolower.c
      	src/libknot/internal/trie/hat-trie.h
      	src/libknot/internal/utils.c
      	src/libknot/packet/compr.c
      	src/libknot/packet/pkt.c
      	src/libknot/processing/layer.c
      	src/libknot/processing/requestor.c
      	src/libknot/rrset-dump.c
      	src/libknot/rrset.c
      	src/libknot/rrtype/nsec3param.c
      	src/libknot/rrtype/opt.c
      	src/libknot/rrtype/tsig.c
      	src/libknot/tsig-op.c
      	src/utils/nsupdate/nsupdate_exec.c
      	tests/hhash.c
      	tests/namedb.c
      	tests/zone_timers.c
      	tests/zone_update.c
      7906dc2d
  6. Oct 29, 2014
  7. Oct 24, 2014
    • Daniel Salzman's avatar
      Merge branch 'public-libs' into 'master' · cbdfd12c
      Daniel Salzman authored
      Libknot: prefixes + visibility
      
      - All public symbols of libknot are prefixed with `knot_` or `KNOT_`.
      - Private symbols are not prefixed.
      - All public symbols have visibility defined (macro `_public_`).
      - Symbol exporting is handled by `gl_VISIBILITY()` in `configure.ac`.
      
      Tests pass, except for two errors (see email) that previously occurred also in `master` branch. Please, have a look at the `events/ddns` test, it may be an issue. (But if it is, it's present in master already.)
      
      Fixes #200
      
      Follow-up: #305, #301
      
      See merge request !300
      cbdfd12c
    • Daniel Salzman's avatar
      Merge branch 'master' into public-libs · 567f932e
      Daniel Salzman authored
      Conflicts:
      	src/knot/nameserver/axfr.c
      	src/knot/nameserver/internet.c
      	src/knot/nameserver/ixfr.c
      567f932e
    • Daniel Salzman's avatar
      libknot: move common.h to common/macros.h · 236ff8ba
      Daniel Salzman authored
      236ff8ba
    • Daniel Salzman's avatar
    • Daniel Salzman's avatar
      libknot: remove KNOT_ERR_ALLOC_FAILED · 65f8455d
      Daniel Salzman authored
      65f8455d
    • Jan Včelák's avatar
      libknot: remove uint typedef · 9ed03e72
      Jan Včelák authored
      9ed03e72
    • Jan Včelák's avatar
      Merge branch '1.6' · 6a0d7889
      Jan Včelák authored
      * 1.6:
        bump version to 1.6.0
        knotc: fix help message formatting
        tests-extra: zone expiration by broken AXFR
        review: mem_trim() after XFR when old zone is discarded
        schedule retry after failed AXFR
        expire zone if SOA is accepted, but AXFR is not
        events: add zone_events_is_scheduled() API
        refresh: Warning instead of Info
        refresh: Improved log message in case of older IXFR
        tests-extra: Improved/fixed test for forced refresh
        test-extra: fix Knot.ctl()
        tests-extra: refresh -f test
        refresh: Removed SOA check from AXFR processing
        tests-extra: add Knot.ctl() to allow arbitrary control operations
      6a0d7889
  8. Oct 23, 2014
  9. Oct 22, 2014
Loading