yhirose
|
48a4a5812e
|
Merge pull request #338 from TheMaverickProgrammer/master
fixed missing import
|
2020-01-25 20:44:59 -05:00 |
|
TheMaverickProgrammer
|
a7a6df49a4
|
Update split.py
|
2020-01-25 17:19:15 -06:00 |
|
TheMaverickProgrammer
|
e932c7e1ec
|
Update split.py
now works with legacy Python ( < 3.0)
|
2020-01-25 17:17:34 -06:00 |
|
yhirose
|
f94c3f1dc9
|
Updated README
v0.5.2
|
2020-01-21 23:45:21 -05:00 |
|
yhirose
|
4d545cb932
|
Fix #335
|
2020-01-21 09:09:05 -05:00 |
|
yhirose
|
f5e19faae7
|
Updated README
|
2020-01-17 23:21:42 -05:00 |
|
yhirose
|
2e360f9dd6
|
Improved Stream interface
|
2020-01-16 23:28:11 -05:00 |
|
yhirose
|
e5ca863de5
|
Merge pull request #334 from vvanelslande/add_503
Add status message: 503 Service Unavailable
|
2020-01-16 06:59:31 -05:00 |
|
Valentin Vanelslande
|
126f1d177e
|
Add status message: 503 Service Unavailable
|
2020-01-16 00:59:24 -05:00 |
|
yhirose
|
b557ac9328
|
Code format
|
2020-01-14 17:04:51 -05:00 |
|
yhirose
|
f6db19959f
|
Merge pull request #333 from stupedama/master
std:🧵:hardware_concurrency
|
2020-01-14 17:04:17 -05:00 |
|
yhirose
|
6b4df41b30
|
Fix #330
|
2020-01-14 17:02:25 -05:00 |
|
yhirose
|
0d81e20129
|
Fix #332
|
2020-01-14 14:59:20 -05:00 |
|
Fredrik Fjeldvær
|
26cb83ed6c
|
if std:🧵:hardware_concurrency() is 0 use 2 threads. also -1 thread because we already have one thread from the main function
|
2020-01-14 17:48:51 +01:00 |
|
yhirose
|
b4f808da74
|
Updated example/upload.cc
|
2020-01-10 18:38:38 -05:00 |
|
yhirose
|
7fbb8bb3fd
|
Merge pull request #326 from vvanelslande/add_202
Add status message for 202 Accepted
|
2020-01-10 18:37:38 -05:00 |
|
Valentin Vanelslande
|
db27812198
|
Add status message for 202 Accepted
|
2020-01-10 17:50:37 -05:00 |
|
yhirose
|
6fe6fd5dbe
|
Fixed build errors
|
2020-01-10 09:40:26 -05:00 |
|
yhirose
|
0ee9660f3d
|
Code format
|
2020-01-10 09:35:07 -05:00 |
|
yhirose
|
a15d16a9de
|
Moved Stream concrete classes into detail namespace
|
2020-01-10 09:33:14 -05:00 |
|
yhirose
|
dfebfd9033
|
Merge pull request #325 from rockwotj/master
Properly implement BufferStream::read
|
2020-01-10 07:54:15 -05:00 |
|
Tyler Rockwood
|
fcdaa24fc5
|
Properly implement BufferStream::read
The existing implementation did not advance the buffer at all.
|
2020-01-09 22:05:59 -06:00 |
|
yhirose
|
7f749740f7
|
Merge pull request #324 from hyperxor/use_cpp_11_for_delays
Use sleep_for and chrono for delays in tests
|
2020-01-09 17:08:44 -05:00 |
|
hyperxor
|
7b4494748e
|
fix indentation
|
2020-01-10 00:17:40 +03:00 |
|
hyperxor
|
7e1c107029
|
Use sleep_for and chrono for delays in tests
|
2020-01-10 00:15:18 +03:00 |
|
yhirose
|
db7ae0ec21
|
Merge pull request #322 from hyperxor/fix_response_move
Fix suppressed Response class objects moving
|
2020-01-08 22:09:17 -05:00 |
|
hyperxor
|
b16905ec8b
|
Fix Response move
|
2020-01-08 23:13:04 +03:00 |
|
yhirose
|
2f72845008
|
Fix #319
|
2020-01-07 23:40:11 -05:00 |
|
yhirose
|
68aeb4a06a
|
Merge pull request #317 from hyperxor/tiny_improvement_in_data_sink
Tiny improvement in DataSink class
|
2020-01-07 07:03:38 -05:00 |
|
hyperxor
|
568fda62b4
|
Tiny improvement in DataSink class
|
2020-01-07 13:25:04 +03:00 |
|
yhirose
|
04957c0f08
|
Fix #315
|
2020-01-06 17:13:31 -05:00 |
|
yhirose
|
96e9ec0663
|
Improved DataSink interface
|
2020-01-05 23:59:54 -05:00 |
|
yhirose
|
c58fca5dba
|
Added more tests
|
2020-01-03 07:57:40 -05:00 |
|
yhirose
|
d2fae4031c
|
Fixed build errors
|
2020-01-03 01:36:59 -05:00 |
|
yhirose
|
de844e67ef
|
Proxy support for Keep-Alive requests
|
2020-01-03 01:24:07 -05:00 |
|
yhirose
|
6c0e021554
|
Fixed socket leak
|
2020-01-02 17:01:02 -05:00 |
|
yhirose
|
e8d33a77e0
|
Updated README
|
2020-01-02 13:08:40 -05:00 |
|
yhirose
|
aa630e3062
|
Fix #311
|
2020-01-02 13:02:05 -05:00 |
|
yhirose
|
301a419c02
|
Updated README
v0.5.1
|
2019-12-26 19:50:51 -05:00 |
|
yhirose
|
fcbcbd53bd
|
Fix #306
|
2019-12-26 18:48:22 -05:00 |
|
yhirose
|
1bf616d653
|
Fix #303
|
2019-12-26 17:50:53 -05:00 |
|
yhirose
|
ba7c7dc4a3
|
Added linux to .travis.yaml
|
2019-12-24 22:46:32 -05:00 |
|
yhirose
|
aa543240db
|
Added test for post request with query string and body
|
2019-12-24 21:55:29 -05:00 |
|
yhirose
|
5675cad407
|
Added proxy test in Makefile
|
2019-12-22 21:07:26 -05:00 |
|
yhirose
|
079d3605ea
|
Changed to use docker-compose for squid
|
2019-12-22 19:11:02 -05:00 |
|
yhirose
|
2c6da365d9
|
Merge pull request #300 from vvanelslande/accpet
Change Accpet-Encoding to Accept-Encoding
|
2019-12-22 15:39:47 -05:00 |
|
yhirose
|
38adeaf02c
|
Fixed problem with proxy support and added unit tests
|
2019-12-22 15:37:01 -05:00 |
|
Valentin Vanelslande
|
b3814b2b80
|
Change Accpet-Encoding to Accept-Encoding
|
2019-12-22 13:02:20 -05:00 |
|
yhirose
|
a444b612af
|
V0.5.0
v0.5.0
|
2019-12-22 12:52:08 -05:00 |
|
yhirose
|
ed6d949f42
|
Fix #299
|
2019-12-22 12:50:25 -05:00 |
|