Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Digit Characters in Header Names #16

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Sep 25, 2013

  1. Allow digits in header names

    gthole committed Sep 25, 2013
    Configuration menu
    Copy the full SHA
    24c4f9c View commit details
    Browse the repository at this point in the history
  2. Add test

    gthole committed Sep 25, 2013
    Configuration menu
    Copy the full SHA
    3a54f6a View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2013

  1. allow dots in warc headers

    bhomnick committed Oct 17, 2013
    Configuration menu
    Copy the full SHA
    8cec522 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from bhomnick/master

    allow dots in warc headers
    gthole committed Oct 17, 2013
    Configuration menu
    Copy the full SHA
    f993373 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90cc0e5 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2013

  1. Merge pull request #2 from bhomnick/master

    log warning on bad header read
    gthole committed Oct 18, 2013
    Configuration menu
    Copy the full SHA
    bdbb161 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    649766f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from matchbox/delimiter-read

    Simplified WARC Reader
    mfoy committed Oct 18, 2013
    Configuration menu
    Copy the full SHA
    e03af6d View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2013

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

Commits on Oct 23, 2013

  1. Merge pull request #4 from bhomnick/master

    generalized simple warc reader line reading and added fileobj and iterat...
    gthole committed Oct 23, 2013
    Configuration menu
    Copy the full SHA
    0c20baa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c00423c View commit details
    Browse the repository at this point in the history
  3. added bad header test case

    bhomnick committed Oct 23, 2013
    Configuration menu
    Copy the full SHA
    d5d6c87 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5 from bhomnick/master

    fixed bug where reader failed with bad linebreak format, added tests
    gthole committed Oct 23, 2013
    Configuration menu
    Copy the full SHA
    8493fb7 View commit details
    Browse the repository at this point in the history