VirtualBox

source: vbox/trunk/src/libs/xpcom18a4/nsprpub/pr

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @80569   5 years vboxsync Main: bugref:9341: Added VM autostart during boot support for windows host
(edit) @77123   6 years vboxsync XPCOM: Build fix for FreeBSD
(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) @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) @62416   8 years vboxsync NetBSD: Commit patches 001 - 003 contributed by Kamil Rytarowski on …
(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) @51833   10 years vboxsync xpcom18a4: upstream fix
(edit) @50011   11 years vboxsync Failed experiment with poll() on darwin.
(edit) @50010   11 years vboxsync Indent nit.
(edit) @49491   11 years vboxsync libs/xpcom: fixed a bunch of pointer size vs. integer size warnings
(edit) @46593   11 years vboxsync updates
(edit) @46043   12 years vboxsync src/libs/xpcom18a4: remove L4.
(edit) @44529   12 years vboxsync header (C) fixes
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @39817   13 years vboxsync PR_GetInheritedFD: Potential read access beyond the end of the string.
(edit) @38636   13 years vboxsync *,IPRT: Redid the ring-3 init to always convert the arguments to UTF-8.
(edit) @33404   14 years vboxsync libs/xpcom18a4: missing #include
(edit) @33044   14 years vboxsync iprt/process: eliminate RTPROC_FLAGS_DAEMONIZE_DEPRECATED, rework …
(edit) @32971   14 years vboxsync XPCOM: implement a shortcut PR_CreateProcessDetached which directly …
(edit) @31259   14 years vboxsync xpcom: Use RTMem* for memory alloc so that we can more easily wrap …
(edit) @31253   14 years vboxsync xpcom/nspr: Use RTMem* for memory alloc so that we can more easily …
(edit) @28971   15 years vboxsync xpcom: fixed possible memory leak in rarely used code
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(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) @23573   15 years vboxsync XPCOM: marked the vbox specific changes done in r53008
(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) @21171   15 years vboxsync xpcom: fix build issues on some compilers by including stdint.h
(edit) @21149   15 years vboxsync xpcom: ignore the '#' flag in printf statements
(edit) @21017   15 years vboxsync right endianness
(edit) @20282   16 years vboxsync libs/xpcom: fix race for EventQueueService singleton creation, which …
(edit) @16772   16 years vboxsync filemuncher
(edit) @16400   16 years vboxsync XPCOM-darwin/amd64: Updated _darwin.c.
(edit) @16398   16 years vboxsync protypes.h: Work around silly uint64 typedef clash.
(edit) @16397   16 years vboxsync prlink.c: s/RTLdrOpen/RTLdrLoad/
(edit) @16391   16 years vboxsync XPCOM-darwin/amd64: brushed up the _darwin.h for AMD64 support, using …
(edit) @16390   16 years vboxsync XPCOM-darwin/amd64: Adopted prlink.c to IPRT …
(edit) @16007   16 years vboxsync nspr/_freebsd.cfg: Updated to a more recent version wtih amd64 support.
(edit) @15995   16 years vboxsync XPCOM: raise the XP com thread default stack size from 64 to 128K for …
(edit) @13908   16 years vboxsync Fixed include order, a bunch of GCC 3.3 warnings, OS/2 build.
(edit) @13649   16 years vboxsync draft 32-bit recompiler
(edit) @11858   16 years vboxsync prlog: no IN_RING3 hacking.
(edit) @11822   16 years vboxsync IPRT: RTR3Init cleanup.
(edit) @11807   16 years vboxsync API/xpcom: the forgotten half of the solaris 32 fix
(edit) @11783   16 years vboxsync API/xpcom: more namespace cleanup for solaris
(edit) @11780   16 years vboxsync API/xpcom: a bit more namespace cleanup for solaris
(edit) @11598   16 years vboxsync NSPR: Change the pthread code to use IPRT for threads (TODO: ditto for …
(edit) @11551   16 years vboxsync API/xpcom: prefix any C symbols in VBoxXPCOM.so, to avoid namespace …
(edit) @11500   16 years vboxsync xpcom: added debug message
(edit) @8245   17 years vboxsync rebranding: IPRT files again.
(edit) @8170   17 years vboxsync Rebranding: replacing more innotek strings.
(edit) @6881   17 years vboxsync XPCOM: OS/2: Compiler warning.
(edit) @5589   17 years vboxsync Leopard build fix.
(edit) @5502   17 years vboxsync XPCOM: Enabled XPCOM log -> IPRT log redirection (using …
(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) @4885   17 years vboxsync Freebsd patches.
(edit) @4884   17 years vboxsync Updated to 3.21 from mozilla.org.
(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) @3371   17 years vboxsync NSPR: Temporarily disabled IPRT logging in linux builds.
(edit) @3370   17 years vboxsync NSPR: A try to fix linux builds.
(edit) @3369   17 years vboxsync NSPR: C++ comments -> C comments in C sources.
(edit) @3368   17 years vboxsync NSPR/OS/2: - Implemented correct import of named inherited file …
(edit) @3367   17 years vboxsync NSPR: In VBOX builds, NSPR_LOG_FILE may be set to "IPRT" in order to …
(edit) @3366   17 years vboxsync NSPR/OS/2: _PR_MD_WAIT_CW: Don't assert on ERROR_INTERRUPT.
(edit) @3149   17 years vboxsync XPCOM: Ported necessary bits of IPC/DConnect tp OS/2.
(edit) @2988   18 years vboxsync InnoTek -> innotek part 4: more miscellaneous files.
(edit) @2443   18 years vboxsync fix visibility for incompatible gcc-3.4 compilers
(edit) @2437   18 years vboxsync partly fixed my last commit for gcc-3
(edit) @2435   18 years vboxsync with gcc, mark all ELF symbols with visibility=hidden by default and …
(edit) @2384   18 years vboxsync minor warnings
(edit) @619   18 years vboxsync export to OSE
(edit) @589   18 years vboxsync Make it build and run on Mac OS X.
(add) @1   55 years vboxsync import
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