summaryrefslogtreecommitdiff
path: root/source4/torture/nbench/nbio.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-25s4:torture: replace shm_setup() with anonymous_shared_allocate()Stefan Metzmacher1-1/+1
2010-09-16s3/s4: merge msleep and smb_msleepBjörn Jacke1-2/+2
2010-02-02Change uint_t to unsigned int in source4Matt Kraai1-11/+11
2009-10-20s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell1-3/+0
2009-10-15s4-smb: declare root_fid as a file handleAndrew Tridgell1-1/+1
2009-02-02s4:torture/nbench: don't use 'new'Stefan Metzmacher1-3/+3
2009-02-02s4:torture: s/private/private_dataStefan Metzmacher1-3/+3
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij1-1/+1
2007-12-21r26249: Remove a couple more uses of global_loadparm.Jelmer Vernooij1-2/+2
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-44/+44
2007-10-10r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij1-1/+1
2007-10-10r24700: added auto-reconnect to BENCH-NBENCH. Used for testing clusterAndrew Tridgell1-69/+329
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r23533: added --option torture:targetrate=rate to target a particularAndrew Tridgell1-1/+24
2007-10-10r23531: added optional latency reporting in BENCH-NBENCH. To use it, you needAndrew Tridgell1-3/+33
2007-10-10r21710: Add client support for the UNIX_INFO2 info level in the QueryFile,James Peach1-1/+1
2007-10-10r20650: revert a bunch of code I didn't mean to commit yetAndrew Tridgell1-33/+3
2007-10-10r20647: add cluster codeAndrew Tridgell1-3/+33
2007-10-10r20302: added support for 64 bit file offsets in NBENCHAndrew Tridgell1-4/+9
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij1-1/+1
2007-10-10r17785: fix compiler warningsStefan Metzmacher1-4/+0
2007-10-10r17255: fixed BENCH-NBENCH for new smb_raw_find_first() syntaxAndrew Tridgell1-1/+2
2007-10-10r15718: - split the SMBflush with the 0xFFFF wildcard fnum into a different l...Stefan Metzmacher1-1/+2
2007-10-10r15033: expanded the RAW-OPLOCK test to include the different cases where theAndrew Tridgell1-1/+1
2007-10-10r15032: change BENCH-NBENCH to always break to none, rather than accepting aAndrew Tridgell1-2/+3
2007-10-10r14527: Fix build problems.Jelmer Vernooij1-0/+2
2007-10-10r14256: - rename smb_file -> smb_handleStefan Metzmacher1-11/+11
2007-10-10r14208: removed use of req->flags2 inside the ntvfs layer. This should helpAndrew Tridgell1-0/+1
2007-10-10r14173: change smb interface structures to always useStefan Metzmacher1-15/+15
2007-10-10r13903: Don't generate prototypes for modules and binaries in include/proto.h byJelmer Vernooij1-0/+1
2007-10-10r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij1-0/+1
2007-10-10r12641: - remove some unused functionsStefan Metzmacher1-2/+1
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-1/+0
2007-10-10r12542: Move some more prototypes out to seperate headersJelmer Vernooij1-0/+1
2007-10-10r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell1-0/+1
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell1-5/+5
2007-10-10r4063: - change char * -> uint8_t in struct request_bufferStefan Metzmacher1-3/+3
2007-10-10r4055: fixed more places to use type safe allocation macrosAndrew Tridgell1-1/+1
2007-10-10r4011: get rid of rpc_secdes.h and replace it with a single sane set ofAndrew Tridgell1-5/+6
2007-10-10r3976: changed NBENCH to use the same recording method as the latest dbench,Andrew Tridgell1-45/+60
2007-10-10r3507: - added deferred replies on sharing violation in pvfs open. TheAndrew Tridgell1-3/+4
2007-10-10r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell1-0/+1
2007-10-10r3447: more include/system/XXX.h include filesAndrew Tridgell1-0/+1
2007-10-10r3325: missed one of the torture changes ...Andrew Tridgell1-1/+1
2007-10-10r3040: Add sleeps between operations to nbench. Submitted by aliguori@us.ibm...Jim McDonough1-0/+6
2007-10-10r1654: rename cli_ -> smbcli_Stefan Metzmacher1-11/+11
2007-10-10r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher1-4/+4
2007-10-10r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher1-1/+1
2007-10-10r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher1-1/+1
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher1-1/+1