1. bb0f0fb Bump org.apache.commons:commons-parent from 104 to 105. by Gary Gregory · 11 days ago master
  2. 6310f07 Fix Javadoc for CSVPrinter.getRecordCount(): the header record written by Gary Gregory · 11 days ago
  3. 66c88c7 Merge pull request #633 from lenamonj/csv-printer-record-count-javadoc by Gary Gregory · 11 days ago
  4. fb71dcb Escape-mode printer and parser mishandles value ending in multi-char by Gary Gregory · 11 days ago
  5. d042bb3 Fix CSVPrinter.getRecordCount() Javadoc: the header record written by the constructor is counted by lenamonj · 2 weeks ago
  6. 880622c Bump github/codeql-action/analyze from 4.37.8 to 4.37.9. by Gary Gregory · 3 weeks ago
  7. f9e7d79 Keep an escaped value that equals the null string (#626). by Gary Gregory · 3 weeks ago
  8. 9c19a2f Bump actions/setup-java from 5.7.0 to 6.0.0. by Gary Gregory · 3 weeks ago
  9. f86d5d0 Bump github/codeql-action/init from 4.37.7 to 4.37.8 by Gary Gregory · 3 weeks ago
  10. d9b9f06 Bump org.apache.commons:commons-parent from 103 to 104. by Gary Gregory · 4 weeks ago
  11. f815e39 Bump codeql-action from 4.37.6 to 4.37.7 by Gary Gregory · 4 weeks ago
  12. ce961c4 Validate CSVFormat invariants when deserializing (#632). by Gary Gregory · 5 weeks ago
  13. d33ae83 Merge pull request #632 from rootvector2/csvformat-readobject-validate by Gary Gregory · 5 weeks ago
  14. be3b160 validate CSVFormat invariants when deserializing by Naveed Khan · 5 weeks ago
  15. e6614b4 Merge pull request #630 from rootvector2/close-input-on-header-failure by Gary Gregory · 6 weeks ago
  16. 3e74b59 make the parse(Path) failure test observe the stream close by Naveed Khan · 6 weeks ago
  17. 16b9eee Fix quadratic CSVFormat.printWithEscapes(Reader) delimiter look-ahead (#631). by Gary Gregory · 6 weeks ago
  18. 0c02827 Merge pull request #631 from rootvector2/printwithescapes-reader-linear by Gary Gregory · 6 weeks ago
  19. 9a33a61 fix quadratic printWithEscapes(Reader) delimiter look-ahead by Naveed Khan · 6 weeks ago
  20. dbdf96b Javadoc by Gary Gregory · 6 weeks ago
  21. f1bf8cd Close the stream parse(Path) and parse(URL) open on construction failure (#630). by Gary Gregory · 6 weeks ago
  22. 98c3365 Bump actions/setup-java from 5.6.0 to 5.7.0 by Gary Gregory · 6 weeks ago
  23. 3842043 Bump github/codeql-action from 4.37.3 to 4.37.6. by Gary Gregory · 6 weeks ago
  24. 6731238 Javadoc by Gary Gregory · 7 weeks ago
  25. 8c4cad3 Add tests CSVParserTest.testTryWithResourcesParse* by Gary Gregory · 7 weeks ago
  26. 7b9c5c0 Javadoc by Gary Gregory · 7 weeks ago
  27. 174ae0c Bump commons-codec:commons-codec from 1.22.0 to 1.22.1. by Gary Gregory · 7 weeks ago
  28. 215e881 Quote null value that starts a record in minimal quote mode (#629). by Gary Gregory · 7 weeks ago
  29. d74cd0e Sort members by Gary Gregory · 7 weeks ago
  30. d83c1b8 Merge pull request #629 from rootvector2/quote-null-starting-record by Gary Gregory · 7 weeks ago
  31. c6b4333 Bump ossf/scorecard-action from 2.4.3 to 2.4.4. by Gary Gregory · 7 weeks ago
  32. 2a5991b Bump GH CI actions/checkout from 7.0.0 to 7.0.1 by Gary Gregory · 7 weeks ago
  33. 4026d3a pin ALL null encoding in test and drop magic size number by Naveed Khan · 7 weeks ago
  34. 85556c0 Bump github/codeql-action from 4.37.1 to 4.37.3 by Gary Gregory · 7 weeks ago
  35. 1022094 quote null value that starts a record in minimal quote mode by Naveed Khan · 7 weeks ago
  36. 85345a3 Bump actions/checkout from 7.0.0 to 7.0.1 by Gary Gregory · 8 weeks ago
  37. 78785a9 Javadoc by Gary Gregory · 8 weeks ago
  38. f1d8966 Javadoc by Gary Gregory · 8 weeks ago
  39. 57dee99 Javadoc by Gary Gregory · 8 weeks ago
  40. 2e7afc0 Deference parser variable once. by Gary Gregory · 8 weeks ago
  41. dfbf6f8 Handle null name in CSVRecord accessors under ignoreHeaderCase (#628). by Gary Gregory · 8 weeks ago
  42. dcb6950 Handle null name in CSVRecord accessors under ignoreHeaderCase (#628). by Gary Gregory · 8 weeks ago
  43. 6f3b97a Merge pull request #628 from rootvector2/null-name-ignore-header-case by Gary Gregory · 8 weeks ago
  44. 68f17d8 handle null name in CSVRecord accessors under ignoreHeaderCase by Naveed Khan · 8 weeks ago
  45. 4b9e7de Bump org.apache.commons:commons-parent from 102 to 103. by Gary Gregory · 8 weeks ago
  46. c4ac331 Fill the lookahead buffer on short reads from a chunked source (#625). by Gary Gregory · 8 weeks ago
  47. 515899a Merge pull request #625 from saleemno1/chunked-reader-lookahead by Gary Gregory · 8 weeks ago
  48. 02acbed Bump github/codeql-action from 4.37.0 to 4.37.1 by Gary Gregory · 8 weeks ago
  49. 3b6d994 Bump actions/setup-java from 5.5.0 to 5.6.0 by Gary Gregory · 8 weeks ago
  50. b970582 Count rows produced instead of getRow() in printRecords(ResultSet) (#627). by Gary Gregory · 8 weeks ago
  51. 2102200 Merge pull request #627 from rootvector2/resultset-maxrows-produced by Gary Gregory · 8 weeks ago
  52. baa697f Extract the chunked test reader into a shared ChunkedReader based on StringReader by Saleem Malik · 8 weeks ago
  53. 09e27ff count rows produced instead of getRow() in printRecords(ResultSet) by Naveed Khan · 8 weeks ago
  54. 8978489 fill the lookahead buffer on short reads from a chunked source by saleem · 9 weeks ago
  55. 8379c94 Sort members. by Gary Gregory · 9 weeks ago
  56. 18e1076 Fix SpotBugs 4.10.3 USO_UNSAFE_METHOD_SYNCHRONIZATION in CSVFormat print by Gary Gregory · 9 weeks ago
  57. 2a57f41 Merge pull request #624 from rootvector2/csvformat-print-writelock by Gary Gregory · 9 weeks ago
  58. 1a8403d synchronize private CSVFormat print overload on writeLock by Naveed Khan · 9 weeks ago
  59. 3634534 Add CSVParserTest.testGetBytePositionMultiCharacterDelimiterWithSupplementaryChar() by Gary Gregory · 9 weeks ago
  60. badd7fd Fix SpotBugs USO_UNSAFE_METHOD_SYNCHRONIZATION in CSVFormat print methods. by Gary Gregory · 9 weeks ago
  61. 80d6887 Fix SpotBugs USO_UNSAFE_METHOD_SYNCHRONIZATION in CSVFormat print methods. by Gary Gregory · 9 weeks ago
  62. a666cc1 Skip trailing delimiter on comment lines in printComment (#623). by Gary Gregory · 9 weeks ago
  63. 269213d Merge pull request #623 from rootvector2/comment-trailing-delimiter by Gary Gregory · 9 weeks ago
  64. ab3d723 skip trailing delimiter on comment lines in printComment by Naveed Khan · 9 weeks ago
  65. 1fab7ca Bump actions/setup-java from 5.4.0 to 5.5.0 by Gary Gregory · 10 weeks ago
  66. 2c294f3 Exclude byte-order mark from ExtendedBufferedReader byte counting (#622). by Gary Gregory · 10 weeks ago
  67. f1a35e7 Merge pull request #622 from rootvector2/bom-byte-count by Gary Gregory · 10 weeks ago
  68. f53d047 exclude byte-order mark from ExtendedBufferedReader byte counting by Naveed Khan · 10 weeks ago
  69. 3385046 Javadoc by Gary Gregory · 10 weeks ago
  70. 578fd57 Javadoc by Gary Gregory · 10 weeks ago
  71. 8205bb6 Javadoc by Gary Gregory · 10 weeks ago
  72. bfbf176 Quote value with leading or trailing Unicode whitespace (#621). by Gary Gregory · 10 weeks ago
  73. 08d5d61 Merge pull request #621 from rootvector2/quote-unicode-whitespace by Gary Gregory · 10 weeks ago
  74. cab59b2 Pick up Mockito version from Parent POM by Gary Gregory · 10 weeks ago
  75. b9b8b7c Bump github/codeql-action from 4.36.3 to 4.37.0 by Gary Gregory · 2 months ago
  76. 883156c Bump github/codeql-action from 4.36.2 to 4.36.3 by Gary Gregory · 2 months ago
  77. 6595acc quote value with leading or trailing unicode whitespace by Naveed Khan · 2 months ago
  78. cbc710c Flip null test by Gary Gregory · 3 months ago
  79. fe6fe22 Quote value ending with multi-character delimiter prefix (#620). by Gary Gregory · 3 months ago
  80. 09c3699 Merge branch 'master' of https://github.com/apache/commons-csv.git by Gary Gregory · 3 months ago
  81. 0964e90 Quote value ending with multi-character delimiter prefix (#620). by Gary Gregory · 3 months ago
  82. 47fec34 Merge pull request #620 from rootvector2/quote-multichar-delimiter-prefix by Gary Gregory · 3 months ago
  83. a0a91f1 add supplementary character delimiter round-trip test by Naveed Khan · 3 months ago
  84. bbdfad7 quote value ending with multi-character delimiter prefix by Naveed Khan · 3 months ago
  85. 4434d93 Bump actions/checkout from 6.0.2 to 7.0.0 by Gary Gregory · 3 months ago
  86. f7efa29 Bump actions/setup-java from 5.3.0 to 5.4.0 by Gary Gregory · 3 months ago
  87. 6471196 Javadoc by Gary Gregory · 3 months ago
  88. 930bc79 Bump actions/cache from 6.0.0 to 6.1.0 by Gary Gregory · 3 months ago
  89. b346046 Bump actions/cache from 5.0.5 to 6.0.0. by Gary Gregory · 3 months ago
  90. 26a5375 Add test more assertions to by Gary Gregory · 3 months ago
  91. e36e7f3 Sort members by Gary Gregory · 3 months ago
  92. c4113ce Evaluate isDelimiter once in nextToken whitespace skip (#618). by Gary Gregory · 3 months ago
  93. 85d26fc Merge pull request #618 from rootvector2/delimiter-double-consume by Gary Gregory · 3 months ago
  94. c9362f7 add public-api test for whitespace-prefixed multi-char delimiter by Naveed Khan · 3 months ago
  95. afbf34a evaluate isDelimiter once in nextToken whitespace skip by Naveed Khan · 3 months ago
  96. e729d17 Keep quoted empty trailing field with trailingDelimiter (#616). by Gary Gregory · 3 months ago
  97. 1dd04be Merge pull request #616 from rootvector2/trailing-delimiter-quoted-empty by Gary Gregory · 3 months ago
  98. fc4c0e3 document trailing delimiter parse behavior and contrast with trailing data by rootvector2 · 3 months ago
  99. 53360c4 Bump actions/setup-java from 5.2.0 to 5.3.0 by Gary Gregory · 3 months ago
  100. 609a228 keep quoted empty trailing field with trailingDelimiter by rootvector2 · 3 months ago