karantin2020
9411039fce
Router match logic corrected
2016-03-26 23:32:37 +05:00
karantin2020
ffc9e8571b
Added memory files
2016-03-26 21:34:07 +05:00
karantin2020
75438ef3d3
Changed r3 memory model, made few optimizing
2016-03-22 07:23:37 +05:00
karantin2020
40e0e1c2a0
Changed slug parsing
2016-03-08 14:51:42 +05:00
karantin2020
400768394d
Added slug parser and repaired few memory leaks
2016-03-08 11:19:54 +05:00
c9s
c609003c95
optimize c flags for development/production mode
2015-11-21 10:39:49 +08:00
c9s
daee40756c
Add -O2 flag as default
2015-11-18 14:46:18 +08:00
c9s
03031e02aa
Fix r3 json writer
2015-11-18 14:27:28 +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
49ffb454f7
Add namespace for node/edge structs
...
node => R3Node
edge => R3Edge
Related issue #63
2015-11-18 12:53:46 +08:00
c9s
ef55fb9cdb
Another fix for stdbool types
2015-11-17 21:43:10 +08:00
c9s
1f1ab15cdd
Fix for stdbool type
2015-11-17 21:40:21 +08:00
c9s
3808cb37aa
Move debug macros to private header files
2015-11-17 21:24:36 +08:00
c9s
973a2cb85c
Move private functions to private header files
2015-11-17 21:17:35 +08:00
c9s
e5ef80a200
Move private function to src/str.h
2015-11-17 21:13:38 +08:00
Yo-An Lin
5e6252d8a3
Merge pull request #91 from RickySu/2.0-fix
...
add include config.h
2015-11-17 21:08:25 +08:00
c9s
63577cfecc
Remove unused str_repeat function
2015-11-17 21:06:59 +08:00
Ricky Su
88dc323f7f
add include config.h
2015-11-17 20:59:17 +08:00
c9s
acb2ff1767
Move variable positions
2015-11-17 18:32:50 +08:00
c9s
cd430968ef
Add GNU likely/unlikely support
2015-11-17 18:32:50 +08:00
c9s
4ce9068963
Cache pointer of edge
2015-11-17 18:32:50 +08:00
c9s
d4850d3564
Make edges as an array
...
Fixes : #89
2015-11-17 18:32:50 +08:00
c9s
89e4517772
Fix zero-length path insertion
...
Fixes : #86 , #85
2015-11-17 16:10:26 +08:00
c9s
f795785dce
Implement faster edge branching
2015-11-17 16:08:01 +08:00
c9s
3376d1b771
Judy array is not used.
2015-11-10 19:58:28 +08:00
c9s
c18c466a9b
use 64 * 3 bytes instead of 220 bytes for combined pattern
2015-11-10 19:56:07 +08:00
c9s
a2994cfdac
Reuse restlen
2015-11-10 19:48:22 +08:00
c9s
659dc19b1b
Replace short integer with int to fit into cacheline (assume 64byte)
2015-11-10 19:29:18 +08:00
Ricky Su
292b082c78
fix memory leak
2015-09-11 15:14:07 +08:00
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
3a62cb6559
Fix cmake build
2015-03-05 11:45:39 +08:00
c9s
bd22e7b35c
free slug object
2014-08-12 18:03:26 +08:00
Kan-Ru Chen (陳侃如)
3629452fe0
Fix pcre_exec's return type
...
According to PCRE_EXEC(3) pcre_exec returns int.
The original code uses char but char could be either signed or
unsigned. On armel and sparc this caused segment fault because
the (rc < 0) error checking was optimized out.
2014-08-04 01:07:37 +08:00
c9s
da026219be
Fix gvc graph generator function
2014-06-28 00:53:04 +08:00
c9s
72f10015d5
Fix copyright email
2014-06-27 13:24:40 +08:00
c9s
d00ac51809
Fix cmakelist
2014-06-27 00:04:22 +08:00
c9s
a697301c44
strndup polyfill for cmake
2014-06-18 20:47:06 +08:00
c9s
8ebaac0536
Fix CMakeLists.txt
2014-06-18 20:28:13 +08:00
caasi Huang
ce4095af35
initialize node.data
2014-06-14 00:55:24 +08:00
Yo-An Lin
34e779c84a
fix route cmp function
2014-06-12 21:01:16 +08:00
c9s
03b5d107cd
fix route appending bug reported by @othree
2014-06-12 17:51:43 +08:00
c9s
31974a6e9c
fix gvc generate function
2014-06-11 21:54:08 +08:00
c9s
2c5f135600
macro rename
2014-06-10 20:18:59 +08:00
c9s
2e7ec1357d
quick "for" statement
2014-06-05 07:45:34 +08:00
c9s
e4eada3250
pcre match optimization
2014-06-05 07:43:51 +08:00
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