Commit Graph

  • 9cee7d59c2 Binary server is ready. Benjamin Fry 2015-09-28 22:08:47 -0700
  • 2690f74122 Configuration file support Benjamin Fry 2015-09-27 00:11:42 -0700
  • 17e65d2a74 master file support for BIND time formats #h#d, etc... Benjamin Fry 2015-09-20 14:58:39 -0700
  • e02641006b Merge branch 'master' into dev Benjamin Fry 2015-09-19 14:43:20 -0700
  • 7e6cbb78ca Adding DNSCrypt as a goal. Benjamin Fry 2015-09-17 14:13:01 -0700
  • e6da0adcdd feature flagged off ftests (can't run on travis) Benjamin Fry 2015-09-17 07:41:16 -0700
  • d4beee2dfd updating version to 0.2.1 Benjamin Fry 2015-09-17 00:24:46 -0700
  • d34957c010 completed switch to mio Benjamin Fry 2015-09-17 00:22:24 -0700
  • a7810f1b24 mio server, has only run_once at the moment Benjamin Fry 2015-09-13 23:55:59 -0700
  • f8908ce7ff initial changes for binary and dig tests Benjamin Fry 2015-09-12 22:28:58 -0700
  • 940d511992 updating version for dev Benjamin Fry 2015-09-07 22:39:23 -0700
  • 033dfb84e3 fixed keywords for crates.io Benjamin Fry 2015-09-07 22:38:13 -0700
  • b2fd665436 updated Cargo information Benjamin Fry 2015-09-07 22:32:12 -0700
  • cd5079a865 better ignore file Benjamin Fry 2015-09-07 22:25:58 -0700
  • 70d1fbf184 server working, with catalog and [www.]example.com Benjamin Fry 2015-09-07 19:28:41 -0700
  • ce6936f270 Most of catalog working, though lot's of clones Benjamin Fry 2015-09-05 08:41:21 -0700
  • 604fe3eb7c New lexer in place, all tests passing Benjamin Fry 2015-09-02 21:42:13 -0700
  • 09c857b57f Simplified FSM for Lexer, lexer tests passing. Benjamin Fry 2015-09-02 20:11:06 -0700
  • aec63c5dfe parsing example rfc1035 master file, bug in escaped dots in names Benjamin Fry 2015-09-01 23:53:44 -0700
  • 376273f2f2 compiling changes for parser logic! woohoo! Benjamin Fry 2015-08-31 09:53:34 -0700
  • 179be5618e Cleaning up the lexer a bit. Benjamin Fry 2015-08-29 13:55:42 -0700
  • 2715967845 support blank on first part of line Benjamin Fry 2015-08-26 00:09:01 -0700
  • 28f38c6425 Lexer for text files Benjamin Fry 2015-08-25 23:15:37 -0700
  • 1495ca4dd3 Travis status in readme Benjamin Fry 2015-08-22 11:53:07 -0700
  • 5f197e0aad renaming Travis config to correct name... Benjamin Fry 2015-08-22 11:45:08 -0700
  • 91f63ad001 Travis CI setup Benjamin Fry 2015-08-22 11:41:32 -0700
  • 9999d706b5 Copyright update Benjamin Fry 2015-08-21 17:29:00 -0700
  • ffcbba5e48 Client is now succesfully querying server! Benjamin Fry 2015-08-21 16:48:22 -0700
  • 5b9c046a77 Refactored serialization into encoder/decoder Benjamin Fry 2015-08-21 11:21:20 -0700
  • a8fe789836 Client written and working, but now need to implement pointer for names, non-consuming data stream Benjamin Fry 2015-08-18 17:07:45 -0700
  • d781deceee All tests passing for Messages Benjamin Fry 2015-08-18 11:33:55 -0700
  • b6c1ad2117 Message tests done, two failing, will fix Benjamin Fry 2015-08-18 07:07:53 -0700
  • e6d106aad5 Message parser and write_to done, need tests... Benjamin Fry 2015-08-17 17:30:08 -0700
  • 382701ea1e all write_to functions implemented... Benjamin Fry 2015-08-17 16:11:31 -0700
  • 9ad645564d Beginning of writers for RData. Benjamin Fry 2015-08-17 00:59:21 -0700
  • 7adbc23d64 better tests, and new writing routines Benjamin Fry 2015-08-16 16:51:52 -0700
  • 102bed0d1c Initial parsers for message and query, need tests, first writers Benjamin Fry 2015-08-15 15:13:20 -0700
  • 2d2822edc6 Tests for the message Header Benjamin Fry 2015-08-14 16:28:01 -0700
  • 7dc08e7664 Header parsing complete, tests still needed Benjamin Fry 2015-08-14 00:51:58 -0700
  • 49cd2d6730 All RFC1035 fields parsing! Benjamin Fry 2015-08-13 15:55:31 -0700
  • 8809b9d322 a bunch of rdata processors Benjamin Fry 2015-08-13 08:32:48 -0700
  • fe13d680bc A, AAAA and start of CNAME parsing Benjamin Fry 2015-08-12 17:21:19 -0700
  • c3a3418984 Switched to pop() and reversed array for all parsing Benjamin Fry 2015-08-12 14:09:21 -0700
  • ac7f9b025f minor refactor so that parsers can be used across RData Benjamin Fry 2015-08-12 13:34:12 -0700
  • 1def967dfc Merge branch 'dev' of github.com:bluejekyll/trust-dns into dev Benjamin Fry 2015-08-12 10:19:41 -0700
  • 8b7facb69e initial parsing for resource record, and stubbed rdata parsers Benjamin Fry 2015-08-12 00:54:54 -0700
  • 57e06a192f Merge branch 'dev' of github.com:bluejekyll/trust-dns into dev Benjamin Fry 2015-08-11 09:05:23 -0700
  • 55dac96d79 label parser is working with utf8 support! Benjamin Fry 2015-08-10 21:56:29 -0700
  • b151ba3b40 trying to get parsing tests going Benjamin Fry 2015-08-10 16:23:58 -0700
  • e617843e4f Compiling! Benjamin Fry 2015-08-10 14:49:52 -0700
  • 1c86e24806 Beginings of the RR parser, not compiling Benjamin Fry 2015-08-10 08:24:50 -0700
  • f8f7a96b36 Class and RecordTypes coded Benjamin Fry 2015-08-08 15:24:25 -0700
  • 9507c67aad minor updates Benjamin Fry 2015-08-07 20:10:39 -0700
  • 488961b8ad start of resource records Benjamin Fry 2015-08-07 19:55:03 -0700
  • a3496cebf3 Initial commit Benjamin Fry 2015-08-07 19:47:12 -0700