summaryrefslogtreecommitdiff
path: root/source4/torture/raw/lockbench.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-17Fix the build.Jelmer Vernooij1-1/+1
2008-04-17Use provided event context rather than looking for it.Jelmer Vernooij1-4/+3
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-0/+1
2008-01-03r26654: libcli/smb_composite: Rather than specifying each of the gazillion op...Jelmer Vernooij1-7/+1
2008-01-03r26651: libsmb: Allow specifying signing policy from higher up.Jelmer Vernooij1-0/+1
2008-01-03r26650: torture/raw: Fix warnings in lockbench/openbench.Jelmer Vernooij1-3/+8
2008-01-02r26646: libcli/smb_composite: Allow specifying SMB parameters in smb_composit...Jelmer Vernooij1-0/+6
2008-01-02r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,...Jelmer Vernooij1-1/+4
2007-12-21r26409: Pass smb ports along.Jelmer Vernooij1-1/+1
2007-12-21r26250: Avoid global_loadparm in a couple more places.Jelmer Vernooij1-1/+1
2007-12-21r26249: Remove a couple more uses of global_loadparm.Jelmer Vernooij1-2/+4
2007-12-21r26238: Add a loadparm context parameter to torture_context, remove more uses...Jelmer Vernooij1-1/+1
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-4/+4
2007-10-10r25430: Add the loadparm context to all parametric options.Jelmer Vernooij1-1/+1
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij1-1/+1
2007-10-10r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij1-1/+1
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r24674: Make sure results are always on a new line, fix typo in test name.Jelmer Vernooij1-1/+2
2007-10-10r24587: the elements of the array are not talloc pointersAndrew Tridgell1-2/+1
2007-10-10r24585: put in the right state variable when doing a SMBecho - this caused theAndrew Tridgell1-1/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r23182: fixed valgrind errorAndrew Tridgell1-0/+2
2007-10-10r23181: prevent attempts to reopen the connection twice at the same timeAndrew Tridgell1-9/+13
2007-10-10r23180: auto-reconnect on both NT_STATUS_END_OF_FILE and NT_STATUS_LOCAL_DISC...Andrew Tridgell1-2/+4
2007-10-10r23143: error found by valgrindAndrew Tridgell1-4/+5
2007-10-10r23142: added error checking and reconnect on echo repliesAndrew Tridgell1-4/+25
2007-10-10r23140: send send echos while disconnectedAndrew Tridgell1-1/+3
2007-10-10r23139: use echo operations once a second in lockbench and openbench to ensureAndrew Tridgell1-0/+10
2007-10-10r22965: changed RAW-LOCK-BENCH to remove the scheduling uncertainty. We shouldAndrew Tridgell1-52/+60
2007-10-10r22962: show progress separately for each client in RAW-BENCH-LOCK, this isAndrew Tridgell1-15/+26
2007-10-10r22881: show number of connected clientsAndrew Tridgell1-2/+12
2007-10-10r22876: - try to reconnect once per second, not continouslyAndrew Tridgell1-6/+12
2007-10-10r22837: make RAW-BENCH-LOCK reconnect asynchronously when one of its serversAndrew Tridgell1-28/+110
2007-10-10r22836: started adding auto-reconnect logic to lockbench. This needs to beAndrew Tridgell1-2/+37
2007-10-10r22579: disable progress printing in the build-farmStefan Metzmacher1-2/+5
2007-10-10r21216: fail the RAW-BENCH-LOCK test if the locking doesn't happen evenlyAndrew Tridgell1-1/+10
2007-10-10r20886: fixed a valgrind errorAndrew Tridgell1-0/+1
2007-10-10r20092: added a locking benchmark that should be good for benchmarkingAndrew Tridgell1-0/+196