FBSD: complete the build fix for 8.1 libafs
[openafs.git] / src / ubik /
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
2010-08-23 Andrew Deasonubik: Abstract buffer matching and pass trans ptrs
2010-08-17 Marcus Wattsdeath to trailing whitespace
2010-08-17 Marcus Wattsdeath to register
2010-07-20 Andrew Deasonubik: Make ugen_ClientInit honor noAuthFlag
2010-06-23 Andrew Deasonubik: Remove api for reading during write locks
2010-06-23 Andrew DeasonMake ubik use unsigned addresses
2010-06-22 Andrew Deasonubik: Do not hide ReplayLog errors
2010-06-22 Andrew Deasonubik: ntohl on reading the replay log
2010-06-14 Andrew Deasonubik: add interface for reading during write locks
2010-06-14 Derrick Brasheargenerated file target
2010-06-09 Andrew DeasonDefine updateUbikNetworkAddress static
2010-05-26 Andrew DeasonProtect ubik cache accesses
2010-04-15 Simon WilkinsonTidy up UKERNEL includes
2010-04-02 Andrew Deasontubik: Correct use of flags_cond and version_cond
2010-04-02 Andrew DeasonKill afs_inet_ntoa
2010-03-29 Rod WiddowsonRender the IP address for the "Ubik: Lost contact with...
2010-03-10 Simon WilkinsonDon't always use the local cell for db clients
2010-03-09 Andrew Deasonudebug: Fix byte ordering of last yes host
2010-02-17 Andrew DeasonInclude stdint.h when using intptr_t
2010-02-09 Simon WilkinsonAdd rx security index enum
2010-02-08 Steven Jenkinstubik: Initialize mutexes and cvs
2010-02-03 Simon WilkinsonAdd printf format checks to the rest of tree
2010-02-03 Simon WilkinsonAdd interface to select client security objects
2010-02-02 Andrew DeasonSquash pthreaded ubik warnings
2009-11-29 Andrew DeasonAdd server prefix to utst_int.xg
2009-11-17 Simon WilkinsonRationalise our include paths
2009-11-11 Simon Wilkinsonconst char paths for ubik_ServerInit
2009-10-16 Derrick Brashearexit less
2009-10-16 Derrick Brashearsnowleopard 64 bit warning death
2009-10-08 Andrew DeasonReduce warnings in vos.c
2009-09-28 Simon WilkinsonAdd support for warning checked builds
2009-09-28 Marc DionneUse intptr_t and uintptr_t for integer/pointer conversions
2009-09-28 Simon WilkinsonSquish some warnings in ubik/
2009-08-19 Jeffrey AltmanWindows: Permit build system to update symbol store
2009-07-30 Simon WilkinsonMake rxgen emit prototype for ExecuteRequest
2009-07-15 Jeffrey AltmanImprove Windows Build System By Using MT-safe Versions...
2009-07-11 Simon WilkinsonRename printf cast helpers and clean up format string...
2009-07-10 Simon WilkinsonFix return type defaults to int warnings in ubik
2009-07-10 Simon WilkinsonRemove the RCSID macro
2009-07-06 Simon WilkinsonRemove CVS ignore files
2009-06-16 Andrew Deasonubik-fix-allbetter-loglevels-20090616
2009-06-15 Simon Wilkinsongitignore-20090615
2009-04-27 Matt Benjamindragonfly-bsd-userland-20090427
2009-03-20 Derrick Brashearubik-recovery-use-file-number-not-hardcoded-zero-20090319
next