VirtualBox

source: vbox/trunk/src/VBox/Runtime/generic/http-curl.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @79005   6 years vboxsync IPRT/RTHttp: Use RTLdrLoadSystem to find libproxy.so.1. bugref:8352
(edit) @78252   6 years vboxsync IPRT/http: render therefore unto the download callback the user data …
(edit) @78066   6 years vboxsync IPRT,GUI: Workaround for certificate downloads getting redirected to https.
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76409   6 years vboxsync iprt/string.h: Dropped including utf16.h and let those who need it …
(edit) @75108   6 years vboxsync IPRT/http: Extended RTHttpReset with a flag parameter so headers can …
(edit) @75103   6 years vboxsync IPRT/http: RTHttpReset - free headers from the previous request.
(edit) @74379   6 years vboxsync IPRT/http: Added RTHttpSetProxyByUrl, deprecating RTHttpSetProxy in …
(edit) @74377   6 years vboxsync IPRT/http: Added RTHttpSetProxyByUrl, deprecating RTHttpSetProxy in …
(edit) @74370   6 years vboxsync IPRT/http: Enable using libproxy for proxy settings when present. …
(edit) @74250   6 years vboxsync IRPT/rest,http: Use header callbacks for capturing header values in …
(edit) @74222   6 years vboxsync IPRT/http: Implemented header callbacks. bugref:9167
(edit) @74202   6 years vboxsync IPRT/rest: More client request base tests. Added RTHttpGetHeaderCount …
(edit) @74126   6 years vboxsync IPRT/rest: More work on binary downloads and uploads. bugref:9167
(edit) @74120   6 years vboxsync IPRt/http: Add missing newline in log.
(edit) @74119   6 years vboxsync IPRt/RTHttpSignHeaders: singature field contains just the signature.
(edit) @74112   6 years vboxsync IPRt/RTHttpSignHeaders: Fix for incompletely initialized header …
(edit) @74094   6 years vboxsync IPRT/http: Fixed two bugs in RTHttpSignHeaders, adding a testcase for …
(edit) @74091   6 years vboxsync IPRT/http: New read/write callbacks APIs (untested). bugref:9167 …
(edit) @74090   6 years vboxsync IPRT/http: New read/write callbacks APIs (untested). bugref:9167
(edit) @74077   6 years vboxsync IPRT/http: document download progress callback. bugref:9167
(edit) @74076   6 years vboxsync IPRT/http: Simplified the append-to-empty-list case in …
(edit) @74071   6 years vboxsync IPRT/http: Fixed bug in rtHttpAddHeaderWorker where it failed to …
(edit) @74070   6 years vboxsync IPRT/rest: Redid the OCI-style signing code. Added a value length to …
(edit) @74064   6 years vboxsync IPRT/http: Added prototype for RTHttpSignHeaders. bugref:9167
(edit) @74063   6 years vboxsync IPRT/http: build fix. bugref:9167
(edit) @74062   6 years vboxsync IPRT/http: Adding RTHttpSignHeaders, re-implemented header handling. …
(edit) @74060   6 years vboxsync IPRT/http: s/RTHttpAppend/RTHttpAdd/[Raw]Header, defining FRONT and …
(edit) @74050   6 years vboxsync IPRT/http: RTHttpRawSetUrl - configure proxy for url. This is …
(edit) @74046   6 years vboxsync IPRT/http: Added RTHttpGetHeader(). bugref:9167
(edit) @74045   6 years vboxsync OCI: Call RTHttpUseTemporaryCaFile() on the http handle. In the curl …
(edit) @74019   6 years vboxsync IPRT/http: Fixed POST request with zero body. bugref:9167
(edit) @73977   6 years vboxsync IPRT/rest: More request array and map setter methods. Fixed string …
(edit) @73967   6 years vboxsync IPRT/http: Implemented RTHttpPerform function. bugref:9167
(edit) @73918   6 years vboxsync iprt/rest: More work on the API code generation. bugref:9167
(edit) @73890   6 years vboxsync IPRT/http: Added a couple functions for adding headers. Issues with …
(edit) @73888   6 years vboxsync IPRT/http: Added a couple functions for adding headers. Issues with …
(edit) @73886   6 years vboxsync IPRT/http: RTHttpDestroy shall return a status. bugref:9167
(edit) @73851   6 years vboxsync http-curl.cpp: revert r124526. We still need to support systems with …
(edit) @73839   6 years vboxsync http-curl.c: Factor out CURLcode rtHttpSetWriteCallback() and use it …
(edit) @73837   6 years vboxsync http-curl.cpp: Use CURL_FAILURE() macro in the new code.
(edit) @73834   6 years vboxsync http-curl.cpp: Use new CURLOPT_XFERINFOFUNCTION instead of old …
(edit) @73832   6 years vboxsync http-curl.cpp: Rename http callback typedefs to conform to the iprt …
(edit) @73700   6 years vboxsync http-curl.cpp: fix accidental trailing whitespace.
(edit) @73699   6 years vboxsync http-curl.cpp: add a few thin wrappers for some curl options.
(edit) @73334   6 years vboxsync IPRT: Added RTHttpSetFollowRedirects (translates to …
(edit) @70141   7 years vboxsync http-curl.cpp: rtHttpWinConfigureProxyForUrl - also assume no proxy if …
(edit) @69111   7 years vboxsync (C) year
(edit) @68969   7 years vboxsync http-curl.cpp: better diagnostics
(edit) @68968   7 years vboxsync http-curl.cpp: Ignore ERROR_WINHTTP_UNRECOGNIZED_SCHEME error code …
(edit) @63451   8 years vboxsync Runtime: warnings
(edit) @62635   8 years vboxsync warnings
(edit) @62570   8 years vboxsync IPRT: More unused parameters.
(edit) @62566   8 years vboxsync IPRT: More unused parameters.
(edit) @62477   8 years vboxsync (C) 2016
(edit) @60056   9 years vboxsync Runtime: build fix
(edit) @60054   9 years vboxsync never use AssertStmt(..., continue) but use AssertContinue(...) (look …
(edit) @59396   9 years vboxsync ldrNative-win.cpp: Implemented loading system dlls from WinSxS.
(edit) @59394   9 years vboxsync http-curlt.cpp,rtLdrNativeLoadSystem: added todo regarding loading …
(edit) @58738   9 years vboxsync Runtime/http-curl: distinguish between "URL not found" and "host not found"
(edit) @58419   9 years vboxsync IPRT/http-curl.cpp: Only call rtHttpUrlInNoProxyList if we found a …
(edit) @58418   9 years vboxsync IPRT/http-curl.cpp: Reverted r103649 - comletely wrong fix.
(edit) @58409   9 years vboxsync IPRT/http-curl.cpp: Initialize temporary buffer in …
(edit) @58217   9 years vboxsync Runtime/http-curl: added RTHttpSetDownloadProgressCallback()
(edit) @58206   9 years vboxsync Runtime/http-curl: fix for GetHeader*
(edit) @58202   9 years vboxsync fix
(edit) @58201   9 years vboxsync cleanup
(edit) @58199   9 years vboxsync Runtime/http-curl: introduced RTHttpGetHeaderText() and …
(edit) @57974   9 years vboxsync IPRT: Some more doxygen fixes.
(edit) @57944   9 years vboxsync iprt: More doxygen corrections.
(edit) @57905   9 years vboxsync IPRT: More build for NT4 fun, but the VBoxRT.dll we build when …
(edit) @57815   9 years vboxsync http-curl.cpp: Hacked up a libproxy support using dynamic loading, …
(edit) @57813   9 years vboxsync http-curl.cpp: Implemented system proxy config for OS X and fixed …
(edit) @57794   9 years vboxsync http-curl.cpp: Implementing parsing the windows proxy server list as …
(edit) @57777   9 years vboxsync http-curl.cpp: OSE build fix
(edit) @57749   9 years vboxsync http-curl.cpp: Halfways there on windows, just need to make use of the …
(copy) @57737   9 years vboxsync common/misc/http.cpp -> generic/http-curl.cpp
copied from trunk/src/VBox/Runtime/common/misc/http.cpp
(edit) @57728   9 years vboxsync RTHttpDestroy: duh
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette