Commit graph

24 commits

Author SHA1 Message Date
Ricky Su f445c261c6 add r3_slug_find_name and rename slug_count to r3_slug_count 2015-08-26 22:00:23 +08:00
c9s 72f10015d5 Fix copyright email 2014-06-27 13:24:40 +08:00
c9s 9a9572a0d5 Fix duplicated symbol define 2014-06-27 00:05:24 +08:00
c9s a697301c44 strndup polyfill for cmake 2014-06-18 20:47:06 +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 a6be7f5061 static inline 2014-06-02 06:32:30 +08:00
c9s 0eb9cad11c r3_path_contains_slug_char function 2014-06-02 06:27:35 +08:00
c9s 70693ea1f2 errstr parameter in slug 2014-06-01 20:51:47 +08:00
c9s 998560634e remove unused variable and add const 2014-06-01 02:58:03 +08:00
c9s 40fa19002a Add const for slug_compile 2014-06-01 02:56:29 +08:00
c9s bc27293f36 more const 2014-06-01 02:54:48 +08:00
c9s 9f8176447b const char * 2014-05-27 01:08:01 +08:00
c9s 333fabd795 insert path for opcode 2014-05-23 16:18:58 +08:00
c9s 92e2ddf066 remove r3_define.h 2014-05-20 23:54:57 +08:00
c9s 02b4008a69 str_split is unused 2014-05-20 23:29:17 +08:00
c9s 85001c6327 Rename compile_slug to slug_compile 2014-05-20 23:25:55 +08:00
c9s 99819c4bbb move strndiff and strdiff to node.c and make it private 2014-05-20 23:25:12 +08:00
c9s 26c7e8896e Rename count_slug to slug_count 2014-05-20 23:21:15 +08:00
c9s baf23fafb0 fix pattern matching for /user/{id}-{user} 2014-05-18 20:09:42 +08:00
c9s 7d6113d17d truncate edge pattern in r3_edge_branch 2014-05-18 20:09:42 +08:00
c9s 0c6afd03b7 use HAVE_STR*DUP config to check function definitions 2014-05-17 07:26:47 +08:00
Cindy Wang (CindyLinz) 1f91b8ea35 my_strdup / my_strndup size_t -> int 2014-05-17 03:17:51 +08:00
Cindy Wang (CindyLinz) df4dbbe2a6 self provided strndup & strdup 2014-05-17 00:35:56 +08:00
c9s 6b9c15febb File renaming 2014-05-16 20:22:25 +08:00
Renamed from include/str.h (Browse further)