yhirose
|
d61d63dd97
|
Added unit tests for SSLServer::bind_to_any_port
|
2020-02-14 21:59:37 -05:00 |
|
yhirose
|
3fe13ecc91
|
Updated README
|
2020-02-14 21:49:09 -05:00 |
|
yhirose
|
064cc6810e
|
Fix #352
|
2020-02-13 17:40:06 -05:00 |
|
yhirose
|
464cc89b77
|
Fix #351
|
2020-02-12 22:35:52 -05:00 |
|
yhirose
|
ca5a50d2c9
|
Fix #349
v0.5.4
|
2020-02-11 00:26:15 -05:00 |
|
yhirose
|
b251668522
|
Fixed build problem.
|
2020-02-03 22:45:50 -05:00 |
|
yhirose
|
9ee740fe8f
|
Updated README
|
2020-02-02 20:57:29 -05:00 |
|
yhirose
|
851edaf77f
|
Code format
|
2020-02-02 20:02:16 -05:00 |
|
yhirose
|
1a2a6e2b01
|
Updated README
|
2020-02-01 09:24:42 -05:00 |
|
yhirose
|
ac7742bb32
|
Changed the order of parameters of set_mounting_point.
|
2020-02-01 09:18:24 -05:00 |
|
yhirose
|
82c11168c1
|
Merge pull request #342 from yhirose/remove_mount_point
Fix #341
|
2020-01-31 20:41:39 -05:00 |
|
yhirose
|
7c5197c86c
|
Updated README
|
2020-01-31 20:40:33 -05:00 |
|
yhirose
|
8801e51138
|
Fix #341
|
2020-01-31 20:35:20 -05:00 |
|
yhirose
|
89740a808d
|
Added a contributor to README
v0.5.3
|
2020-01-28 06:34:10 -05:00 |
|
yhirose
|
2377a20e0b
|
Merge pull request #340 from vitalyster/head_static
HEAD support for static file server
|
2020-01-28 06:32:32 -05:00 |
|
Vitaly Takmazov
|
5e43680486
|
HEAD support for static file server
|
2020-01-28 12:00:27 +03:00 |
|
yhirose
|
79df842cc5
|
Updated README
|
2020-01-26 18:34:50 -05:00 |
|
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 |
|