summaryrefslogtreecommitdiff
path: root/source4/torture/local/messaging.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r20652: Attempt to fix the buildVolker Lendecke1-0/+1
2007-10-10r20646: first preparations for cluster enablement. This changes "Andrew Tridgell1-8/+8
2007-10-10r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grainedJelmer Vernooij1-36/+21
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-21/+21
2007-10-10r16170: Convert to UI APIJelmer Vernooij1-29/+22
2007-10-10r15049: for really efficient oplock handling with thousands of open files weAndrew Tridgell1-8/+10
2007-10-10r14720: Add torture_context argument to all torture testsJelmer Vernooij1-1/+2
2007-10-10r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett1-15/+18
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-1/+0
2007-10-10r8817: - fixed return result from LOCAL-MESSAGING testAndrew Tridgell1-3/+4
2007-10-10r8412: cope with some lost messages in the ping test (netbsd gets this)Andrew Tridgell1-2/+4
2007-10-10r7294: implemented the irpc messaging system. This is the core of theAndrew Tridgell1-0/+1
2007-10-10r6563: - fixed the local messaging torture test not to fork, as this causesAndrew Tridgell1-14/+15
2007-10-10r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell1-0/+1
2007-10-10r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell1-1/+1
2007-10-10r5185: make all the events data structures private to events.c. This willAndrew Tridgell1-1/+2
2007-10-10r5102: This is a major simplification of the logic for controlling top levelAndrew Tridgell1-3/+3
2007-10-10r4000: DATA_BLOB.data is uint8_t * not void * :-)Stefan Metzmacher1-1/+1
2007-10-10r3967: fix compiler warningsStefan Metzmacher1-2/+2
2007-10-10r3507: - added deferred replies on sharing violation in pvfs open. TheAndrew Tridgell1-4/+6
2007-10-10r3324: made the smbtorture code completely warning freeAndrew Tridgell1-1/+1
2007-10-10r3271: use "struct messaging_context *" instead of "void *" in messaging APIAndrew Tridgell1-6/+6
2007-10-10r3125: Store object UUID directly instead of using a pointer (struct dcerpc_b...Jelmer Vernooij1-0/+10
2007-10-10r3026: - added automatic retry to messages when the servers listen queue isAndrew Tridgell1-8/+11
2007-10-10r3023: added immediate send of messages when they are first queued. This make...Andrew Tridgell1-6/+1
2007-10-10r3021: under heavy load the listen queue for messaging unix domain socket can...Andrew Tridgell1-12/+24
2007-10-10r3019: make the LOCAL-MESSAGING test a 2 process testAndrew Tridgell1-13/+47
2007-10-10r3016: - converted the events code to tallocAndrew Tridgell1-0/+92