Meredith L. Patterson
|
de8db18db4
|
Refactored tests; make just builds library, make test builds/runs tests
|
2012-11-13 22:29:25 -05:00 |
|
Meredith L. Patterson
|
158b2b3ba6
|
Removed all glib functions from everything other than the test suite.
|
2012-10-10 16:24:12 +02:00 |
|
Dan Hirsch
|
d5729efa1f
|
Replaced glib memory allocation
|
2012-10-10 15:58:03 +02:00 |
|
Meredith L. Patterson
|
b44d00ed33
|
Replaced GHashTable with HHashTable ... which has some problem causing it to segfault.
|
2012-10-08 21:12:56 +02:00 |
|
Meredith L. Patterson
|
ef6af551d1
|
Replaced GQueue and GSlist with HSlist.
|
2012-10-08 18:16:18 +02:00 |
|
Meredith L. Patterson
|
1f3a75fafe
|
Merge pull request #3 from pesco/master
add h_in (counterpart to h_not_in)
|
2012-08-12 01:20:59 -07:00 |
|
Meredith L. Patterson
|
b698e02b0c
|
Merge bitwriter
|
2012-07-27 15:27:36 -07:00 |
|
Meredith L. Patterson
|
fa093d3b06
|
Added h_parse_result_free().
|
2012-07-27 15:06:40 -07:00 |
|
Sven M. Hallberg
|
90d55139e2
|
Merge branch 'h_action_fail'
|
2012-06-09 14:42:48 +02:00 |
|
Sven M. Hallberg
|
10154622b8
|
call actions only on successful parse
|
2012-06-09 14:41:32 +02:00 |
|
Sven M. Hallberg
|
d57558bf13
|
Merge branch 'ignoreseq'
|
2012-06-02 17:32:28 +02:00 |
|
Sven M. Hallberg
|
7724ff9e6f
|
add h_left, h_right, h_middle combinators
|
2012-06-02 17:31:06 +02:00 |
|
Sven M. Hallberg
|
9bc9342cb3
|
Merge remote-tracking branch 'upstream/master'
|
2012-06-02 16:09:14 +02:00 |
|
Dan Hirsch
|
ec7e9f2016
|
Added a few TODOs
|
2012-06-02 04:16:04 +02:00 |
|
Dan Hirsch
|
6d755efbde
|
Extracted out common error handling and result patching code
|
2012-06-02 04:05:55 +02:00 |
|
Sven M. Hallberg
|
12e296fc9a
|
Merge branch 'fix-cache-hit-skip'
|
2012-06-02 02:52:22 +02:00 |
|
Sven M. Hallberg
|
80ad3476e2
|
save input stream with cached results
|
2012-06-02 02:39:00 +02:00 |
|
Sven M. Hallberg
|
53c85e2179
|
Merge branch 'fix-cache-hit-skip'
|
2012-06-01 20:01:28 +02:00 |
|
Sven M. Hallberg
|
5668b46f97
|
skip previously parsed input in cache hit case
|
2012-06-01 19:41:56 +02:00 |
|
Sven M. Hallberg
|
998bda3dac
|
add test for h_in
|
2012-05-29 00:02:32 +02:00 |
|
Dan Hirsch
|
100dadb77d
|
Merge remote-tracking branch 'bunter/master'
|
2012-05-26 16:03:25 +02:00 |
|
Dan Hirsch
|
f2def8fa05
|
Refactor ALL the things!
|
2012-05-26 16:00:43 +02:00 |
|
Dan Hirsch
|
6a2f10df0c
|
Changed parsers to use vtables instead of just a function pointer
|
2012-05-26 15:15:38 +02:00 |
|
Meredith L. Patterson
|
fa0b73dd5e
|
Fixed possible NULL dereference; fixed setupLR to use arena properly
|
2012-05-26 14:40:12 +02:00 |
|
Dan Hirsch
|
0284c99f12
|
Renamed all the public functions
|
2012-05-26 14:06:52 +02:00 |
|
Dan Hirsch
|
f462d5feb3
|
Finished renaming types
|
2012-05-26 13:13:41 +02:00 |
|
Dan Hirsch
|
199cde7058
|
Renamed more types
|
2012-05-26 13:01:23 +02:00 |
|
Dan Hirsch
|
8cc526f13e
|
Renamed parse state
|
2012-05-26 12:03:58 +02:00 |
|
Meredith L. Patterson
|
8959d6db07
|
action is all const all the time. Now to write the dns action.
|
2012-05-24 19:15:24 +02:00 |
|
Dan Hirsch
|
40be28fb7e
|
Merge remote-tracking branch 'bunter/master'
Also, fix makefile
Conflicts:
src/hammer.c
|
2012-05-24 15:51:42 +02:00 |
|
Dan Hirsch
|
5d77c4307f
|
Fix difference and butnot
|
2012-05-24 15:35:04 +02:00 |
|
Meredith L. Patterson
|
13395d8a54
|
counted_array now holds parsed_token_t's. TQ will fix the problem with accumulate_size. Compile-time bounds checks added to int_range.
|
2012-05-24 13:22:43 +02:00 |
|
Meredith L. Patterson
|
13fab7e49c
|
int_range passes test
|
2012-05-24 12:23:55 +02:00 |
|
Meredith L. Patterson
|
7626f083f5
|
didn't actually need that check
|
2012-05-24 12:16:33 +02:00 |
|
Meredith L. Patterson
|
a1d6e60222
|
fixed int_range, too
|
2012-05-24 12:09:38 +02:00 |
|
Meredith L. Patterson
|
7ab9f7c92f
|
Fixed problems stemming from renaming of range to ch_range
|
2012-05-24 12:00:23 +02:00 |
|
Meredith L. Patterson
|
947b67b5a5
|
Continuing with DNS. Added some checks to attr_bool, and explained checks in docs.
|
2012-05-24 11:01:18 +02:00 |
|
Dan Hirsch
|
56a5845674
|
Implemented and
|
2012-05-23 15:55:40 +02:00 |
|
Dan Hirsch
|
05ef58b958
|
Restore test_many to one iteration
|
2012-05-23 01:07:14 +02:00 |
|
Dan Hirsch
|
18f98515fd
|
Revert 'fix' to test_int64
|
2012-05-23 01:06:40 +02:00 |
|
Dan Hirsch
|
2dd687ea66
|
Merge remote-tracking branch 'mlp/master'
|
2012-05-23 01:02:49 +02:00 |
|
Dan Hirsch
|
54b0f9f7b2
|
Fixed bitreader to work correctly for signed 64-bit integers
|
2012-05-23 01:02:31 +02:00 |
|
Meredith L. Patterson
|
3bb11afeac
|
int64 test was wrong, fixed it
|
2012-05-22 16:10:40 +02:00 |
|
Meredith L. Patterson
|
f921ece53f
|
action() works. Will finish DNS tomorrow.
|
2012-05-22 03:57:27 +02:00 |
|
Meredith L. Patterson
|
e2af24fe80
|
action() test fully written. But it segfaults. Debugging.
|
2012-05-22 02:55:00 +02:00 |
|
Meredith L. Patterson
|
dd3852fdb1
|
Added length_value parser to use with DNS
|
2012-05-22 02:40:48 +02:00 |
|
Meredith L. Patterson
|
3057020c70
|
merging changes from tq
|
2012-05-22 00:59:53 +02:00 |
|
Dan Hirsch
|
38db7a2cf5
|
Now have various-sized integer parsers
|
2012-05-18 18:43:02 +02:00 |
|
Meredith L. Patterson
|
3a0068d92b
|
Changed resulttype of action_t to parsed_token_t; users shouldn't have to assign arenas in results.
|
2012-05-18 12:49:40 +02:00 |
|
Meredith L. Patterson
|
642df1f238
|
Finished action. On to testing.
|
2012-05-18 12:35:40 +02:00 |
|