root / lib @ master
| Name | Size | Revision | Age | Author | Comment |
|---|---|---|---|---|---|
| Makefile.am | 724 Bytes | 0e36d5b8 | about 1 month | Kouhei Sutou | split geo related functions to geo.[ch]. |
| Makefile.msvc | 1.1 KB | 10210b62 | about 1 year | daijiro mori | Added proc.c for builtin procedures. |
| com.c | 27.4 KB | 5e97406d | 14 days | daijiro mori | Added const qualifier to the body argument of g... |
| com.h | 6.9 KB | 5e97406d | 14 days | daijiro mori | Added const qualifier to the body argument of g... |
| ctx.c | 59.5 KB | 8d8dac6c | 15 days | Kouhei Sutou | don't call not command proc as command. #431 |
| ctx.h | 16.7 KB | e819dd86 | about 1 month | Kouhei Sutou | add missing GRN_APIs. |
| db.c | 232.3 KB | 51e7ceaa | 1 day | Kouhei Sutou | fix decimal geopoint parsing. #460 |
| db.h | 13.3 KB | abaac792 | 20 days | Kouhei Sutou | add GRN_API to grn_proc_get_var_by_offset(). |
| ecmascript.c | 82.9 KB | 91ad1896 | 5 months | daijiro mori | Moved grn_expr from db.c to expr.c |
| ecmascript.h | 3.8 KB | 0a89288d | 5 months | daijiro mori | Renamed expr.* -> ecmascript.* |
| ecmascript.y | 12.8 KB | 0a89288d | 5 months | daijiro mori | Renamed expr.* -> ecmascript.* |
| expr.c | 179 KB | 4b8eb2a6 | 15 days | daijiro mori | Fixed a bug in grn_table_select() causing GRN_O... |
| geo.c | 32.5 KB | 6b3bef02 | 19 days | Kouhei Sutou | fix geo_in_rectangle() end condition |
| geo.h | 3.1 KB | d9fecde5 | 29 days | Kouhei Sutou | support geo_in_rectangle() with index. |
| groonga_in.h | 16.1 KB | 31811767 | about 1 month | Kouhei Sutou | _XOPEN_SOURCE 500 -> 520 for EAI_* on NetBSD. ... |
| hash.c | 64.1 KB | 045c9019 | 4 months | daijiro mori | Disabled per object lock. |
| hash.h | 8.7 KB | 6b393355 | 4 months | daijiro mori | Removed flags argument from grn_ctx_alloc() and... |
| icudump.c | 7.3 KB | 0062f276 | 5 months | daijiro mori | Added nfkc.rb and icudump.c |
| ii.c | 184.7 KB | 3aac27ae | 17 days | daijiro mori | grn_token_next() override status to 'grn_token_... |
| ii.h | 6.4 KB | cbe73223 | 2 months | daijiro mori | Added proc_check(). |
| io.c | 55.3 KB | 04a014d2 | 3 months | Kouhei Sutou | show more log messages on lock. |
| io.h | 13.3 KB | 53f89f28 | 4 months | daijiro mori | Moved declaration of grn_dl_* from io.h to modu... |
| libgroonga.c | 131 Bytes | 7b998be7 | over 1 year | unknown | * complete windows build on Visual C++ 9.0 Expr... |
| module.c | 8.8 KB | 310e6020 | 3 months | daijiro mori | Removed a space between functiona name and open... |
| module.h | 1.8 KB | 0cb015f1 | 2 months | Kouhei Sutou | use HINSTANCE instead of MODULE for MinGW. |
| nfkc-custom-rules.txt | 6 Bytes | 1b889aec | 5 months | daijiro mori | nfkc.c can be customized with lib/nfkc-custom-r... |
| nfkc.c | 1.7 MB | 0062f276 | 5 months | daijiro mori | Added nfkc.rb and icudump.c |
| nfkc.h | 1010 Bytes | a4bff034 | over 1 year | mori | first commit |
| nfkc.rb | 9.4 KB | 1b889aec | 5 months | daijiro mori | nfkc.c can be customized with lib/nfkc-custom-r... |
| output.c | 29.8 KB | 3b6a3303 | about 1 month | Kouhei Sutou | support loading vector for reference ID of no-k... |
| output.h | 3.5 KB | 9d446e2b | about 1 month | Kouhei Sutou | add cache statistics to status result. |
| pat.c | 85.8 KB | bb8c11c2 | 23 days | daijiro mori | Fixed missing static. |
| pat.h | 2.7 KB | 6dda9b05 | about 1 month | Kouhei Sutou | support pat key cursor inspection. |
| proc.c | 72.6 KB | 7c0da0bc | 1 day | Kouhei Sutou | remove _value from default output_columns. |
| proc.h | 1018 Bytes | b1ed43af | 3 days | daijiro mori | Renamed the name of an option of groonga comman... |
| ql.c | 93.5 KB | c53c01ad | 16 days | daijiro mori | GRN_OBJ_RING_BUFFER appeared. |
| ql.h | 11.6 KB | fe5e5a21 | 17 days | daijiro mori | Added each parameter to load command. |
| query.c | 22.2 KB | 10210b62 | about 1 year | daijiro mori | Added proc.c for builtin procedures. |
| scm.c | 93.5 KB | 38038d94 | about 1 year | daijiro mori | Removed grn_ql_load(). grn_ql_*() renamed to gr... |
| snip.c | 21.4 KB | bbb013b8 | 4 months | Kouhei Sutou | grn_snip_exec() don't report error for empty st... |
| snip.h | 2.8 KB | a37c72c6 | 7 months | Tasuku SUENAGA a.k.a. gunyarakun | Fixed wrong condition whether groonga.h is incl... |
| store.c | 45.5 KB | 2f2e34ac | 15 days | daijiro mori | Fixed missing return in grn_ja_put_raw(). |
| store.h | 4 KB | b60200d5 | 22 days | daijiro mori | Added grn_ja_get_value() |
| str.c | 86.1 KB | d4d90387 | about 1 month | daijiro mori | Fixed a buffer over run problem. |
| str.h | 4.5 KB | e819dd86 | about 1 month | Kouhei Sutou | add missing GRN_APIs. |
| token.c | 18.6 KB | 3aac27ae | 17 days | daijiro mori | grn_token_next() override status to 'grn_token_... |
| token.h | 2.1 KB | c5135588 | 4 months | Kouhei Sutou | don't install MeCab tokenizer on --without-mecab. |
| util.c | 17.2 KB | dfcfbedb | 5 days | Kouhei Sutou | initialize variable. Reported by OBATA Akio. T... |
| util.h | 1.3 KB | a48382d3 | about 1 month | Kouhei Sutou | add grn_p_geo_point(). |
Latest revisions
Also available in: Atom