Maximilian Hils
|
0892649d31
|
Merge pull request #675 from Kriechi/protocol-refactor
HTTP protocol refactoring
|
2015-07-24 17:52:44 +02:00 |
|
Maximilian Hils
|
f8b4d66687
|
Merge pull request #31 from Kriechi/protocol-refactor
HTTP protocol refactoring
|
2015-07-24 17:43:41 +02:00 |
|
Thomas Kriechbaumer
|
96c9c4459f
|
fix duplicated header reading
|
2015-07-24 17:39:55 +02:00 |
|
Maximilian Hils
|
b57c1386a1
|
Merge pull request #81 from Kriechi/protocol-refactor
HTTP protocol refactoring
|
2015-07-24 16:50:56 +02:00 |
|
Maximilian Hils
|
1b26161382
|
add distinct error for cert verification issues
|
2015-07-24 16:47:28 +02:00 |
|
Maximilian Hils
|
e0d1e8caf6
|
fix tests
|
2015-07-24 03:09:08 +02:00 |
|
Maximilian Hils
|
7bf8088d80
|
improve inline scripts, fix #683, fix #684
|
2015-07-24 02:57:56 +02:00 |
|
Thomas Kriechbaumer
|
dc42e33505
|
fix bugs
|
2015-07-22 16:13:21 +02:00 |
|
Thomas Kriechbaumer
|
657973eca3
|
fix bugs
|
2015-07-22 16:13:06 +02:00 |
|
Maximilian Hils
|
9b3fe80697
|
minor style improvements
|
2015-07-22 16:00:32 +02:00 |
|
Thomas Kriechbaumer
|
faf17d3d60
|
http2: make proper use of odict
|
2015-07-22 15:30:51 +02:00 |
|
Thomas Kriechbaumer
|
ecc7ffe928
|
reduce public interface
use private indicator pattern “_methodname”
|
2015-07-22 15:30:51 +02:00 |
|
Thomas Kriechbaumer
|
83f013fca1
|
introduce EmptyRequest class
|
2015-07-22 15:30:51 +02:00 |
|
Thomas Kriechbaumer
|
d62dbee0f6
|
rename content -> body
|
2015-07-22 15:30:51 +02:00 |
|
Thomas Kriechbaumer
|
37a0cb858c
|
introduce ConnectRequest class
|
2015-07-22 15:30:51 +02:00 |
|
Thomas Kriechbaumer
|
4617ab8a3a
|
add Request class and unify read_request interface
|
2015-07-22 15:30:51 +02:00 |
|
Thomas Kriechbaumer
|
808b294865
|
refactor HTTP/1 as protocol
|
2015-07-22 15:30:51 +02:00 |
|
Thomas Kriechbaumer
|
230c16122b
|
change HTTP2 interface to match HTTP1
|
2015-07-22 15:30:51 +02:00 |
|
Thomas Kriechbaumer
|
bab6cbff1e
|
extract authentication methods from protocol
|
2015-07-22 15:30:51 +02:00 |
|
Thomas Kriechbaumer
|
f50deb7b76
|
move bits around
|
2015-07-22 15:30:51 +02:00 |
|
Thomas Kriechbaumer
|
bd5ee21284
|
refactor websockets into protocol
|
2015-07-22 15:30:50 +02:00 |
|
Thomas Kriechbaumer
|
6dcfc35011
|
introduce http_semantics module
used for generic HTTP representation
everything should apply for HTTP/1 and HTTP/2
|
2015-07-22 15:30:50 +02:00 |
|
Thomas Kriechbaumer
|
6101d11d6c
|
http2: remove odict workaround
|
2015-07-22 15:30:34 +02:00 |
|
Thomas Kriechbaumer
|
3cf6bd5fb6
|
remove debug prints
|
2015-07-22 15:30:34 +02:00 |
|
Thomas Kriechbaumer
|
1a9c1a8c2d
|
remove code duplication
|
2015-07-22 15:30:34 +02:00 |
|
Thomas Kriechbaumer
|
11ac387df2
|
rename content -> body
|
2015-07-22 15:30:34 +02:00 |
|
Thomas Kriechbaumer
|
6d5a3da929
|
use new HTTP/1 protocol
|
2015-07-22 15:30:34 +02:00 |
|
Thomas Kriechbaumer
|
caaac5cd5a
|
inline log method
|
2015-07-22 15:30:33 +02:00 |
|
Thomas Kriechbaumer
|
032f8b2985
|
use common interface for HTTP/1 and HTTP/2
|
2015-07-22 15:30:33 +02:00 |
|
Thomas Kriechbaumer
|
2b0465dbb9
|
use new netlib module names
|
2015-07-22 15:30:33 +02:00 |
|
Thomas Kriechbaumer
|
a2bf19125a
|
refactor protocol-related pathod methods
|
2015-07-22 15:30:33 +02:00 |
|
Thomas Kriechbaumer
|
c1e84cb322
|
use websockets protocol
|
2015-07-22 15:30:33 +02:00 |
|
Thomas Kriechbaumer
|
78ae3e4a00
|
use netlib.http_semantics for generic data
|
2015-07-22 15:30:33 +02:00 |
|
Thomas Kriechbaumer
|
cedc0407de
|
refactor to use netlib.http protocols
|
2015-07-22 15:30:12 +02:00 |
|
Thomas Kriechbaumer
|
bb265d0c40
|
use new netlib module names
|
2015-07-22 15:30:11 +02:00 |
|
Thomas Kriechbaumer
|
df1b0df39f
|
use netlib.http_semantics for generic data
|
2015-07-22 15:30:11 +02:00 |
|
Maximilian Hils
|
c3c3d28bb1
|
update build script
|
2015-07-22 13:49:18 +02:00 |
|
Maximilian Hils
|
e316a9cdb4
|
bump version
|
2015-07-22 13:39:48 +02:00 |
|
Maximilian Hils
|
1f3f076ded
|
Merge pull request #83 from kyle-m/master
Fixing upstream certificate validation bugs
|
2015-07-22 12:48:48 +02:00 |
|
Kyle Morton
|
c17af4162b
|
Added a fix for pre-1.0 OpenSSL which wasn't correctly erring on failed certificate validation
|
2015-07-21 19:15:11 -07:00 |
|
Kyle Morton
|
155bdeb123
|
Fixing default CA which ought to be read as a pemfile and not a directory
|
2015-07-21 18:09:42 -07:00 |
|
Maximilian Hils
|
fe03a656a9
|
make build script amazing
|
2015-07-22 02:43:45 +02:00 |
|
Maximilian Hils
|
d2d2edc140
|
make build script executable on *nix
|
2015-07-22 00:44:24 +02:00 |
|
Maximilian Hils
|
170568ded0
|
fix text selection hint
|
2015-07-22 00:41:02 +02:00 |
|
Maximilian Hils
|
9a1bee31d6
|
bump version
|
2015-07-22 00:21:48 +02:00 |
|
Maximilian Hils
|
9fdc412fa0
|
bump version
|
2015-07-22 00:17:05 +02:00 |
|
Maximilian Hils
|
cacf767b5c
|
bump version
|
2015-07-22 00:16:38 +02:00 |
|
Maximilian Hils
|
ec02eda0b4
|
preliminary release script
|
2015-07-21 19:03:25 +02:00 |
|
Maximilian Hils
|
7fcbbb86cc
|
streamline build process
|
2015-07-21 17:51:59 +02:00 |
|
Maximilian Hils
|
1e023bf12c
|
Merge pull request #82 from mua/master
Fixed version error formatting issue
|
2015-07-21 12:22:11 +02:00 |
|