net: fix receiver start time
[fio.git] / engines / net.c
2012-11-30 Jens Axboenet: fix receiver start time
2012-11-30 Jens Axboenet: add basic ping/pong type workload support
2012-11-30 Jens Axboenet: sent udp open messages
2012-11-29 Jens AxboeMerge branch 'rand-map'
2012-11-29 Jens Axboenet: set runstate to SETTING_UP while waiting for a...
2012-11-29 Jens Axboenet: exit on WAITALL and !ret
2012-11-29 Jens Axboenet: fix segfault with receiver, tcp, and no hostname set
2012-10-10 Bruce Cranfio patch: Windows netio fixes
2012-10-10 Bruce CranFix UDP acronym
2011-12-19 Jens AxboeFix segfault with net io engine and no file/hostname...
2011-12-19 Yufei Renfix net engine client read server write bug
2011-11-09 Steven LangPrivate parameters for ioengines
2011-10-12 Jens AxboeMerge branch 'master' into client-server
2011-10-06 Jens AxboeRemember to close sockets on error
2011-10-06 Jens Axboenet: support for unix domain sockets
2011-10-05 Jens AxboeMerge branch 'master' into client-server
2011-10-04 Jens AxboeAdd fio_socklen_t
2011-07-09 Jens AxboeA few HP-UX fixes
2011-01-10 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2011-01-10 Jens AxboeMerge branch 'winfio'
2011-01-02 Bruce CranFirst snapshot of FIO for Windows
2010-08-11 Jens AxboeCleanup MSG_DONTWAIT
2010-08-10 Cigy CyriacNot all platforms have MSG_DONTWAIT
2009-07-01 Jens AxboeDon't allow pre_read on IO engines that cannot seek
2009-05-13 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2009-05-11 Jens Axboenet engine: fix compilation warnings on Solaris
2009-01-19 Jens Axboenet engine: notify receiver of UDP link close
2009-01-19 Jens Axboenet engine: termination fixes
2009-01-19 Jens Axboenet engine: don't pass in flags
2009-01-19 Jens Axboenet engine: use poll() always for sending/receiving
2009-01-16 Jens Axboenet engine: accept both upper and lowercase tcp/udp.
2009-01-16 Jens Axboenet engine: add UDP support
2008-06-02 Jens Axboenet engine: missing includes
2008-05-30 Jens Axboeerrno is not negative
2008-05-30 Jens Axboeclose_ioengine() clears ->data after calling engine...
2008-05-30 Jens AxboeMake it work on opensolaris
2008-05-30 Jens Axboenet engine: improve host/port parsing
2008-03-03 Jens AxboeRemove debug printf() in net engine
2008-03-01 Jens AxboeRemove the file->last_completed_pos variable
2008-02-18 Jens AxboeAdd FIO_SIGQUIT engine option
2007-09-12 Jens AxboeFull readonly check
2007-07-26 Jens AxboeMissed FIO_UNIDIR io ops flags on net engine
2007-07-26 Jens AxboeIO verification improvements
2007-06-24 Jens Axboenet engine: cleanup the splice handling
2007-06-24 Jens Axboenet engine: fix listenfd/pipe fd leaks
2007-06-22 Jens Axboenetsplice: use zero-copy if possible
2007-06-22 Jens Axboenetsplice: fix a few typos
2007-06-22 Jens AxboeSupport for 'netsplice' engine
2007-05-22 Jens AxboeFix bug with random IO and network connections
2007-04-12 Jens AxboePut the ->real_file_size handling into fio
2007-04-11 Jens AxboeFor non-file engines, set ->real_file_size if total...
2007-04-02 Jens AxboeMove os/arch/compiler headers into directories
2007-03-27 Jens AxboeRevamp the file creation code
2007-03-15 Jens AxboeMove thread options into a seperate structure
2007-03-15 Jens AxboeUse log_info() throughout
2007-03-14 Jens AxboeUpdate io engine comments
2007-03-13 Jens Axboenr_files conflict with filename
2007-03-13 Jens AxboeAllow explicit setting of a number of files
2007-03-08 Jens AxboeEngines should not touch nr_open_files anymore
2007-03-08 Jens AxboeRevamp file open/close handling
2007-03-02 Jens AxboeNet engine: move connection setup into ->init()
2007-03-02 Jens AxboeNet engine: missing ->nr_open_files for clients
2007-03-02 Jens AxboeNet engine: need to set ->nr_open_files
2007-03-01 Joel Becker[PATCH] ioengine flags: Replace FIO_NETIO with real...
2007-02-23 Jens AxboeStreamline thread_data data direction setting and checking
2007-02-22 Jens AxboeAdd more context to the error messages
2007-02-18 Jens AxboeUnify and fixup error handling
2007-02-18 Jens AxboeChange IO engine queuing
2007-02-11 Jens Axboe[PATCH] Network engine poll() paranoia
2007-02-11 Jens Axboe[PATCH] Make ctrl-c work with network io and accept...
2007-02-11 Jens Axboe[PATCH] Move td_verror() into io_ops->queue() hook
2007-02-09 Jens Axboe[PATCH] Net engine typo
2007-02-08 Jens Axboe[PATCH] Network engine cleanups and comments
2007-02-07 Jens Axboe[PATCH] Network engine fixes
2007-02-07 Jens Axboe[PATCH] Network io engine updates
2007-02-06 Jens Axboe[PATCH] Support residual io counts from io engines
2007-02-06 Jens Axboe[PATCH] Support for > 1 network connection
2007-02-06 Jens Axboe[PATCH] Network engine updates
2007-02-06 Jens Axboe[PATCH] Simple support for networked IO