summaryrefslogtreecommitdiff
path: root/src/rpc/virnetclient.c
Commit message (Expand)AuthorAgeFilesLines
* Remove spurious whitespace between function name & open bracketsDaniel P. Berrange2012-11-021-8/+8
* maint: fix up copyright notice inconsistenciesEric Blake2012-09-201-1/+1
* 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
* client: Change default location of known_hosts file for libssh2 layerPeter Krempa2012-08-221-7/+10
* libssh2_transport: Add libssh2 session support to net client codePeter Krempa2012-08-211-0/+116
* Allow sync IO and keepalives to be skipped in RPC client setupDaniel P. Berrange2012-08-151-28/+53
* Fix errno check, prevent spurious errors under heavy loadPeter Feiner2012-08-081-4/+4
* Turn virNetClient* into virObject instancesDaniel P. Berrange2012-08-071-56/+40
* Turn virSocket into a virObjectDaniel P. Berrange2012-08-071-2/+2
* Turn virKeepAlive into a virObjectDaniel P. Berrange2012-08-071-2/+2
* Turn virNetSASLContext and virNetSASLSession into virObject instancesDaniel P. Berrange2012-08-071-4/+3
* Turn virNetTLSContext and virNetTLSSession into virObject instancesDaniel P. Berrange2012-08-071-3/+3
* client: Free message when freeing clientPeter Krempa2012-08-031-0/+3
* 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-301-4/+31
* Ensure client is marked for close in all error pathsDaniel P. Berrange2012-07-301-11/+51
* Desert the FSF address in copyrightOsier Yang2012-07-231-2/+2
* Convert all files in src/rpc/ to use virReportError()Daniel P. Berrange2012-07-181-27/+24
* client rpc: Fix error checking after poll()Daniel P. Berrange2012-06-131-9/+6
* client rpc: Send keepalive requests from IO event loopJiri Denemark2012-06-131-0/+12
* rpc: Remove unused parameter in virKeepAliveStopInternalJiri Denemark2012-06-131-1/+1
* rpc: Do not use timer for sending keepalive responsesJiri Denemark2012-06-131-1/+34
* client rpc: Separate call creation from running IO loopJiri Denemark2012-06-131-31/+54
* client rpc: Drop unused return value of virNetClientSendNonBlockJiri Denemark2012-06-131-9/+10
* client rpc: Just queue non-blocking call if another thread has the buckJiri Denemark2012-06-131-59/+15
* client rpc: Don't drop non-blocking callsJiri Denemark2012-06-131-93/+71
* client rpc: Use event loop for writingJiri Denemark2012-06-131-4/+31
* client rpc: Improve debug messages in virNetClientIOJiri Denemark2012-06-131-4/+8
* rpc: Switch to dynamically allocated message bufferMichal Privoznik2012-06-051-2/+14
* Revert "rpc: Discard non-blocking calls only when necessary"Jiri Denemark2012-05-221-9/+12
* rpc: Discard non-blocking calls only when necessaryJiri Denemark2012-04-261-12/+9
* keepalive: Add ability to disable keepalive messagesPeter Krempa2012-04-261-0/+8
* Consistent style for usage of sizeof operatorDaniel P. Berrange2012-03-301-1/+1
* rpc: Fix client crash on connection closeJiri Denemark2012-03-051-13/+3
* stream: Check for stream EOFMichal Privoznik2012-01-121-6/+45
* Fix updating of haveTheBuck in RPC client to be race-freeDaniel P. Berrange2011-12-081-3/+3
* Revert fd066925440ba48acc95d8f31b2c98b1cc9d582dDaniel P. Berrange2011-12-081-8/+1
* maint: fix improper use of 'an'v0.9.8-rc2Eric Blake2011-12-031-1/+1
* client: Check if other thread claims it has the buck before claiming it.Peter Krempa2011-12-021-1/+8
* rpc: Plug memory leak on virNetClientSendInternal() error pathAlex Jia2011-11-301-4/+4
* rpc: Really send non-blocking calls while waiting for another callJiri Denemark2011-11-291-0/+10
* Implement virConnectIsAlive in all driversJiri Denemark2011-11-241-0/+14
* Implement keepalive protocol in remote driverJiri Denemark2011-11-241-4/+84
* Add support for async close of client RPC socketJiri Denemark2011-11-241-9/+90
* rpc: Add some debug messages to virNetClientJiri Denemark2011-11-241-0/+4
* rpc: Fix handling of non-blocking calls that could not be sentJiri Denemark2011-11-241-1/+6
* rpc: Fix a typo in virNetClientSendNonBlock documentationJiri Denemark2011-11-241-1/+1
* rpc: Pass the buck only to the first available threadJiri Denemark2011-11-241-1/+1
* Don't return a fatal error if receiving unexpected stream dataDaniel P. Berrange2011-11-161-1/+3