Retire Makefile.shared
[openafs.git] / src / rx /
2014-10-08 Benjamin KadukBuild fixes for recent FreeBSD -current
2014-10-08 Benjamin KadukNormalize names of libtool convenience libraries
2014-10-08 Michael Meffiebuild: remove trailing whitespace from makefiles
2014-09-10 Ben KadukRemove rx_SetEpoch, rx_SetConnectionEpoch, rx_SetConnec...
2014-09-10 Ben KadukMove epoch and cid generation into the rx core
2014-08-19 Perry RuiterCorrect comment typos in a couple files
2014-06-17 Benjamin KadukUse an unsigned type for bitmask values
2014-06-09 Ben KadukUse the RX_SECIDX_* enums in more places
2014-06-05 Benjamin Kadukrx: Do not try to cancel nonexistent events
2014-05-28 Ben KadukSuppress nonliteral format string warning/error
2014-05-23 Benjamin KadukSome rx type cleanup for signedness
2014-04-21 Jonathan A. KollaschNetBSD: fix rx_kmutex's CV_WAIT_SIG macro
2014-04-14 Andrew DeasonFix rx_EndCall error precedence
2014-04-09 Simon WilkinsonMerge branch 'security-master' into HEAD 99/10999/1
2014-04-04 Chas Williams (CON... rx: Remove rx_waitingForPacket
2014-04-01 Andrew Deasonrx: Avoid rxi_Delay on RXS_CheckResponse failure 97/10997/1
2014-04-01 Andrew Deasonrx: Split out rxi_SendConnectionAbortLater 96/10996/1
2014-01-28 Benjamin KadukFBSD: catch up to 1997 and include if_var.h with if.h
2014-01-12 Andrew Deasonrx: Clarify error checks for busy channel check
2013-12-18 Andrew DeasonLINUX: Use sock_create_kern where available
2013-12-18 Andrew Deasonrx: Remove obsolete comment
2013-10-25 Ben KadukAdjust for microtime() ABI on all XBSD
2013-10-25 Benjamin KadukFix build for FreeBSD 10.0
2013-09-23 Jonathan A. Kollaschrx_multi: free the quantity of memory we allocated
2013-09-23 Jonathan A. KollaschRemove AFS_NBSD40_ENV block within AFS_HPUX110_ENV...
2013-09-23 Andrew Deasonrx: Always call rxi_StartListener
2013-08-02 Ben KadukDo not use a non-literal format string
2013-06-04 Jeffrey Altmanrx: test for active calls in rxi_ChallengeEvent
2013-05-28 Simon WilkinsonSort all libtool symbol lists
2013-02-26 Chas Williams (CON... afs: removing trailing semicolons
2013-02-24 Simon Wilkinsonrx: Fix wrong loop iterator in rx_clearProcessRPCStats
2013-02-21 Simon WilkinsonFix incorrect sizeof() arguments in allocations
2013-02-19 Andrew Deasonrx: Assert call error for RXS_PreparePacket error
2013-02-19 Andrew Deasonrx: Honor RXS_PreparePacket errors
2013-02-11 Jeffrey Altmanrx: remove rx_misc.h define trailing semicolons
2013-02-10 Marc Dionnerx: Remove rx_atomic_add_and_read trailing semi-colon
2013-02-02 Simon Wilkinsonrx: Fix AIX test_and_set_bit
2013-02-01 Derrick Brashearrx: convert rxinit_status to atomic
2013-02-01 Derrick Brasheardarwin: stop processing upcalls once rx shutdown starts
2013-02-01 Simon Wilkinsonrx: atomic bit ops
2013-01-22 Simon Wilkinsonrx: Remove warning inhibition on rx.c
2013-01-04 Russ AllberyMake MIN/MAX code in rx/rx_packet.h more readable
2013-01-04 Russ AllberyEnsure MIN/MAX are defined in userspace builds of rx
2012-12-05 Jeffrey Altmanrx: RX_INVALID_OPERATION abort unknown service only
2012-12-05 Andrew Deasonrx: Add rx_GetNetworkError
2012-12-01 Jeffrey Altmanrx: set abort client_initiated flag to match direction
2012-12-01 Simon Wilkinsonrx: Make rxevent_Put NULL the event ptr being put
2012-12-01 Simon Wilkinsonrx: Return success value when cancelling an event
2012-12-01 Simon Wilkinsonrx: Don't treat calls specially in event package
2012-11-30 Simon Wilkinsonrx: Remove unused origPeer parameter to FindPeer
2012-11-30 Simon Wilkinsonrx: Remove unused timeoutEvent
2012-11-30 Simon Wilkinsonrx: CheckBusy doesn't drop conn_call_lock
2012-11-28 Simon Wilkinsonrx: Add a no-op afs_kcondvar_t for LWP
2012-11-28 Andrew Deasonrx: Lock call for KeepAliveOn/KeepAliveOff
2012-11-27 Andrew Deasonrx: Generate BUSY packets for error call channels
2012-11-19 Marc DionneLinux 3.7: remove use of param.h and ioctl.h
2012-11-08 Andrew Deasonrx: Fix non-TSFPQ rxi_FreePackets
2012-10-30 Simon WilkinsonFix mutex assertion
2012-10-30 Simon Wilkinsonrx: Move kernel assertion macros
2012-10-30 Simon WilkinsonAdd opr/lock.h and tidy locking macros
2012-10-29 Simon Wilkinsonrx: Move transmit queue clearing
2012-10-29 Simon Wilkinsonrx: Refactor code to acknowledge a whole TX queue
2012-10-29 Simon Wilkinsonrx: Remove duplicate out of order ACK check
2012-10-29 Simon Wilkinsonrx: Remove duplicate security layer check
2012-10-29 Simon Wilkinsonrx: Refactor rxi_ReceivePacket call selection
2012-10-29 Simon Wilkinsonrx: Don't build a call to immediately abort it
2012-10-29 Simon Wilkinsonrx: Remove unreachable debug statement
2012-10-29 Simon Wilkinsonrx: Always provide rxi_WaitForTQBusy
2012-10-29 Simon Wilkinsonrx: MUTEX_* are no-ops when !RX_ENABLE_LOCKS
2012-10-29 Simon Wilkinsonrx: Get rid of AFS_GLOBAL_RXLOCK_KERNEL
2012-10-29 Simon Wilkinsonrx: Don't have 2 different protos for rxi_CheckCall
2012-10-29 Simon Wilkinsonrx: Don't double check conn->call
2012-10-29 Simon Wilkinsonrx: Move bytesSent + bytesRcvd into app only data
2012-10-29 Simon Wilkinsonrx: Don't use app-thread variable in SendXmitList
2012-10-29 Simon Wilkinsonrx: Make lock-free call data explicit
2012-10-18 Simon Wilkinsonrx: Use opr queues
2012-10-18 Simon Wilkinsonrx: Move server queue entry structure out of rx.h
2012-10-18 Simon Wilkinsonrx: Export some more functions
2012-10-18 Andrew Deasonrx: Skip rxi_CheckPeerDead if we are DALLY
2012-10-18 Andrew DeasonLINUX: Ignore 'offender' in error queue processing
2012-10-18 Andrew Deasonrx: Check for peer deadness in rxi_Resend
2012-10-18 Andrew Deasonrx: Process all errors received
2012-10-18 Derrick Brashearlinux: always define do_handlesocketerror
2012-10-18 Derrick Brashearrx: pthread sendmsg should return success, not a bytecount
2012-10-16 Andrew DeasonLINUX: Allocate error queue buffer once
2012-10-16 Andrew Deasonrx: Process error queue after noticing errors
2012-09-25 Andrew DeasonLINUX: Define printf/uprintf as variadic macros
2012-09-25 Andrew Deasonrx: Do not include linux/module.h
2012-09-25 Andrew Deasonrx: Save errno in LWP rxi_Sendmsg
2012-09-25 Andrew Deasonrx: Split out rxi_NetSendError
2012-09-16 Simon WilkinsonSplit up libtool support into LWP and pthread
2012-09-10 Derrick Brashearaix: add atomic support
2012-09-10 Simon Wilkinsonlibafsrpc: Assemble with libtool
2012-09-09 Simon Wilkinsonrx: Build libtool library
2012-09-07 Derrick Brashearrx: initialize mutexes from globals
2012-09-04 Simon WilkinsonFurther rationalise our usage of assert()
2012-08-14 Simon Wilkinsonrx: Add the add_and_read function to our atomics
2012-08-09 Andrew Deasonrx: Process ICMP unreachable errors
2012-08-09 Andrew DeasonLINUX: Fix error queue processing
2012-08-09 Andrew DeasonLINUX: Avoid SO_ERROR for RXERRQ_ENV
next