summaryrefslogtreecommitdiff
path: root/source4/torture/local/irpc.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grainedJelmer Vernooij1-41/+34
2007-10-10r18516: I'm surprised that compilers allowed this at allAndrew Tridgell1-2/+2
2007-10-10r18498: While passing stack values into torture_tcase_add_test is bad, valuesAndrew Bartlett1-3/+8
2007-10-10r18497: fixed crash bug in irpc test - the torture_tcase_add_test() callAndrew Tridgell1-2/+2
2007-10-10r16328: Wrap all existing tests in simple single-function testsuites.Jelmer Vernooij1-4/+3
2007-10-10r16304: Improve testing UI API. This now allows registering the fullJelmer Vernooij1-45/+54
2007-10-10r16169: Convert to UI APIJelmer Vernooij1-58/+49
2007-10-10r14720: Add torture_context argument to all torture testsJelmer Vernooij1-1/+2
2007-10-10r12782: Don't segfault if we cannot setup messaging.Andrew Bartlett1-0/+10
2007-10-10r12014: free the irpc_request structure with the irpc_call_recv functions,Stefan Metzmacher1-1/+0
2007-10-10r10490: - allow deferred irpc replies to set the statusAndrew Tridgell1-4/+21
2007-10-10r8887: fixed the irpc error that caused ia64 to fail the LOCAL-IRPC testAndrew Tridgell1-3/+3
2007-10-10r8879: more expansion of the irpc test to try to uncover the ia64 mysteryAndrew Tridgell1-0/+50
2007-10-10r8874: test some more combinationsStefan Metzmacher1-3/+8
2007-10-10r8873: add more checksStefan Metzmacher1-0/+5
2007-10-10r8871: add some debugging code to findout why LOCAL-IRPC fails on 64bit hostsStefan Metzmacher1-2/+10
2007-10-10r8867: try to fix the LOCAL-IRPC test on 64bit platformsStefan Metzmacher1-1/+1
2007-10-10r8818: - fix LOCAL-IRPC test for new ref-alloc semantics of irpcAndrew Tridgell1-9/+7
2007-10-10r7358: make the irpc test use two messaging contexts, not one, so it betterAndrew Tridgell1-10/+15
2007-10-10r7321: add nbtd statistics serving over irpcAndrew Tridgell1-1/+1
2007-10-10r7295: added an irpc benchmark. It gets about 16k messages/sec on my laptop,Andrew Tridgell1-3/+73
2007-10-10r7294: implemented the irpc messaging system. This is the core of theAndrew Tridgell1-0/+91