| clear query|facets|time |
Search criteria: .
Results from 71 to 80 from
80 (3.111s).
|
|
|
Loading phrases to help you refine your search...
|
|
[AVRO-745] Segfault in avro_{bytes,sting,fixed}_set - Avro - [issue]
|
|
...The avro_bytes_set function (and its string and fixed counterparts) are supposed to save a copy of the value, which the avro_datum_t instance takes full control over. Unfortunately, we...
|
|
|
http://issues.apache.org/jira/browse/AVRO-745
Author: Douglas Creager,
2011-03-12, 00:32
|
|
|
[AVRO-729] JSON encoded Avro values - Avro - [issue]
|
|
...I've added support in the C library for getting the JSON encoding of an Avro value. There are three patches in this series. One of the changes is to upgrade our copy of the Janss...
|
|
|
http://issues.apache.org/jira/browse/AVRO-729
Author: Douglas Creager,
2011-03-12, 00:32
|
|
|
[AVRO-675] Bytes and fixed setters don't update datum size - Avro - [issue]
|
|
...The setter methods for bytes and fixed datum instances don't update the size field. So, for instance, if you create a datum:avro_datum_t datum = avro_wrapbytes(NULL, 0);Then late...
|
|
|
http://issues.apache.org/jira/browse/AVRO-675
Author: Douglas Creager,
2011-03-12, 00:32
|
|
|
Re: buildbot failure in ASF Buildbot on avro-c-fbsd - Avro - [mail # dev]
|
|
...Buildbot. Do we have shell access on these machines, so that I can debug what's causing the mysterious "Error code 8"? cheers –doug...
|
|
|
Author: Douglas Creager,
2011-02-25, 16:57
|
|
|
Re: 1.5 release - Avro - [mail # dev]
|
|
...be I haven't heard any objections to the patches on the issues that are mine, and all of the tests pass. Unless I hear otherwise, I'll commit them in the morning. &nb...
|
|
|
Author: Douglas Creager,
2011-02-25, 02:09
|
|
|
Re: 1.5 release - Avro - [mail # dev]
|
|
...I've marked several of the C library issues as blockers, and marked them as targets for 1.5. They have patches uploaded already, and the existing test cases all pass, so ho...
|
|
|
Author: Douglas Creager,
2011-02-18, 18:23
|
|
|
Re: C library - Avro - [mail # dev]
|
|
...Will do Generated code certainly sounds useful, but I don't know if it will help my particular problem. In my case, I'm adding Avro support to an existing application, which alr...
|
|
|
Author: Douglas Creager,
2010-10-15, 22:02
|
|
|
Re: C library - Avro - [mail # dev]
|
|
...d so Ah, whoops. No, I'm not suggesting GValue. *shudder* I was thinking more like using: • GObject for the schema/datum subclassing • GHashTable or GTre...
|
|
|
Author: Douglas Creager,
2010-10-14, 03:49
|
|
|
Re: C library - Avro - [mail # dev]
|
|
...ork ower the C Ha! Well you're certainly right that glib's not small. Are you sure about the speed claims, though? Would it be worth banging out a LGPL, glib-based pr...
|
|
|
Author: Douglas Creager,
2010-10-14, 02:43
|
|
|
C library - Avro - [mail # dev]
|
|
...Quick question about the C library. It seems like a lot of the code implements some scaffolding that we could get for free from a library like glib. Looking through the svn histo...
|
|
|
Author: Douglas Creager,
2010-10-14, 01:45
|
|
|
|