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