summaryrefslogtreecommitdiff
path: root/binaryurp/README
blob: 1f1e088944f68bda5b389e9757509cdc45a40afb (plain)
1
2
3
4
5
6
7
8
9
UNO Remote Protocol (URP). A binary protocol. 

UNO provides a protocol called the UNO Remote Protocol (URP) that provides
a bridge between UNO environments. This bridge allows processes and objects
to send method calls and to receive return values. UNO objects in different 
environments are connected by way of this interprocess bridge. The underlying 
connection is made through a socket or pipe. Remote UNO objects are connected
by means of TCP/IP using the high-level protocol of the URP.

ic digest classMarkus Mohrhard 2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky 2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko 2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin 2015-08-21Remove demonstrated-useless comphelper::compareStephan Bergmann 2015-08-21Demonstrate comphelper::compare is uselessStephan Bergmann 2013-04-24Don't point to inc directories that don't exist any longerTor Lillqvist 2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks 2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl 2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl 2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl