1. 07 Nov, 2013 2 commits
  2. 06 Nov, 2013 1 commit
  3. 05 Nov, 2013 1 commit
    • Aurash Mahbod's avatar
      Allow for ref-type arrays containing null elements. · 3f0c3480
      Aurash Mahbod authored
      Strip the null elements out before serializing the array.
      This is helpful in the cases where the user wants to construct
      an array of an inexact size for serialization. For example:
      User constructs array of size 5 because they anticipate adding
      more than 1 element before serialization. Only 3 get added, so
      the array looks like [Obj, Obj, Obj, null, null]. This would
      curently crash without this CL.
      
      All repeated fields of ref-type elements can contain null
      elements: repeated strings, repeated bytes, and repeated
      messages/groups.
      
      Change-Id: I117391c868c9a436536d70d6151780e9cc7e8227
      
      Conflicts:
      	src/google/protobuf/compiler/javanano/javanano_message_field.cc
      3f0c3480
  4. 25 Oct, 2013 4 commits
  5. 16 Oct, 2013 11 commits
  6. 15 Oct, 2013 7 commits
  7. 11 Oct, 2013 5 commits
  8. 10 Oct, 2013 4 commits
  9. 09 Oct, 2013 5 commits