VirtualBox

source: vbox/trunk/src/libs/xpcom18a4

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @69111   7 years vboxsync (C) year
(edit) @68042   7 years vboxsync PyXPCOM: fix python3 syntax issue
(edit) @67995   7 years vboxsync xpcom: add more python 3.x versions distributions_rpm: add Fedora 26, …
(edit) @66019   8 years vboxsync nsprpub/.../ptthread.c: Use the IPRT default stack size (512 KB) …
(edit) @66010   8 years vboxsync src/libs/xpcom: bugref:8070: increase the default stack size for nspr …
(edit) @65848   8 years vboxsync libs/xpcom: no memcpy with a zero size
(edit) @65842   8 years vboxsync PyXPCOM/PyGBase.cpp: experimental deadlock workaround
(edit) @65841   8 years vboxsync PyXPCOM/PyGBase.cpp: experimental deadlock workaround
(edit) @65440   8 years vboxsync XPCOM: Previous change broke the shutdown detection in …
(edit) @65406   8 years vboxsync XPCOM/nsISupportsImpl.h: switch to an extremely paranoid …
(edit) @64625   8 years vboxsync xpcom: Explicitly don't compile this code even if 'linux' is defined. …
(edit) @64428   8 years vboxsync xpcom/Runtime: introduced NS_ERROR_SOCKET_FAIL which is used for XPCOM …
(edit) @64330   8 years vboxsync libs/xpcom/python: fixes when compiling against Python 3.2 or newer
(edit) @64070   8 years vboxsync gen_python_deps: fixed detection of 3.x'm' packages
(edit) @64057   8 years vboxsync does not work, at least for VBoxRT which links against libz
(edit) @64055   8 years vboxsync more -Wl,--no-undefined
(edit) @63775   8 years vboxsync PyXPCOM: make it aware of the apiflags part of the library name (and …
(edit) @63754   8 years vboxsync xpcom/ipcd: fix error checking for the startup pipe magic after …
(edit) @63541   8 years vboxsync xpcom/nsDirectoryService.cpp: use PR_SetEnv instead of putenv to avoid …
(edit) @63540   8 years vboxsync xpcom18a4/Makefile.kmk: solaris has socklen_t.
(edit) @63379   8 years vboxsync xpcom18a4: warnings (gcc)
(edit) @62534   8 years vboxsync (C) 2016
(edit) @62449   8 years vboxsync src/libs/xpcom: drop using the deprecated g_basename() function and …
(edit) @62416   8 years vboxsync NetBSD: Commit patches 001 - 003 contributed by Kamil Rytarowski on …
(edit) @62377   8 years vboxsync PyXPCOM: Py_repr - make sure iid_repr is always initialized.
(edit) @62376   8 years vboxsync xpcom: "if" requires condition in parentheses. Luckily, macros …
(edit) @62375   8 years vboxsync xpcom: "if" requires condition in parentheses. Luckily, macros …
(edit) @62374   8 years vboxsync xpcom: add missing breaks to ConvertWinError, ConvertOS2Error. This …
(edit) @62333   8 years vboxsync xpcom: Properly init mLock member in CategoryNode and …
(edit) @62332   8 years vboxsync PyXPCOM: PyXPCOM_InterfaceVariantHelper - init all members in constructor.
(edit) @62330   8 years vboxsync xpcom: for nsAutoLock and friends don't provide fake implementations …
(edit) @62325   8 years vboxsync xpcom: XPT_GetInterfaceIndexByName - fix cppcheck's …
(edit) @62307   8 years vboxsync libs/xpcom: On Mac OS X define HAVE_SOCKLEN_T to use system's …
(edit) @62266   8 years vboxsync backed out r108783, something wrong
(edit) @62265   8 years vboxsync xpidl: fix signed/unsigned mismatch in printf format
(edit) @62264   8 years vboxsync xpcom: finally remove VBOX_GCC_Wno-delete-non-virtual-dtor as this …
(edit) @62263   8 years vboxsync xpcom: PR_ParseTimeString - fix case of character literal in an …
(edit) @62262   8 years vboxsync xpcom: RCTime::operator/ - actually perform requested division
(edit) @62170   8 years vboxsync XPCOM: Change the shutdown order in nsExceptionService, attempting to …
(edit) @61591   9 years vboxsync Solaris: Ship libgcc_s.so.1 and libstdc++.so.6 (32-bit and 64-bit) for …
(edit) @61543   9 years vboxsync addendum to r19249, r104674, r107879: unify these checks for all stubs …
(edit) @61542   9 years vboxsync XPCOM: Added missing error checks to 32-bit Solaris dispatch stub code.
(edit) @61402   9 years vboxsync build fix
(edit) @61400   9 years vboxsync libs/xpcom18a4: additional logging of the IPC socket path, and …
(edit) @61236   9 years vboxsync disable warning here
(edit) @61235   9 years vboxsync warning / fix
(edit) @60975   9 years vboxsync Attempt at mac build fix; cleanups.
(edit) @60973   9 years vboxsync temp debug
(edit) @60971   9 years vboxsync arg2!
(edit) @60970   9 years vboxsync More new Xcode fixes.
(edit) @60949   9 years vboxsync xpcom: Adjustments for OS X SDK v10.9.
(edit) @60492   9 years vboxsync xpcom/python/vboxxpcom.py: added CDDL header
(edit) @59836   9 years vboxsync xpcom/gen_python_deps.py: ignore non-existent libraries. On …
(edit) @59825   9 years vboxsync python/server/init.py: fix module location, caused import failure
(edit) @59824   9 years vboxsync python/server/policy.py: fix syntax incompatibility between python3 …
(edit) @59809   9 years vboxsync re-applied the remaining changes which were backed out in r105674
(edit) @59805   9 years vboxsync python/client/init.py: Corrected typo or something (iid_name -> …
(edit) @59802   9 years vboxsync python/client/init.py: combine int and long conversions for python …
(edit) @59801   9 years vboxsync python/server/policy.py: python two fixes: long != int, str != unicode.
(edit) @59800   9 years vboxsync addendum to r105679: don't apply the xpcom/python Makefile.kmk and …
(edit) @59798   9 years vboxsync re-applied the Python 3 changes which were backed out in r105674 sans …
(edit) @59795   9 years vboxsync temporarily back out the recent Python 3 changes (r105649, r105645, …
(edit) @59793   9 years vboxsync libs/xpcom: some tabs to spaces to fix indentation (gcc-6)
(edit) @59777   9 years vboxsync PyXPCOM: fix import inconsistency vbox.py,vboxshell.py: back to …
(edit) @59772   9 years vboxsync gen_python_deps.py: enforce minimum Python version to be 2.6
(edit) @59769   9 years vboxsync PyXPCOM: port to make it compatible with Python 3 (minimum supported …
(edit) @59107   9 years vboxsync xpcom/xptcstubs_gcc_x86_unix: do it like for 64-bit and don't crashif …
(edit) @58944   9 years vboxsync xpcom, Additions/x11: _BSD_SOURCE and _SVID_SOURCE are deprecated, use …
(edit) @58734   9 years vboxsync libs/xpcom: fix (just in case) for sloppy code
(edit) @58104   9 years vboxsync src/libs/xpcom: a couple of missing va_end()
(edit) @58038   9 years vboxsync warning
(edit) @56926   9 years vboxsync xptcinvoke_x86_solaris.cpp: Rewrote assembly for gcc 4.5.2 on solaris …
(edit) @56605   9 years vboxsync xpcom/java: properly setup the JNI native finalize function as its …
(edit) @56604   9 years vboxsync xpcom/java: fixed two memory leaks
(edit) @56603   9 years vboxsync xpcom: don't crash during JavaXPCOMInstance::~JavaXPCOMInstance()
(edit) @56585   9 years vboxsync xpcom: Make nsExceptionManager use thread safe reference counting. The …
(edit) @56301   10 years vboxsync *.kmk: Updated (C) year.
(edit) @55044   10 years vboxsync test for unresolved symbols in VMMGC.gc
(edit) @54176   10 years vboxsync XPCOM/ipcDConnectService.cpp: make sure that sufficient workers are …
(edit) @54092   10 years vboxsync build fix
(edit) @53943   10 years vboxsync genjifaces.xsl: A couple of optimizations, reducing execution time to …
(edit) @53891   10 years vboxsync XPCOM: Fix message leak when a client death notification is received …
(edit) @52413   10 years vboxsync VBoxSVC: resolve undesirable freeze on shutdown.
(edit) @52369   10 years vboxsync XPCOM library: do not wait for worker threads too long on …
(edit) @52046   10 years vboxsync xpcom: remove field from class which is never used, to avoid confusion
(edit) @51833   10 years vboxsync xpcom18a4: upstream fix
(edit) @51167   11 years vboxsync libs/xpcom: Add dummy constructor, destructors for working around …
(edit) @51166   11 years vboxsync Config.kmk, libs/xpcom: Disable C5/D5 symbol filtering hack for …
(edit) @50710   11 years vboxsync pyxpcom: Support new style python classes (derived from object), …
(edit) @50393   11 years vboxsync libs/xpcom18a4/java: catastrophic scoping bug (and a much more …
(edit) @50362   11 years vboxsync src/libs/xpcom: repair VBOX_DEBUG_LIFETIMES
(edit) @50361   11 years vboxsync src/lib/xpcom: nsProxyRelease.h warning [-Wheader-guard].
(edit) @50041   11 years vboxsync crOpenGL: crOpenGL: 1. workaround point sprite driver bugs; 2. …
(edit) @50011   11 years vboxsync Failed experiment with poll() on darwin.
(edit) @50010   11 years vboxsync Indent nit.
(edit) @49868   11 years vboxsync crOpenGL: fix img positioning for retina/osx
(edit) @49829   11 years vboxsync typo in comment
(edit) @49550   11 years vboxsync libs/xpcom: warning
(edit) @49491   11 years vboxsync libs/xpcom: fixed a bunch of pointer size vs. integer size warnings
(edit) @49116   11 years vboxsync *.kmk: Some template cleanup, adding VBoxR3Tool for dev tools (bin/tools/).
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