Björn Svensson
c105117b40
Use PCRE2 instead of PCRE ( #153 )
...
PCRE is now at end of life and is no longer actively maintained.
Lift the dependency to the next major version, i.e. PCRE2.
Implementation notes:
- Removed the pcre study option since:
"The new API ... was simplified by abolishing the separate "study" optimizing
function; in PCRE2, patterns are automatically optimized where possible."
- If asprintf() fails the content of the 'strp' variable is undefined.
Lets check the return value and return NULL upon error.
- Pattern and subject can straightforwardly be cast to PCRE2_SPTR since we
only work with 8-bit code units.
2023-10-23 12:38:24 +02:00
Yuansheng
d516237aab
optimize: optimized pattern .*
, which can be used prefix matching.
2019-07-20 10:52:56 -04:00
Yo-An Lin
5a644ee046
Update README.md
2016-03-12 12:40:21 +08:00
c9s
44ee48724f
update link
2015-11-18 14:57:01 +08:00
c9s
82611c93b5
Update readme
2015-11-18 14:56:16 +08:00
c9s
c3ef959539
Add route namespace
...
Summary:
type route now becomes R3Route
Related issue #63
2015-11-18 14:16:26 +08:00
c9s
29a2a934d0
Update examples in README
2015-11-18 14:09:04 +08:00
Yo-An Lin
17276ae8eb
Update README.md
2015-01-27 17:35:26 +08:00
Ashley Pond V
607a285426
Update README.md
...
Simple typo, s/Memroy/Memory/;
2014-11-19 19:46:30 -08:00
Yo-An Lin
21dcdd5807
Merge pull request #70 from tonytonyjan/patch-2
...
Add a new binding link.
2014-08-09 17:49:45 +08:00
簡煒航 (Jian Weihang)
5d22dc54af
Add a new binding link.
2014-07-30 05:28:33 +08:00
簡煒航 (Jian Weihang)
302763b783
Update README.md
2014-07-29 21:47:58 +08:00
c9s
270fd1dd7b
Fix image path
2014-06-28 01:25:29 +08:00
caasi Huang
6e468fd5b5
Update README.md
...
* Try to fix the example: 'Routing with conditions'.
* Add two Node.js bindings.
2014-06-20 03:09:26 +08:00
Yo-An Lin
5e00b60f79
Merge pull request #61 from czchen/feature/ppa
...
Add ubuntu PPA link
2014-06-19 15:22:01 +08:00
ChangZhuo Chen (陳昌倬)
cc253e069a
Add ubuntu PPA link
2014-06-18 23:48:17 +08:00
Ronmi Ren
c103f669a0
Rename debian package directory to save package maintainers' life.
...
See https://github.com/c9s/r3/pull/55#issuecomment-45902891
2014-06-13 09:35:49 +08:00
Ronmi Ren
a8cd804402
add instruction about packaging in README
2014-06-12 16:30:14 +08:00
Pedro
4180b30be3
Update README.md
2014-06-07 19:03:23 +08:00
c9s
47dcc6921b
update README
2014-06-04 14:57:34 +08:00
c9s
ea2efdaaea
Fix readme
2014-06-04 14:54:42 +08:00
c9s
15ad4b5890
fix sample code
2014-06-03 23:51:26 +08:00
c9s
2ff85c876d
Fix simple.c and examples/Makefile.am
2014-06-03 22:41:39 +08:00
c9s
db45ae3e53
fix typo
2014-06-03 22:37:09 +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
f3da92936c
README update
2014-06-03 18:42:47 +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
2a75861741
Fix gvc graph
2014-06-02 01:35:58 +08:00
c9s
80b9f00739
update
2014-06-02 01:24:49 +08:00
c9s
2858ede695
Update new combined graphviz image
2014-06-01 20:30:22 +08:00
c9s
f5f24aa15e
fix readme
2014-06-01 03:04:59 +08:00
c9s
f670f08639
update error code for compile function
2014-06-01 02:08:16 +08:00
c9s
9433e2192a
route api improvement
2014-05-31 19:56:46 +08:00
c9s
10d6a64eac
update README
2014-05-27 12:32:07 +08:00
c9s
dcf4bf0f14
update README for steps
2014-05-24 16:28:53 +08:00
Pedro
3fd773f889
Update README.md
2014-05-23 21:03:40 -05:00
c9s
186531c5b4
partially
2014-05-23 23:20:32 +08:00
c9s
08bad93d56
update doc
2014-05-23 23:17:58 +08:00
c9s
fd0a4f9b02
document about optimization and slug
2014-05-23 23:15:32 +08:00
c9s
25e107484e
Add function prefix description
2014-05-23 22:46:35 +08:00
c9s
18b2cf644d
update README
2014-05-22 11:59:45 +08:00
c9s
5bd1757e5f
function name fix
2014-05-21 00:47:09 +08:00
c9s
1cbba0a101
no jemalloc for now.
2014-05-20 23:34:54 +08:00
c9s
750a9beaa4
_r3_tree_insert_pathl to r3_tree_insert_pathl_
2014-05-20 23:30:36 +08:00
c9s
eb81c1cc0b
Add coverage report button
2014-05-20 23:11:28 +08:00
c9s
a2cf6d2733
Add travis status image
2014-05-20 16:22:46 +08:00