1. 0633c98 Skip byte counting at EOF in ExtendedBufferedReader.read (#615). by Gary Gregory · 2 days ago master
  2. 5f60ca5 Merge pull request #615 from rootvector2/eof-byte-count-guard by Gary Gregory · 2 days ago
  3. 274b4ce skip byte counting at EOF in ExtendedBufferedReader.read by rootvector2 · 2 days ago
  4. b112daa Escape leading comment marker in printWithEscapes (#614). by Gary Gregory · 3 days ago
  5. f0a2acd Merge pull request #614 from rootvector2/escape-comment-marker-first-char by Gary Gregory · 3 days ago
  6. 61aa055 escape leading comment marker in printWithEscapes by rootvector2 · 3 days ago
  7. caa1c8d Revert "Refactor delimiter in test" by Gary Gregory · 3 days ago
  8. a1cf4f2 Refactor delimiter in test by Gary Gregory · 3 days ago
  9. 871f745 Merge pull request #613 from OldTruckDriver/fix/CSV-329_trackbytes_supplementary_delimiter by Gary Gregory · 3 days ago
  10. f25f3d5 Merge branch 'master' into fix/CSV-329_trackbytes_supplementary_delimiter by Gary Gregory · 3 days ago
  11. d8e1242 Bump actions/checkout from 6.0.3 to 7.0.0. by Gary Gregory · 3 days ago
  12. 1d89cd5 [CSV-329] Fix byte tracking for supplementary delimiters by OldTruckDriver · 4 days ago
  13. 28d8bfb Merge pull request #612 from OldTruckDriver/fix/CSV-328_quoted_null_string_order by Gary Gregory · 4 days ago
  14. a6ee67e [CSV-328] Fix quoted null string after disabling quote by OldTruckDriver · 4 days ago
  15. ed8dbf2 Clear escape delimiter buffer before peek in Lexer.isEscapeDelimiter() by Gary Gregory · 5 days ago
  16. f685de6 Merge pull request #611 from rootvector2/delimiter-buffer-clear by Gary Gregory · 5 days ago
  17. 61f5213 add public-api parser test for partial delimiter false-match at eof by rootvector2 · 5 days ago
  18. 110e830 clear delimiter buffer before each peek in isDelimiter by rootvector2 · 5 days ago
  19. e21d66e Quote value starting with comment marker in minimal quote mode (#610). by Gary Gregory · 6 days ago
  20. 525dca2 Merge pull request #610 from rootvector2/quote-comment-marker-first-char by Gary Gregory · 6 days ago
  21. 3c2291c expand comment marker test to contrast printed comment with quoted value by rootvector2 · 6 days ago
  22. a99f260 quote value starting with comment marker in minimal quote mode by rootvector2 · 7 days ago
  23. 411d3a3 Escape quote char in printWithEscapes when QuoteMode is NONE (#609). by Gary Gregory · 9 days ago
  24. d4d4154 Refactor some magic strings in by Gary Gregory · 9 days ago
  25. d729b44 Sort members by Gary Gregory · 9 days ago
  26. 660be95 Merge pull request #609 from rootvector2/none-quote-escape by Gary Gregory · 9 days ago
  27. 27a439a Potential fix for pull request finding by Gary Gregory · 9 days ago
  28. b5940a6 escape quote char in printWithEscapes when QuoteMode is NONE by rootvector2 · 9 days ago
  29. 19b2913 Clear escape delimiter buffer before peek in isEscapeDelimiter (#608). by Gary Gregory · 11 days ago
  30. 037e2e0 Fix typo. by Gary Gregory · 11 days ago
  31. 6551fc4 Merge pull request #608 from rootvector2/escape-delimiter-buffer-clear by Gary Gregory · 11 days ago
  32. 6887303 [CSV-326] Escape Reader values with quote and escape (#606). by Gary Gregory · 11 days ago
  33. 3af32d5 Merge pull request #606 from OldTruckDriver/fix/csvprinter-reader-quote-escape by Gary Gregory · 11 days ago
  34. d80a832 Merge branch 'master' into fix/csvprinter-reader-quote-escape by Gary Gregory · 11 days ago
  35. 2712665 Update legacy GitHub links in CONTRIBUTING.md by Gary Gregory · 11 days ago
  36. 7a4f93f Merge pull request #607 from OldTruckDriver/fix/csvparser-maxrows-record-number-offset by Gary Gregory · 11 days ago
  37. 4f9a403 Bump org.apache.commons:commons-parent from 101 to 102. by Gary Gregory · 11 days ago
  38. 1e3de12 clear escape delimiter buffer before peek in isEscapeDelimiter by rootvector2 · 13 days ago
  39. 966b385 [CSV-327] Limit parser maxRows by produced records by OldTruckDriver · 13 days ago
  40. 68b4b09 [CSV-326] Escape Reader values with quote and escape by OldTruckDriver · 13 days ago
  41. 361056d Bump GH CI actions/dependency-review-action from 4.9.0 to 5.0.0 by Gary Gregory · 2 weeks ago
  42. 297ae10 Bump GH CI actions/checkout from 6.0.2 to 6.0.3 by Gary Gregory · 2 weeks ago
  43. 8192d9d Bump github/codeql-action from 4.36.0 to 4.36.2 by Gary Gregory · 2 weeks ago
  44. ca64eb8 Better inline comments by Gary Gregory · 2 weeks ago
  45. 6183c6e Add GH CI Java 26 by Gary Gregory · 3 weeks ago
  46. 9f8c596 Add GH CI Java 26 by Gary Gregory · 3 weeks ago
  47. bbf07cb Bump org.apache.commons:commons-parent from 100 to 101 by Gary Gregory · 3 weeks ago
  48. ae69498 Bump github/codeql-action from 4.35.5 to 4.36.0 by Gary Gregory · 4 weeks ago
  49. 019456e Add comment by Gary Gregory · 4 weeks ago
  50. df91b6e The next version will be 1.15.0 by Gary Gregory · 4 weeks ago
  51. 971b629 [CSV-325] CSVParser applies characterOffset to bytePosition, breaking by Gary Gregory · 4 weeks ago
  52. 3750064 Merge pull request #604 from garydgregory/fix/CSV-325_CSVParser_setByteOffset by Gary Gregory · 4 weeks ago
  53. 513aac2 [CSV-325] CSVParser applies characterOffset to bytePosition, which by Gary Gregory · 4 weeks ago
  54. 64ea660 Sort members by Gary Gregory · 4 weeks ago
  55. f11278e [CSV-324] Lexer.isDelimiter() accepts a partial multi-character by Gary Gregory · 5 weeks ago
  56. 2cded67 Merge pull request #603 from garydgregory/fix/CSV-324_clean_delim_buffer by Gary Gregory · 5 weeks ago
  57. b29fb40 Lexer.isDelimiter() accepts a partial multi-character delimiter at EOF. by Gary Gregory · 5 weeks ago
  58. c7c54e1 Javadoc by Gary Gregory · 5 weeks ago
  59. f25612f Internal parser ctor refactoring . by Gary Gregory · 5 weeks ago
  60. 4c67ed8 [CSV-322] CSVFormat.Builder.setQuote() does not refresh quotedNullString #2447 by Gary Gregory · 5 weeks ago
  61. 3b179bc Merge pull request #602 from garydgregory/fix/CSV-322_CSVFormat_Builder_setQuote by Gary Gregory · 5 weeks ago
  62. 4a28ba8 [CSV-322] CSVFormat.Builder.setQuote() does not refresh quotedNullString by Gary Gregory · 5 weeks ago
  63. 7cf896b [CSV-323] ExtendedBufferedReader byte tracking leads to an incorrect by Gary Gregory · 5 weeks ago
  64. 67cde82 Merge pull request #601 from garydgregory/fix/CSV323_ExtendedBufferedReader_byte_pos by Gary Gregory · 5 weeks ago
  65. 23eb602 [CSV-323] ExtendedBufferedReader byte tracking leads to an incorrect by Gary Gregory · 5 weeks ago
  66. add38c3 [CSV-321] CSVFormat.equals()/hashCode() ignores maxRows by Gary Gregory · 5 weeks ago
  67. 6d5993c Merge pull request #600 from garydgregory/fix/CSV-321_CSVFormat_equals_hashCode by Gary Gregory · 5 weeks ago
  68. 69248ba Bump org.apache.commons:commons-parent from 99 to 100 by Gary Gregory · 5 weeks ago
  69. 5e2d059 [CSV-321] CSVFormat.equals()/hashCode() ignores maxRows by Gary Gregory · 5 weeks ago
  70. 8b041db Bump github/codeql-action from 4.35.4 to 4.35.5 by Gary Gregory · 5 weeks ago
  71. 6f93c7e Bump github/codeql-action from 4.35.3 to 4.35.4 by Gary Gregory · 6 weeks ago
  72. e1ffa42 Bump github/codeql-action from 4.35.2 to 4.35.3 by Gary Gregory · 7 weeks ago
  73. b6ab627 Bump org.apache.commons:commons-parent from 98 to 99 by Gary Gregory · 8 weeks ago
  74. 4571bc0 Bump commons-codec:commons-codec from 1.21.0 to 1.22.0. by Gary Gregory · 8 weeks ago
  75. f0f1848 Bump commons-io:commons-io from 2.21.0 to 2.22.0. by Gary Gregory · 9 weeks ago
  76. 636a503 Bump github/codeql-action from 4.35.1 to 4.35.2 by Gary Gregory · 10 weeks ago
  77. d92359b Bump actions/upload-artifact from 7.0.0 to 7.0.1 by Gary Gregory · 10 weeks ago
  78. 5093022 Bump actions/cache from 5.0.4 to 5.0.5 by Gary Gregory · 10 weeks ago
  79. 3ac39bb Bump org.apache.commons:commons-parent from 97 to 98 by Gary Gregory · 3 months ago
  80. 2efa47f Use static imports only for JUnit by Gary Gregory · 3 months ago
  81. 87349e5 Run builds only on push to master and pull requests by Gary Gregory · 3 months ago
  82. 89c0599 Bump actions/checkout from 6.0.1 to 6.0.2 by Gary Gregory · 3 months ago
  83. f85eb5b Bump github/codeql-action from 4.34.1 to 4.35.1 by Gary Gregory · 3 months ago
  84. e446089 Bump actions/dependency-review-action from 4.8.2 to 4.9.0 by Gary Gregory · 3 months ago
  85. 09af4ba Bump Bump actions/cache from 5.0.3 to 5.0.4 by Gary Gregory · 3 months ago
  86. 4f51fe7 Bump github/codeql-action from 4.34.0 to 4.34.1 by Gary Gregory · 3 months ago
  87. 1df69a8 Javadoc by Gary Gregory · 3 months ago
  88. b639f78 Bump github/codeql-action from 4.32.6 to 4.34.0 by Gary Gregory · 3 months ago
  89. f6e7545 Add a reference to safe deserlialization by Gary Gregory · 3 months ago
  90. 66a8382 Bump actions/upload-artifact from 6.0.0 to 7.0.0 by Gary Gregory · 3 months ago
  91. f40411f Bump github/codeql-action from 4.32.5 to 4.32.6 by Gary Gregory · 4 months ago
  92. 3ae9bc4 Use new Apache Commons CSV Oak leaf logo. by Gary Gregory · 4 months ago
  93. a529f36 [Javadoc] Clarify behavior of deprecated by Gary Gregory · 4 months ago
  94. a503099 Merge pull request #598 from makarandhinge/CSV-268-withFirstRecordAsHeader-javadoc-clean by Gary Gregory · 4 months ago
  95. 7ef443c Javadoc by Gary Gregory · 4 months ago
  96. dce781b docs: clarify behavior of deprecated withFirstRecordAsHeader() by Makarand Milind Hinge · 4 months ago
  97. 15602b6 Bump github/codeql-action from 4.32.4 to 4.32.5 by Gary Gregory · 4 months ago
  98. 4f3ff11 Bump org.apache.commons:commons-parent from 96 to 97. by Gary Gregory · 4 months ago
  99. 4edb2cf Add an "Android Compatibility" section to the web site. by Gary Gregory · 4 months ago
  100. 533bcca Document Android compatibility by Gary Gregory · 4 months ago