From bb920d7b8f9fa62b6f4251d0d7198b4522de7571 Mon Sep 17 00:00:00 2001 From: Jarle Aase Date: Mon, 11 Apr 2016 13:44:44 +0300 Subject: [PATCH 1/3] Updated task-list --- README.md | 2 +- externals/rapidjson | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb4f2be..d19f375 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,7 @@ REST requests. - [ ] General support In HTTP Requests module - [ ] Async from json Serialization - [ ] Handle redirects -- [ ] Implement simple File Upload (as body) +- [x] Implement simple File Upload (as body) - [ ] Implement simple File Download (from body) - [ ] Verify that it compiles with Debian Stable - [ ] Verify that it compiles with Windows 10 / Visual Studio diff --git a/externals/rapidjson b/externals/rapidjson index 62a9a6b..ec32200 160000 --- a/externals/rapidjson +++ b/externals/rapidjson @@ -1 +1 @@ -Subproject commit 62a9a6b0d8ade710309fc1172cf521c6f97ba88a +Subproject commit ec322005072076ef53984462fb4a1075c27c7dfd From 2ae7af4b357192041de69fa6150a587ef4e42385 Mon Sep 17 00:00:00 2001 From: Jarle Aase Date: Mon, 11 Apr 2016 13:45:17 +0300 Subject: [PATCH 2/3] Updated task-list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d19f375..f33ea68 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,7 @@ REST requests. - [ ] General support In HTTP Requests module - [ ] Async from json Serialization - [ ] Handle redirects -- [x] Implement simple File Upload (as body) +- [x] ~~Implement simple File Upload (as body)~~ - [ ] Implement simple File Download (from body) - [ ] Verify that it compiles with Debian Stable - [ ] Verify that it compiles with Windows 10 / Visual Studio From 0274e1b9c6534142e34bb998aed15222d49d23d4 Mon Sep 17 00:00:00 2001 From: Jarle Aase Date: Mon, 11 Apr 2016 13:47:08 +0300 Subject: [PATCH 3/3] Updated task-list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f33ea68..890c811 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,7 @@ REST requests. - [x] ~~Deserialization: std::vector of json native datatypes and classes~~ - [x] ~~Serialization of the above~~ - [ ] Serialization / Deserialization: std::map + - [ ] Serialization / Deserialization: std::deque - [ ] Unit tests - [x] ~~Url parser~~ - [x] ~~Json / C++ transformation~~