Commit Graph

  • 08ba4a01ef Rename SoapParameter (of UrlQuery) to Parameter. Adam Gu 2018-08-21 10:45:18 +0800
  • 31cfac65e8 Encode URL queries. Adam Gu 2018-08-10 10:22:06 +0800
  • 87420871ba
    Fix a link error. Chunting Gu 2018-08-04 12:27:28 +0800
  • bda77089c1 Update README on build instructions. Chunting Gu 2018-08-04 11:56:47 +0800
  • 1b7e1378b4 Replace boost thread with std thread for queue; refine cmake files. Chunting Gu 2018-08-04 11:32:29 +0800
  • ab781a691f Add SoapAsyncClient. Adam Gu 2018-08-03 16:59:23 +0800
  • 6809ab7d2a Basic CMake installation. Adam Gu 2018-08-03 09:42:46 +0800
  • 3ba0ddbba1 Support combined host and port. Adam Gu 2018-08-01 12:32:53 +0800
  • e368ad2efb Close the socket after shutdown. Adam Gu 2018-07-31 10:50:11 +0800
  • 5fd5d8ff15 Add HTTP SSL client exmaple. Adam Gu 2018-07-30 15:30:16 +0800
  • 3693d881c7 Refacotring; support HTTPs client. Adam Gu 2018-07-30 15:03:02 +0800
  • 8a92fcb950 Add config file for cpplint. Adam Gu 2018-07-23 15:52:45 +0800
  • 33f2b84f8c Replace boost thread with std thread; update rest book example; move soap tutorials to wiki. Adam Gu 2018-07-23 15:40:58 +0800
  • 6475a3fd35 Use composite instead of inheritance for SoapClient. Adam Gu 2018-07-19 13:52:20 +0800
  • 223e59cc7a Support CDATA for SOAP request and response; Rename Parameter to SoapParameter; Add book server and client example for SOAP. Adam Gu 2018-07-19 11:19:51 +0800
  • 23d948cebb Add image resources for wiki. Adam Gu 2018-07-13 13:09:17 +0800
  • 9b3be4c18c Refine the parsing of start line; return 201 instead of 200 for POST request. Adam Gu 2018-07-13 13:08:36 +0800
  • 9bf4bc3f4b Refine the handling of content and content length. Adam Gu 2018-07-10 17:25:17 +0800
  • 9b35d0f06c Rework the http header parsing. Adam Gu 2018-07-10 16:27:10 +0800
  • cbf3efbcba Refine HTTP request and response. Adam Gu 2018-07-10 11:02:49 +0800
  • 88511caff6 Reorganize folder structure. Adam Gu 2018-07-06 13:59:16 +0800
  • 3b13cc74f7 Code refactoring. Adam Gu 2018-07-06 11:01:23 +0800
  • 1d64421e33 Fix a logger init issue. Adam Gu 2018-07-05 17:12:13 +0800
  • b85377c3a3 Optimize memory allocation for client buffer; add VLD to detect memory on Windows. Adam Gu 2018-07-05 16:07:26 +0800
  • 7280b09f10 Add file log support Adam Gu 2018-07-03 14:01:47 +0800
  • 44271eb2cc Fix async client issues. Adam Gu 2018-06-14 17:21:24 +0800
  • 781121aea3 Update README Adam Gu 2018-06-12 15:56:08 +0800
  • 02b217abda Verify Ctrl+C works. Adam Gu 2018-06-12 15:49:30 +0800
  • 10607afa70 Add a string variable to CMake to configure log level. Adam Gu 2018-06-07 17:22:21 +0800
  • 21c20b075f Switch log level control from runtime to compile time Adam Gu 2018-06-07 10:18:26 +0800
  • 1c861c8f5d Add timestamp to logger; move soap result to avoid string copy. Adam Gu 2018-06-06 16:01:16 +0800
  • 2cc22a80a6 Fix an issue of receiving response; refine error handling. Adam Gu 2018-06-05 15:00:49 +0800
  • 6a7aa4cc12 Rename HttpSession back to HttpConnection. Adam Gu 2018-06-04 13:07:04 +0800
  • 9bf45e6ecb Add async-client support; refine http message dump format. Adam Gu 2018-06-04 12:03:22 +0800
  • 79665c75ba Pass pugi xml_mode by value; refine coding style. Adam Gu 2018-05-23 13:07:17 +0800
  • b41dfcebd9 Fix style warnings reported by cpplint. Chunting Gu 2018-05-23 11:03:39 +0800
  • 0d7d2ac8ec Update quick example in README. Adam Gu 2018-05-22 15:48:53 +0800
  • cdc61b4bf2 Rename RegisterService to Bind and add is_regex parameter; indent public/protected/private by one space; refine rest example. Adam Gu 2018-05-22 15:45:38 +0800
  • 1bab2da8f4 Refactoring according Google C++ Style. Adam Gu 2018-05-18 15:37:09 +0800
  • 189a246221 Add RestListService and RestDetailService; update README. Chunting Gu 2018-05-12 19:09:37 +0800
  • 5e6f125f90 Fix compile errors on Linux. Chunting Gu 2018-05-12 09:05:11 +0800
  • b6ebba771b Refine logger; add UrlQuery for query parameters. Adam Gu 2018-05-11 17:14:32 +0800
  • 2496862fa0 Merge branch 'master' of https://github.com/sprinfall/webcc Adam Gu 2018-05-09 17:10:23 +0800
  • 81ed82a302 Update readme Adam Gu 2018-04-25 14:43:45 +0800
  • 325a824883 Update readme Adam Gu 2018-04-25 14:43:45 +0800
  • 662b7c4112 Add console logger to replace original debug output. Adam Gu 2018-04-24 17:24:55 +0800
  • bcfb1e4c92 Add query parameters to RestService::Handle() Adam Gu 2018-04-23 13:22:59 +0800
  • f921256a33 Finish the REST example. Chunting Gu 2018-04-15 15:27:08 +0800
  • 97d9403c1b Merge branch 'master' of https://github.com/sprinfall/webcc Adam Gu 2018-04-13 17:52:51 +0800
  • 4e35648b29 Refine the REST examples; refine the http message parsing. Adam Gu 2018-04-13 17:52:40 +0800
  • 20721c2423 Refine CMake, update UT. Chunting Gu 2018-04-13 12:50:39 +0800
  • 803ae3eb5f Replace rapidjson with jsoncpp. Adam Gu 2018-04-12 11:28:22 +0800
  • 919fa54a98 Refine the draft timeout control from server side. Adam Gu 2018-04-12 09:21:04 +0800
  • fb37d759a0 Update SOAP server tutorial. Adam Gu 2018-04-12 09:09:56 +0800
  • 9185d230ad Update the SOAP server tutorial. Adam Gu 2018-04-11 14:36:38 +0800
  • 63e9e87f4f Update README and tutorials. Adam Gu 2018-04-11 10:37:11 +0800
  • 5bc988b093 Refine folder structure; add rapidjson as submodule. Adam Gu 2018-04-10 17:34:00 +0800
  • 9abf8d99d5 Refine the REST book server example. Adam Gu 2018-04-09 17:21:46 +0800
  • e2bf8aaaf4 Add timeout control to http server (draft) Adam Gu 2018-04-09 16:53:47 +0800
  • 23090ee369 Enable C++11 on GCC; Link boost libs and pthread on GCC. Chunting Gu 2018-04-07 11:05:14 +0800
  • c557430b8e Refine REST support; add demo for REST client and server. Adam Gu 2018-04-04 17:26:27 +0800
  • e04565a468 Add an option to switch off SOAP support. Adam Gu 2018-04-04 14:34:58 +0800
  • 47e94bffd2 Rename project from csoap to webcc Adam Gu 2018-04-04 13:23:19 +0800
  • 964be5fdb0 Support REST (draft); add UT. Adam Gu 2018-04-04 13:05:26 +0800
  • dfadd85a69 Remove ConnectionManager, refine message queue. Adam Gu 2018-01-26 15:12:54 +0800
  • f41b625f51 Add message queue and worker threads. Adam Gu 2018-01-25 19:30:33 +0800
  • 3266f2e72b Add Chinese tutorial. Adam Gu 2018-01-23 16:19:01 +0800
  • 2327edbd5d Define _WIN32_WINNT using a cmake macro; support move semantics for parameter; remove address from HttpServer; add utility for dumping endpoints. Adam Gu 2018-01-23 15:52:03 +0800
  • 2793357da3 Support std::move for parameters; fix result name issue. Adam Gu 2018-01-16 16:38:07 +0800
  • f43b1d0c36 Remove http version; refine sending request and error handling. Adam Gu 2018-01-15 16:42:24 +0800
  • ab4555d58d Remove csoap.h Adam Gu 2018-01-15 10:41:05 +0800
  • dc030207df Rename ErrorCode to Error; refine class SoapClient. Adam Gu 2018-01-12 14:27:42 +0800
  • 091f06e3a6 Update README Adam Gu 2018-01-11 19:59:23 +0800
  • 692df1b937 Support to create soap server. (draft) Adam Gu 2018-01-11 17:23:07 +0800
  • 7b5f4f69b7 Refine README Adam Gu 2017-06-21 17:08:00 +0800
  • 26be756e9c Refine README Adam Gu 2017-06-08 10:49:54 +0800
  • 4ff1daa7e0 Add README Adam Gu 2017-06-08 10:42:32 +0800
  • ab2c6fce35 Add an option to use tinyxml instead of pugixml. Adam Gu 2017-06-07 17:18:21 +0800
  • cff90c15fb Refine type convertion; add timeout handling. Adam Gu 2017-06-02 17:22:40 +0800
  • eac855ae32 Many improvements (fix start line parsing; remove keep-alive; refine demo; ... Adam Gu 2017-05-27 17:11:22 +0800
  • 032a5a96a1 A usable draft. Adam Gu 2017-05-26 17:23:12 +0800
  • a21102e963 Initial commit Chunting Gu 2017-05-26 16:43:49 +0800