Packaging support for MacOS X 10.10 "Yosemite"
[openafs.git] / src / ubik /
2014-10-08 Michael Meffiebuild: remove trailing whitespace from makefiles
2014-09-10 Ben KadukMove epoch and cid generation into the rx core
2014-09-04 Simon Wilkinsonubik: Don't leak UBIK_VERSION_LOCK if udisk_LogEnd...
2014-09-04 Simon Wilkinsonubik: Don't leak UBIK_VERSION_LOCK if setlabel fails
2014-05-28 Michael Meffiebuild: separate source and header compile_et rules
2014-04-14 Andrew DeasonFix rx_EndCall error precedence
2013-10-26 Michael Meffieubik: fix include quotes
2013-09-30 Michael Meffiebuild: compile_et rules for parallel make
2013-05-28 Simon WilkinsonSort all libtool symbol lists
2013-05-10 Marc Dionneubik: Avoid use of freed string
2013-04-06 Andrew Deasonliboafs_ubik: Export DISK_GetFile
2013-03-04 Simon Wilkinsonubik: Don't overflow server's addr array
2013-02-27 Simon Wilkinsonubik: Avoid unlinking garbage
2013-02-26 Simon Wilkinsonubik: Zero header before writing to disk
2013-02-24 Simon Wilkinsonubik: Don't leak memory if mutex init fails
2013-02-24 Simon Wilkinsonubik: Don't record result of select()
2013-02-04 Thorsten AlteholzBeautify ubik_print()
2013-01-18 Andrew Deasonubik: Remove bare global ubik_epochTime
2013-01-18 Andrew Deasonubik: Trivial formatting fix
2013-01-06 Nickolai Zeldovichubik/udebug.c, vol/vol-info.c: check array index before...
2012-12-18 Andrew Deasonubik: Do not count votes from error'd connections
2012-12-04 Andrew Deasonubik: Try to detect VOTE_Beacon errors
2012-10-30 Simon WilkinsonAdd opr/lock.h and tidy locking macros
2012-09-27 Chas Williams (CON... afs: casting NULL is generally unnecessary
2012-09-17 Marc Dionnemake install fixes for libraries
2012-09-16 Simon WilkinsonSplit up libtool support into LWP and pthread
2012-09-12 Simon Wilkinsonlibafsauthent: Build with libtool
2012-09-11 Simon Wilkinsonubik: Use libtool
2012-09-04 Simon WilkinsonFurther rationalise our usage of assert()
2012-08-31 Simon Wilkinsonauth: Relocate NetRestrict support functions
2012-07-22 Derrick Brashearubik: don't force an error just because calliter is...
2012-07-19 Garrett Wollmanubik: refactor error exits in internal CallIter()
2012-05-24 Simon Wilkinsondbservers: Don't cast returns from malloc()
2012-05-24 Simon WilkinsonUse calloc, rather than malloc/memset
2012-05-24 Simon WilkinsonUse strdup to copy strings
2012-05-05 Andrew Deasonubik: Initialize ubik_callPortal earlier
2012-04-12 Simon WilkinsonRemove redundant header includes
2012-04-10 Simon WilkinsonRework the ugen_* interface
2012-04-08 Derrick Brashearubik: utst needs opr for assert in util
2012-01-18 Marc DionneParallel build fixes
2011-11-29 Andrew Deasonudebug: Fix endianness when fudging lastYesHost
2011-09-26 Simon WilkinsonClean up assertion
2011-09-11 Simon WilkinsonMove string manipulation functions out of util
2011-07-29 Garrett Wollmanpthreaded servers: set thread names
2011-07-23 Simon Wilkinsonubik: ServerInitCommon is an internal function...
2011-06-07 Simon Wilkinsonubik: Use supplied config directory in ugen
2011-06-05 Simon WilkinsonBuild system: Move install definitions to include
2011-06-05 Simon Wilkinsonubik: Initialise global version lock before use
2011-04-27 Marc Dionneubik: add uvote_HaveSyncAndVersion
2011-04-27 Marc Dionneubik: Defer updateUbikNetworkAddress until after RX...
2011-04-27 Marc Dionneubik: locking in recovery.c
2011-04-27 Marc Dionneubik: always hold DB lock for urecovery_ResetState()
2011-04-27 Marc Dionneubik: set UBIK_RECLABELDB before propagating version
2011-04-27 Marc Dionneubik: remote: fix DB lock usage
2011-04-26 Ben KadukRename libcom_err to libafscom_err
2011-04-06 Marc Dionneubik: don't rely on timeout value after select()
2011-04-05 Marc Dionneubik: take DB lock in ubik_GetVersion
2011-04-05 Marc Dionneubik: DB lock usage in ubik_Flush and ubik_Write
2011-04-05 Marc Dionneubik: SVOTE_Beacon should hold the DB lock for CheckTid
2011-04-05 Marc Dionneubik: Document lock ordering
2011-04-05 Marc Dionneubik: Introduce version lock
2011-04-05 Marc Dionneubik: Introduce new address lock
2011-04-05 Marc Dionneubik: Introduce new vote lock
2011-04-05 Marc Dionneubik: Introduce new beacon lock
2011-04-05 Simon WilkinsonReplace afs_ctime with strftime and friends
2011-04-03 Simon Wilkinsonubik: Tidy up header includes
2011-03-27 Simon Wilkinsonafs_snprintf is dead, long live rk_snprintf
2011-03-13 Simon Wilkinsonubik: Allow servers to have more than 3 seclayers
2011-03-13 Simon Wilkinsonubik: Remove dependency on auth
2011-03-06 Marc Dionneubik: cleanup DB lock usage in SDISK_SendFile
2011-03-06 Marc Dionneubik: refactor pthread creation code
2011-03-06 Marc Dionneubik: remove unused code
2011-03-06 Marc Dionneubik: Rearrange some initialization code
2011-03-06 Marc Dionneubik: make uphys_close static
2011-03-06 Marc Dionneubik: remove successive Quorum_EndIO, Quorum_StartIO...
2011-03-06 Marc Dionneubik: add lock initialization function
2011-03-06 Marc Dionneubik: rename DInit, call from initialization sequence
2011-03-06 Jeffrey Altmanubik: build all files for pthread version
2011-03-05 Marc Dionneubik: remove unused UBIK_PAUSE code
2011-02-17 Marc Dionneubik: Abstract common code in ContactQuorum* functions
2011-02-17 Marc Dionneubik: remove unused OLD_URECOVERY code
2011-02-09 Marc Dionneubik: always prefer a dirty cache page for write transa...
2010-12-07 Andrew DeasonRemove unreached lines
2010-11-27 Derrick Brashearubik sync client error recovery
2010-11-25 Andrew Deasonubik: Log a message when we replay the trans log
2010-11-25 Andrew Deasonubik: Replay the transaction log label correctly
2010-11-17 Simon Wilkinsonlibroken: Build on windows
2010-11-15 Andrew Deasonubik: Record the last write tid in writeTidCounter
2010-11-12 Hartmut ReuterUse port in ugen_ClientInit
2010-10-29 Marc Dionneubik: Set but not used variables
2010-10-27 Derrick Brasheardown with assert, up with osi_Assert
2010-10-11 Simon WilkinsonUnix: Rework build system
2010-09-20 Simon Wilkinsonubik: Remove unused error codes
2010-09-10 Andrew Deasonudebug: Always show tidCounter
2010-09-08 Derrick Brashearubik recovery and remote use correct file number
2010-08-30 Derrick Brashearubik recovery kill duplicate code
2010-08-30 Andrew Deasonubik: Protect ubik_servers in urecovery_Interact
2010-08-30 Andrew Deasonubik: Drop dbase versionLock during I/O and sleeps
2010-08-23 Andrew Deasonubik: add interface for reading during write locks
2010-08-23 Andrew Deasonubik: Fix buffers for reading-during-writes
next