c9s
|
2c4236f5b8
|
include zmalloc.h
|
2014-05-22 11:09:43 +08:00 |
|
c9s
|
03c351dfe0
|
Update autoheader template
|
2014-05-22 11:09:43 +08:00 |
|
c9s
|
e48538c526
|
check USE_JEMALLOC flag in Makefile.am
|
2014-05-22 11:09:43 +08:00 |
|
c9s
|
a3866114e3
|
Add --with-malloc option to check jemalloc
|
2014-05-22 11:09:43 +08:00 |
|
c9s
|
98a66f0c41
|
Merge branch 'bugfix-32'
|
2014-05-22 11:08:56 +08:00 |
|
c9s
|
e8653eeb28
|
include jemalloc.h
|
2014-05-22 11:06:34 +08:00 |
|
c9s
|
eaa11d5380
|
found flag for slug char
|
2014-05-22 11:06:34 +08:00 |
|
Pedro
|
a80c9378f8
|
Merge pull request #34 from mattn/am_path_check
AM_PATH_CHECK is deprecated
|
2014-05-22 01:22:49 +08:00 |
|
mattn
|
7e13b0be9c
|
AM_PATH_CHECK is deprecated, so check it defined
|
2014-05-22 01:14:37 +09:00 |
|
c9s
|
f6d2502896
|
include jemalloc.h
|
2014-05-21 22:08:25 +08:00 |
|
c9s
|
45690da3dc
|
found flag for slug char
|
2014-05-21 22:05:10 +08:00 |
|
c9s
|
e7aaaac63f
|
delete generated config.h
|
2014-05-21 21:58:30 +08:00 |
|
c9s
|
33eea25926
|
check length
|
2014-05-21 20:30:35 +08:00 |
|
Pedro
|
ceb615335b
|
Merge pull request #31 from thedrow/patch-1
Running valgrind in a different build in order to detect memory leaks.
|
2014-05-21 19:41:40 +08:00 |
|
Omer Katz
|
5dbef0cf24
|
Seriously travis? sudo won't give me permissions??
|
2014-05-21 14:30:06 +03:00 |
|
Omer Katz
|
a23c6c4875
|
Forgot to sudo.
|
2014-05-21 14:22:24 +03:00 |
|
Omer Katz
|
08a127d30c
|
Making sure that the .so files are on the ldconfig path.
|
2014-05-21 14:19:13 +03:00 |
|
Omer Katz
|
4e702e92fb
|
Installed the compiled shared libraries globally.
|
2014-05-21 14:06:23 +03:00 |
|
c9s
|
e7c1b3c29d
|
remove benchmark result with debug option
|
2014-05-21 19:03:05 +08:00 |
|
c9s
|
d86f6dd12c
|
Merge remote-tracking branch 'origin/master' into thedrow-patch-1
|
2014-05-21 18:51:12 +08:00 |
|
c9s
|
79fb3a3b8a
|
check_slug: free memory
|
2014-05-21 18:50:45 +08:00 |
|
c9s
|
27531aac56
|
remove benchmark result with debug flags
|
2014-05-21 18:36:52 +08:00 |
|
c9s
|
7755f3a035
|
Merge branch 'patch-1' of https://github.com/thedrow/r3 into thedrow-patch-1
|
2014-05-21 18:35:31 +08:00 |
|
c9s
|
05b698b841
|
r3_tree_matchl does not return int
|
2014-05-21 18:31:51 +08:00 |
|
c9s
|
b83946e487
|
check macro PCRE_STUDY_JIT_COMPILE to compile pcre with JIT
|
2014-05-21 18:28:21 +08:00 |
|
c9s
|
946bac8f3c
|
seems like pcre_free_study is not defined on older ubuntu
|
2014-05-21 18:26:08 +08:00 |
|
c9s
|
82ea09e146
|
when we free it, we know it's not NULL
|
2014-05-21 18:22:11 +08:00 |
|
c9s
|
834d87173a
|
Fix variable name
|
2014-05-21 18:21:15 +08:00 |
|
c9s
|
175b594234
|
Fix
|
2014-05-21 18:20:48 +08:00 |
|
c9s
|
238aee085f
|
use pcre's own functions to free pcre related structures
|
2014-05-21 18:17:51 +08:00 |
|
c9s
|
6762025fe6
|
free edge struct
|
2014-05-21 18:17:51 +08:00 |
|
c9s
|
7d288404c7
|
libpcre does not use zmalloc
|
2014-05-21 18:17:51 +08:00 |
|
Pedro
|
c281619b57
|
Merge pull request #28 from thedrow/topic/zmalloc
Added zmalloc from redis in order to support different allocators
|
2014-05-21 18:17:33 +08:00 |
|
Omer Katz
|
7303bc8f00
|
More guarding against freeing NULL pointers.
|
2014-05-21 12:50:56 +03:00 |
|
Omer Katz
|
61b3b24e2e
|
Guarding against freeing NULL pointers.
|
2014-05-21 12:46:56 +03:00 |
|
Omer Katz
|
cd4d4647de
|
Bash is being touchy.
|
2014-05-21 12:02:52 +03:00 |
|
Omer Katz
|
86cdf3800e
|
Fixed bash syntax errors.
|
2014-05-21 12:00:18 +03:00 |
|
Omer Katz
|
1c8c63e0a5
|
Fixed a bash syntax error.
|
2014-05-21 11:44:24 +03:00 |
|
Omer Katz
|
3ea9354e0b
|
Implemented zstrndup.
|
2014-05-21 11:39:49 +03:00 |
|
Omer Katz
|
e0ed62e308
|
Running valgrind in a different build in order to detect memory leaks.
|
2014-05-21 11:29:36 +03:00 |
|
Omer Katz
|
e34759c1aa
|
Using zstrndup instead of strndup)
|
2014-05-21 11:18:12 +03:00 |
|
Omer Katz
|
18a92867fc
|
Removed wrong call to zfree that caused a segfault.
|
2014-05-21 11:14:12 +03:00 |
|
Omer Katz
|
0e627e33d5
|
Fixed all warnings from tests.
|
2014-05-21 10:50:37 +03:00 |
|
c9s
|
de5a308002
|
fix header includes
|
2014-05-21 14:59:07 +08:00 |
|
c9s
|
b1939e287d
|
Merge branch 'topic/zmalloc' of https://github.com/thedrow/r3 into thedrow-topic/zmalloc
|
2014-05-21 14:51:25 +08:00 |
|
c9s
|
5a84e9aeb2
|
update pcre match error message
|
2014-05-21 14:27:04 +08:00 |
|
Omer Katz
|
9c191682da
|
Added zmalloc from redis in order to allow different allocators.
|
2014-05-20 20:50:15 +03:00 |
|
c9s
|
ad8faeb787
|
Update test results
|
2014-05-21 01:41:45 +08:00 |
|
c9s
|
0064eb27a1
|
const to node * n
|
2014-05-21 01:22:49 +08:00 |
|
c9s
|
0d2ae75bc2
|
prefetch firstbyte
|
2014-05-21 01:20:18 +08:00 |
|