VirtualBox

source: vbox/trunk/src/libs

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @26627   15 years vboxsync XPCOM: fix bug handling empty "client down" containers, regression in …
(edit) @26582   15 years vboxsync XPCOM: fix IPC message processing in the situation where several …
(edit) @26566   15 years vboxsync XPCOM: back out r57733 which breaks automatic SVC startup
(edit) @26555   15 years vboxsync leftover from debugging
(edit) @26554   15 years vboxsync XPCOM: fix IPC message processing in the situation where several …
(edit) @26449   15 years vboxsync xpcom/plevent.c: Fixed state inconsistency between …
(edit) @26298   15 years vboxsync src/libs/xpcom18a4/python/src/module/.deps: we don't need this directory.
(edit) @26163   15 years vboxsync PDM: s/pUsbReg/pReg/g (2nd try, backed out r57176)
(edit) @26022   15 years vboxsync xpcom18a4: Deprecated warnings in VBoxPython, take two.
(edit) @26020   15 years vboxsync xpcom18a4/python/Makefile.kmk: -Wno-deprecated.
(edit) @26019   15 years vboxsync libxml2-2.6.30/Makefile.kmk: Added -Wno-format-security.
(edit) @26017   15 years vboxsync libpng: don't be pedantic.
(edit) @26016   15 years vboxsync Fixed two incorrect kBuild template references (VBOXCROGLR3HOSTLIB, …
(edit) @25788   15 years vboxsync xpcom/Makefile.kmk: trying to clean up XPCOMBLDPROG... done
(edit) @25787   15 years vboxsync Config.kmk,xpcom/makefile: VBOX_GCC_Wno-int-to-pointer-cast …
(edit) @25785   15 years vboxsync xpcom/Makefile.kmk: trying to clean up XPCOMBLDPROG... take 2
(edit) @25784   15 years vboxsync xpcom/Makefile.kmk: trying to clean up XPCOMBLDPROG…
(edit) @25782   15 years vboxsync xpcom/string/public/nsEmbedString.h: Shut up warning.
(edit) @25769   15 years vboxsync nsTSString.h: shut up annoying warning.
(edit) @25767   15 years vboxsync xpcom18a4/Makefile.kmk,python/Makefile.kmk: disable printf warnings …
(edit) @25765   15 years vboxsync xpcom18a4/Makefile.kmk: disable printf warnings for xpcom testcases.
(edit) @25762   15 years vboxsync shut up gcc.
(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
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