summaryrefslogtreecommitdiffstats
path: root/source4/lib/messaging/irpc.h
Commit message (Expand)AuthorAgeFilesLines
* r15049: for really efficient oplock handling with thousands of open files weAndrew Tridgell2007-10-101-3/+7
* r13317: Create a new function messaging_client_init() which can be used whenAndrew Bartlett2007-10-101-0/+2
* r10490: - allow deferred irpc replies to set the statusAndrew Tridgell2007-10-101-1/+2
* r10489: added the ability for irpc server to defer replies instead of replyingAndrew Tridgell2007-10-101-0/+10
* r8923: put the IRPC default timeout back to 10s (I didn't mean to commit this...Andrew Tridgell2007-10-101-1/+1
* r8887: fixed the irpc error that caused ia64 to fail the LOCAL-IRPC testAndrew Tridgell2007-10-101-7/+8
* r8277: filled in the code for finding irpc server ids by name, storing theAndrew Tridgell2007-10-101-1/+4
* r8272: added the hooks for adding a name to a messaging context, so we willAndrew Tridgell2007-10-101-0/+1
* r7320: added support for a private pointer in irpc registered handlersAndrew Tridgell2007-10-101-3/+4
* r7298: ensure messages are sent in order even when under extreme load. ThisAndrew Tridgell2007-10-101-1/+1
* r7295: added an irpc benchmark. It gets about 16k messages/sec on my laptop,Andrew Tridgell2007-10-101-1/+4
* r7294: implemented the irpc messaging system. This is the core of theAndrew Tridgell2007-10-101-0/+94