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) @84347   5 years vboxsync Add/WebService: VC++ 19.2 build adjustment. bugref:8489
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @76761   6 years vboxsync Main/webservice: fixes, bugref:9329 - the line has to be somewhere.
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @73504   6 years vboxsync vboxweb.cpp: Pass unique fd_set for each select parameter to make GCC …
(edit) @69749   7 years vboxsync Changed RTLogCreateEx[V] to take a RTERRINFO pointer rather than plain …
(edit) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @69382   7 years vboxsync webservices: scm updates
(edit) @66105   8 years vboxsync Main: trailing spaces and a wrong indent
(edit) @65103   8 years vboxsync Main: doxygen fixes
(edit) @65088   8 years vboxsync Main: doxygen fixes
(edit) @64012   8 years vboxsync Main/webservice: OpenSSL 1.1 adaptions
(edit) @63861   8 years vboxsync Main/webservice: back out previous change, it causes trouble on …
(edit) @63860   8 years vboxsync Main/webservice: For all SOAP errors trigger the error code path, not …
(edit) @63563   8 years vboxsync scm: cleaning up todos
(edit) @63258   8 years vboxsync Main: warnings
(edit) @63177   8 years vboxsync Main: warnings
(edit) @61361   9 years vboxsync Main/webservice: switch to using monotonic time for sessin expiration, …
(edit) @60865   9 years vboxsync Never use static instances of CComModule as it messes up the log …
(edit) @60536   9 years vboxsync webservice: the RTThreadPoke optimization works only on OSes following …
(edit) @60532   9 years vboxsync webservice: Speed up termination (and also trigger proper cleanup for …
(edit) @60513   9 years vboxsync webservice: simplify termination logic, unify between platforms, ATL …
(edit) @59655   9 years vboxsync windows build fix
(edit) @59654   9 years vboxsync webservice: drop Weblog()
(edit) @59651   9 years vboxsync fix
(edit) @59650   9 years vboxsync webservice: cleanup
(edit) @59645   9 years vboxsync webservice/vboxweb: be a bit more verbose when logging AuthResult, …
(edit) @57439   9 years vboxsync DECLCALLBACK
(edit) @57438   9 years vboxsync DECLCALLBACK
(edit) @56600   9 years vboxsync Main/webservice: more Windows build fixing
(edit) @56598   9 years vboxsync Main/webservice: windows build fix
(edit) @56597   9 years vboxsync Main/webservice: make an attempt at gracefully handling webservice …
(edit) @56030   10 years vboxsync postfix iterator => prefix iterator and stlSize => stlEmpty where …
(edit) @54266   10 years vboxsync Main/webservice: change code to support multiple ISession instances …
(edit) @53186   10 years vboxsync Main/webservice: better protocol selection
(edit) @53185   10 years vboxsync Main/webservicee/vbobweb.cpp: more strict protocol
(edit) @49031   11 years vboxsync Main/webservice: always use an absolute path here
(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 …
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