tweak uvldb-making function
[openafs.git] / src / rx /
2011-03-03 Derrick Brashearrx: cancel growmtu event on resetcall
2011-02-22 Andrew Deasonrx: Reset fd_set in LWP rxi_Sendmsg
2011-02-14 Simon WilkinsonLinux: Fix RX atomics for kernel mode
2011-02-09 Rainer ToebbickeEarly dispose of replies in rx_Multi
2011-02-02 Andrew DeasonRx: Do not stop keepalives on ACKALL receipt
2011-01-31 Simon WilkinsonWindows: Install rx_atomic.h
2011-01-27 Andrew DeasonRX: Avoid retrying calls on busy channels
2011-01-24 Antoine VerheijenOpenBSD: curproc has moved in OpenBSD 4.8
2011-01-20 Toby BurressFreeBSD: properly identify the rxk_Listener so that...
2011-01-18 Rainer ToebbickeRe-enable rx connection hard timeout
2011-01-15 Andrew DeasonRX: Pre-10 Solaris lacks atomic inc/dec
2011-01-15 Andrew DeasonRX: Include netinet/ip6.h before inet/ip.h
2011-01-13 Andrew DeasonRX: No userspace atomic_ops in Solaris pre-10
2011-01-02 Simon Wilkinsonrx: Implement rx_atomic_dec_and_read
2011-01-02 Simon Wilkinsonrx: Protect rx_atomic.h against multiple inclusion
2011-01-02 Simon Wilkinsonrx: Don't crash when emptying an empty identity
2010-12-22 Simon Wilkinsonrx: Make rx_atomic.h a shared header
2010-12-20 Ben KadukFBSD: StopListener glocking fixup
2010-12-20 Ben KadukZero rx_multi_lock before initializing it
2010-12-13 Anders KaseorgLinux: Fix AFS_NORETURN violation with osi_AssertFailK
2010-12-08 Anders Kaseorgrxi_NatKeepAliveEvent: Shrink excessive stack buffer
2010-12-07 Andrew DeasonRX: Always define kernel XDR symbols to be AFS XDR
2010-12-06 Andrew DeasonSOLARIS: Fix some rx_atomic.h warnings
2010-12-01 Ben KadukFBSD: clean up rx_socket teardown
2010-11-27 Simon Wilkinson.gitignore update
2010-11-25 Ben KadukFBSD: warning cleanups
2010-11-24 Jeffrey AltmanWindows: build src/rx/tests
2010-11-24 Simon Wilkinsonrx: Store identity type in rx_identity_new
2010-11-24 Simon Wilkinsonrx: Rework identity copying
2010-11-20 Jeffrey Altmanmore rx/tests cleanups
2010-11-19 Simon WilkinsonRemove local crypto
2010-11-17 Simon Wilkinsonlibroken: Build on windows
2010-11-08 Jeffrey Altmanrxperf: use parallel connections
2010-11-08 Simon WilkinsonRX: rxi_PrepareSendPacket drops call lock; WaitforTQ...
2010-11-06 Simon Wilkinsonrx: Reorganise includes
2010-11-04 Andrew DeasonRX: Fix old rx_stats incrementors
2010-11-03 Derrick Brashearrx mutex inversion fix
2010-10-29 Chas Williams (CON... afs: afs_osi_Alloc_NoSleep() cleanup
2010-10-29 Ben KadukFBSD: fix dumb panic when we can't pfind rxk_Listener
2010-10-27 Derrick Brasheardown with assert, up with osi_Assert
2010-10-26 Simon Wilkinsonrx: Don't let timeouts force fast recovery
2010-10-26 Simon Wilkinsonrx: Fix starting of transmit timers
2010-10-26 Simon Wilkinsonrx: Refactor transmit queue wakeup
2010-10-26 Simon Wilkinsonrx: Fix resend accounting
2010-10-26 Simon Wilkinsonrx: Use a structure for the xmit list
2010-10-23 Simon Wilkinsonrx: Tidy up variables in RTT calc
2010-10-23 Simon Wilkinsonrx: Fix bracing on rx_clock macro arguments
2010-10-23 Simon Wilkinsonrx: More improvments to RTT calculation
2010-10-23 Jeffrey AltmanRx: Treat rx_minPeerTimeout not as a minimum but as...
2010-10-23 Jeffrey AltmanRx: Fix socket() handling so errors are properly detected
2010-10-21 Jeffrey AltmanRx: prototype rx_StateClienThread()
2010-10-21 Jeffrey AltmanRx: rx_stats_active not RXDEBUG
2010-10-20 Chas Williams (CON... rx: remove spurious compare for maxDgramPackets
2010-10-19 Derrick Brashearatomic mutex don't recursive enter
2010-10-18 Simon Wilkinsonrx: Simplify round trip time calculation
2010-10-18 Andrew DeasonRX: Add rx_InterruptCall
2010-10-18 Jeffrey AltmanRx: Do not compute RTT on non-last packets of a jumbogram
2010-10-18 Simon WilkinsonRx: Reject out of order ACK packets
2010-10-15 Jeffrey AltmanRx: use osi_Assert/osi_Panic instead of assert
2010-10-15 Chas Williams (CON... Rx: fix dpf() usage with regard to trailing \n's
2010-10-14 Jeffrey AltmanRx: function return type on separate line
2010-10-14 Tom Keiserrx: fix typo in rx_atomic Solaris backend
2010-10-14 Simon Wilkinsonrx: Don't count unknown packets as missing
2010-10-14 Jeffrey AltmanRx: Consolidate wait for tq busy and make its use uniform
2010-10-14 Simon Wilkinsonrx: Don't malloc the xmit list
2010-10-14 Andrew DeasonRX: Force sane timeout values
2010-10-14 Andrew DeasonRX: Adjust all timeouts for RTT
2010-10-12 Simon Wilkinsonrx: Don't call gettimeofday for every packet ack
2010-10-11 Simon WilkinsonFix rxperf includes
2010-10-11 Simon Wilkinsonrx: Indent dpf definition
2010-10-11 Simon WilkinsonUnix: Rework build system
2010-10-05 Simon Wilkinsonrx: Reduce dependence on call->lock
2010-10-05 Simon WilkinsonKill AFS_64BIT_ENV
2010-10-03 Derrick Brashearrx stats atomic inclusion needs kmutexes for emulation
2010-10-03 Marc DionneConditionalize include of string.h in rx_stats.c
2010-10-03 Marc DionneLinux: correct use of atomic_add and atomic_sub functions
2010-10-02 Jeffrey AltmanRx: Fix RXDEBUG_PACKET builds
2010-10-02 Jeffrey AltmanRx: raise rx_minPeerTimeout to 20ms
2010-10-02 Jeffrey AltmanRx: When call receive is done, send ack all packet
2010-10-02 Jeffrey AltmanRx: protect rx_conn and rx_call refCount field with...
2010-10-02 Derrick Brasheardarwin kernel atomics
2010-10-02 Chas Williams (CON... add option to rxperf to use rx_Readv() instead of rx_Read()
2010-10-02 Derrick Brashearexempt instant timeouts from mtu discovery
2010-10-01 Chas Williams (CON... rename some variables in rxperf
2010-09-30 Simon Wilkinsonrx: Don't have different args for rxi_FreeCall
2010-09-30 Simon Wilkinsonrx: Make statistics interface use Atomics
2010-09-30 Simon Wilkinsonrx: Use atomics for rxi_AllocSize and rxi_AllocCnt
2010-09-30 Simon Wilkinsonrx: Make nWaiting and nWaited atomic
2010-09-30 Simon Wilkinsonrx: Add rx_NewThreadId function
2010-09-30 Simon Wilkinsonrx: Add atomic operations code
2010-09-29 Simon WilkinsonRX: Tidy reader data locking
2010-09-27 Simon Wilkinsonrx: Limit window size to max acks
2010-09-27 Simon Wilkinsonrxperf: Really set UDP buffer size
2010-09-27 Simon WilkinsonFix rxperf so that it works with pthreads
2010-09-24 Simon Wilkinsonrx: Big windows make us sad
2010-09-23 Matt SmithUpdates to the Cache Manager to include NetBSD5 support
2010-09-23 Simon Wilkinsonrxperf: Add build rules to build a pthreaded version
2010-09-23 Simon Wilkinsonrxperf: Fix the Unix build again
2010-09-23 Simon Wilkinsonrx: Add struct rx_identity
2010-09-23 Simon Wilkinsonrx: Add an opaque type
next