OSDN Git Service

Support http get gzip encoding and specifing stream range.
authorAkira <akohta001@gmail.com>
Sun, 13 Oct 2013 02:38:33 +0000 (11:38 +0900)
committerAkira <akohta001@gmail.com>
Sun, 13 Oct 2013 02:38:33 +0000 (11:38 +0900)
commit380099e6b87c5eb42163bb800c3591bbb31b9883
treea06b5b1686799d6cfa5dc375373f07d419e847a1
parent5e71814a9588d3d305b63e4b154c796a983b57bb
Support http get gzip encoding and specifing stream range.
Fix many bugs in the res list viewer.
20 files changed:
Makefile
Makefile.in
README
config.h
configure
configure.in
help.txt
src/_2ch/_2ch.c
src/_2ch/model_2ch.c
src/_2ch/parse_2ch.c
src/env.c
src/inc/_2ch/model_2ch.h
src/inc/net/nt_http.h
src/inc/utils/zip.h [new file with mode: 0644]
src/main.c
src/net/nt_http.c
src/net/nt_http_response_header.c
src/ui/disp_reslist.c
src/ui/disp_string.c
src/utils/zip.c [new file with mode: 0644]