Commit graph

  • db9c3662f8 Update Makefile.in c9s 2014-05-18 07:35:16 +0800
  • 1439401036 Add gvc.c c9s 2014-05-18 07:34:51 +0800
  • b7d3e86181 Add gvc to configure.ac c9s 2014-05-18 07:31:37 +0800
  • 9bab1bd076 match_entry_createl c9s 2014-05-17 23:54:18 +0800
  • 03888e5c65 Merge pull request #7 from czchen/bugfix/equal Pedro 2014-05-17 23:30:45 +0800
  • a7eac661c7 Fix = operator in sh ChangZhuo Chen (陳昌倬) 2014-05-17 22:55:27 +0800
  • 639dd1e0e6 intiialize route_info struct c9s 2014-05-17 19:25:25 +0800
  • 516ddddda3 Add exec_prefix c9s 2014-05-17 19:05:14 +0800
  • 563278fba8 Add route_info structure c9s 2014-05-17 18:57:36 +0800
  • c19186ab77 Add more columns to match_entry c9s 2014-05-17 18:56:13 +0800
  • 793de786b7 update .travis-ci c9s 2014-05-17 16:06:05 +0800
  • d4ece86b36 check in Makefile.in c9s 2014-05-17 16:02:15 +0800
  • 397905ed77 check in Makefile.in c9s 2014-05-17 16:02:03 +0800
  • f1555ba0d1 Merge branch 'master' of github.com:c9s/r3 c9s 2014-05-17 16:01:35 +0800
  • 9ab45c2133 use automake with copy c9s 2014-05-17 16:00:28 +0800
  • 5651d95b99 delete links c9s 2014-05-17 15:57:52 +0800
  • 57753e8657 check-in install-sh c9s 2014-05-17 15:56:29 +0800
  • 3d163d40de Add configure script c9s 2014-05-17 15:55:50 +0800
  • 9557af5efa check in missing files c9s 2014-05-17 15:54:38 +0800
  • 3b811952d9 gcc test only for now c9s 2014-05-17 15:52:01 +0800
  • 8bc6812095 update configure.ac with more configs c9s 2014-05-17 15:50:22 +0800
  • 442cca2941 update .travis ci config c9s 2014-05-17 15:45:34 +0800
  • 9e020768d9 import m4/* c9s 2014-05-17 15:45:27 +0800
  • f4ed38c908 more autoconf steps c9s 2014-05-17 15:40:48 +0800
  • 428e7f4cd6 use autoreconf c9s 2014-05-17 15:38:16 +0800
  • ff37833aeb require gnulib c9s 2014-05-17 15:36:35 +0800
  • 8293e0a786 install m4 c9s 2014-05-17 15:36:05 +0800
  • dcee860225 update readme c9s 2014-05-17 15:33:12 +0800
  • 3ba9d4be0d libtool, automake, autoconf c9s 2014-05-17 15:32:38 +0800
  • c0b4e6cbeb build-essential c9s 2014-05-17 15:31:10 +0800
  • 7b44ffbcfa Add ACLOCAL_AMFLAGS c9s 2014-05-17 15:30:25 +0800
  • c16f5c0475 test build c9s 2014-05-17 15:28:35 +0800
  • ec694de68e Add .travis ci config c9s 2014-05-17 15:26:19 +0800
  • 88434b2288 delete auto-generated libtool c9s 2014-05-17 15:22:40 +0800
  • 65d295b880 partially c9s 2014-05-17 15:20:59 +0800
  • ea057921c2 no strndup when truncating pattern c9s 2014-05-17 15:20:28 +0800
  • 4910382090 Update node.c Pedro 2014-05-17 15:16:52 +0800
  • 6c0b3c3e90 Merge pull request #6 from CindyLinz/master Pedro 2014-05-17 15:06:44 +0800
  • 2ca78dd980 Merge pull request #5 from czchen/feature/install Pedro 2014-05-17 14:46:27 +0800
  • 1c9a42dd82 my_strdup / my_strndup malloc smaller Cindy Wang (CindyLinz) 2014-05-17 13:01:33 +0800
  • be0cd0df76 Add r3.pc ChangZhuo Chen (陳昌倬) 2014-05-17 11:35:45 +0800
  • 0ad579912c Install header files ChangZhuo Chen (陳昌倬) 2014-05-17 11:23:01 +0800
  • e3b64f4512 Delete c9s 2014-05-17 09:46:02 +0800
  • 16d7225336 update benchmark result c9s 2014-05-17 09:41:00 +0800
  • fe9ca48135 update README c9s 2014-05-17 09:38:21 +0800
  • 256cb8435a dump pattern if pcre compilation failed. c9s 2014-05-17 08:11:22 +0800
  • 4f36b0b27c Fix check tests on linux platform c9s 2014-05-17 08:01:49 +0800
  • d30e58176c Adding AC_PROG_CC_STDC to configure.ac to support c99 c9s 2014-05-17 07:58:28 +0800
  • 6ff8ff66d1 one more scope for benchmarks c9s 2014-05-17 07:53:24 +0800
  • 4572f5cb55 update correct testing records c9s 2014-05-17 07:52:03 +0800
  • 5a4312d473 clean up c9s 2014-05-17 07:49:17 +0800
  • e0c67acc61 rename to benchmark_print_summary c9s 2014-05-17 07:48:57 +0800
  • f5863a956d Add benchmark macros c9s 2014-05-17 07:48:22 +0800
  • 6747775908 use @CHECK_CFLAGS@ and @CHECK_LIBS@ c9s 2014-05-17 07:28:52 +0800
  • 0c6afd03b7 use HAVE_STR*DUP config to check function definitions c9s 2014-05-17 07:26:47 +0800
  • 952ec60e99 Fix Makefile.am for check c9s 2014-05-17 07:23:24 +0800
  • 6348a305f7 Delete auto-generated config.h c9s 2014-05-17 07:19:16 +0800
  • 23ddbf2e81 Add ltmain.sh c9s 2014-05-17 07:19:01 +0800
  • 3c8279a53e keep m4/ c9s 2014-05-17 07:18:35 +0800
  • a8eb380051 Check funcs & header files c9s 2014-05-17 07:17:44 +0800
  • 55e9082c02 delete config.status c9s 2014-05-17 07:17:38 +0800
  • bfbb9d38f3 Merge remote-tracking branch 'origin/autotool' c9s 2014-05-17 07:15:42 +0800
  • 04e0d6724b Fix check with autotool autotool c9s 2014-05-17 07:14:09 +0800
  • 063eb7d0ab update gitignore list c9s 2014-05-17 06:58:48 +0800
  • 9de9602a42 Delete Makefile.in c9s 2014-05-17 06:57:49 +0800
  • d93cc6d031 Clean up files c9s 2014-05-17 06:57:03 +0800
  • 093bb6d2cc check-in files c9s 2014-05-17 06:54:39 +0800
  • cd06fd07d5 Check-in files c9s 2014-05-17 06:53:30 +0800
  • 4627afd22d Merge branch 'autotool' of github.com:c9s/r3 into autotool c9s 2014-05-17 06:52:40 +0800
  • e822cd8d2f Fix c9s 2014-05-17 06:52:26 +0800
  • ff0f6bb5b1 my_strdup / my_strndup size_t -> int Cindy Wang (CindyLinz) 2014-05-17 03:17:51 +0800
  • 9e7a1313bc avoid redefines Cindy Wang (CindyLinz) 2014-05-17 02:51:21 +0800
  • 22718fd143 token.c include r3_str.h for my_strdup & my_strndup Cindy Wang (CindyLinz) 2014-05-17 01:02:14 +0800
  • 8f6fd19806 self provided strndup & strdup Cindy Wang (CindyLinz) 2014-05-17 00:35:56 +0800
  • dc91651782 Update gitignore file c9s 2014-05-17 06:49:20 +0800
  • 6dc025108e Checking .in files c9s 2014-05-17 06:49:12 +0800
  • fa2eca2e32 Add config.h c9s 2014-05-17 06:44:32 +0800
  • 5b7d4ae441 Add config.h.in c9s 2014-05-17 06:40:08 +0800
  • 717d32019c Add autogen.sh script c9s 2014-05-17 06:38:59 +0800
  • 18748b79d5 import libtool script c9s 2014-05-17 06:38:02 +0800
  • 38bf690fc3 update configure.ac c9s 2014-05-17 06:37:45 +0800
  • 82175ba66d autotool checking c9s 2014-05-17 06:37:30 +0800
  • c182c4efaa Merge pull request #3 from CindyLinz/master Pedro 2014-05-17 05:37:33 +0800
  • 1f91b8ea35 my_strdup / my_strndup size_t -> int Cindy Wang (CindyLinz) 2014-05-17 03:17:51 +0800
  • 0cc956aaf7 Merge pull request #2 from CindyLinz/master Pedro 2014-05-17 03:17:48 +0800
  • d5c5a5368f avoid redefines Cindy Wang (CindyLinz) 2014-05-17 02:51:21 +0800
  • 823ed29161 token.c include r3_str.h for my_strdup & my_strndup Cindy Wang (CindyLinz) 2014-05-17 01:02:14 +0800
  • c419aeadc9 Merge pull request #1 from CindyLinz/master Pedro 2014-05-17 00:39:56 +0800
  • df4dbbe2a6 self provided strndup & strdup Cindy Wang (CindyLinz) 2014-05-17 00:35:56 +0800
  • 84352aca85 use -O0 for alpha development c9s 2014-05-16 22:49:05 +0800
  • ec55b3741a Add empty PHP extension skeleton from Pux for c9s 2014-05-16 22:47:33 +0800
  • bee02242df Fix CFLAGS for std=99 c9s 2014-05-16 22:41:19 +0800
  • ae24b4a80e update bench.html c9s 2014-05-16 22:31:12 +0800
  • 8f3ac387f0 remove Judy c9s 2014-05-16 22:05:23 +0800
  • ad3c06ebb3 delete slow records c9s 2014-05-16 22:01:23 +0800
  • 4a22aeaec9 Fix highchart rendering c9s 2014-05-16 22:00:57 +0800
  • 1ff669f8a1 subtitle c9s 2014-05-16 21:48:16 +0800
  • 6c5210c06e update benchmark page c9s 2014-05-16 21:43:54 +0800
  • 9c53003871 Refactoring match function c9s 2014-05-16 21:02:02 +0800
  • 2381f54dc4 allocate ov space when compiling the tree c9s 2014-05-16 20:58:30 +0800