VirtualBox

source: vbox/trunk/src/VBox/Runtime/r3/xml.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @86492   4 years vboxsync IPRT/xml: Fixed tiny leak in File::File(). bugref:9841
(edit) @85121   4 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @84000   5 years vboxsync IPRT/xml: Simplified EIPRTFailure::EIPRTFailure, avoiding two heap …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @80585   5 years vboxsync Runtime: Some renaming to stay consistent (*Get* always returns what …
(edit) @79677   5 years vboxsync Runtime/r3/xml.cpp: Introduce methods which limit the size of element …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @73502   6 years vboxsync IPRT: GCC 8.2.0 fixes
(edit) @69434   7 years vboxsync Runtime: scm updates
(edit) @69111   7 years vboxsync (C) year
(edit) @67675   7 years vboxsync iprt/xml: Added a RTCString writer class.
(edit) @65597   8 years vboxsync Runtime: XML errors => LogRel
(edit) @65008   8 years vboxsync r3/xml.cpp: Warnings.
(edit) @64993   8 years vboxsync XML: added new function setContent()
(edit) @64158   8 years vboxsync Runtime: cosmetic fix
(edit) @62636   8 years vboxsync cdefs.h,*: DECLARE_CLS_COPY_CTOR_ASSIGN_NOOP and …
(edit) @62635   8 years vboxsync warnings
(edit) @62566   8 years vboxsync IPRT: More unused parameters.
(edit) @62477   8 years vboxsync (C) 2016
(edit) @58169   9 years vboxsync Runtime: fixed another XML version check
(edit) @58168   9 years vboxsync Runtime: fixed XML version check
(edit) @58135   9 years vboxsync Runtime: explicitly pass XML_PARSE_HUGE to lift the limit of 256 nodes …
(edit) @57944   9 years vboxsync iprt: More doxygen corrections.
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56290   9 years vboxsync IPRT: Updated (C) year.
(edit) @56279   9 years vboxsync va_end(), warning
(edit) @53597   10 years vboxsync Runtime/xml: improved log statement
(edit) @49028   11 years vboxsync iprt/cpp/xml: Fixed attribute lookup with namespace by doing the same …
(edit) @48935   11 years vboxsync Runtime: Whitespace and svn:keyword cleanups by scm.
(edit) @48834   11 years vboxsync iprt/xml: Added more convenience methods and did more cleanup work, …
(edit) @48797   11 years vboxsync A bit more XAR hacking.
(edit) @48785   11 years vboxsync warning
(edit) @48781   11 years vboxsync iprt/list.h,xml.h: Because of gcc, we need a C++ version of a bunch of …
(edit) @48779   11 years vboxsync iprt/xml.h: Replaced std::list<shared_ptr<>> with RTList both to safe …
(edit) @46169   12 years vboxsync Changes in parsing, extracting and processing an OVF version in/from a …
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @43902   12 years vboxsync IPRT/xml: Add getPrefix() method to get a prefix a xml node (pref:name …
(edit) @39933   13 years vboxsync Runtime/xml: be paranoid
(edit) @39083   13 years vboxsync IPRT: -Wunused-parameter.
(edit) @37493   13 years vboxsync Runtime: fix mem leak
(edit) @36527   14 years vboxsync iprt::MiniString -> RTCString.
(edit) @36523   14 years vboxsync Renamed iprt::Error to RTCError.
(edit) @36521   14 years vboxsync iprt/cpp/lock.h: RTLock, RTLockMtx -> RTCLock, RTClockMtx. 'RTC' is …
(edit) @36405   14 years vboxsync IPRT/xml: add optional parameter for adding a comment to the created …
(edit) @35729   14 years vboxsync Runtime: extend XML attribute string buffers (fixes dropped CPUID leaf …
(edit) @35128   14 years vboxsync Main: more backslash conversion in settings read/write, so add generic …
(edit) @33835   14 years vboxsync Main;Runtime: fix memory freeing returned by libxml2
(edit) @33700   14 years vboxsync Main;Runtime: use size_t
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33469   14 years vboxsync IPRT: xml classes documentation, plus reduced some buffer sizes.
(edit) @33464   14 years vboxsync *: Fixes for incorrect RTStrAPrintf usage (it does NOT return an IPRT …
(edit) @33056   14 years vboxsync Main-XML: add a xml memory writer
(edit) @32565   14 years vboxsync Runtime/Main: add xml/ovf parsing in memory
(edit) @30746   14 years vboxsync Main: clean up spaghetti code in Console::configConstructor(): remove …
(edit) @29873   15 years vboxsync OVF: fix incorrect disk UUIDs in machine XML on export
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28692   15 years vboxsync iprt: XmlFileWrite - expose the two suffixes write() uses when fSafe …
(edit) @28689   15 years vboxsync XmlFileWrite::write: Added a fSafe argument for safe writing of the …
(edit) @28199   15 years vboxsync IPRT: xml crash fix
(edit) @28164   15 years vboxsync IPRT: attribute namespace support
(edit) @28163   15 years vboxsync IPRT: xml optimizations, preps for better namespace support
(edit) @27918   15 years vboxsync Main/OVF: import vbox:Machine XML within OVF, first batch (XML is …
(edit) @27418   15 years vboxsync IPRT: much better error messages for XML runtime errors (improves …
(edit) @26344   15 years vboxsync Runtime: white space cleanup.
(edit) @26163   15 years vboxsync PDM: s/pUsbReg/pReg/g (2nd try, backed out r57176)
(edit) @25748   15 years vboxsync iprt/cdefs,*: Use RT_LOCK_STRICT and RT_LOCK_STRICT_ORDER for …
(edit) @25645   15 years vboxsync IPRT,DoxyFile.Core: Mopped up the errors in the IPRT doxygen run.
(edit) @25348   15 years vboxsync iprt/xml_cpp.h -> iprt/cpp/xml.h
(edit) @25345   15 years vboxsync iprt/lock.h -> iprt/cpp/lock.h
(edit) @25000   15 years vboxsync IPRT: Fixed -Wshadow warnings, found two bugs in error paths.
(edit) @23973   15 years vboxsync *,RTFileOpen: Fixing RTFileOpen flag misdesign: The deny, access and …
(edit) @23903   15 years vboxsync Runtime: fix memory leak
(edit) @23288   15 years vboxsync Main: implement XML reader for settings versions 1.3, 1.4 and 1.5 for …
(edit) @22210   15 years vboxsync IPRT/XML: do not treat all non-elements as elements (fix wrong …
(edit) @22173   15 years vboxsync Main: the big XML settings rework. Move XML reading/writing out of …
(edit) @21428   15 years vboxsync Main: remove ENoMemory exception class, replace with std::bad_alloc() …
(edit) @21409   15 years vboxsync IPRT: rename ministring, add iprt:: namespace
(edit) @21322   15 years vboxsync OSE header fix
(copy) @21079   15 years vboxsync Main: move libxml2 to IPRT unconditionally (remove …
copied from trunk/src/VBox/Main/xml/xml.cpp
(edit) @21077   15 years vboxsync back out r49329, r49331, will start over
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