Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
b723741
AVRO-1474. C++ resolvind decoder doesn't work when reader schema has …
thiru-mg Jun 29, 2014
010091f
AVRO-1352. Schema for fixed types corrupted when writing out in JSON …
thiru-mg Jun 29, 2014
289ea57
AVRO-1535. Java: Make the name .X to refer to X in the null namespace.
cutting Jul 1, 2014
ce98884
wrap long lines
cutting Jul 1, 2014
11a18d9
AVRO-1533. Java: In schema resolution, permit conversion between byte…
cutting Jul 1, 2014
b67cea1
AVRO-1536. Ruby: Remove monkeypatching of Enumerable. Contributed by …
ept Jul 3, 2014
3e997c3
AVRO-1499. Ruby: Fix corruption of data files under Ruby 2.0+. Contri…
ept Jul 3, 2014
175a67d
AVRO-1498. Java: Fix custom encodings to work in reflect without Unsa…
cutting Jul 3, 2014
f406cb4
AVRO-1315. Add missing license header.
cutting Jul 3, 2014
f3e482f
add excludes for perl
cutting Jul 3, 2014
d5f32e1
make perl build commands work in any order
cutting Jul 3, 2014
082fb97
AVRO-1448. Python3: Fix setup.py and PyPI installation.
Jul 5, 2014
0478e9c
C++ doesn't build in Ubuntu
thiru-mg Jul 15, 2014
1de668f
AVRO-1448. Fix failing test.
cutting Jul 16, 2014
2cf39f7
Prepare to create 1.7.7 rc0.
cutting Jul 18, 2014
def5dab
Create tag for 1.7.7-rc0.
cutting Jul 18, 2014
06d463b
AVRO-1546. Java: Change GenericData.Record#toString() to not escape f…
cutting Jul 18, 2014
f457317
Re-tag 1.7.7-rc0.
cutting Jul 18, 2014
b1e93f1
Tag 1.7.7 release.
cutting Jul 24, 2014
54da97f
Use nuget for fetching dependency assemblies.
vchekan Sep 23, 2015
537c534
Bug fix: Json WriteRawValue produce invalid json.
vchekan Sep 23, 2015
40cbc4e
DRY: move common assembly attributes to a solution-level file.
vchekan Sep 24, 2015
35dd0ee
Nuspec for all projects
vchekan Sep 24, 2015
9f511d3
References cleanup
vchekan Sep 24, 2015
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ target
/build
test-output
/dist

lang/csharp/packages/
Loading