VirtualBox

source: vbox/trunk/src/libs

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @25529   15 years vboxsync kHlpAssert-iprt.cpp: forgot one thing.
(edit) @25528   15 years vboxsync IPRT,SUPDrv,++: AssertMsg[12] -> AssertMsg1Weak, AssertMsg1, …
(edit) @24676   15 years vboxsync xptcstubs_unixish_x86.cpp: Shut up half a million gcc warnings (darwin).
(edit) @24670   15 years vboxsync kStuff/Makefile.kmk: quieter, please.
(edit) @24667   15 years vboxsync xpcom18a4/Makefile.kmk: -framework only applies when linking according …
(edit) @24637   15 years vboxsync xpcom: prevent valgrind warning
(edit) @24234   15 years vboxsync libxslt/vboxconfig.h: why wasn't this ported to solaris and darwin. sigh.
(edit) @24225   15 years vboxsync libxslt,libxml2: don't use the pedantic template.
(edit) @24224   15 years vboxsync libxslt,libxml2: don't use the pedantic template.
(edit) @23919   15 years vboxsync re-apply r53640, r53642
(edit) @23892   15 years vboxsync temporarily back out r53642, r53640
(edit) @23869   15 years vboxsync fix/hack waitpid issues for unix platforms: racing of RT and xpcom, …
(edit) @23582   15 years vboxsync liblzf-3.4: Fixed build misconfig on windows (just use uintptr_t …
(edit) @23573   15 years vboxsync XPCOM: marked the vbox specific changes done in r53008
(edit) @23473   15 years vboxsync OSE header fixes
(edit) @23452   15 years vboxsync Makefiles: Corrected properties.
(edit) @23428   15 years vboxsync XPCOM: todo: check if the sig handler fix is proper here
(edit) @23427   15 years vboxsync XPCOM: don't override SIGCHLD
(edit) @23351   15 years vboxsync xpcom18a4/Makefile.kmk: VBoxPython2_6.so build break on darwin.
(edit) @23324   15 years vboxsync xpcom18a4/Makefile.kmk,Installer/darwin/Makefile.kmk: Don't ship …
(edit) @23323   15 years vboxsync Config.kmk,xpcom18a4/Makefile.kmk: mac SDK cleanups strictness.
(edit) @23073   15 years vboxsync xpcom18a4/xpcom/threads/pleven.c: Backported the CFRunLoop changes …
(edit) @22847   15 years vboxsync Python, COM glue: event processing API
(edit) @22829   15 years vboxsync Python bridge: disabled half-baked USE_EVENTQUEUE code, put …
(edit) @22777   15 years vboxsync Config.kmk,Makefiles,liblzf-1.51: Removed src/lib/liblzf-1.51 and …
(edit) @22724   15 years vboxsync VBoxPython: com::EventQueue::processThreadEventQueue version of the code.
(edit) @22692   15 years vboxsync VBoxPython: build fix.
(edit) @22691   15 years vboxsync VBoxPython: build fix.
(edit) @22689   15 years vboxsync VBoxPython/darwin: Use the core foundation runloop routines instead of …
(edit) @22687   15 years vboxsync VBoxPython/darwin: Re-implemented PyXPCOMMethod_WaitForEvents for darwin.
(edit) @22667   15 years vboxsync Forward ported r51765 from 3.0: ipcDConnectService.cpp: Fixed …
(edit) @22639   15 years vboxsync Forward ported r51719 from the 3.0 branch.
(edit) @22631   15 years vboxsync python: no multi-version for .deb/.rpm
(edit) @22607   15 years vboxsync xpcom18a4: disabled hack for 32-bit libidl on darwin.amd64 hack.
(edit) @22405   15 years vboxsync libxml2: fixes from upstream
(edit) @22394   15 years vboxsync Python: event waiting interruptible via API
(edit) @22359   15 years vboxsync Python: enable threads while waitning for events
(edit) @22357   15 years vboxsync COM, Python: wrappers cleanup, some generic improvments
(edit) @22164   15 years vboxsync ipcDConnectService.cpp: Set output variables to NULL instead of the …
(edit) @21931   15 years vboxsync xpcom18a4/Makefile.kmk: Adjust darwin.amd64 build tool hack for snow …
(edit) @21850   15 years vboxsync liblzf-3.4/Makefile.kmk: nit picking.
(edit) @21849   15 years vboxsync liblzf-3.4/Makefile.kmk: tune it for 4KB.
(edit) @21300   15 years vboxsync Python: make deinit thread friendly
(edit) @21254   15 years vboxsync Python: search lib64 too
(edit) @21240   15 years vboxsync Python: use 10.5 SDK for 2.6 bridge on Darwin too
(edit) @21239   15 years vboxsync Python: fix default version build too
(edit) @21238   15 years vboxsync Python: don't build 2.3 glue version on Darwin
(edit) @21203   15 years vboxsync Python: remove bogus message
(edit) @21195   15 years vboxsync Python: multiversion for Solaris
(edit) @21180   15 years vboxsync xpcom: optional additional python 2.5 support for solaris
(edit) @21178   15 years vboxsync xpcom/python: fixed some annoying gcc warnings
(edit) @21171   15 years vboxsync xpcom: fix build issues on some compilers by including stdint.h
(edit) @21169   15 years vboxsync xpcom: fix hopefully all remaining bitness issues
(edit) @21149   15 years vboxsync xpcom: ignore the '#' flag in printf statements
(edit) @21147   15 years vboxsync xpcom: fix for fixed logging
(edit) @21143   15 years vboxsync kStuff from r28 -> r33. Finally got around changing the license to MIT.
(edit) @21133   15 years vboxsync xpcom: fix breakage (hiding local var)
(edit) @21117   15 years vboxsync xpcom: fix logging crashes caused by bitness issues
(edit) @21113   15 years vboxsync xpcom: first go at making xpcom bitness-safe
(edit) @21097   15 years vboxsync shot at the doc burn
(edit) @21083   15 years vboxsync Another one, very important.
(edit) @21017   15 years vboxsync right endianness
(edit) @20987   15 years vboxsync Config.kmk,src/libs/Makefile.kmk: the VBOX_OPENSSL SDK needs an …
(edit) @20972   15 years vboxsync Python: removed unneeded stuff
(edit) @20971   15 years vboxsync Python: Darwin multibin build
(edit) @20967   15 years vboxsync Python: fixed glue library name
(edit) @20952   15 years vboxsync Python: multiversion cleanup
(edit) @20951   15 years vboxsync Python: fixed newlines
(edit) @20948   15 years vboxsync typos
(edit) @20944   15 years vboxsync typo
(edit) @20940   15 years vboxsync typo
(edit) @20936   15 years vboxsync Python: support for building multiple versions
(edit) @20897   15 years vboxsync Python: cleanup, refactoring, don't fail on timed wait requests on …
(edit) @20630   15 years vboxsync Python: moved waiting on client side, removed main API for event …
(edit) @20579   15 years vboxsync Python: attempt to allow .run installer work with multiple Python …
(edit) @20311   16 years vboxsync Python: warn user to check if Python bitness matches
(edit) @20282   16 years vboxsync libs/xpcom: fix race for EventQueueService singleton creation, which …
(edit) @20178   16 years vboxsync Python: fix deprecation warning with Python 2.6
(edit) @19853   16 years vboxsync SDK: refactoring Python samples
(edit) @19656   16 years vboxsync mesa not requred for VBOX_ONLY_DOCS
(edit) @19557   16 years vboxsync libxml2: hidden fun for when we link this into a dylib/so and wants to …
(edit) @19551   16 years vboxsync libxslt: makefile fix - LIBXML_STATIC is defined by the SDK.
(edit) @19548   16 years vboxsync libxml2: build change in progress.
(edit) @19356   16 years vboxsync more for integration of libcurl
(edit) @18899   16 years vboxsync XPCOM: an additional hint to check the permissions of the /tmp directory
(edit) @18893   16 years vboxsync xpcom/VBoxPython: Solaris always use libpython2.4 required for IPS and …
(edit) @18868   16 years vboxsync kStuff 26 -> 28: Fixed a bunch of warnings.
(edit) @18683   16 years vboxsync SDK: refactoring
(edit) @18564   16 years vboxsync VBox adaptions for openssl-0.9.8k
(edit) @18123   16 years vboxsync vboxshell: implement guest command, to directly talk with concrete guest
(edit) @18076   16 years vboxsync libs/mesa: enabled building libmesa
(edit) @17908   16 years vboxsync Python shell: fixed machines list getter name
(edit) @17381   16 years vboxsync XPCOM/IPC/DConnect: Return NS_ERROR_INVALID_POINTER instead of crash …
(edit) @17028   16 years vboxsync liblzf-3.4: exporting (done).
(edit) @17027   16 years vboxsync liblzf-3.4: exporting (in progress).
(edit) @17026   16 years vboxsync liblzf-3.4: exporting (in progress).
(edit) @16935   16 years vboxsync kStuff,IPRT: kStuff r23 -> r26, kLdrModOpenFromRdr got image selection …
(edit) @16909   16 years vboxsync Python bindings: error reporting refined
(edit) @16903   16 years vboxsync Python: imporved error reporting in XPCOM, shell updates, docs
(edit) @16844   16 years vboxsync xpcom/Makefile: changed to darwin.amd64/xidl hack to apply to host …
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