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

Gzip, UTF-8, CORS e.t.c. #1

Merged
merged 9 commits into from Oct 7, 2011
Merged

Gzip, UTF-8, CORS e.t.c. #1

merged 9 commits into from Oct 7, 2011

Commits on Oct 7, 2011

  1. Added pkgIndex.tcl to the package

    dz committed Oct 7, 2011
    Copy the full SHA
    dc2538a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    af961f3 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d2624d6 View commit details
    Browse the repository at this point in the history
  4. UTF-8 characters are not decoded properly. Converting from utf-8 does…

    … it, while it does not change iso8859-1 chars
    dz committed Oct 7, 2011
    Copy the full SHA
    c095223 View commit details
    Browse the repository at this point in the history
  5. Added support for gzip compression.

    Content is now compressed if the Content-Encoding HTTP header is gzip
    dz committed Oct 7, 2011
    Copy the full SHA
    a578379 View commit details
    Browse the repository at this point in the history
  6. Added HTTP headers to the list of normalized headers to conform with h…

    …ttp://www.w3.org/TR/cors Cross-Origin Resource Sharing spec.
    dz committed Oct 7, 2011
    Copy the full SHA
    86db5d4 View commit details
    Browse the repository at this point in the history
  7. Added HTTP headers to the list of normalized headers to conform with h…

    …ttp://www.w3.org/TR/cors Cross-Origin Resource Sharing spec.
    
    Signed-off-by: Dimitrios Zachariadis <dzach@telemetry.gr>
    Dimitrios Zachariadis committed Oct 7, 2011
    Copy the full SHA
    c700bc0 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'work'

    Dimitrios Zachariadis committed Oct 7, 2011
    Copy the full SHA
    740a948 View commit details
    Browse the repository at this point in the history
  9. Tidy up header list

    Dimitrios Zachariadis committed Oct 7, 2011
    Copy the full SHA
    0fa05ae View commit details
    Browse the repository at this point in the history