Commit graph

84 commits

Author SHA1 Message Date
c9s 5137d4d8e4 simplify functions to macro 2014-06-04 23:13:08 +08:00
c9s 5609fd5f9e r3 function prefix
- Remove ltrim_slash.
- Add "r3_" prefix to r3_str.c functions.
2014-06-03 20:50:19 +08:00
c9s 67366bf688 fix warnings 2014-06-03 18:23:28 +08:00
Pedro 7c7e8b22e4 update assert statement 2014-06-03 02:13:52 +08:00
c9s af5a89b3ea Add test_insert_pathl_fail test 2014-06-02 16:20:02 +08:00
c9s 712767c5b6 Add more errstr pointer check 2014-06-02 16:15:44 +08:00
c9s ea7fa973cd Add SAFE_FREE for char * errstr 2014-06-02 16:12:27 +08:00
c9s 1f21ea19a8 Add char ** errstr to r3_node_find_common_prefix 2014-06-02 15:52:40 +08:00
c9s f2c8005707 Test failing test case 2014-06-02 09:51:42 +08:00
c9s 2465ee4ffe fix all tests 2014-06-02 09:49:13 +08:00
c9s 9441f974de test compile fail 2014-06-02 09:48:00 +08:00
c9s fd1e5f7f50 Add r3_node_find_common_prefix test cases 2014-06-02 09:09:41 +08:00
c9s b4ce60de59 separate check_str_array test cases 2014-06-02 08:13:19 +08:00
c9s f3bf32b922 refactor path insert function 2014-06-02 08:04:57 +08:00
c9s f5221fd5c9 another test path 2014-06-02 07:14:16 +08:00
c9s aace74f7a5 more paths tests 2014-06-02 07:13:47 +08:00
c9s 9271f0bf08 free the variable 2014-06-02 06:50:24 +08:00
c9s d120389415 more path tests 2014-06-02 06:40:27 +08:00
c9s 17b4201197 more incomplete slug pattern tests 2014-06-02 06:38:50 +08:00
c9s 7d69e79535 gvc fix 2014-06-01 14:53:12 +08:00
c9s 2df5c11d09 use ck_assert 2014-06-01 02:29:12 +08:00
c9s a946a79223 include assert.h 2014-06-01 02:28:58 +08:00
c9s 4c26995e41 assert errno == NULL 2014-06-01 02:13:38 +08:00
c9s f670f08639 update error code for compile function 2014-06-01 02:08:16 +08:00
c9s 1a4eb14a05 error code support
- return error code if compilation error occurs
- use asprintf to sprint errstr
2014-06-01 02:03:44 +08:00
c9s 9433e2192a route api improvement 2014-05-31 19:56:46 +08:00
c9s 7aaed3e5d7 merge str_array.h 2014-05-26 21:39:36 +08:00
c9s b394be57cb support simple opcode 2014-05-23 16:18:58 +08:00
c9s 333fabd795 insert path for opcode 2014-05-23 16:18:58 +08:00
c9s 7d16413cb3 more benchmark result 2014-05-23 16:18:57 +08:00
c9s 15facc82cc Merge branch 'feature/asan' of https://github.com/czchen/r3 into czchen-feature/asan
Conflicts:
	.travis.yml
2014-05-22 22:07:52 +08:00
ChangZhuo Chen (陳昌倬) fef3361ed2 Set test timeout to 30 2014-05-22 22:06:11 +08:00
c9s fc1a4b762d Separate benchmark application 2014-05-22 21:55:41 +08:00
c9s ce1f3cdc3f Update legend style 2014-05-22 21:44:31 +08:00
c9s fa6a7b77e0 Add pcre_benchmark test case 2014-05-22 21:18:17 +08:00
c9s c9fe373d91 benchmark function improvements 2014-05-22 21:01:25 +08:00
c9s 7e44ee01f4 refactor Benchmark related macros
Conflicts:
	tests/bench_str.csv
2014-05-22 20:31:18 +08:00
c9s 05b698b841 r3_tree_matchl does not return int 2014-05-21 18:31:51 +08:00
c9s 6762025fe6 free edge struct 2014-05-21 18:17:51 +08:00
Omer Katz 0e627e33d5 Fixed all warnings from tests. 2014-05-21 10:50:37 +03:00
c9s de5a308002 fix header includes 2014-05-21 14:59:07 +08:00
Omer Katz 9c191682da Added zmalloc from redis in order to allow different allocators. 2014-05-20 20:50:15 +03:00
c9s e9797295b5 Fix endpoint when branching edges 2014-05-21 01:15:54 +08:00
c9s 99198297c2 update test description 2014-05-21 00:55:43 +08:00
c9s aae35c3b90 more test case 2014-05-21 00:49:08 +08:00
c9s 5bd1757e5f function name fix 2014-05-21 00:47:09 +08:00
c9s cae305b92d when child is not endpoint, return NULL 2014-05-21 00:37:27 +08:00
c9s 5183e9a052 merge r3_define.h into r3.h 2014-05-20 23:33:51 +08:00
c9s 750a9beaa4 _r3_tree_insert_pathl to r3_tree_insert_pathl_ 2014-05-20 23:30:36 +08:00
c9s 268047c18c Add failing tests for {idx:\d{3}}-{idy:\d{3}} pattern 2014-05-20 21:40:45 +08:00