1
0
mirror of synced 2025-07-20 16:02:59 +03:00
Commit Graph

206 Commits

Author SHA1 Message Date
0e9cfd9f49 SSE client example 2020-07-25 11:20:57 -04:00
0a2cb20223 fix documentation typo (#539)
fix "adress" --> "address"
2020-06-22 18:12:22 -04:00
7cd25fbd63 Fix #499 2020-06-16 17:46:23 -04:00
3eaa769a2d Fix #481, #483, #487 2020-05-26 18:34:32 -04:00
509b8570b0 Updated README 2020-05-23 19:08:17 -04:00
2c0613f211 Fix #472 2020-05-13 21:48:14 -04:00
be45ff1ff1 A detail about Gzip support (#475)
* Typos fixed

* README.md edited.libz should be linked for GZIP support.
2020-05-12 17:38:51 -04:00
85637844c9 Updated README 2020-05-07 21:13:45 -04:00
31bb13abd2 Removed TravisCI badge from README 2020-05-04 22:19:17 -04:00
d1037ee9fd Close #433 2020-04-18 16:38:15 -04:00
dc6a72a0fd Fix #387 2020-03-17 18:03:52 -04:00
6e46ccb37c Updated README 2020-03-15 12:05:12 -04:00
ac18b70a0f Update calculation formula for progress percentage (#386) 2020-03-15 08:29:27 -04:00
319417f26d Updated README 2020-02-24 21:50:07 -05:00
fe01fa760b Update README 2020-02-14 22:07:39 -05:00
3fe13ecc91 Updated README 2020-02-14 21:49:09 -05:00
ca5a50d2c9 Fix #349 2020-02-11 00:26:15 -05:00
9ee740fe8f Updated README 2020-02-02 20:57:29 -05:00
1a2a6e2b01 Updated README 2020-02-01 09:24:42 -05:00
ac7742bb32 Changed the order of parameters of set_mounting_point. 2020-02-01 09:18:24 -05:00
7c5197c86c Updated README 2020-01-31 20:40:33 -05:00
89740a808d Added a contributor to README 2020-01-28 06:34:10 -05:00
79df842cc5 Updated README 2020-01-26 18:34:50 -05:00
f94c3f1dc9 Updated README 2020-01-21 23:45:21 -05:00
f5e19faae7 Updated README 2020-01-17 23:21:42 -05:00
04957c0f08 Fix #315 2020-01-06 17:13:31 -05:00
96e9ec0663 Improved DataSink interface 2020-01-05 23:59:54 -05:00
e8d33a77e0 Updated README 2020-01-02 13:08:40 -05:00
301a419c02 Updated README 2019-12-26 19:50:51 -05:00
8cc3e6c434 Merge pull request #296 from yhirose/connect
CONNECT method support on client
2019-12-21 23:09:10 -05:00
7a58c0a430 Updated README regarding regex issue in g++ 4.8 and below 2019-12-20 23:16:05 -05:00
dabaa51a7d Updated README 2019-12-20 23:12:24 -05:00
9c81693801 Fix #294 2019-12-18 17:47:36 -05:00
c776454c84 Updated README 2019-12-15 20:31:36 -05:00
08bf806e92 Updated README 2019-12-15 17:55:08 -05:00
10759f0a38 Updated README 2019-12-15 00:21:32 -05:00
72b20c08da Better API names 2019-12-13 06:56:00 -05:00
afd6d5f9dc Removed compress parameter and added compress method on client 2019-12-12 23:09:59 -05:00
5324b3d661 Improved multipart form data interface 2019-12-12 22:48:09 -05:00
048f31109f Updated README 2019-12-10 13:14:23 -05:00
fd4e1b4112 Fix #266 2019-12-10 12:10:14 -05:00
4c93b973ff Fixed typo in README 2019-12-02 09:50:52 -05:00
033bc35723 Improve multipart content reader interface 2019-12-02 07:11:12 -05:00
b69c0a1dcb Content receiver support for multipart content (Fix #241) 2019-12-01 22:04:26 -05:00
5e37e38398 Updated README 2019-11-29 23:33:19 -05:00
905f2d84f4 Updated README 2019-11-27 22:53:06 -05:00
9fb11986a5 Update README.md
added return true to the content provider get example, doesn't compile without it
2019-11-01 14:35:17 +08:00
9d57899352 Simplified ContentReceiver interface 2019-10-27 23:38:56 -04:00
bcf0c32245 Updated README.md. (FIx #239 and #240) 2019-10-15 10:24:47 -04:00
760bccc3ad fix a sample code of multipart/form-data POST data in README.md. 2019-10-03 21:23:10 +09:00