|
|
@74176
|
7 years |
vboxsync |
IPRT/rest: Added unittest for RTCRestString. Addressing a few issues. …
|
|
|
@74175
|
7 years |
vboxsync |
IPRT/json: Implemented handling of \uXXXX sequences. Reduced heap …
|
|
|
@74174
|
7 years |
vboxsync |
IPRT/RTCString: Fixed buggy assign(size_t, char) methods.
|
|
|
@74173
|
7 years |
vboxsync |
IPRT/json: Implemented handling of \uXXXX sequences. Reduced heap …
|
|
|
@74170
|
7 years |
vboxsync |
IPRT/rest: Added testcase for RTCRestDouble, fixing issues found. …
|
|
|
@74161
|
7 years |
vboxsync |
IPRT/rest: Added testcases for RTCRestBool and RTCRestIntXY. bugref:9167
|
|
|
@74160
|
7 years |
vboxsync |
IPRT/strtonum: Fixed problem handling INT64_MIN in RTStrToInt64Ex and …
|
|
|
@74157
|
7 years |
vboxsync |
IPRT/strformat: Fixed bug formatting INT64_MAX. Cleaned up the …
|
|
|
@74150
|
7 years |
vboxsync |
IPRT/time: Added a few RTTimeFromXxxx tests and fixed bugs found. …
|
|
|
@74149
|
7 years |
vboxsync |
IPRT/rest: Adding RTCRestDate (untested). bugref:9167
|
|
|
@74148
|
7 years |
vboxsync |
IPRT/time: Added RTTimeFromRfc2822 and RTTimeToStringEx (both …
|
|
|
@74143
|
7 years |
vboxsync |
IPRT/rest: Split up RTCRestBinaryString into a core RTCRestBinary type …
|
|
|
@74142
|
7 years |
vboxsync |
IPRT/rest: Split up RTCRestBinaryString into a core RTCRestBinary type …
|
|
|
@74129
|
7 years |
vboxsync |
IPRT/rest: bug/build fix. bugref:9167
|
|
|
@74127
|
7 years |
vboxsync |
IPRT/rest: More work on binary downloads and uploads. bugref:9167 …
|
|
|
@74126
|
7 years |
vboxsync |
IPRT/rest: More work on binary downloads and uploads. bugref:9167
|
|
|
@74125
|
7 years |
vboxsync |
IPRT/time: Extended RTTimeToRfc2822 with a flag for specifying …
|
|
|
@74122
|
7 years |
vboxsync |
IPRT/rest: When we generate X-Date header we use RTTimeToRfc2822. …
|
|
|
@74117
|
7 years |
vboxsync |
IPRT/rest: Started implemented more flexible handling of binary …
|
|
|
@74116
|
7 years |
vboxsync |
IPRT/rest: Do not assert things about data we get from the network.
…
|
|
|
@74093
|
7 years |
vboxsync |
IPRT/rest: Implemented the hybrid RTCRestAnyObject chameleon. bugref:9167
|
|
|
@74070
|
7 years |
vboxsync |
IPRT/rest: Redid the OCI-style signing code. Added a value length to …
|
|
|
@74069
|
7 years |
vboxsync |
IPRT/time: Added RTTimeToRfc2822 for formatting time according to …
|
|
|
@74060
|
7 years |
vboxsync |
IPRT/http: s/RTHttpAppend/RTHttpAdd/[Raw]Header, defining FRONT and …
|
|
|
@74053
|
7 years |
vboxsync |
IPRT/rest: Started implementing http-signatures for oci. bugref:9167 …
|
|
|
@74052
|
7 years |
vboxsync |
IPRT/rest: Started implementing http-signatures for oci. bugref:9167
|
|
|
@74040
|
7 years |
vboxsync |
IPRT/rest: Hacked up string <-> enum translation. bugref:9167
|
|
|
@74028
|
7 years |
vboxsync |
IPRT/rest: Implemented RTCRestDouble::deserializeFromJson(). bugref:9167
|
|
|
@74027
|
7 years |
vboxsync |
IPRT/json: Implemented support for parsing floating point values. …
|
|
|
@74025
|
7 years |
vboxsync |
IPRT/rest: split up restbase.h into several files to make it more …
|
|
|
@74024
|
7 years |
vboxsync |
IPRT/rest: Implemented header collection (x-obmcs-header-collection) …
|
|
|
@74023
|
7 years |
vboxsync |
IPRT/rest: Implemented header collection (x-obmcs-header-collection) …
|
|
|
@74020
|
7 years |
vboxsync |
IPRT/rest: Improvements to request parameter handling, implementing …
|
|
|
@74013
|
7 years |
vboxsync |
IPRT/rest: Added parameter based api methods (constructs Request …
|
|
|
@74009
|
7 years |
vboxsync |
IPRT/rest: Pass the response object as a parmeter to the api emthods …
|
|
|
@74008
|
7 years |
vboxsync |
IPRT/rest: Deal (more) properly with 'null'. bugref:9167
|
|
|
@73996
|
7 years |
vboxsync |
IPRT/json: don't check the handle twice. bugref:9167
|
|
|
@73995
|
7 years |
vboxsync |
IPRT/rest: fixes. bugref:9167
|
|
|
@73981
|
7 years |
vboxsync |
Runtime/json.cpp: Fix handling negative numbers
|
|
|
@73979
|
7 years |
vboxsync |
IPRT/json: Made the json parser report error info. Currently we're …
|
|
|
@73978
|
7 years |
vboxsync |
IPRT/rest: Fixed empty array & map handling by making the begin …
|
|
|
@73977
|
7 years |
vboxsync |
IPRT/rest: More request array and map setter methods. Fixed string …
|
|
|
@73968
|
7 years |
vboxsync |
IPRT/rest: Bug fixes. Pet listing works. bugref:9167
|
|
|
@73967
|
7 years |
vboxsync |
IPRT/http: Implemented RTHttpPerform function. bugref:9167
|
|
|
@73965
|
7 years |
vboxsync |
IPRT/rest: Doxygen fixes. bugref:9167
|
|
|
@73963
|
7 years |
vboxsync |
IPRT/ministring: Fixed bug in new no-throw printf methods. bugref:9167
|
|
|
@73960
|
7 years |
vboxsync |
IPRT/rest: Added RTJsonIteratorBeginArray and …
|
|
|
@73958
|
7 years |
vboxsync |
IPRT/rest: Added RTJsonIteratorBeginArray and …
|
|
|
@73956
|
7 years |
vboxsync |
IPRT/rest: Added RTJsonIteratorBeginArray and …
|
|
|
@73951
|
7 years |
vboxsync |
IPRT/rest: Basic string map implementation, sans enumeration. …
|
|
|
@73949
|
7 years |
vboxsync |
IPRT/rest: Basic string map implementation, sans enumeration. bugref:9167
|
|
|
@73933
|
7 years |
vboxsync |
IPRT/rest: Adding genric factor methods for every class and use it to …
|
|
|
@73930
|
7 years |
vboxsync |
IPRT/rest: Implemented parsing json response bodies. bugref:9167
|
|
|
@73923
|
7 years |
vboxsync |
iprt/rest: Added error info, copy of http status, and content type to …
|
|
|
@73922
|
7 years |
vboxsync |
iprt/rest: Added error info, copy of http status, and content type to …
|
|
|
@73921
|
7 years |
vboxsync |
iprt/rest: More work on the API code generation. bugref:9167
|
|
|
@73920
|
7 years |
vboxsync |
iprt/rest: More work on the API code generation. bugref:9167
|
|
|
@73918
|
7 years |
vboxsync |
iprt/rest: More work on the API code generation. bugref:9167
|
|
|
@73914
|
7 years |
vboxsync |
iprt/string.h: Moved %RJs to %RMjs. Addressed escaping of non-ASCII …
|
|
|
@73910
|
7 years |
vboxsync |
iprt/string.h: Added percent encoded formatters: %RMpf, %RMpp, %RMpq. …
|
|
|
@73909
|
7 years |
vboxsync |
iprt/string.h: Added percent encoded formatters: %RMpf, %RMpp, %RMpq. …
|
|
|
@73908
|
7 years |
vboxsync |
iprt/cpp/ministring.h: Added appendPrintf with all variants. Marked a …
|
|
|
@73907
|
7 years |
vboxsync |
iprt/cpp/ministring.h: Added a much of NoThrow variants of the assign, …
|
|
|
@73902
|
7 years |
vboxsync |
IPRT/rest: More API code generation bits. bugref:9167 [build fix]
|
|
|
@73900
|
7 years |
vboxsync |
IPRT/rest: More API code generation bits. bugref:9167
|
|
|
@73898
|
7 years |
vboxsync |
Temporarily use RT_NOREF to avoid build errors.
|
|
|
@73895
|
7 years |
vboxsync |
IPRT/rest: Wrap primitive types to unify serializing, deserializing, …
|
|
|
@73889
|
7 years |
vboxsync |
IPRT/rest: More 'api' generator work. bugref:9167
|
|
|
@73879
|
7 years |
vboxsync |
IPRT/rest: Implemented RTCRestOutputToString. bugref:9167
|
|
|
@73875
|
7 years |
vboxsync |
IPRT: More REST work. bugref:9167
|
|
|
@73874
|
7 years |
vboxsync |
RTJson: Added RTJsonValueTypeName and did some internal macro cleanups …
|
|
|
@73808
|
7 years |
vboxsync |
dbgstackdumpself: missing blank line.
|
|
|
@73801
|
7 years |
vboxsync |
IPRT/strformatter: Added %RJs for formatting JSON quoted strings. …
|
|
|
@73779
|
7 years |
vboxsync |
IPRT/Dbg: Added simple stack formatter for the current thread. [doxygen]
|
|
|
@73776
|
7 years |
vboxsync |
IPRT/Dbg: Added simple stack formatter for the current thread. [doxgyen]
|
|
|
@73764
|
7 years |
vboxsync |
IPRT/Dbg: Added simple stack formatter for the current thread. [build]
|
|
|
@73763
|
7 years |
vboxsync |
IPRT/Dbg: Added simple stack formatter for the current thread. [bugfix]
|
|
|
@73762
|
7 years |
vboxsync |
IPRT/assert: Provide call stack dump on 64-bit windows (ring-3). …
|
|
|
@73761
|
7 years |
vboxsync |
IPRT/Dbg: Added simple stack formatter for the current thread.
|
|
|
@73760
|
7 years |
vboxsync |
IPRT/dbgmodexports: paranoia.
|
|
|
@73759
|
7 years |
vboxsync |
IPRT/RTLdrQueryProp[Ex]: Fixed passing a uint32_t when querying …
|
|
|
@73758
|
7 years |
vboxsync |
IPRT/ldrPE: Fixed bug in Seg+Offset -> RVA translation method.
|
|
|
@73749
|
7 years |
vboxsync |
IPRT/crypto: Implemented reading of PEM encrypted RSA keys. bugref:9152
|
|
|
@73706
|
7 years |
vboxsync |
IPRT: Better fix for missing md4 failure; adding information status …
|
|
|
@73705
|
7 years |
vboxsync |
IPRT: Better fix for missing md4 failure; adding information status …
|
|
|
@73704
|
7 years |
vboxsync |
IPRT/base64.cpp: nit
|
|
|
@73672
|
7 years |
vboxsync |
IPRT,SUP,Main: Working on new crypto key handling and rsa signing. …
|
|
|
@73670
|
7 years |
vboxsync |
IPRT,SUP,Main: Working on new crypto key handling and rsa signing. …
|
|
|
@73668
|
7 years |
vboxsync |
IPRT,SUP,Main: Working on new crypto key handling and rsa signing. …
|
|
|
@73666
|
7 years |
vboxsync |
IPRT,SUP,Main: Working on new crypto key handling and rsa signing. …
|
|
|
@73665
|
7 years |
vboxsync |
IPRT,SUP,Main: Working on new crypto key handling and rsa signing. …
|
|
|
@73662
|
7 years |
vboxsync |
IPRT/ASN.1: Added g_RTAsn1EFenceAllocator and RTAsn1CursorIsEnd.
|
|
|
@73644
|
7 years |
vboxsync |
IPRT/pemfile.cpp: Fixed parsing word sequences (only ever worked with …
|
|
|
@73616
|
7 years |
vboxsync |
Runtime/RTJson: Promote type assertions In query functions to always …
|
|
|
@73603
|
7 years |
vboxsync |
iprt/rtFsIsoMakerOutFile_GenerateDirRecDirect: fix for files ~8GB and …
|
|
|
@73587
|
7 years |
vboxsync |
iptr/base64: introduce RTBase64EncodedLengthEx() and …
|
|
|
@73537
|
7 years |
vboxsync |
IPRT: Some more work on stack unwinding using dwarf info. bugref:3897
|
|
|
@73531
|
7 years |
vboxsync |
IPRT: Some work on stack unwinding using dwarf info. bugref:3897
|
|
|
@73516
|
7 years |
vboxsync |
IPRT: GCC 8.2.0 fixes [build fix]
|
|
|
@73502
|
7 years |
vboxsync |
IPRT: GCC 8.2.0 fixes
|
|
|