2
I Use This!
High Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 3 days ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
AVRO-39. Fix bug in Java record schema toString(). Contributed by sharad. More... almost 15 years ago
AVRO-37. Add C API docs. Contributed by Matt Massie. More... almost 15 years ago
AVRO-38. Add Python support for fixed-sized types. Contributed by sharad. More... almost 15 years ago
AVRO-22. When parsing schemas in Java, do not permit anonymous. More... almost 15 years ago
AVRO-12. Fix recursive schemas so that equals() and hashCode() do not cause stack overflow. More... almost 15 years ago
AVRO-10. Fix a doc typo. More... almost 15 years ago
AVRO-34. Upgrade to Jackson version 1.0.0. More... almost 15 years ago
AVRO-10. Add Java support for fixed-sized types. More... almost 15 years ago
Remove some redundant code. Inherited methods are identical. More... almost 15 years ago
AVRO-18. Add support for enum types. More... almost 15 years ago
AVRO-26. Switch tests from JUnit to TestNG. Contributed by Konstantin Boudnik. More... almost 15 years ago
AVRO-33. C support for primitive types. Contributed by Matt Massie. More... about 15 years ago
AVRO-21. Default Java namespace from containing definition. More... about 15 years ago
AVRO-31. Fix Java package imports in generated specific classes. Contributed by sharad. More... about 15 years ago
Minor doc updates. Copied javadoc overview to main doc. More... about 15 years ago
Add Java support for default values. More... about 15 years ago
Fix a typo. More... about 15 years ago
AVRO-9. Restrict map keys to strings. More... about 15 years ago
AVRO-1. Record fields are now defined with JSON arrays, rather than JSON objects, since fields are ordered. More... about 15 years ago
AVRO-1. Record fields are now defined with JSON arrays, rather than JSON objects, since fields are ordered. More... about 15 years ago
AVRO-15. Override __eq__() and __hash__() in Schema classes. More... about 15 years ago
AVRO-16. Minor documentation improvements. More... about 15 years ago
AVRO-5. Add java versus python RPC interoperability tests. More... about 15 years ago
AVRO-13. Use dictionary instead of if-else in validate. More... about 15 years ago
AVRO-11. Re-implement specific and reflect datum readers and writers to leverage AVRO-6. More... about 15 years ago
Fix so that EOF is not thrown when one attempts to read an empty buffer. Contributed by sharad. More... about 15 years ago
Fix so that specific code generation works under Eclipse. Contributed by Pat Hunt. More... about 15 years ago
AVRO-6. Provide easier implementation of alternate generic data representations. Contributed by Hong Tang. More... about 15 years ago
Adding *.pyc to ignore list. More... about 15 years ago
AVRO-3. Fix ValueReader to throw an exception at EOF. Contributed by Pat Hunt. More... about 15 years ago