aboutsummaryrefslogtreecommitdiff
path: root/src/rpc
Commit message (Expand)AuthorAgeFilesLines
* maint: fix up copyright notice inconsistenciesEric Blake2012-09-2030-30/+30
* blockjob: add blockcommit support to rpcEric Blake2012-09-171-0/+1
* node_memory: Wire up the RPC protocolOsier Yang2012-09-171-0/+3
* security: Fix libvirtd crash possibilityMartin Kletzander2012-09-141-2/+9
* maint: fix missing spaces in messageEric Blake2012-09-121-3/+3
* Fix unwanted closing of libvirt client connectionChristophe Fergeau2012-09-101-1/+4
* rpc: fix segmentation fault caused by null client-sockGuannan Ren2012-08-271-1/+2
* Fix some typos in messages, docs and comments.Yuri Chornoivan2012-08-221-2/+2
* client: Change default location of known_hosts file for libssh2 layerPeter Krempa2012-08-221-7/+10
* libssh2_session: Add support for creating known_hosts filePeter Krempa2012-08-223-14/+25
* libssh2_transport: Add libssh2 session support to net client codePeter Krempa2012-08-212-1/+128
* libssh2_transport: add ssh context support to virNetSocketPeter Krempa2012-08-212-1/+190
* libssh2_transport: add main libssh2 transport implementationPeter Krempa2012-08-212-0/+1555
* Add support for creating sockets & RPC servers from a pre-opened fdDaniel P. Berrange2012-08-204-0/+77
* Refactor impl of the virNetServerClientNew methodDaniel P. Berrange2012-08-201-18/+34
* Refactor the way new clients are registered with the serverDaniel P. Berrange2012-08-201-18/+28
* Refactor RPC client private data setupDaniel P. Berrange2012-08-154-41/+36
* Allow sync IO and keepalives to be skipped in RPC client setupDaniel P. Berrange2012-08-152-28/+56
* Change interaction when accepting new RPC client connectionsDaniel P. Berrange2012-08-154-29/+31
* Fix errno check, prevent spurious errors under heavy loadPeter Feiner2012-08-081-4/+4
* rpc: fix a virObject typo error in struct _virNetServerGuannan Ren2012-08-081-1/+1
* Turn virNetClient* into virObject instancesDaniel P. Berrange2012-08-077-125/+97
* Turn virNetServer* into virObject instancesDaniel P. Berrange2012-08-078-191/+151
* Turn virSocket into a virObjectDaniel P. Berrange2012-08-075-48/+38
* Turn virKeepAlive into a virObjectDaniel P. Berrange2012-08-074-51/+34
* Turn virNetSASLContext and virNetSASLSession into virObject instancesDaniel P. Berrange2012-08-075-80/+55
* Turn virNetTLSContext and virNetTLSSession into virObject instancesDaniel P. Berrange2012-08-077-101/+56
* build: drop conditional use of mdns codeEric Blake2012-08-061-16/+2
* client: Free message when freeing clientPeter Krempa2012-08-031-0/+3
* build: add stubs so mdns code can be unconditionally compiledEric Blake2012-08-021-8/+90
* Remove tabs from all perl files & enforce thisDaniel P. Berrange2012-07-303-167/+167
* Make RPC code generator a little more flexibleDaniel P. Berrange2012-07-301-37/+83
* Process all pending I/O for a RPC client before checking EOFDaniel P. Berrange2012-07-301-10/+10
* Add callback to virNetClient to be invoked on connection closeDaniel P. Berrange2012-07-302-4/+40
* Ensure client is marked for close in all error pathsDaniel P. Berrange2012-07-301-11/+51
* maint: avoid regression on copyright listingsEric Blake2012-07-272-6/+6
* maint: don't permit format strings without %Eric Blake2012-07-262-5/+5
* Desert the FSF address in copyrightOsier Yang2012-07-2326-52/+52
* Replace use of virNetError with virReportErrorDaniel P. Berrange2012-07-201-3/+3
* Replace use of remoteError with virReportErrorDaniel P. Berrange2012-07-201-9/+9
* Reset the 'quit' flag in virNetServerRunDaniel P. Berrange2012-07-191-0/+2
* If in delay close mode for an RPC client, don't read further dataDaniel P. Berrange2012-07-191-2/+3
* rpc: remove trailing whitespace character in error stringGuannan Ren2012-07-191-2/+4
* Convert all files in src/rpc/ to use virReportError()Daniel P. Berrange2012-07-1812-354/+316
* Fix bogus cast to (int) in virNetServerMDNSTimeoutNewDaniel P. Berrange2012-07-181-1/+1
* Fix daemon auto-spawningChristophe Fergeau2012-07-121-0/+3
* Allow RPC server to run single threadedDaniel P. Berrange2012-07-051-45/+68
* Add a opaque parameter to the RPC client init callbackDaniel P. Berrange2012-07-052-4/+9
* fix a bug of ref count in virnetserver.cHu Tao2012-06-221-2/+3
* Fix deadlock on libvirtd shutdownJim Fehlig2012-06-211-4/+2