Commit graph

626 commits

Author SHA1 Message Date
c9s f95cce7407 fix header file include 2014-06-03 21:47:52 +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 053f9202f6 merge graphviz function prototype into r3.h 2014-06-03 20:47:35 +08:00
c9s 09da7a0b6c update README 2014-06-03 20:44:35 +08:00
c9s 8bb68ab31d update README 2014-06-03 18:52:40 +08:00
c9s 7b65457e52 Update changelog for 1.3.0 2014-06-03 18:48:55 +08:00
c9s f3da92936c README update 2014-06-03 18:42:47 +08:00
c9s 4ac3d74fd3 more graphviz API 2014-06-03 18:41:55 +08:00
c9s b68e14dd66 r3_tree_render_dot(const node * tree, FILE *fp); support 2014-06-03 18:37:36 +08:00
c9s 67366bf688 fix warnings 2014-06-03 18:23:28 +08:00
c9s 8cbce697eb update example code 2014-06-03 18:19:07 +08:00
c9s 12de194a28 update sample code 2014-06-03 18:17:18 +08:00
c9s 65052fbe5c update README 2014-06-03 18:14:52 +08:00
c9s cee5d0a3e0 update benchmark result 2014-06-03 17:01:11 +08:00
Pedro 7c7e8b22e4 update assert statement 2014-06-03 02:13:52 +08:00
Pedro b6bf81e3e9 Replace -1 ret code 2014-06-03 02:09:11 +08:00
c9s db0e1c074f SUBDIRS sequences 2014-06-03 00:47:06 +08:00
c9s f26397c74c update benchmark records 2014-06-02 20:54:42 +08:00
c9s d8945980a7 tighter structure 2014-06-02 20:51:35 +08:00
Pedro 8e3a35b06f Merge pull request #49 from CindyLinz/patch-1
Update r3.h
2014-06-02 17:20:49 +08:00
Cindy Wang 7cae9bf71a Update r3.h
fix comment.. :p
2014-06-02 16:34:02 +08:00
c9s 2890ed142e document return code 2014-06-02 16:24:32 +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 15021b11c9 reset prefix_len = 0 2014-06-02 16:08:46 +08:00
c9s 1f21ea19a8 Add char ** errstr to r3_node_find_common_prefix 2014-06-02 15:52:40 +08:00
c9s 7cc84867ce let slug_count returns -1 if error occurs 2014-06-02 15:47:02 +08:00
c9s 2774221ab7 return error 2014-06-02 15:12:28 +08:00
c9s 04d8977b21 r3_tree_insert_pathl_ex function 2014-06-02 14:47:46 +08:00
c9s 16d7cc207f clean up debug code 2014-06-02 14:10:29 +08:00
c9s 324d7014b4 update coverall --exlude option 2014-06-02 10:24:23 +08:00
Pedro 33e16138bd Merge pull request #48 from c9s/slug-parser
slug fix and tests
2014-06-02 10:21:48 +08:00
c9s 6333261f28 ck_assert not null 2014-06-02 10:17:35 +08:00
c9s 7d69ec1d81 regenerate tests 2014-06-02 10:15:50 +08:00
c9s dbefe7534e replace ck_assert_int_gt 2014-06-02 10:12:16 +08:00
c9s d370985048 Add endpoint tests 2014-06-02 10:07:50 +08:00
c9s 8c35987760 More and more routes tests 2014-06-02 10:06:10 +08:00
c9s ba1106df4b Add auto-generated route tests 2014-06-02 10:03:58 +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 9f58a5b651 comment for the function 2014-06-02 08:19:44 +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 20c6a84f7c continue when escape 2014-06-02 07:10:31 +08:00
c9s b80f90dad9 -D_BSD_SOURCE=1 2014-06-02 07:03:32 +08:00