History log of /vbox/src/VBox/Runtime/common/misc/http.cpp
Revision Date Author Comments Expand
9ac3530b3ee2a157e67242a3a948b949eafcae98 53074 16-Oct-2014 vboxsync

Runtime/http: force TLSv1

1ee8b09f46931cd02c31da7dbbdadc1031cf0585 52217 28-Jul-2014 vboxsync

Runtime/http: fixed potential invalid RTMemFree() on error

53782b6babe71076b1bb35e1bc394b4f0b040b70 51707 24-Jun-2014 vboxsync

Runtime/http: more sane limit for redirection URLs

a96868168bb983a892c05efdb88e3720cc951562 51704 24-Jun-2014 vboxsync

Runtime/http: added handling for 301 responses

62fb024c605bcbe2d5fefd31d391cd9fee484150 51635 17-Jun-2014 vboxsync

introduced RTHttpGetBinary(), renamed RTHttpGet() to RTHttpGetText()

fa6dbd9c9e9645298cca864aa561382469907905 46070 14-May-2013 vboxsync

RTDbgCfg,++: Compressed server files and other fixes.

0109a2240391a89f6556b1545e6cc57f9efab060 46050 14-May-2013 vboxsync

More symbol work

bb6a5c8cb7d1cf517979f10a9823bf1d38945d71 45632 19-Apr-2013 vboxsync

Runtime/http: report an error in the worst case

ec8ac488321a3f731ec901855ea748326c522bf2 45631 19-Apr-2013 vboxsync

Runtime/http: be more convenient in keeping the string passed in RTHttpSetCAFile()

c7c179e9f819b2616cde22eaf988500140760069 45454 10-Apr-2013 vboxsync

Runtime/http: added RTHttpAbort()

256cb8f47ef8797c14fc371cfb0af49386a02f78 45406 08-Apr-2013 vboxsync

debug leftover

480487d29a2272cd678c7674d3fce0820d7f7d0d 45398 08-Apr-2013 vboxsync

Runtime/http: more error codes

7035e6a9b4f7fe42bb352e2fc8b6c9d24ce1a3a0 45381 05-Apr-2013 vboxsync

Runtime/http: added error code + don't make tstHttp fail if we can't connect

7d54a5c0de769bac64ef5ec5c59c584f4446937b 45343 04-Apr-2013 vboxsync

Runtime/http: better error handling in RTHttpCertDigest()

83dfaf70a41cdccf2d716485349d2b6456d7754c 45340 04-Apr-2013 vboxsync

Runtime/http: stupid interface

121ef584b01ad0df6b8f1fcf6b2e9cca69506f59 45339 04-Apr-2013 vboxsync

Runtime/http: check the digest of the downloaded certificates

a018f30f22605aaa1f809d77716cbb148a732a32 45331 04-Apr-2013 vboxsync

Runtime/http: add new function to set the filename containing the trusted root certificates, plus an extension of the testcase which fetches the root certificates

194b1350067bed46156efacc6a39044fc3fa64db 43713 23-Oct-2012 vboxsync

iprt/http: added support for custom headers

caee579e589670f6a9444912e548b74ed0764439 43679 18-Oct-2012 vboxsync

iprt/http: introduced RTHttpSetProxy()

2129d307f8eb44515a8f5d0d69b55998299697c9 43651 16-Oct-2012 vboxsync

Runtime/http: typo

55870b5b46ea9754616dcc3663a110ce71927a0e 43645 15-Oct-2012 vboxsync

IPRT: simple HTTP interface