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) @93115   3 years vboxsync scm --update-copyright-year
(edit) @92253   3 years vboxsync IPRT/RTThreadIsMain: Check for NIL_RTTHREAD.
(edit) @90803   3 years vboxsync Runtime: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @90396   3 years vboxsync IPRT/RTThreadCreate: Modernize assertions.
(edit) @89593   4 years vboxsync IPRT/RTReqCancel: Assertion correction (copy & paste from submit). …
(edit) @89264   4 years vboxsync Runtime/sg.h: Add copy variants which take a callback instead of a …
(edit) @88813   4 years vboxsync IPRT/RTReq: Added a RTReqCancel function. Changed the behavior of the …
(edit) @88810   4 years vboxsync IPRT/RTReqPool: Added RTREQPOOLCFGVAR_THREAD_FLAGS so we can supply …
(edit) @87182   4 years vboxsync IPRT: Try make scm happy with zero-alt.S. bugref:9898
(edit) @87151   4 years vboxsync iprt/lockvalidator: size calc fix.
(edit) @87149   4 years vboxsync /Config.kmk,IPRT: Assembler/ly adjustments for bugref:9898. Shut up …
(edit) @85126   4 years vboxsync iprt/cdefs.h,*: Adding DECL_HIDDEN_CALLBACK to shorten the relatively …
(edit) @85124   4 years vboxsync *: Use DECL_HIDDEN_DATA for data, DECLHIDDEN will soon be exclusively …
(edit) @85121   4 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @83982   5 years vboxsync IPRT/getopt.cpp: Assume options are 7-bit ASCII / basic latin, so we …
(edit) @83979   5 years vboxsync Add/Nt/Installer: Simple installer program for NT 3.x.
(edit) @83739   5 years vboxsync IPRT: More VC++ 14.1 build fixes. bugref:8489
(edit) @83425   5 years vboxsync RUntime/RTJson: Add parse from VFS file method
(edit) @83125   5 years vboxsync IPRT: Merged the two tls files, with the sideeffect that destructors …
(edit) @83124   5 years vboxsync IPRT: Merged the two tls files, with the sideeffect that destructors …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @81137   5 years vboxsync IPRT/RTSystem*Firmware: Simplified the interface and made it follow …
(edit) @80585   5 years vboxsync Runtime: Some renaming to stay consistent (*Get* always returns what …
(edit) @80204   5 years vboxsync Runtime/aiomgr.cpp: Get rid of the RTFileAioMgr* API because it was …
(edit) @79807   5 years vboxsync IPRT/messagerefentry.cpp: screen width tweak.
(edit) @79788   5 years vboxsync IPRT/lockvalidator: Changed rtLockValidatorRecSharedMakeRoom() to grow …
(edit) @79787   5 years vboxsync IPRT/lockvalidator: Better fix for problem in r132153, as there is no …
(edit) @79786   5 years vboxsync IPRT/lockvalidator: Must serialize for detection before calling …
(edit) @79284   5 years vboxsync IPRT/RTFileModeToFlagsEx: Added support for 'a' and 'a+' access mode. …
(edit) @78053   6 years vboxsync iprt/path.h: Use RT_FLEXIBLE_ARRAY in RTPATHPARSED and RTPATHSPLIT to …
(edit) @77982   6 years vboxsync IPRT: Addressed todo in rtSchedNativeCheckThreadTypes …
(edit) @77910   6 years vboxsync Main: bugref:7929: Added ability to change the priority of the VM process
(edit) @77700   6 years vboxsync Runtime/json: Plug small memory leak when parsing a JSON file fails
(edit) @77257   6 years vboxsync Runtime/RTReqPool: Memory leak fixes during destruction
(edit) @77237   6 years vboxsync IPRT/aiomgr.cpp: Use RTListForEachSafe in rtAioMgrCheckFiles() to be …
(edit) @76585   6 years vboxsync *: scm --fix-header-guard-endif
(edit) @76560   6 years vboxsync IPRT: Use IPRT_INCLUDED_SRC_ as header guard prefix for files around …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76513   6 years vboxsync IPRT: scm --fix-header-guards. bugref:9344
(edit) @76452   6 years vboxsync IPRT: Ran scm --fix-err-h. bugref:9344
(edit) @76408   6 years vboxsync iprt/string.h: Dropped including utf16.h and let those who need it …
(edit) @76346   6 years vboxsync *: Preparing for iprt/string.h, iprt/json.h and iprt/serialport.h no …
(edit) @75579   6 years vboxsync iprt/lockvalidator.cpp: suppress two memory leak sanitiser warnings. …
(edit) @75235   6 years vboxsync IPRT: Starting to get somewhere with DWARF unwinding. bugref:3897
(edit) @74424   6 years vboxsync IPRT/uri: Better handling of empty port specifiers. bugref:9249
(edit) @74349   6 years vboxsync IPRT/json: Fixed handling of \t, \n, \r, \b, and \f escape sequences. …
(edit) @74344   6 years vboxsync IPRT/assert: Added check for env var IPRT_ASSERT_NO_STACK and …
(edit) @74179   6 years vboxsync IPRT/json: Added \uXXXX and surrogate pair tests. Refuse to decode …
(edit) @74175   6 years vboxsync IPRT/json: Implemented handling of \uXXXX sequences. Reduced heap …
(edit) @74173   6 years vboxsync IPRT/json: Implemented handling of \uXXXX sequences. Reduced heap …
(edit) @74170   6 years vboxsync IPRT/rest: Added testcase for RTCRestDouble, fixing issues found. …
(edit) @74027   6 years vboxsync IPRT/json: Implemented support for parsing floating point values. …
(edit) @73996   6 years vboxsync IPRT/json: don't check the handle twice. bugref:9167
(edit) @73981   6 years vboxsync Runtime/json.cpp: Fix handling negative numbers
(edit) @73979   6 years vboxsync IPRT/json: Made the json parser report error info. Currently we're …
(edit) @73978   6 years vboxsync IPRT/rest: Fixed empty array & map handling by making the begin …
(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   8 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
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