VirtualBox

source: vbox/trunk/src/libs/xpcom18a4

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11604   16 years vboxsync fix OSE
(edit) @11600   16 years vboxsync fixed Python bindings to work again
(edit) @11599   16 years vboxsync NSPR: build fixes and some makefile corresions/cleanups.
(edit) @11598   16 years vboxsync NSPR: Change the pthread code to use IPRT for threads (TODO: ditto for …
(edit) @11595   16 years vboxsync Try find the python libraries too. Note about why it won't easily link …
(edit) @11594   16 years vboxsync xpcom/Makefile: todo update.
(edit) @11589   16 years vboxsync python: cleanup.
(edit) @11588   16 years vboxsync python: cleanup.
(edit) @11587   16 years vboxsync VBOX_WITH_PYTHON, makefile variable scoping, adjustments to the python …
(edit) @11585   16 years vboxsync API/xpcom: a few more functions which need to be prefixed. unused now, …
(edit) @11584   16 years vboxsync API/xpcom: namespace stripping isn't the problem, it's old shared objects.
(edit) @11581   16 years vboxsync - disabled pyton completly - build servers not ready
(edit) @11580   16 years vboxsync disable python everywhere but on linux
(edit) @11579   16 years vboxsync more checks if python headers indeed here
(edit) @11578   16 years vboxsync enabled python builds if headers found
(edit) @11569   16 years vboxsync rework of Python XPCOM to make it ready for production
(edit) @11566   16 years vboxsync API/xpcom: disable symbol cleanup for now, causes problems.
(edit) @11553   16 years vboxsync Linux build fix
(edit) @11551   16 years vboxsync API/xpcom: prefix any C symbols in VBoxXPCOM.so, to avoid namespace …
(edit) @11537   16 years vboxsync python integration cleanup
(edit) @11500   16 years vboxsync xpcom: added debug message
(edit) @11491   16 years vboxsync - interactive XPCOM VBox shell with completion
(edit) @11482   16 years vboxsync Darwin: Set the dylib version to the VBox version (helps reading crash …
(edit) @11469   16 years vboxsync - missed /
(edit) @11468   16 years vboxsync - first working XPCOM binding version - implemented check for …
(edit) @11443   16 years vboxsync - more Python bindings work
(edit) @11440   16 years vboxsync - imported Python COM bindings
(edit) @11394   16 years vboxsync xpidl fix: Use INST_BIN instead of bin/.
(edit) @11392   16 years vboxsync - moved xpidl binary out of SDK to - improved Python example with …
(edit) @11278   16 years vboxsync xpcom/PL_DHashTableEnumerate: New fix/workaround for the IPC code …
(edit) @11276   16 years vboxsync xpcom/PL_DHashTableEnumerate: Having second thoughts about it…
(edit) @11275   16 years vboxsync xpcom/PL_DHashTableEnumerate: Fixed access to freed memory in VBoxSVC …
(edit) @10201   16 years vboxsync Use TARGET_xpidl instead of VBOX_XPIDL, and make VBOX_XPIDL wait on …
(edit) @10179   16 years vboxsync VBOX_SINGLE_MAKEFILE (was VBOX_KBUILD_HACKING).
(edit) @9133   17 years vboxsync The proper way of building on leopard.
(edit) @8760   17 years vboxsync PATH_KBUILD -> KBUILD_PATH.
(edit) @8759   17 years vboxsync BUILD_TYPE -> KBUILD_TYPE.
(edit) @8758   17 years vboxsync BUILD_TARGET* -> KBUILD_TARGET*.
(edit) @8245   17 years vboxsync rebranding: IPRT files again.
(edit) @8170   17 years vboxsync Rebranding: replacing more innotek strings.
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @7844   17 years vboxsync Made the rpath $ORIGIN feature available to everyone (was solaris …
(edit) @7518   17 years vboxsync XPCOMBLDPROG should extend VBOXBLDPROG not the non-existing BLDPROG …
(edit) @7316   17 years vboxsync XPCOM/IPC/DConnect: Corrected silly typo that broke delivering …
(edit) @7154   17 years vboxsync XPCOM/IPC/DConnect: Check for client ID when checking instance wrapper …
(edit) @7153   17 years vboxsync XPCOM/IPC/DConnect: Check for client ID when checking instance wrapper …
(edit) @7049   17 years vboxsync XPCOM/IPC: Cleaned up IPC daemon startup procedure (makes sure there …
(edit) @7029   17 years vboxsync XPCOM/IPC: Made IPC_AddName()/IPC_RemoveName(), IPC_DefineTarget() to …
(edit) @6999   17 years vboxsync XPCOM/IPC/DConnect: Serialize/deserialize out/retval method params in …
(edit) @6980   17 years vboxsync Solaris: Use ORIGIN to avoid setting LD_LIBRARY_PATH at runtime.
(edit) @6974   17 years vboxsync XPCOM/IPC/DConnect: Serialize/deserialize exceptions in case of …
(edit) @6966   17 years vboxsync removed superflous traling slashes
(edit) @6920   17 years vboxsync XPCOM/IPC/DConnect: For zero-sized arrays, we use the size of 1 …
(edit) @6884   17 years vboxsync XPCOM/IPC: More logging.
(edit) @6881   17 years vboxsync XPCOM: OS/2: Compiler warning.
(edit) @6880   17 years vboxsync XPCOM: OS/2 Don't define BSD_SELECT as bsdselect() shows problems on …
(edit) @6850   17 years vboxsync XPCOM/IPC/DConnect: Implemented support for one-dimensional arrays …
(edit) @6540   17 years vboxsync redirect all standard file descriptors of VBoxXPCOMIPCD for proper …
(edit) @6068   17 years vboxsync DARWIN -> RT_OS_DARWIN.
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5970   17 years vboxsync XPCOM: Typo in comments.
(edit) @5962   17 years vboxsync gcc-4.3 warning
(edit) @5692   17 years vboxsync Updated to current seamonkey head.
(edit) @5590   17 years vboxsync Leopard build fix.
(edit) @5589   17 years vboxsync Leopard build fix.
(edit) @5522   17 years vboxsync XPCOM: Fixed memory errors and leaks found by valgrind.
(edit) @5502   17 years vboxsync XPCOM: Enabled XPCOM log -> IPRT log redirection (using …
(edit) @5501   17 years vboxsync Main/XPCOM: Sorted out the XPCOM glue library usage: the standalone …
(edit) @5486   17 years vboxsync Drop the -fno-inline option.
(edit) @5301   17 years vboxsync 64-bit solaris / use -m32/64
(edit) @5300   17 years vboxsync Appled https://bugzilla.mozilla.org/attachment.cgi?id=161204 from …
(edit) @5299   17 years vboxsync Added …
(edit) @5058   17 years vboxsync XPCOM: Fixed _PR_DetachOS2Process() which now uses …
(edit) @5057   17 years vboxsync XPCOM: Be constant when enabling IPRT logging.
(edit) @4933   17 years vboxsync Fixed warning.
(edit) @4896   17 years vboxsync FreeBSD / cleanup.
(edit) @4885   17 years vboxsync Freebsd patches.
(edit) @4884   17 years vboxsync Updated to 3.21 from mozilla.org.
(edit) @4864   17 years vboxsync Disable optimization for xptcstubs_x86_solaris.cpp as we're …
(edit) @4863   17 years vboxsync XPCOM/IPC/DConnect: Lock the whole Release() method of stub objects to …
(edit) @4847   17 years vboxsync Solaris craves _REENTRANT (or -threads/-pthreads?).
(edit) @4845   17 years vboxsync missing IPC_DAEMON_APP_NAME on solaris
(edit) @4844   17 years vboxsync use -z allextract as vboxdeps doesn't seem to drag in all the …
(edit) @4843   17 years vboxsync use -z allextract as vboxdeps doesn't seem to drag in all the …
(edit) @4842   17 years vboxsync don't crash on failure cleanup dude.
(edit) @4840   17 years vboxsync No need for -mimpure-text it seems.
(edit) @4837   17 years vboxsync Solaris
(edit) @4836   17 years vboxsync RT_OS_* and solaris changes.
(edit) @4638   17 years vboxsync RTR3Init is really only for debug mode... fixed it for OS/2.
(edit) @4634   17 years vboxsync Don't use TCPV40HDRS.
(edit) @4628   17 years vboxsync fetch the glibidl stuff on OS/2 automagically.
(edit) @4481   17 years vboxsync remove Apple disclaimer as permitted by original disclaimer and make …
(edit) @4106   17 years vboxsync Add a VBox-specific environment variable that allows configuring the …
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @3831   17 years vboxsync autogenerated, not used by our build system
(edit) @3821   17 years vboxsync XPCOM/IPC/DConnect: Fixed one IUnknown Identity aspect indirectly …
(edit) @3437   17 years vboxsync Typo.
(edit) @3404   17 years vboxsync OS/2: Changed the default path to glib and libIDL to …
(edit) @3381   17 years vboxsync Fixed typo. No idea why the tinderboxes did not complain.
(edit) @3373   17 years vboxsync XPCOM/IPC: Fixed IPC daemon startup negotiation on OS/2.
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