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: coderua/js-logtail
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f90f69a
Choose a base ref
...
head repository: ukhas/js-logtail
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1b9103a
Choose a head ref
  • 9 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 1, 2015

  1. Fix bug with content misalignment due to UTF8

    Sometimes data.length != content-length due to UTF8.
    This can cause the following request to contain extra bytes already fetched by the first request.
    rossengeorgiev committed Mar 1, 2015
    Configuration menu
    Copy the full SHA
    2b3094c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6bcb8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5510051 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    897f6cb View commit details
    Browse the repository at this point in the history
  5. tolerate weird server behaviour

    An example (only the tip of the iceberg):
    
     > Range: bytes=-1000000
     < HTTP/1.1 200 OK
     < Content-Length: 16681
     === test two ===
     > Range: bytes=0-
     < HTTP/1.1 206 Partial Content
     < Content-Length: 16681
    danielrichman committed Mar 1, 2015
    Configuration menu
    Copy the full SHA
    bab1fc8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9a414a2 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2015

  1. Configuration menu
    Copy the full SHA
    572a3ad View commit details
    Browse the repository at this point in the history
  2. stricter int parsing

    danielrichman committed Mar 2, 2015
    Configuration menu
    Copy the full SHA
    4aa1c83 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2015

  1. Merge pull request ukhas#9 from danielrichman/master

    Refactor a little
    danielrichman committed Mar 3, 2015
    Configuration menu
    Copy the full SHA
    1b9103a View commit details
    Browse the repository at this point in the history
Loading