Skip to content
Snippets Groups Projects
  1. Nov 16, 2010
    • Lubos Slovak's avatar
      Extended RDATA API · 2fea8f8d
      Lubos Slovak authored
      Added functions:
        - dnslib_rdata_wire_size()
        - dnslib_rdata_to_wire()
      
      The converting seems to be quite inefficient, should consider
        improving performance for the cost of more memory used
        (not to distinguish so many RDATA item types).
      2fea8f8d
    • Lubos Slovak's avatar
      Descriptors fixes + minor change. · cb6ec169
      Lubos Slovak authored
      Fixed missing comma.
      MAXRDATALEN -> MAX_RDATA_ITEMS
      + added two other constants:
        - MAX_RDATA_ITEM_SIZE
        - MAX_RDATA_WIRE_SIZE
      cb6ec169
    • Lubos Slovak's avatar
      Changes to RDATA. · 56b2003e
      Lubos Slovak authored
      RDATA items changed to be more space efficient. Distinguishes
        several content types and stores the rest as binary array with
        its length stored in th first byte.
      
      Changed RDATA constructor to not allocate space for items.
      
      Functions for comparing RDATAs:
        dnslib_rdata_compare() - just a first draft though.
        dnslib_rdata_compare_binary() - compares two binary RDATA items
          (needs testing)
      
      refs #119
      56b2003e
  2. Nov 15, 2010
  3. Nov 14, 2010
  4. Nov 12, 2010
  5. Nov 11, 2010
  6. Nov 10, 2010
  7. Nov 09, 2010
  8. Nov 04, 2010
  9. Oct 25, 2010
  10. Oct 20, 2010
Loading