- Apr 30, 2014
-
-
Lubos Slovak authored
- OPT RR is now a normal RRSet. - Server stores only some EDNS options. (Will be changed later back to whole RR.) - Rewritten EDNS getters and setters to use normal RRSet. (Option manipulation not done yet.) - Added helper function for getting RRSet TTL.
-
Jan Kadlec authored
-
- Apr 23, 2014
-
-
Jan Kadlec authored
-
Jan Kadlec authored
-
- Apr 14, 2014
-
-
Jan Kadlec authored
-
- Apr 10, 2014
-
-
Marek Vavruša authored
-
- Apr 09, 2014
-
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Jan Kadlec authored
-
- Apr 08, 2014
-
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
-
- Apr 07, 2014
-
-
Jan Kadlec authored
- RRSet function removed altogether, it was not needed.
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
- find_rr_pos was used as an intersect operation. - added flag to compare TTLs for intersection operation - I don't like this, other way would be to check if one of the TTLs is 0 and ignore it then, but I doubt that would be transparent enough.
-
Jan Kadlec authored
-
Jan Kadlec authored
-
- Apr 04, 2014
-
-
Jan Kadlec authored
- mm_realloc is now static, since it was only used in rr.c anyway.
-
- Apr 03, 2014
-
-
Jan Kadlec authored
- todo: Find file with __i386__ define or something similar - removed contst getter for rr rdata. - reused knot_rr_array_size function for size + META_SIZE like formulas
-
Jan Kadlec authored
-
Lubos Slovak authored
refs !205
-
Jan Včelák authored
-
Jan Kadlec authored
- knot_rrset_copy now returns pointer
-
- Apr 02, 2014
-
-
Jan Kadlec authored
- knot_rrset_create_rr removed, only way to insert RR into rrset now is when you already have RDATA, so that we never create RRSet that is not sorted. - rr.h doxygenated, functions moved around a bit.
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
- merging can now be done directly using knot_rrs_t
-
Jan Kadlec authored
-
- Apr 01, 2014
-
-
Jan Kadlec authored
- tests are passing, however some work is still pending, namely storage of additionals for freeing. - removed some obsolete node API functions
-
Jan Kadlec authored
- Do not merge incoming RRs - Duplicated add/remove checks improved in ddns - Remove stuff directly from RRSet, do not return
-
- Mar 31, 2014
-
-
Jan Kadlec authored
- only basic functionality with leaks
-
Jan Kadlec authored
- sem checks missing, more extensive tests missing
-
Jan Kadlec authored
-
- Mar 28, 2014
-
-
Jan Kadlec authored
- Lost my temper with the direct changes, rewritten DDNS to only changeset creation, application will be the same as usual. - Will not work now
-
Jan Kadlec authored
-
- Mar 27, 2014
-
-
Jan Kadlec authored
-
Jan Kadlec authored
updates. - DDNS and changeset application will not work now, but it wouldn't work before either
-
- Mar 26, 2014
-
-
Jan Kadlec authored
- some cleanup and fixes as well, namely simplified RR creation during zone load (no malloc)
-