VirtualBox

source: vbox/trunk/src/VBox/Main/webservice/vboxweb.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @48281   11 years vboxsync Main/webservice: misunderstanding, picked wrong socket abstraction name
(edit) @48279   11 years vboxsync Main/webservice: use SOCKET instead of int (gSOAP has this platform …
(edit) @46651   11 years vboxsync Build fix.
(edit) @46478   11 years vboxsync libs/xpcom: touch up Java XPCOM wrapper generation, new common …
(edit) @45367   12 years vboxsync Main: a couple of whitespace fixes
(edit) @45075   12 years vboxsync Main/webservice: fix long-standing linker warning
(edit) @44414   12 years vboxsync Main/webservice: improve API fault handling, provide exact method name …
(edit) @43136   12 years vboxsync Main/webservices: Raise SOAP FAULT in case of invalid string to …
(edit) @42685   12 years vboxsync Main/webservice: typo
(edit) @42680   12 years vboxsync Main/webservice: remove remaining stderr logging and convert to using …
(edit) @41100   13 years vboxsync better error report if the global settings directory is not accessible
(edit) @41045   13 years vboxsync Main/webservice: build fix
(edit) @41040   13 years vboxsync Main+Frontends: move release logging setup to the glue code (to …
(edit) @40312   13 years vboxsync Main/webservice: disable lock validation for the openssl locks
(edit) @40151   13 years vboxsync Main/webservice: fix potential NULL dereference on VBoxSVC crash, and …
(edit) @40130   13 years vboxsync Main/webservice+doc/manual: Add SSL support to the webservice, and …
(edit) @38802   13 years vboxsync Main/webservice: provide wsdl description through http get with url …
(edit) @38636   13 years vboxsync *,IPRT: Redid the ring-3 init to always convert the arguments to UTF-8.
(edit) @37167   14 years vboxsync Main/webservice: don't stop accepting new connections just because …
(edit) @36883   14 years vboxsync webservice: pass octet arrays as base64 strings
(edit) @36702   14 years vboxsync Frontends/VBoxBalloonCtrl: make the log rotation configurable, change …
(edit) @36680   14 years vboxsync Warnings.
(edit) @36543   14 years vboxsync Main/webservice: must use a recv/send timeout, otherwise connection …
(edit) @36399   14 years vboxsync vboxweb.cpp: prefix nit.
(edit) @36344   14 years vboxsync Runtime/log: implement log rotation, adapt all code creating log files …
(edit) @36168   14 years vboxsync Main: a few more time format fixes
(edit) @35743   14 years vboxsync webservice: init ATL
(edit) @35727   14 years vboxsync frontends: more listener release fixes
(edit) @35722   14 years vboxsync Main: reworked listener objects creation, fixes Win problems with …
(edit) @35571   14 years vboxsync Main/webservice: build fix
(edit) @35559   14 years vboxsync Main/webservice: when daemonized use a release logger, default log …
(edit) @35458   14 years vboxsync Main/webservice: make global VirtualBox reference static to prevent …
(edit) @35454   14 years vboxsync Main/webservice: use VirtualBoxClient to detect VBoxSVC crashes and …
(edit) @35154   14 years vboxsync build fix
(edit) @35152   14 years vboxsync *: added fFlags parameter to SUPR3HardenedLdrLoadAppPriv(), …
(edit) @34563   14 years vboxsync VRDPAuth -> VBoxAuth.
(edit) @34558   14 years vboxsync Updated VBox authentication library interface, removed references to VRDP.
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @32780   14 years vboxsync com/Guid: remove conversion operators to eliminate any compiler …
(edit) @32567   14 years vboxsync vboxwebsrv: introduced --pidfile parameter
(edit) @32388   14 years vboxsync more branding fixes
(edit) @31613   14 years vboxsync vboxweb.cpp: typo.
(edit) @31598   14 years vboxsync EventQueue: Don't return VERR_TIMEOUT if we processed a message in …
(edit) @31597   14 years vboxsync vboxweb.cpp: error handling and message cleanup.
(edit) @31539   14 years vboxsync Main: use settings struct for machine user data; remove …
(edit) @31231   14 years vboxsync command line help for keep alive, code style fixes
(edit) @31194   14 years vboxsync coding style
(edit) @31192   14 years vboxsync webservice: Treat 8bit strings as UTF-8, not ASCII.
(edit) @31171   14 years vboxsync Main/webservice+Installer/solaris: make the max keepalive parameter a …
(edit) @31120   14 years vboxsync vboxweb.cpp: nit, processEventQueue returns a VBox status code and …
(edit) @31113   14 years vboxsync OS X hosts give us annoying VERR_TIMEOUTs on each SOAP message, ignore them
(edit) @31110   14 years vboxsync Webservice: synchronize logging better, add timestamp to each log output
(edit) @31107   14 years vboxsync Webservice: add HTTP keepalive
(edit) @30976   14 years vboxsync add support for Intel HD Audio, now built by default
(edit) @30681   14 years vboxsync Main: COM header cleanup (remove obscure and unused templates), second try
(edit) @30676   14 years vboxsync Main: back out r63429
(edit) @30670   14 years vboxsync Main: COM header cleanup (remove obscure and unused templates)
(edit) @30609   14 years vboxsync webservice: add missing mutex for thread logging identifiers (helgrind …
(edit) @30607   14 years vboxsync webservice: optimizations second try: avoid calling QueryInterface? …
(edit) @30584   14 years vboxsync Webservice: back out r63308 again
(edit) @30583   14 years vboxsync Webservice: avoid calling QueryInterface for every object lookup when …
(edit) @30577   14 years vboxsync Webservice: back out r63195
(edit) @30514   14 years vboxsync webservice/xpcom: merge r63212, r63211, r63209 from 3.2 branch
(edit) @30503   14 years vboxsync webservice: introduce global lock for converting method parameters
(edit) @30501   14 years vboxsync webservice: add webservice locking class, use critsects instead of …
(edit) @30482   14 years vboxsync Webservice: print hex error code instead of decimal
(edit) @30466   14 years vboxsync Webservice: logging
(edit) @30463   14 years vboxsync webservice: fix bad formatting in method logging
(edit) @30460   14 years vboxsync Webservice: avoid creating empty log files in release builds
(edit) @30171   14 years vboxsync Webservice: fix ManagedObjectReference::release() which needs a write …
(edit) @30168   14 years vboxsync forward-port r62601: webservice: don't throw SOAP exceptions and …
(edit) @29814   15 years vboxsync Webservice: fix more potential races in …
(edit) @29805   15 years vboxsync Webservice: fix unlikely potential race in …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28763   15 years vboxsync Webservice: add missing lock (fixes assertion in logoff and possible race)
(edit) @27743   15 years vboxsync IPRT,*: Renamed RTProcDaemonize to RTProcDaemonizeUsingFork. Added a …
(edit) @26562   15 years vboxsync *: Added svn:keywords where missing.
(edit) @26517   15 years vboxsync *: RTGetOpt cleanup related to --help and --version (now standard …
(edit) @26450   15 years vboxsync Webservice: enable separate SOAP queue thread; fix logging
(edit) @26447   15 years vboxsync Webservice: add #ifdef'd broken COM event queue processing
(edit) @26409   15 years vboxsync Webservice: dynamic thread allocation with a cap of 100 threads; …
(edit) @26398   15 years vboxsync Web service: gloss
(edit) @26397   15 years vboxsync Web service: error handling, consistency
(edit) @26396   15 years vboxsync Web service: make no. of threads a cmd line param, encapsulate queue code
(edit) @26395   15 years vboxsync Web service: use multi event sems or else no parallel processing
(edit) @26394   15 years vboxsync Web service: multithreading fix
(edit) @26393   15 years vboxsync Web service: first attempt at multithreading.
(edit) @26375   15 years vboxsync Webservice: use AutoLock.h for locking; more fine-grained locking in …
(edit) @26089   15 years vboxsync Branding: Moved the Product & Vendor strings to kBuild, so it could be …
(edit) @26034   15 years vboxsync VBOX_VENDOR, VBOX_PRODUCT
(edit) @25345   15 years vboxsync iprt/lock.h -> iprt/cpp/lock.h
(edit) @22911   15 years vboxsync event queues cleaned up
(edit) @22725   15 years vboxsync Webservice: cosmetics
(edit) @22722   15 years vboxsync VBoxCOM,VBoxManage,WebService: Event queue fun.
(edit) @22708   15 years vboxsync Main: comptr+webservice logging
(edit) @22666   15 years vboxsync webservice: add webtest logoff command, docs, cleanup
(edit) @22266   15 years vboxsync Webserice: fixed error code check
(edit) @21079   15 years vboxsync Main: move libxml2 to IPRT unconditionally (remove …
(edit) @21077   15 years vboxsync back out r49329, r49331, will start over
(edit) @21073   15 years vboxsync Main: move libxml2 to IPRT unconditionally (remove …
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