Commit graph

162 commits

Author SHA1 Message Date
c9s
5137d4d8e4 simplify functions to macro 2014-06-04 23:13:08 +08:00
c9s
8e39e58c88 refactoring matchl function 2014-06-04 23:04:04 +08:00
c9s
f03fcf7a5b parameter optimization 2014-06-04 20:02:25 +08:00
c9s
a7a3621cfe use while instead of for 2014-06-04 20:02:24 +08:00
c9s
190986fb31 use while instead of for loop to simplify execution 2014-06-04 20:02:24 +08:00
c9s
c5dce1d232 CHECK_PTR 2014-06-04 16:22:28 +08:00
c9s
7171c2b195 reset pcre_extra NULL 2014-06-04 15:59:13 +08:00
c9s
4d68ae6841 remove const from errstr 2014-06-04 13:45:28 +08:00
c9s
b2946352f1 Add r3_tree_insert_routel_ex for error message 2014-06-03 23:50:02 +08:00
c9s
a3c527e1b2 Add const fix 2014-06-03 23:42:40 +08:00
c9s
24db602d1a remove cast 2014-06-03 22:21:40 +08:00
c9s
23cfbe167f const fix 2014-06-03 22:20:54 +08:00
c9s
2aa3509845 Add more const 2014-06-03 22:15:59 +08:00
c9s
a736672323 reduce variable declaration 2014-06-03 22:02:47 +08:00
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
Pedro
b6bf81e3e9 Replace -1 ret code 2014-06-03 02:09:11 +08:00
c9s
2890ed142e document return code 2014-06-02 16:24:32 +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
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
f3bf32b922 refactor path insert function 2014-06-02 08:04:57 +08:00
c9s
b80f90dad9 -D_BSD_SOURCE=1 2014-06-02 07:03:32 +08:00
c9s
b2a9ad47d8 fprintf to print error to stderr 2014-06-02 06:53:31 +08:00
c9s
9271f0bf08 free the variable 2014-06-02 06:50:24 +08:00
c9s
57b4fde126 print errmsg 2014-06-02 06:48:00 +08:00
c9s
17b4201197 more incomplete slug pattern tests 2014-06-02 06:38:50 +08:00
c9s
0eb9cad11c r3_path_contains_slug_char function 2014-06-02 06:27:35 +08:00
c9s
39fc24e3fa fix pattern compiler 2014-06-02 01:05:57 +08:00
c9s
da2f2311c9 CHECK_PTR macro to check pointer 2014-06-01 21:58:29 +08:00
c9s
70693ea1f2 errstr parameter in slug 2014-06-01 20:51:47 +08:00
c9s
76182660f9 remove trailing newline 2014-06-01 20:15:25 +08:00
c9s
adde7bc361 remove unused variables 2014-06-01 14:35:29 +08:00
c9s
8ee11aaa6f reduce variables and add const char* to insert_pathl. 2014-06-01 14:33:56 +08:00
c9s
bc27293f36 more const 2014-06-01 02:54:48 +08:00
c9s
8f8dbd520b remove const from match_entry pointer 2014-06-01 02:39:39 +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
fe57cbf54d check pointer 2014-06-01 01:38:22 +08:00
c9s
a19d2377cc check the pointer returns from zmalloc 2014-06-01 01:24:57 +08:00
c9s
b61d5a78ae fix match_route 2014-06-01 01:16:53 +08:00
c9s
9433e2192a route api improvement 2014-05-31 19:56:46 +08:00
c9s
d400789d96 more const pointers 2014-05-28 21:09:37 +08:00
c9s
9cb2f80e1f more const pointers 2014-05-28 21:03:59 +08:00
c9s
a2bec00a9e match_entry.c 2014-05-28 21:02:57 +08:00