VirtualBox

source: vbox/trunk/include/iprt/err.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @82665   5 years vboxsync IPRT: First commit of FTP server code, along with a tool to run a …
(edit) @81404   5 years vboxsync iprt/err.h: VINF_ALREADY_POSTED. bugref:9218
(edit) @81369   5 years vboxsync *: doxygen fixes
(edit) @81062   5 years vboxsync iprt/system: Fixing the firmware stuff a little.
(edit) @80531   5 years vboxsync VMM,Devices: Some PDM device model refactoring. bugref:9218
(edit) @79949   5 years vboxsync Runtime: bugref:8231 Starting on defining and implementing a new …
(edit) @77941   6 years vboxsync Runtime/ldrELFRelocatable.cpp.h: several fixes * Check that the …
(edit) @76585   6 years vboxsync *: scm --fix-header-guard-endif
(edit) @76557   6 years vboxsync include/iprt: Use IPRT_INCLUDED_ rather than _iprt_ as header guard …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76507   6 years vboxsync /include: scm --fix-header-guards. bugref:9344
(edit) @76348   6 years vboxsync iprt/err*.h: Make VINF_SUCCESS available via errcore.h too.
(edit) @76326   6 years vboxsync iprt/err.h: Split out the RT_SUCCESS, RT_FAILURE, functions and error …
(edit) @75993   6 years vboxsync SharedFolders: Track mappings made by a client session so we can unmap …
(edit) @75951   6 years vboxsync IPRT: Translation for STATUS_NO_MEDIA_IN_DEVICE.
(edit) @75879   6 years vboxsync Runtime: Introduce RTShMem* API for accessing shared memory objects …
(edit) @75790   6 years vboxsync iprt/err.h: VERR_PROC_ELEVATION_REQUIRED.
(edit) @75786   6 years vboxsync iprt/err.h: Added generic VERR_WRONG_PARAMETER_COUNT, …
(edit) @75785   6 years vboxsync iprt/err.h: Added generic VERR_WRONG_PARAMETER_COUNT, …
(edit) @75332   6 years vboxsync iprt/err.h: Added check for RTERR_NO_STRICT_RC before enabling …
(edit) @74760   6 years vboxsync IPRT/ldr/asn1/pkcs7: Ironed out issues in decoding indefinite ASN.1 …
(edit) @74656   6 years vboxsync IPRT/ldr: Working on parsing Mach-O code signing structures... bugref:9232
(edit) @74638   6 years vboxsync IPRT: Initial adaption of the kstuff loader code. bugref:9232
(edit) @74395   6 years vboxsync IPRT/rest: Implemented support for polymorphic parameters (requests). …
(edit) @74378   6 years vboxsync IPRT/http: Added RTHttpSetProxyByUrl, deprecating RTHttpSetProxy in …
(edit) @74313   6 years vboxsync IPRT/crypto: Simple symmetric cipher abstraction with just was we need …
(edit) @74312   6 years vboxsync IPRT/crypto: Added RTCrRandBytes and RTCrPkcs5Pbkdf2Hmac. The latter …
(edit) @74295   6 years vboxsync IPRT/crypto: Wrapped SSL, alleged RC4, and RSA key generation. Added …
(edit) @74179   6 years vboxsync IPRT/json: Added \uXXXX and surrogate pair tests. Refuse to decode …
(edit) @74173   6 years vboxsync IPRT/json: Implemented handling of \uXXXX sequences. Reduced heap …
(edit) @74161   6 years vboxsync IPRT/rest: Added testcases for RTCRestBool and RTCRestIntXY. bugref:9167
(edit) @74149   6 years vboxsync IPRT/rest: Adding RTCRestDate (untested). bugref:9167
(edit) @74093   6 years vboxsync IPRT/rest: Implemented the hybrid RTCRestAnyObject chameleon. bugref:9167
(edit) @74023   6 years vboxsync IPRT/rest: Implemented header collection (x-obmcs-header-collection) …
(edit) @73978   6 years vboxsync IPRT/rest: Fixed empty array & map handling by making the begin …
(edit) @73933   6 years vboxsync IPRT/rest: Adding genric factor methods for every class and use it to …
(edit) @73930   6 years vboxsync IPRT/rest: Implemented parsing json response bodies. bugref:9167
(edit) @73929   6 years vboxsync OCI: commit OCI code as-is. Doesn't yet compile in extpack but should …
(edit) @73769   6 years vboxsync iprt/err.h: Fix duplicate value for different status code
(edit) @73749   6 years vboxsync IPRT/crypto: Implemented reading of PEM encrypted RSA keys. bugref:9152
(edit) @73705   6 years vboxsync IPRT: Better fix for missing md4 failure; adding information status …
(edit) @73665   6 years vboxsync IPRT,SUP,Main: Working on new crypto key handling and rsa signing. …
(edit) @73494   6 years vboxsync IPRT: Added single stack frame unwind function to RTDbgMod and RTLdr, …
(edit) @72367   7 years vboxsync Runtime: Updates bugref:9188
(edit) @70393   7 years vboxsync IPRT/winsock: init fixes.
(edit) @70315   7 years vboxsync SUPR3HardendedStatic,iprt/err.h: Don't include errinfolog.cpp but …
(edit) @69892   7 years vboxsync Runtime: Start on a platform independent serial port access API which …
(edit) @69813   7 years vboxsync IPRT: VFS opening reworking in progress.
(edit) @69716   7 years vboxsync IPRT: More work on directory relative APIs (NT mainly) and VFS; …
(edit) @69105   7 years vboxsync include/iprt/: (C) year
(edit) @69035   7 years vboxsync UDF: Implemented directory listing. Works for root, other directories …
(edit) @69029   7 years vboxsync iprt: udf updates
(edit) @69023   7 years vboxsync iprt: udf updates
(edit) @69013   7 years vboxsync IPRT: UDF updates
(edit) @69011   7 years vboxsync Added RTERRINFO_LOG_* macros for logging RTErrInfo setings to the …
(edit) @68920   7 years vboxsync iprt: udf reading updates
(edit) @67842   7 years vboxsync IPRT/isomaker: Working on generating rock ridge data.
(edit) @67838   7 years vboxsync IPRT/isomaker: Working on generating rock ridge data (untested). …
(edit) @67797   7 years vboxsync IPRT/isomaker: Added RTFsIsoMakerAddSymlink & …
(edit) @67595   7 years vboxsync IPRT: More ISO maker code (import + multi-extent related).
(edit) @67571   7 years vboxsync IPRT: More ISO maker code (import + multi-extent related).
(edit) @67538   7 years vboxsync IPRT: More ISO maker code (import related).
(edit) @67133   8 years vboxsync IPRT: Added RTVfsChainQueryFinalPath.
(edit) @66762   8 years vboxsync iprt: More vfs bits.
(edit) @66735   8 years vboxsync iso9660vfs.cpp: Can find and read files from iso.
(edit) @66615   8 years vboxsync IPRT: More FAT fun (couldn't stop myself).
(edit) @66602   8 years vboxsync IPRT/vfs-chains: Pass around an pErrInfo buffer too.
(edit) @66601   8 years vboxsync iprt,vfs: Added a generic 'open' provider and sketched out a few …
(edit) @66594   8 years vboxsync iprt: Reworked and implemented VFS chains, adding stdfile, gzip and …
(edit) @64818   8 years vboxsync iprt/err.h: VERR_ASN1_UNEXPECTED_OBJ_ID.
(edit) @64234   8 years vboxsync IPRT: Implemented processor group support for the ring-0 code.
(edit) @62473   8 years vboxsync (C) 2016
(edit) @61693   8 years vboxsync Runtime: Add RTJson* API to parse the JavaScript Object Notation …
(edit) @60297   9 years vboxsync ldrPE.cpp/pecoff.h: Added version 5 of the load config structures, new …
(edit) @58738   9 years vboxsync Runtime/http-curl: distinguish between "URL not found" and "host not found"
(edit) @58068   9 years vboxsync IPRT: Added RTUriFilePathEx, removed RTUriFileNPath as we ignored the …
(edit) @57906   9 years vboxsync RTProc/win,RTErr: Avoid doing LogonUserW when we don't need to get the …
(edit) @57726   9 years vboxsync RTHttp: RTHttpUseSystemProxySettings improvements wrt env vars.
(edit) @57723   9 years vboxsync RTUri: Reworked the API to a one time parsing and make sure we get …
(edit) @57720   9 years vboxsync RTUri: Preps for parsing the authority bits into smaller pieces for …
(edit) @57613   9 years vboxsync IPRT,UINetworkReply.cpp: Added RTPathGlob, a set of …
(edit) @57516   9 years vboxsync Runtime/http: additional error code
(edit) @57004   9 years vboxsync iprt,*: Marked all format strings in the C part of IPRT and fixed the …
(edit) @55951   10 years vboxsync iprt/cdefs.h,iprt/err.h: More or less deprecated RT_UNLIKELY and …
(edit) @55659   10 years vboxsync iprt/err.h: typos.
(edit) @55658   10 years vboxsync iprt/err.h: typos.
(edit) @55562   10 years vboxsync IPRT: Added RTEnvCreateChangeRecord, RTEnvApplyChanges …
(edit) @55161   10 years vboxsync iprt/err.h: Redid r99228 as shifting status code is risky wrt …
(edit) @54970   10 years vboxsync AsyncCompletion: Better error message if I/O manager could not be …
(edit) @54408   10 years vboxsync IPRT/r0drv: Added RTMpOnPair and RTMpOnPairIsConcurrentExecSupported, …
(edit) @53615   10 years vboxsync doxygen fixes.
(edit) @52533   10 years vboxsync ASN.1 decoding: limit nesting.
(edit) @52213   10 years vboxsync SUP,IPRT: Implemented forwarder support in RTLdr and cleaned up some …
(edit) @52108   10 years vboxsync wrong error code.
(edit) @52050   10 years vboxsync RTMemSafer: Split generic from ring-3 specific page based …
(edit) @51862   10 years vboxsync page hash updates.
(edit) @51800   10 years vboxsync duplicate error fix.
(edit) @51798   10 years vboxsync iprt/err.h: untangle error codes
(edit) @51770   10 years vboxsync Merged in iprt++ dev branch.
(edit) @51766   10 years vboxsync conflict with branch.
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