VirtualBox

source: vbox/trunk/src/VBox/Runtime/common/misc

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @73956   6 years vboxsync IPRT/rest: Added RTJsonIteratorBeginArray and …
(edit) @73930   6 years vboxsync IPRT/rest: Implemented parsing json response bodies. bugref:9167
(edit) @73874   6 years vboxsync RTJson: Added RTJsonValueTypeName and did some internal macro cleanups …
(edit) @73762   6 years vboxsync IPRT/assert: Provide call stack dump on 64-bit windows (ring-3). …
(edit) @73616   6 years vboxsync Runtime/RTJson: Promote type assertions In query functions to always …
(edit) @72955   6 years vboxsync Runtime/RTJson: Some error checking addendums to r123506 (bugref:9188)
(edit) @72954   6 years vboxsync Runtime/RTJson: Parse strings exceeding 4KB correctly (would throw an …
(edit) @72613   6 years vboxsync IPRT: Call lsan_ignore_object() if must-leak or may-leak tags are use.
(edit) @72602   6 years vboxsync Linux/Address sanitizer: silence some warnings about memory leaks. …
(edit) @71009   7 years vboxsync RTGetOpt: Fixed bug handling missing option values when …
(edit) @69742   7 years vboxsync IPRT: Added RTGetOptFormatError.
(edit) @69590   7 years vboxsync thread.cpp: fixed thread structure leak in VBoxC debug builds with …
(edit) @69520   7 years vboxsync Runtime/json: Plug small memory leak in out of memory error condition
(edit) @69474   7 years vboxsync *: scm updates - header files should have 'svn:keywords=Id Revision' …
(edit) @69219   7 years vboxsync Runtime: scm cleanups
(edit) @69111   7 years vboxsync (C) year
(edit) @69108   7 years vboxsync IPRT: scm fixes
(edit) @69062   7 years vboxsync IPRT: Added RTIniFileQueryPair for key/value pair enumeration.
(edit) @69060   7 years vboxsync inifile.cpp: Fixed wrong allocation size.
(edit) @69046   7 years vboxsync Global: replace fall-through comments with RT_FALL_THRU(). …
(edit) @68937   7 years vboxsync IPRT/RTGetOpt: Added 32-bit and 64-bit pair types. [build fix]
(edit) @68936   7 years vboxsync IPRT/RTGetOpt: Added 32-bit and 64-bit pair types.
(edit) @68862   7 years vboxsync iprt,vboxmanage,manual: Try write the iso maker docs as a docbook …
(edit) @68860   7 years vboxsync iprt,vboxmanage,manual: Try write the iso maker docs as a docbook …
(edit) @68317   7 years vboxsync IPRT: Added simple INI-file parser (completely untested).
(edit) @67598   7 years vboxsync RTGetOptArgvFromString: Added a RTGETOPTARGV_CNV_MODIFY_INPUT flag for …
(edit) @67364   7 years vboxsync Audio: Forward ported r113728 (IPRT/CircBuf: Added …
(edit) @66861   8 years vboxsync RTGetOptArgvFromString: Fixed incorrect handling of escape sequences …
(edit) @66594   8 years vboxsync iprt: Reworked and implemented VFS chains, adding stdfile, gzip and …
(edit) @66591   8 years vboxsync RTFileModeToFlagsEx: Implemented missing sharing mode (sigh) and added …
(edit) @66120   8 years vboxsync IPRT/RTThreadWait: Quick and dirty workaround for Ctrl-C deadlock with …
(edit) @65642   8 years vboxsync gcc 7: Runtime: fall thru
(edit) @65620   8 years vboxsync IPRT: indentation fix
(edit) @64901   8 years vboxsync Runtime: use symbolic constants for _8K and _16K
(edit) @64899   8 years vboxsync next try
(edit) @64898   8 years vboxsync Runtime: try to fix builds
(edit) @64766   8 years vboxsync src/VBox: Make the use of the iterator for …
(edit) @64602   8 years vboxsync IPRT: Added RTGetOptNonOptionArrayPtr.
(edit) @64531   8 years vboxsync Runtime: typos
(edit) @64286   8 years vboxsync assert.cpp: revered unintentional change.
(edit) @64281   8 years vboxsync IPRT,SUP: Major vboxdrv and GIP version change; more flexible …
(edit) @63678   8 years vboxsync IPRT/lockvalidator.cpp: Build fix when RTLOCKVAL_WITH_VERBOSE_DUMPS is set.
(edit) @63561   8 years vboxsync scm: cleaning up todos
(edit) @63451   8 years vboxsync Runtime: warnings
(edit) @62635   8 years vboxsync warnings
(edit) @62584   8 years vboxsync IPRT: Unused parameters on windows.
(edit) @62570   8 years vboxsync IPRT: More unused parameters.
(edit) @62566   8 years vboxsync IPRT: More unused parameters.
(edit) @62564   8 years vboxsync IPRT: Mark unused parameters.
(edit) @62559   8 years vboxsync RTFileModeToFlags.cpp: Code cleanup.
(edit) @62477   8 years vboxsync (C) 2016
(edit) @62461   8 years vboxsync IPRT: scm
(edit) @62446   8 years vboxsync json.cpp: You won't normally ever use the 'asz' HN prefix. Removed …
(edit) @62021   8 years vboxsync Runtime/RTJson: Fix review todos
(edit) @61760   8 years vboxsync doxygen fixes
(edit) @61737   8 years vboxsync Runtime/RTJson: Three more helpers, sort RTJson API alphabetically in …
(edit) @61730   8 years vboxsync Runtime/RTJson: Enhance testcase and two fixes
(edit) @61721   8 years vboxsync Runtime/RTJson: Fixes, updates to the testcase
(edit) @61716   8 years vboxsync Runtime/JSON: Fixes and start on a testcase
(edit) @61708   8 years vboxsync build fix
(edit) @61707   8 years vboxsync build fix
(edit) @61705   8 years vboxsync build fix
(edit) @61704   8 years vboxsync Runtime/RTJson: Updates
(edit) @61695   8 years vboxsync build fix
(edit) @61694   8 years vboxsync properties
(edit) @60346   9 years vboxsync Runtime/sg.cpp: Allow RTSgBufInit to take NULL and 0 for paSegs and …
(edit) @60124   9 years vboxsync RTReqQueueProcess: Addressed todo regarding lost requests and document …
(edit) @60122   9 years vboxsync RTReqQueueProcess: Addressed todo regarding lost requests and document …
(edit) @60121   9 years vboxsync RTReqQueueProcess: Addressed todo regarding lost requests and document …
(edit) @60037   9 years vboxsync RTReqWait: Correct incorrect assertion (VMR3ReqWait got it right). …
(edit) @59747   9 years vboxsync iprt/asm.h: Cleaned up the ASMMemIsAll8/U32 mess and implmeneted the …
(edit) @59745   9 years vboxsync sg.cpp/h: Some cleanups/optimizations.
(edit) @58334   9 years vboxsync Runtime/sg.cpp: Demote assertion to debug only and increase maximum …
(edit) @58069   9 years vboxsync IPRT,*: Simplified RTUriFilePath by removing the uFormat parameter. It …
(edit) @58068   9 years vboxsync IPRT: Added RTUriFilePathEx, removed RTUriFileNPath as we ignored the …
(edit) @58067   9 years vboxsync IPRT: Added RTUriFileCreateEx and made RTUriFileCreate assume OS …
(edit) @58066   9 years vboxsync RTUriFileCreate: NULL and empty input paths are invalid, period.
(edit) @58050   9 years vboxsync uri.cpp: Reformatted the code and found decoding statement. Must check …
(edit) @58049   9 years vboxsync uri.cpp: r=bird: You need to decode the stuff, you cannot just copy …
(edit) @57983   9 years vboxsync Build fix.
(edit) @57982   9 years vboxsync Nits.
(edit) @57981   9 years vboxsync IPRT: misc/uri.cpp: Bugfixes, behave more like …
(edit) @57974   9 years vboxsync IPRT: Some more doxygen fixes.
(edit) @57944   9 years vboxsync iprt: More doxygen corrections.
(edit) @57825   9 years vboxsync IPRT: Removed deprecated RTUriPath().
(edit) @57737   9 years vboxsync common/misc/http.cpp -> generic/http-curl.cpp
(edit) @57728   9 years vboxsync RTHttpDestroy: duh
(edit) @57727   9 years vboxsync RTHttp: Implemented no_proxy parsing.
(edit) @57726   9 years vboxsync RTHttp: RTHttpUseSystemProxySettings improvements wrt env vars.
(edit) @57725   9 years vboxsync uri.cpp: Build fix.
(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) @57624   9 years vboxsync IPRT,UINetworkReply: Fixes, logging.
(edit) @57616   9 years vboxsync IPRT,UINetworkReply: Build & bug fixes.
(edit) @57613   9 years vboxsync IPRT,UINetworkReply.cpp: Added RTPathGlob, a set of …
(edit) @57577   9 years vboxsync IPRT,QtGui: Redid the certificate download code in the GUI and reduced …
(edit) @57516   9 years vboxsync Runtime/http: additional error code
(edit) @57432   9 years vboxsync iprt/cdefs.h,*: Split RT_NO_THROW into prototype and definition macros …
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @57078   9 years vboxsync sup,iprt: SUPIsHostVirtualized belongs in IPRT and does not need to be …
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