VirtualBox

source: vbox/trunk/src/libs/xpcom18a4

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @86264   4 years vboxsync xpcom/xptcall: Unrolled the code in XPTC_InvokeByIndex when 5 or fewer …
(edit) @86262   4 years vboxsync xpcom/reflect: Darwin needs BEGINCODE or the code ends up in the data …
(edit) @86261   4 years vboxsync xpcom/Config.kmk: Need a -x86 variant of the XPCOMYASM template. …
(edit) @86260   4 years vboxsync xpcom/xptcall: Implemented XPTC_InvokeByIndex in assembly (YASM) as …
(edit) @86259   4 years vboxsync xpcom/xptcall: Use xptcinvoke_amd64_vbox.asm on all amd64 targets. …
(edit) @86258   4 years vboxsync xpcom/xptcall: Implemented XPTC_InvokeByIndex in assembly (YASM) as …
(edit) @86257   4 years vboxsync xpcom/xptcall: Implemented XPTC_InvokeByIndex in assembly (YASM) as …
(edit) @86245   4 years vboxsync python/Makefile.kmk: Can use version comparison operators on macOS …
(edit) @85654   4 years vboxsync *.kmk: PATH_DEVTOOLS* -> KBUILD_DEVTOOLS*.
(edit) @85350   4 years vboxsync xpcom18a4/python: Adjustments for newer Xcode version, fixing version …
(edit) @85209   4 years vboxsync xpcom18a4/python: Adjustment for .tbd introduction in 10.11. bugref:9790
(edit) @85061   4 years vboxsync xpcom18a4/python: Adjustments for newer Xcode versions. bugref:9790
(edit) @84940   4 years vboxsync xpcom18a4/Makefile.kmk: BUILD_PLATFORM -> KBUILD_HOST.
(edit) @82395   5 years vboxsync libs/xpcom: forgotten python 3.8 adjustment
(edit) @81742   5 years vboxsync xpcom: add more python 3.x versions
(edit) @80569   5 years vboxsync Main: bugref:9341: Added VM autostart during boot support for windows host
(edit) @77811   6 years vboxsync accidentally made commit was reverted.
(edit) @77777   6 years vboxsync bugref:9312. The command 'VBoxManage cloudprofile' was implemented. It …
(edit) @77123   6 years vboxsync XPCOM: Build fix for FreeBSD
(edit) @76633   6 years vboxsync xpcom18a4/Makefile.kmk: Use _2_OBJS instead of _OBJS.
(edit) @75061   6 years vboxsync xpcom: make xptcinvoke_x86_64_linux.cpp work with gcc sanitisers. …
(edit) @74935   6 years vboxsync Attempt to correct dyld: Symbol not found …
(edit) @74931   6 years vboxsync xpcom18a4: force the inclusion of nsTraceRefcnt, it is useful for …
(edit) @74279   6 years vboxsync hrumpf.
(edit) @74278   6 years vboxsync Config.kmk/xpcom: Try shut up -Wnon-virtual-dtor warnings on older GCC …
(edit) @74274   6 years vboxsync VBoxXPCOM-mangled.def: Fixed underscore removal. bugref:9152
(edit) @74273   6 years vboxsync libs/xpcom: Regenerated VBoxXPCOM.def using the same sed expression. …
(edit) @74271   6 years vboxsync libs/xpcom: Sdded a import library def-file for the …
(edit) @74268   6 years vboxsync .kmk: LIB_XPCOM_IMP and prepping for building extpacks with implibs …
(edit) @74267   6 years vboxsync .kmk: LIB_XPCOM_IMP and prepping for building extpacks with implibs …
(edit) @74230   6 years vboxsync xpcom18a4/Makefile.kmk,extpacks.sh: Skip python and java bridges when …
(edit) @74229   6 years vboxsync xpcom18a4/Makefile.kmk,extpacks.sh: Skip python and java bridges when …
(edit) @74223   6 years vboxsync libs/Makefile.kmk,xpcom18a4/Makefile.kmk: VBOX_ONLY_EXTPACK updates. …
(edit) @73153   6 years vboxsync xpcom18a4: fix ErrorUtils.cpp for Python 3.7, where PyUnicode_AsUTF8() …
(edit) @73071   6 years vboxsync xpcom: fix thinko in PR_LogPrint. Harmless in practice since the bug …
(edit) @72843   6 years vboxsync xpcom: range-check array index first, not after using it.
(edit) @72721   6 years vboxsync Replace explicit uses of lsan_ignore_object() by RTMEM_WILL_LEAK(). …
(edit) @72602   6 years vboxsync Linux/Address sanitizer: silence some warnings about memory leaks. …
(edit) @70577   7 years vboxsync xpcom/VBoxPython: Fixed broken string handling in py3. Fixed wrong …
(edit) @69735   7 years vboxsync xpcom/java/genjifaces.xsl: try fix IVBoxSVC burn by excluding midl bits
(edit) @69588   7 years vboxsync python/src/modules/_xpcom.cpp: Keep track of whether we've calle …
(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   8 years vboxsync Solaris: Ship libgcc_s.so.1 and libstdc++.so.6 (32-bit and 64-bit) for …
(edit) @61543   8 years vboxsync addendum to r19249, r104674, r107879: unify these checks for all stubs …
(edit) @61542   8 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.
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