1. 6731238 Javadoc by Gary Gregory · 2 days ago master
  2. 8c4cad3 Add tests CSVParserTest.testTryWithResourcesParse* by Gary Gregory · 3 days ago
  3. 7b9c5c0 Javadoc by Gary Gregory · 3 days ago
  4. 174ae0c Bump commons-codec:commons-codec from 1.22.0 to 1.22.1. by Gary Gregory · 5 days ago
  5. 215e881 Quote null value that starts a record in minimal quote mode (#629). by Gary Gregory · 6 days ago
  6. d74cd0e Sort members by Gary Gregory · 6 days ago
  7. d83c1b8 Merge pull request #629 from rootvector2/quote-null-starting-record by Gary Gregory · 6 days ago
  8. c6b4333 Bump ossf/scorecard-action from 2.4.3 to 2.4.4. by Gary Gregory · 6 days ago
  9. 2a5991b Bump GH CI actions/checkout from 7.0.0 to 7.0.1 by Gary Gregory · 6 days ago
  10. 4026d3a pin ALL null encoding in test and drop magic size number by Naveed Khan · 6 days ago
  11. 85556c0 Bump github/codeql-action from 4.37.1 to 4.37.3 by Gary Gregory · 7 days ago
  12. 1022094 quote null value that starts a record in minimal quote mode by Naveed Khan · 7 days ago
  13. 85345a3 Bump actions/checkout from 7.0.0 to 7.0.1 by Gary Gregory · 10 days ago
  14. 78785a9 Javadoc by Gary Gregory · 12 days ago
  15. f1d8966 Javadoc by Gary Gregory · 12 days ago
  16. 57dee99 Javadoc by Gary Gregory · 12 days ago
  17. 2e7afc0 Deference parser variable once. by Gary Gregory · 12 days ago
  18. dfbf6f8 Handle null name in CSVRecord accessors under ignoreHeaderCase (#628). by Gary Gregory · 12 days ago
  19. dcb6950 Handle null name in CSVRecord accessors under ignoreHeaderCase (#628). by Gary Gregory · 12 days ago
  20. 6f3b97a Merge pull request #628 from rootvector2/null-name-ignore-header-case by Gary Gregory · 12 days ago
  21. 68f17d8 handle null name in CSVRecord accessors under ignoreHeaderCase by Naveed Khan · 12 days ago
  22. 4b9e7de Bump org.apache.commons:commons-parent from 102 to 103. by Gary Gregory · 14 days ago
  23. c4ac331 Fill the lookahead buffer on short reads from a chunked source (#625). by Gary Gregory · 14 days ago
  24. 515899a Merge pull request #625 from saleemno1/chunked-reader-lookahead by Gary Gregory · 14 days ago
  25. 02acbed Bump github/codeql-action from 4.37.0 to 4.37.1 by Gary Gregory · 14 days ago
  26. 3b6d994 Bump actions/setup-java from 5.5.0 to 5.6.0 by Gary Gregory · 14 days ago
  27. b970582 Count rows produced instead of getRow() in printRecords(ResultSet) (#627). by Gary Gregory · 2 weeks ago
  28. 2102200 Merge pull request #627 from rootvector2/resultset-maxrows-produced by Gary Gregory · 2 weeks ago
  29. baa697f Extract the chunked test reader into a shared ChunkedReader based on StringReader by Saleem Malik · 2 weeks ago
  30. 09e27ff count rows produced instead of getRow() in printRecords(ResultSet) by Naveed Khan · 2 weeks ago
  31. 8978489 fill the lookahead buffer on short reads from a chunked source by saleem · 2 weeks ago
  32. 8379c94 Sort members. by Gary Gregory · 3 weeks ago
  33. 18e1076 Fix SpotBugs 4.10.3 USO_UNSAFE_METHOD_SYNCHRONIZATION in CSVFormat print by Gary Gregory · 3 weeks ago
  34. 2a57f41 Merge pull request #624 from rootvector2/csvformat-print-writelock by Gary Gregory · 3 weeks ago
  35. 1a8403d synchronize private CSVFormat print overload on writeLock by Naveed Khan · 3 weeks ago
  36. 3634534 Add CSVParserTest.testGetBytePositionMultiCharacterDelimiterWithSupplementaryChar() by Gary Gregory · 3 weeks ago
  37. badd7fd Fix SpotBugs USO_UNSAFE_METHOD_SYNCHRONIZATION in CSVFormat print methods. by Gary Gregory · 3 weeks ago
  38. 80d6887 Fix SpotBugs USO_UNSAFE_METHOD_SYNCHRONIZATION in CSVFormat print methods. by Gary Gregory · 3 weeks ago
  39. a666cc1 Skip trailing delimiter on comment lines in printComment (#623). by Gary Gregory · 3 weeks ago
  40. 269213d Merge pull request #623 from rootvector2/comment-trailing-delimiter by Gary Gregory · 3 weeks ago
  41. ab3d723 skip trailing delimiter on comment lines in printComment by Naveed Khan · 3 weeks ago
  42. 1fab7ca Bump actions/setup-java from 5.4.0 to 5.5.0 by Gary Gregory · 3 weeks ago
  43. 2c294f3 Exclude byte-order mark from ExtendedBufferedReader byte counting (#622). by Gary Gregory · 3 weeks ago
  44. f1a35e7 Merge pull request #622 from rootvector2/bom-byte-count by Gary Gregory · 3 weeks ago
  45. f53d047 exclude byte-order mark from ExtendedBufferedReader byte counting by Naveed Khan · 3 weeks ago
  46. 3385046 Javadoc by Gary Gregory · 3 weeks ago
  47. 578fd57 Javadoc by Gary Gregory · 3 weeks ago
  48. 8205bb6 Javadoc by Gary Gregory · 3 weeks ago
  49. bfbf176 Quote value with leading or trailing Unicode whitespace (#621). by Gary Gregory · 3 weeks ago
  50. 08d5d61 Merge pull request #621 from rootvector2/quote-unicode-whitespace by Gary Gregory · 3 weeks ago
  51. cab59b2 Pick up Mockito version from Parent POM by Gary Gregory · 4 weeks ago
  52. b9b8b7c Bump github/codeql-action from 4.36.3 to 4.37.0 by Gary Gregory · 4 weeks ago
  53. 883156c Bump github/codeql-action from 4.36.2 to 4.36.3 by Gary Gregory · 4 weeks ago
  54. 6595acc quote value with leading or trailing unicode whitespace by Naveed Khan · 4 weeks ago
  55. cbc710c Flip null test by Gary Gregory · 4 weeks ago
  56. fe6fe22 Quote value ending with multi-character delimiter prefix (#620). by Gary Gregory · 4 weeks ago
  57. 09c3699 Merge branch 'master' of https://github.com/apache/commons-csv.git by Gary Gregory · 4 weeks ago
  58. 0964e90 Quote value ending with multi-character delimiter prefix (#620). by Gary Gregory · 4 weeks ago
  59. 47fec34 Merge pull request #620 from rootvector2/quote-multichar-delimiter-prefix by Gary Gregory · 4 weeks ago
  60. a0a91f1 add supplementary character delimiter round-trip test by Naveed Khan · 4 weeks ago
  61. bbdfad7 quote value ending with multi-character delimiter prefix by Naveed Khan · 5 weeks ago
  62. 4434d93 Bump actions/checkout from 6.0.2 to 7.0.0 by Gary Gregory · 5 weeks ago
  63. f7efa29 Bump actions/setup-java from 5.3.0 to 5.4.0 by Gary Gregory · 5 weeks ago
  64. 6471196 Javadoc by Gary Gregory · 5 weeks ago
  65. 930bc79 Bump actions/cache from 6.0.0 to 6.1.0 by Gary Gregory · 5 weeks ago
  66. b346046 Bump actions/cache from 5.0.5 to 6.0.0. by Gary Gregory · 6 weeks ago
  67. 26a5375 Add test more assertions to by Gary Gregory · 6 weeks ago
  68. e36e7f3 Sort members by Gary Gregory · 6 weeks ago
  69. c4113ce Evaluate isDelimiter once in nextToken whitespace skip (#618). by Gary Gregory · 6 weeks ago
  70. 85d26fc Merge pull request #618 from rootvector2/delimiter-double-consume by Gary Gregory · 6 weeks ago
  71. c9362f7 add public-api test for whitespace-prefixed multi-char delimiter by Naveed Khan · 6 weeks ago
  72. afbf34a evaluate isDelimiter once in nextToken whitespace skip by Naveed Khan · 6 weeks ago
  73. e729d17 Keep quoted empty trailing field with trailingDelimiter (#616). by Gary Gregory · 6 weeks ago
  74. 1dd04be Merge pull request #616 from rootvector2/trailing-delimiter-quoted-empty by Gary Gregory · 6 weeks ago
  75. fc4c0e3 document trailing delimiter parse behavior and contrast with trailing data by rootvector2 · 6 weeks ago
  76. 53360c4 Bump actions/setup-java from 5.2.0 to 5.3.0 by Gary Gregory · 6 weeks ago
  77. 609a228 keep quoted empty trailing field with trailingDelimiter by rootvector2 · 6 weeks ago
  78. 0633c98 Skip byte counting at EOF in ExtendedBufferedReader.read (#615). by Gary Gregory · 6 weeks ago
  79. 5f60ca5 Merge pull request #615 from rootvector2/eof-byte-count-guard by Gary Gregory · 6 weeks ago
  80. 274b4ce skip byte counting at EOF in ExtendedBufferedReader.read by rootvector2 · 6 weeks ago
  81. b112daa Escape leading comment marker in printWithEscapes (#614). by Gary Gregory · 7 weeks ago
  82. f0a2acd Merge pull request #614 from rootvector2/escape-comment-marker-first-char by Gary Gregory · 7 weeks ago
  83. 61aa055 escape leading comment marker in printWithEscapes by rootvector2 · 7 weeks ago
  84. caa1c8d Revert "Refactor delimiter in test" by Gary Gregory · 7 weeks ago
  85. a1cf4f2 Refactor delimiter in test by Gary Gregory · 7 weeks ago
  86. 871f745 Merge pull request #613 from OldTruckDriver/fix/CSV-329_trackbytes_supplementary_delimiter by Gary Gregory · 7 weeks ago
  87. f25f3d5 Merge branch 'master' into fix/CSV-329_trackbytes_supplementary_delimiter by Gary Gregory · 7 weeks ago
  88. d8e1242 Bump actions/checkout from 6.0.3 to 7.0.0. by Gary Gregory · 7 weeks ago
  89. 1d89cd5 [CSV-329] Fix byte tracking for supplementary delimiters by OldTruckDriver · 7 weeks ago
  90. 28d8bfb Merge pull request #612 from OldTruckDriver/fix/CSV-328_quoted_null_string_order by Gary Gregory · 7 weeks ago
  91. a6ee67e [CSV-328] Fix quoted null string after disabling quote by OldTruckDriver · 7 weeks ago
  92. ed8dbf2 Clear escape delimiter buffer before peek in Lexer.isEscapeDelimiter() by Gary Gregory · 7 weeks ago
  93. f685de6 Merge pull request #611 from rootvector2/delimiter-buffer-clear by Gary Gregory · 7 weeks ago
  94. 61f5213 add public-api parser test for partial delimiter false-match at eof by rootvector2 · 7 weeks ago
  95. 110e830 clear delimiter buffer before each peek in isDelimiter by rootvector2 · 7 weeks ago
  96. e21d66e Quote value starting with comment marker in minimal quote mode (#610). by Gary Gregory · 7 weeks ago
  97. 525dca2 Merge pull request #610 from rootvector2/quote-comment-marker-first-char by Gary Gregory · 7 weeks ago
  98. 3c2291c expand comment marker test to contrast printed comment with quoted value by rootvector2 · 7 weeks ago
  99. a99f260 quote value starting with comment marker in minimal quote mode by rootvector2 · 7 weeks ago
  100. 411d3a3 Escape quote char in printWithEscapes when QuoteMode is NONE (#609). by Gary Gregory · 7 weeks ago