Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hackerMrYu/java-1
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: json-iterator/java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 17 commits
  • 12 files changed
  • 3 contributors

Commits on Jun 15, 2019

  1. Rewrote part of keepSkippedBytesThenRead function to get rid of dupli…

    …city and while keeping exactly same semantics.
    svobol13 committed Jun 15, 2019
    Configuration menu
    Copy the full SHA
    d0b5fa8 View commit details
    Browse the repository at this point in the history
  2. Added failing test of loadMore function simulating malfunction mentio…

    …ned in previous commit.
    svobol13 committed Jun 15, 2019
    Configuration menu
    Copy the full SHA
    4504c2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    471ea9b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    442e48a View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2019

  1. Added debug logging.

    svobol13 committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    27556d0 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2019

  1. Fixed typos.

    svobol13 committed Jun 22, 2019
    Configuration menu
    Copy the full SHA
    9b3727c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a575f8 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

  1. Update Codegen.java

    Removed unnecessary usage of break
    PRITI1999 authored Sep 17, 2019
    Configuration menu
    Copy the full SHA
    f7d0ea6 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2019

  1. Configuration menu
    Copy the full SHA
    ba73426 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. Merge pull request json-iterator#249 from PRITI1999/patch-1

    Update Codegen.java
    svobol13 authored Jan 18, 2022
    Configuration menu
    Copy the full SHA
    04bde57 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. Merge pull request json-iterator#243 from svobol13/master

    Fixed leaky buffer when streaming.
    svobol13 authored Jan 20, 2022
    Configuration menu
    Copy the full SHA
    9928ac5 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2022

  1. Configuration menu
    Copy the full SHA
    faf9cff View commit details
    Browse the repository at this point in the history
  2. Merge pull request json-iterator#307 from json-iterator/299-fixed-til…

    …da-encoding
    
    Fixed tilda encoding. Fixes json-iterator#299.
    svobol13 authored Jan 23, 2022
    Configuration menu
    Copy the full SHA
    e84b9c7 View commit details
    Browse the repository at this point in the history
  3. Fixed public api 'public static String serialize(boolean escapeUnicod…

    …e, Type type, Object obj)' implementation. Fixes json-iterator#289, json-iterator#299.
    svobol13 committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    6d01183 View commit details
    Browse the repository at this point in the history
  4. Merge pull request json-iterator#308 from json-iterator/289-fixed-esc…

    …ape-unicode-public-api-implementation
    
    Fixed public api 'public static String serialize(boolean escapeUnicod…
    svobol13 authored Jan 23, 2022
    Configuration menu
    Copy the full SHA
    60cf2b1 View commit details
    Browse the repository at this point in the history
  5. Start 0.9.24

    svobol13 committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    d0e674e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6925cf4 View commit details
    Browse the repository at this point in the history
Loading