Change buffer sizes to support GR-PEACH

Dependencies:   CyaSSL

Dependents:   GR-PEACH_Azure_Speech

Fork of HTTPClient-SSL by MultiTech

Revisions of HTTPClient.cpp

Revision Date Message Actions
50:7fbf8ef951f2 2015-11-07 The first version File  Diff  Annotate
46:369da903fca9 2015-03-11 Added httpbinCert.h to hold the CA certificate for httpbin.org to test HTTPS connections to the remote server. File  Diff  Annotate
42:2f464f96c204 2015-02-09 Added back in VERIFY_PEER_FAIL_IF_NO_CERT as an SSLmethod enumeration.; Removed code to allow for null paths in urlParse(); Removed set_time(),CyaSSL_init(), and extra socket_close().; Added check for pointers being NULL before free-ing memory.; File  Diff  Annotate
41:236fa1143e5a 2015-01-23 remove static paths to headers in HTTPClient.cpp File  Diff  Annotate
40:6d9725c3eb6f 2015-01-19 Finalized code for an example HTTPS client to axeda's device IoT server.; File  Diff  Annotate
39:d7c5541a9124 2015-01-19 Pulling in the newest CyaSSL lib (3.3.0).; Tweaked code to be more robust. File  Diff  Annotate
38:a4ccad70be9d 2015-01-14 Added functions to add Root Certificates for SSL verification of Peers, added a function to set the peer verify settings for the CyaSSL library, tweaked some debug and memory operations in the client. File  Diff  Annotate
37:293e8eae4230 2015-01-06 Removed bAuth() print message under HTTPClient File  Diff  Annotate
34:13920d48893d 2015-01-06 Changed the socket to fully close at the end of each connect, to reset blocking to (false, timeout), and changed the b_auth header to be \r\n\0 delimited; Also changed the class to use a pointer to TCPSocketConnection, for dynamic factory creation File  Diff  Annotate
33:3b2809748a9e 2014-12-31 Changed client implementation of TCPSocketConnection for interfacing with cellular class File  Diff  Annotate
32:d9db238bb8a3 2014-08-28 increased send buffer to 1024 File  Diff  Annotate
31:0675a342e45c 2014-08-27 updates File  Diff  Annotate
30:6fef375c94e6 2014-08-27 synced with HTTPClient-BasicAuth library updates File  Diff  Annotate
29:2d96cc752d19 2014-08-27 added HTTPJson data type and created defines for increased url lengths File  Diff  Annotate
28:6fbaf49cc109 2014-08-27 updated buffer sizes to parse larger URLs File  Diff  Annotate
26:bf979804b653 2014-07-21 (none) File  Diff  Annotate
22:4b9a4151cc73 2014-07-12 Add basic authentication; File  Diff  Annotate
21:14ecc2b2e282 2014-04-17 CyaSSL 2.9.4 File  Diff  Annotate
20:bec882d85856 2014-04-08 cyassl_free File  Diff  Annotate
19:1e2f05809eb1 2014-04-08 eliminate sockfd File  Diff  Annotate
18:d89df40b4cf3 2014-04-07 just Indentation File  Diff  Annotate
17:c73d8e61d391 2014-04-07 Added SSL by CyaSSL library; Added header method; Improved send buffer; Added retry connection File  Diff  Annotate
16:1f743885e7de 2012-08-30 IHTTPData (HTTPText, HTTPMap) objects can be re-used multiple times (reading/writing position is reset on each connection); Support for PUT and DELETE methods File  Diff  Annotate
15:5ad07f90e895 2012-08-29 Removed useless debug message File  Diff  Annotate
14:2744e0c0e527 2012-08-28 Fixed short chunk buffer issue File  Diff  Annotate
13:be61104f4e91 2012-08-05 Fixed blocking mode File  Diff  Annotate
12:89d09a6db00a 2012-08-05 Updated to match the newest Socket API File  Diff  Annotate
11:390362de8c3f 2012-07-30 Update for compat with newest Socket API File  Diff  Annotate
10:e1351de84c16 2012-07-18 Corrected licence headers File  Diff  Annotate
9:ff30cc189191 2012-07-11 Decreased stack size use File  Diff  Annotate
8:45c8da29a1cf 2012-07-06 Fixed bug in URL parsing method File  Diff  Annotate
7:4e39864f7b15 2012-06-29 Update to using new C++ Socket API File  Diff  Annotate
6:54f79436184f 2012-06-29 Forked with right name File  Diff  Annotate
5:791fc3dcb6c4 2012-06-15 Removed velociraptors-prone gotos:) File  Diff  Annotate
4:c071b05ac026 2012-05-24 FIX File  Diff  Annotate
3:5aef7584de4b 2012-04-26 (none) File  Diff  Annotate
2:75f5b83238af 2012-04-26 (none) File  Diff  Annotate
1:b70c37cf73ca 2012-04-26 (none) File  Diff  Annotate
0:2ccb9960a044 2012-04-26 (none) File  Diff  Annotate