VirtualBox

source: vbox/trunk/src/libs/xpcom18a4/ipc/ipcd

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @103573   12 months vboxsync libs/xpcom: Replace the old ipcMessageWriter helper class with an …
(edit) @103571   12 months vboxsync libs/xpcom: Shuffle some code around to avoid unnecessary directory nesting
(edit) @103569   12 months vboxsync libs/xpcom: Replace the old ipcMessageWriter helper class with an …
(edit) @103563   12 months vboxsync libs/xpcom: Replace some nsMemory:: calls to RTMemAlloc/RTMemFree to …
(edit) @103562   12 months vboxsync libs/xpcom/ipc: Replace the old ipcMessageReader helper class with an …
(edit) @103536   12 months vboxsync libs/xpcom: Bump the thread pushback threshold count to 64 to avoid …
(edit) @103534   12 months vboxsync libs/xpcom: Remove unused ipcLockservice and tmTransactionManager …
(edit) @103533   12 months vboxsync libs/xpcom: Remove unused ipcLockservice and tmTransactionManager …
(edit) @103505   12 months vboxsync libs/xpcom: Fix some unused variable warnings, bugref:3409
(edit) @103489   12 months vboxsync libs/xpcom: VBoxSVC and the IPC daemon spawning code need to agree on …
(edit) @103488   12 months vboxsync libs/xpcom: Remove the old multithread code because testboxes appear …
(edit) @103476   12 months vboxsync libs/xpcom: Enable DCONNECT_WITH_IPRT_REQ_POOL again, bugref:5973
(edit) @103472   12 months vboxsync libs/xpcom: Rewrite the IPC client side to reduce the number of memory …
(edit) @103378   12 months vboxsync libs/xpcom: Rewrite the IPCD daemon and cut down on the number of …
(edit) @103331   12 months vboxsync Config.kmk,Main,libs/xpcom,HostDrivers/Support,Installer: Make …
(edit) @103300   12 months vboxsync libs/xpcom,Main: Disabled code to move VBoxXPCOMIPCD into VBoxSVC, …
(edit) @103116   13 months vboxsync xpcom/ipcdUnix.cpp: Fix possible memory leak, bugref:3409
(edit) @103113   13 months vboxsync xpcom/ipcdUnix.cpp: Fix possible memory leak, bugref:3409
(edit) @103055   13 months vboxsync libs/xpcom/ipcd: Fix regression introduced with r160171. With …
(edit) @102470   14 months vboxsync libs/xpcom: Convert the PR_Wait() function to take the timeout in …
(edit) @102463   14 months vboxsync libs/xpcom: Remove some unused files, bugref:10545
(edit) @102458   14 months vboxsync libs/xpcom: Get rid of PL_strcasecmp/PL_strncasecmp and replace with …
(edit) @102457   14 months vboxsync libs/xpcom: Get rid of PL_strcmp/PL_strncmp and replace with IPRT …
(edit) @102392   15 months vboxsync Revert r160526 as it breaks some testboxes, bugref:10545
(edit) @102390   15 months vboxsync libs/xpcom: Convert the PR_Waitfunction to take the timeout in …
(edit) @102345   15 months vboxsync libs/xpcom: Replace remaining APIs from prprf.h with IPRT equivalents, …
(edit) @102343   15 months vboxsync libs/xpcom: Replace the uses of PL_strncpyz with RTStrCopyP and get …
(edit) @102340   15 months vboxsync libs/xpcom: Replace the uses of PL_strncpyz with RTStrCopyPand get rid …
(edit) @102334   15 months vboxsync libs/xpcom: Drop VBOX_USE_IPRT_IN_XPCOM andmake the code the default …
(edit) @102323   15 months vboxsync libs/xpcom: Replace PL_strlen with strlen and get rid of it, bugref:10545
(edit) @102254   15 months vboxsync libs/xpcom/ipcd: Fix checking for the shutdown condition, got …
(edit) @102249   15 months vboxsync libs/xpcom/ipc: Get Convert IPC logging to use IPRT Log() macros …
(edit) @102214   15 months vboxsync libs/xpcom: Remove unused includes, bugref:10545
(edit) @102197   15 months vboxsync libs/xpcom: Remove unused prio.h includes, bugref:10545
(edit) @102175   15 months vboxsync libs/xpcom: Replace PL_strdup/PL_strndup/PL_strfree with IPRT …
(edit) @102062   15 months vboxsync libs/xpcom/ipc/ipcd/daemon: Rewrite the IPC daemon code to move away …
(edit) @102060   15 months vboxsync libs/xpcom/ipc/ipcd/client: Rewrite the IPC client connection code to …
(edit) @102047   15 months vboxsync libs/xpcom/ipc: Rewrote the IPC daemon startup code to use IPRT …
(edit) @102015   15 months vboxsync libs/xpcom/ipc: Convert ipcDConnectService.cpp from nsIThread to …
(edit) @101996   15 months vboxsync libs/xpcom/ipc: More conversion to IPRT infrastructure, bugref:10545
(edit) @101995   15 months vboxsync libs/xpcom/ipc: Remove unused transmngr/module code, bugref:10545
(edit) @101982   15 months vboxsync libs/xpcom: Convert PR_Sleep to RTThreadSleep/RTThreadYield, bugref:10545
(edit) @101966   15 months vboxsync libs/xpcom/ipc: Convert PR_Atomic* to ASMAtomic*, bugref:10545
(edit) @101963   15 months vboxsync libs/xpcom: Get rid of now unused PR_GetEnv/PR_SetEnv API, bugref:10545
(edit) @101962   15 months vboxsync libs/xpcom: Convert PR_GetEnv/PR_SetEnv to IPRT RTEnv* API, bugref:10545
(edit) @101959   15 months vboxsync libs/xpcom: Convert ipcLockService.{cpp,h} to IPRT and remove some …
(edit) @101936   15 months vboxsync libs/xpcom: Remove support for IPC modules which we never used …
(edit) @101934   15 months vboxsync libs/xpcom: Remove support for IPC modules which we never used …
(edit) @101933   15 months vboxsync libs/xpcom: Remove support for IPC modules which we never used …
(edit) @101927   15 months vboxsync libs/xpcom: Remove unused code in nsDeque.{cpp,h}, bugref:10545
(edit) @101924   15 months vboxsync libs/xpcom/ipcDConnectService: Convert to use RTSEMFASTMUTEX for …
(edit) @101915   15 months vboxsync libs/xpcom: Remove some unused code in ipcdclient.cpp, bugref:10545
(edit) @101902   15 months vboxsync libs/xpcom: Remove more unused files, bugref:10545
(edit) @101890   15 months vboxsync libs/xpcom: Continue converting some code to use IPRT exclusively, …
(edit) @101889   15 months vboxsync libs/xpcom: Continue converting some code to use IPRT exclusively, …
(edit) @101888   15 months vboxsync libs/xpcom: Continue converting some code to use IPRT exclusively, …
(edit) @101885   15 months vboxsync libs/xpcom: Start converting some code to use IPRT exclusively, …
(edit) @101879   15 months vboxsync libs/xpcom: Remove unused files, bugref:10545
(edit) @101735   15 months vboxsync libs/xpcom: Remove plgetopt.{h,c} as it isn't used anywhere (except in …
(edit) @101726   15 months vboxsync libs/xpcom: Remove unused files, bugref:10545
(edit) @99775   21 months vboxsync *: Mark functions as static if not used outside of a given compilation …
(edit) @93910   3 years vboxsync xpcom18a4/ipcDConnectService.cpp: Assert when returning …
(edit) @86401   4 years vboxsync xpcom/ipcDConnectService: Marking the ClientDownInfo instances as …
(edit) @86374   4 years vboxsync xpcom/ipcdclient: Fix a few leaks detected running tstMediumLock. …
(edit) @64428   8 years vboxsync xpcom/Runtime: introduced NS_ERROR_SOCKET_FAIL which is used for XPCOM …
(edit) @63754   8 years vboxsync xpcom/ipcd: fix error checking for the startup pipe magic after …
(edit) @61402   9 years vboxsync build fix
(edit) @61400   9 years vboxsync libs/xpcom18a4: additional logging of the IPC socket path, and …
(edit) @54176   10 years vboxsync XPCOM/ipcDConnectService.cpp: make sure that sufficient workers are …
(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   11 years vboxsync xpcom: remove field from class which is never used, to avoid confusion
(edit) @46593   12 years vboxsync updates
(edit) @46494   12 years vboxsync ipcdclient.cpp: Use a shared critical section instead of the slowlish …
(edit) @46435   12 years vboxsync ipcd: Avoid unnecessary work when logging is disabled.
(edit) @46431   12 years vboxsync baka
(edit) @46043   12 years vboxsync src/libs/xpcom18a4: remove L4.
(edit) @45813   12 years vboxsync xpcom: don't return a bogus error NS_ERROR_INVALID_ARG when trying to …
(edit) @39978   13 years vboxsync libs/XPCOM: increase IPCD client limit, so that we have a chance of …
(edit) @39709   13 years vboxsync Disabled the req pool stuff in dconnect, it seems to cause some regression.
(edit) @39638   13 years vboxsync Shorter pool name.
(edit) @39637   13 years vboxsync xpcom18a4: Enabled the iprt based request pool code. Added annoying …
(edit) @39635   13 years vboxsync xpcom18x4: Added code for using the IPRT request pool, currently disabled.
(edit) @39532   13 years vboxsync ExceptionStub: use thread safe macros for addref/release to shut up …
(edit) @39494   13 years vboxsync Wake up just one DConnect worker thread instead of all.
(edit) @39342   13 years vboxsync XPCOM: locking fix for previous fix, and eliminate redundant code
(edit) @39341   13 years vboxsync XPCOM: fix for race in cleaning up wrappers
(edit) @38636   13 years vboxsync *,IPRT: Redid the ring-3 init to always convert the arguments to UTF-8.
(edit) @36000   14 years vboxsync small fix
(edit) @34653   14 years vboxsync XPCOM: fix long-standing issue of incorrectly returning …
(edit) @33044   14 years vboxsync iprt/process: eliminate RTPROC_FLAGS_DAEMONIZE_DEPRECATED, rework …
(edit) @32717   14 years vboxsync XPCOM: stderr usage fixes for debug builds
(edit) @31259   15 years vboxsync xpcom: Use RTMem* for memory alloc so that we can more easily wrap …
(edit) @30571   15 years vboxsync XPCOM/DConnect: fix race present since day 1
(edit) @30514   15 years vboxsync webservice/xpcom: merge r63212, r63211, r63209 from 3.2 branch
(edit) @30077   15 years vboxsync typo
(edit) @30076   15 years vboxsync xpcom/ipcd: fix a message handling regression which led to crashes due …
(edit) @30052   15 years vboxsync xpcom/ipcd: Fix message processing so that IPCM client up/down …
(edit) @28995   15 years vboxsync xpcom: safer debugging printouts (affect java bridge)
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