Skip to content
Snippets Groups Projects
  1. Dec 01, 2011
  2. Nov 01, 2011
  3. Aug 30, 2011
  4. Aug 11, 2011
  5. Aug 08, 2011
  6. Aug 04, 2011
  7. Aug 03, 2011
  8. Aug 01, 2011
  9. Jul 27, 2011
  10. Jul 26, 2011
  11. Jul 22, 2011
  12. Jul 20, 2011
  13. Jul 19, 2011
  14. May 05, 2011
  15. Apr 06, 2011
  16. Apr 05, 2011
  17. Mar 16, 2011
    • Lubos Slovak's avatar
      Removed unused file. · 9bac0d95
      Lubos Slovak authored
      9bac0d95
    • Lubos Slovak's avatar
      Source files reorganization. · 5e48ae85
      Lubos Slovak authored
      - Sources separated according to the future compilation modules:
        - src/knot/ contains all sources related to server (compiles into
          knotc and knotd)
        - src/alloc/ contains sources of slab allocator (may be compiled
          into standalone library).
        - src/dnslib/ contains dnslib sources (may be compiled as
          standalone library).
        - src/tests/ contains unittests (compiles into unittests).
        - src/zoneparser/ contains sources of zone compiler (compiles
          into knot-zcompile).
      
      TODO: Need to refactor makefile to separate the compilation of
            these modules. However, unittests still depend on all
            modules.
      
      refs #400
      5e48ae85
  18. Feb 25, 2011
    • Ondřej Surý's avatar
      Clean-up header file usage: · a9ad2022
      Ondřej Surý authored
      1. Include <config.h> at the top of each .c
      2. Remove "common.h" and config.h from all .h
      3. Include "common.h" at the top of user includes in each .c
      
      The common.h was used inconsistently (either it's common or not).
      a9ad2022
    • Ondřej Surý's avatar
      Fix header files to always include subdirectory. · 42e4d4a3
      Ondřej Surý authored
      That allows tree things (among others):
      
      1. to have headers with conflicting names (dnslib/debug.h, other/debug.h)
      2. to have only -I. (or no include at all)
      3. to possibly move include files to separate directory $(topdir)/includes/
      42e4d4a3
    • Ondřej Surý's avatar
      First try at autotools · e6200ab2
      Ondřej Surý authored
      e6200ab2
  19. Feb 24, 2011
  20. Feb 16, 2011
  21. Feb 14, 2011
  22. Feb 10, 2011
  23. Feb 03, 2011
  24. Feb 01, 2011
  25. Jan 18, 2011
  26. Jan 17, 2011
  27. Jan 06, 2011
  28. Jan 04, 2011
Loading