aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Android.mkcm-11.0-XNPH44S-bacon-5fa8c79c0bcm-11.0-XNPH33R-bacon-3628510d76cm-11.0-XNPH30O-bacon-4f280f505acm-11.0-XNPH25R-bacon-d22b777afacm-11.0-XNPH22R-bacon-03d77315eacm-11.0-XNPH05Q-tomato-9828f8e9cccm-11.0-XNPH05Q-bacon-5229c4ef56cm-10.2.1cm-10.2.0cm-10.2-M1cm-10.1.3-RC2cm-10.1.3-RC1cm-10.1.3staging/cm-12.1staging/cm-12.0-cafstable/cm-12.1-YOG7Dstable/cm-12.1-YOG4Pstable/cm-12.1-YOG3Cstable/cm-12.0-YNG4Nstable/cm-12.0-YNG3Cstable/cm-12.0-YNG1TAstable/cm-12.0-YNG1Tstable/cm-12.0-YNG1Istable/cm-11.0-XNG3Cstable/cm-11.0-XNG2Sstable/cm-11.0-XNF9Xstable/cm-11.0-XNF8Ystable/cm-11.0stable/cm-10.2shipping/cm-11.0cm-12.1cm-12.0cm-11.0cm-10.2cm-10.1Koushik Dutta2013-07-211-0/+25
* [maven-release-plugin] copy for tag gson-2.2.4joel.leitch@gmail.com2013-05-130-0/+0
* [maven-release-plugin] prepare release gson-2.2.4joel.leitch@gmail.com2013-05-131-4/+4
* Moving broken class to "test" package for now and disabling broken test.joel.leitch@gmail.com2013-05-132-1/+1
* Fix hashing in LinkedHashTreeMap, but it still does not work :(joel.leitch@gmail.com2013-05-131-4/+11
* Remove unused importjoel.leitch@gmail.com2013-05-131-1/+0
* Added test to use BigDecimal to parse number when requesting it as a long.joel.leitch@gmail.com2013-05-132-2/+6
* Create a LinkedTreeMap based on the LinkedHashTreeMap; however, removed all t...joel.leitch@gmail.com2013-05-035-7/+784
* Fix test that expects an exception to fail if no exception is thrownjoel.leitch@gmail.com2013-05-031-0/+1
* Test to expose edge doubling and rehashing bug in LinkedHashTreeMap.joel.leitch@gmail.com2013-05-031-1/+41
* Added test for comments inside a string value.joel.leitch2013-04-141-0/+19
* 2.2.3 javadocsinder1232013-04-1294-24582/+22561
* [maven-release-plugin] prepare for next development iterationinder1232013-04-121-4/+4
* [maven-release-plugin] prepare release gson-2.2.3inder1232013-04-121-4/+4
* updated maven plugin versionsinder1232013-04-121-5/+5
* ensuring that LinkedHashTreeMap.contains() returns false when non-Comparable(...inder1232013-04-121-2/+6
* made inner classes static and finalinder1232013-04-123-3/+3
* eliminated eclipse warnings by adding a default label to switch.inder1232013-04-121-1/+2
* removed more eclipse warningsinder1232013-04-126-2/+6
* removed eclipse warnings, unused fields. Made inner classes static where poss...inder1232013-04-126-16/+5
* Remove usage of StringPool as it appears to slow things down and avoid Java S...joel.leitch2013-04-082-89/+3
* Re-add non-comparable key tests to LinkedHashTreeMap.joel.leitch2013-04-041-0/+14
* fixed https://code.google.com/p/google-gson/issues/detail?id=491 by adding OS...inder1232013-04-041-0/+10
* deleted unused enum and reordered importsinder1232013-04-042-13/+12
* Use the LinkedHashTreeMap instead of LinkedTreeMap and delete the LinkedTreeM...joel.leitch2013-04-046-661/+25
* fixed https://code.google.com/p/google-gson/issues/detail?id=509 by adding co...inder1232013-04-042-10/+41
* Use the right method name in error messages.limpbizkit@gmail.com2013-02-041-1/+1
* Permit serialization of "Class" fields, but only if they're null.limpbizkit@gmail.com2013-02-042-2/+12
* Tag member fields as transient since a LinkedHashMap is used for serialization.joel.leitch@gmail.com2013-01-151-4/+4
* Additional changes to a map test with "null" string key.joel.leitch@gmail.com2013-01-141-0/+6
* Fix object leak from ThreadLocal.joel.leitch@gmail.com2013-01-141-2/+9
* Minor addition to the JsonNullTest.joel.leitch@gmail.com2013-01-141-0/+1
* Do not peek during a "skipValue" if a value has already been peeked.joel.leitch@gmail.com2013-01-142-1/+54
* Stop blowing up on a null key, but rather return that the element is not found.joel.leitch@gmail.com2013-01-092-8/+28
* Ensure "excluder" is added prior to user defined type adapters/factories.joel.leitch@gmail.com2012-12-202-7/+26
* Make JsonElement TypeAdapterFactory a type hierarchy factory.joel.leitch@gmail.com2012-12-202-8/+18
* Add a test case for a problem reported on the group.limpbizkit@gmail.com2012-10-291-2/+43
* Allowing instance creators to be registered with the raw type only (without s...joel.leitch@gmail.com2012-10-243-20/+51
* Move interceptors from 'alpha' to 'extras'.limpbizkit@gmail.com2012-10-239-340/+19
* Don't subclass ThreadLocal.limpbizkit@gmail.com2012-10-231-5/+6
* Fix compile warningslimpbizkit@gmail.com2012-10-231-4/+4
* Added support for collections, maps, and arbitrary depth of type adapters for...inder1232012-10-186-12/+132
* added tests for using intercept in fields and lists. These tests are currentl...inder1232012-10-111-17/+40
* Created an alpha package that holds experimental feature.inder1232012-10-115-2/+192
* Adding Red-Black Tree implementation and tying it into the Gson bindings.joel.leitch@gmail.com2012-10-1111-670/+689
* Optimizations and bug fixes for LinkedHashTreeMap.limpbizkit@gmail.com2012-09-172-117/+156
* Add a hashing layer to LinkedTreeMap. Instead of having 1 root node, the clas...limpbizkit@gmail.com2012-09-172-21/+73
* New code that can split an AVL tree into two AVL trees.limpbizkit@gmail.com2012-09-152-0/+300
* Tests for LinkedTreeMap with incompatible keys.limpbizkit@gmail.com2012-09-122-2/+24
* Fix a bug where we were unlinking nodes that shouldn't have been unlinked.limpbizkit@gmail.com2012-09-122-18/+35