Commit graph

  • fcc00deadb Merge branch 'slugfix' of github.com:c9s/r3 into slugfix c9s 2014-06-02 05:50:49 +0800
  • 20e3f1a3ba asprintf returns memory pointer which is from malloc() not zmalloc() c9s 2014-06-02 05:48:27 +0800
  • 8775c3ff85 wtf c9s 2014-06-02 05:31:47 +0800
  • d4d1a59728 fix autotools for check c9s 2014-06-02 05:23:00 +0800
  • 359d9df369 improve r3_slug_parse function c9s 2014-06-02 05:02:37 +0800
  • 6dfd37d43d move slug related functions to slug.c and slug.h c9s 2014-06-02 04:52:41 +0800
  • 2a75861741 Fix gvc graph c9s 2014-06-02 01:35:58 +0800
  • 80b9f00739 update c9s 2014-06-02 01:24:49 +0800
  • 24b84d068d Merge branch 'master' into slugfix c9s 2014-06-02 01:23:10 +0800
  • 0636c9dad3 fix slug compile pattern c9s 2014-06-02 01:21:02 +0800
  • 39fc24e3fa fix pattern compiler c9s 2014-06-02 01:05:57 +0800
  • c52639c431 slug parser c9s 2014-06-02 01:01:29 +0800
  • e1e5c3a4ae test incomplete slug c9s 2014-06-02 00:27:30 +0800
  • 258128f30d slug_count return errstr c9s 2014-06-02 00:22:12 +0800
  • da2f2311c9 CHECK_PTR macro to check pointer c9s 2014-06-01 21:58:29 +0800
  • 70693ea1f2 errstr parameter in slug c9s 2014-06-01 20:51:47 +0800
  • 2858ede695 Update new combined graphviz image c9s 2014-06-01 20:30:22 +0800
  • dc407f2cac fix c9s 2014-06-01 20:23:11 +0800
  • 8d2a473f54 Merge branch 'master' of github.com:c9s/r3 c9s 2014-06-01 20:20:51 +0800
  • 779d9a9859 Merge branch 'feature/json' c9s 2014-06-01 20:19:30 +0800
  • 76182660f9 remove trailing newline c9s 2014-06-01 20:15:25 +0800
  • c5501ab5f6 fix configure options: c9s 2014-06-01 20:14:56 +0800
  • 8f9c2acc5c include config.h c9s 2014-06-01 19:49:56 +0800
  • 9820384ed5 take off useless header files c9s 2014-06-01 19:45:56 +0800
  • 7d6209d99c build with 3rdparty objects c9s 2014-06-01 18:06:12 +0800
  • 93c3d0769b Merge pull request #44 from whitglint/master Pedro 2014-06-01 17:00:07 +0800
  • 9417bc76eb Add extern "C". whitglint 2014-06-01 16:48:54 +0800
  • 7cdfaa0f7f Add AC_PROG_INSTALL c9s 2014-06-01 16:39:32 +0800
  • b139d8d3f2 add const to node c9s 2014-06-01 14:54:16 +0800
  • 7d69e79535 gvc fix c9s 2014-06-01 14:53:12 +0800
  • 6e6de35fd0 fix tests for graphviz c9s 2014-06-01 14:41:45 +0800
  • adde7bc361 remove unused variables c9s 2014-06-01 14:35:29 +0800
  • 8ee11aaa6f reduce variables and add const char* to insert_pathl. c9s 2014-06-01 14:33:56 +0800
  • f5f24aa15e fix readme 1.2.2 c9s 2014-06-01 03:04:59 +0800
  • 998560634e remove unused variable and add const c9s 2014-06-01 02:58:03 +0800
  • 40fa19002a Add const for slug_compile c9s 2014-06-01 02:56:29 +0800
  • bc27293f36 more const c9s 2014-06-01 02:54:48 +0800
  • 8f8dbd520b remove const from match_entry pointer c9s 2014-06-01 02:38:12 +0800
  • 89fb801cfd Merge pull request #43 from c9s/errno Pedro 2014-06-01 02:33:13 +0800
  • 2df5c11d09 use ck_assert c9s 2014-06-01 02:29:12 +0800
  • a946a79223 include assert.h c9s 2014-06-01 02:28:58 +0800
  • 4c26995e41 assert errno == NULL c9s 2014-06-01 02:13:38 +0800
  • f670f08639 update error code for compile function c9s 2014-06-01 02:08:16 +0800
  • 1a4eb14a05 error code support c9s 2014-06-01 01:51:42 +0800
  • 642fdfca88 include assert c9s 2014-06-01 01:40:28 +0800
  • fe57cbf54d check pointer c9s 2014-06-01 01:38:22 +0800
  • 4bb3ba9d04 assert(entry); c9s 2014-06-01 01:26:59 +0800
  • 4f93a530e1 assert free c9s 2014-06-01 01:26:36 +0800
  • 188a687150 check the pointer returns from zmalloc c9s 2014-06-01 01:25:34 +0800
  • a19d2377cc check the pointer returns from zmalloc c9s 2014-06-01 01:24:57 +0800
  • 7d9b6c8889 check match_entry->vars c9s 2014-06-01 01:20:28 +0800
  • b61d5a78ae fix match_route c9s 2014-06-01 01:16:53 +0800
  • e182dd3a7b remove duplicated edge free function c9s 2014-05-31 19:58:10 +0800
  • 9433e2192a route api improvement c9s 2014-05-31 19:56:46 +0800
  • 15933a061e update include header files c9s 2014-05-29 10:14:25 +0800
  • e74deece23 include assert.h c9s 2014-05-28 23:01:21 +0800
  • c58d48f962 Fix include c9s 2014-05-28 21:56:22 +0800
  • d400789d96 more const pointers c9s 2014-05-28 21:09:37 +0800
  • 072c72621c separate header files c9s 2014-05-28 21:08:06 +0800
  • 9cb2f80e1f more const pointers c9s 2014-05-28 21:03:59 +0800
  • a2bec00a9e match_entry.c c9s 2014-05-28 21:02:57 +0800
  • f5996731ca Add const for pointers c9s 2014-05-28 21:00:02 +0800
  • 34ec73ecbc enable -Wall for tests c9s 2014-05-28 20:56:16 +0800
  • e12ca5840e Add email to CHANGES.md 1.2.1 c9s 2014-05-27 21:17:23 +0800
  • 1c1063e3b6 update CHANGES c9s 2014-05-27 21:16:46 +0800
  • cd16d67663 fix zcalloc bug c9s 2014-05-27 14:18:45 +0800
  • cf734a480c edge branch with routes and other resets c9s 2014-05-27 14:16:42 +0800
  • 60821aac0c const pointer c9s 2014-05-27 12:35:17 +0800
  • f596c7392d Add const c9s 2014-05-27 12:34:28 +0800
  • 10d6a64eac update README c9s 2014-05-27 12:32:07 +0800
  • 6cc57d545f const char * c9s 2014-05-27 01:08:31 +0800
  • 9f8176447b const char * c9s 2014-05-27 01:08:01 +0800
  • 54397987bd Add const c9s 2014-05-27 01:07:33 +0800
  • 533eb6b9c3 include stdbool.h c9s 2014-05-27 00:47:59 +0800
  • aaf35d22d8 include stdbool.h c9s 2014-05-27 00:47:21 +0800
  • f597239986 fix c9s 2014-05-26 21:44:48 +0800
  • 7aaed3e5d7 merge str_array.h c9s 2014-05-26 21:39:36 +0800
  • a99547bea5 update pc config c9s 2014-05-26 21:29:56 +0800
  • eed744bb84 Merge da65037b9f into 94c71b5431 Omer Katz 2014-05-25 07:34:25 +0000
  • da65037b9f Merge branch 'topic/sds' of https://github.com/thedrow/r3 into topic/sds Omer Katz 2014-05-25 10:31:46 +0300
  • 132bd20361 Added the r3_dump_tree_str function. Omer Katz 2014-05-25 10:29:31 +0300
  • 74dc283012 Added the sds headers from redis. Omer Katz 2014-05-21 15:03:23 +0300
  • 94c71b5431 move frequently used fields to struct head. c9s 2014-05-24 19:04:34 +0800
  • ef9962c958 struct field data type improvement for memory usage. c9s 2014-05-24 18:45:43 +0800
  • da47f06bdc update benchmakr result c9s 2014-05-24 17:22:29 +0800
  • 568400c1b7 Add more benchmark record c9s 2014-05-24 17:16:49 +0800
  • 0909ab8af9 put combined_pattern to the end of struct c9s 2014-05-24 17:14:17 +0800
  • c1cd7444cb Add struct fields optimization c9s 2014-05-24 17:13:55 +0800
  • dcf4bf0f14 update README for steps c9s 2014-05-24 16:28:53 +0800
  • 7b70d436e8 update .travis.yml config c9s 2014-05-24 16:27:43 +0800
  • c69d483fc7 fix configure script for check c9s 2014-05-24 16:26:47 +0800
  • 3104802101 TESTS += benchmark c9s 2014-05-24 16:23:41 +0800
  • adc96ae2d2 unset if config.h is not found. c9s 2014-05-24 15:50:12 +0800
  • 6f66cc4f7a check check.h automatically c9s 2014-05-24 15:49:47 +0800
  • b737fbb130 remove AM_PATH_CHECK c9s 2014-05-24 15:46:45 +0800
  • a5217a9362 do not install benchmark to prefix/bin c9s 2014-05-24 15:41:20 +0800
  • 6358da7df8 Add --enable-check option c9s 2014-05-24 15:41:02 +0800
  • f3c6296a7a Fix the extra "check" checking c9s 2014-05-24 15:30:17 +0800
  • f746030d3f -lpthread feature/thread-worker c9s 2014-05-24 12:34:55 +0800
  • 2a25cfdf01 use CK_VERBOSE c9s 2014-05-24 10:39:07 +0800