summaryrefslogtreecommitdiff
path: root/src/mon/Session.h
Commit message (Expand)AuthorAgeFilesLines
* cleanup: changed order of #includes, global_context.h, debug.hwip-doutRoald J. van Loon2012-12-241-3/+3
* cleanup: debug.h/dout.h and global_ceph_context changesRoald J. van Loon2012-12-221-0/+2
* mon: clean up Subsription xlistsSage Weil2012-11-181-0/+9
* mon: fix large pass by valueSage Weil2012-09-301-2/+2
* mon: kill client sessions when we're not in quorumGreg Farnum2012-01-051-1/+4
* mon: limit maps send on onetime osdmap subscribeSage Weil2011-10-041-2/+4
* mon: do not copy subscription xlistSage Weil2011-06-211-2/+5
* Merge branch 'testing' into unstableSage Weil2010-09-131-1/+1
|\
| * mon: less log noiseSage Weil2010-09-101-1/+1
* | mon: delete Subscriptions, don't just clear them. Fixes minor memory leak.Greg Farnum2010-08-091-1/+3
* | Merge branch 'unstable' into mon-removeSage Weil2010-07-291-6/+7
|\ \ | |/
| * mon: revamp subscribe protocol [backward compatible protocol change]Sage Weil2010-07-261-4/+5
| * Bug #98: Unique names for include guardsMarkus Elfring2010-06-171-2/+2
* | mon: simplify request forwardingSage Weil2010-06-111-1/+7
* | mon: send old format monmap to old clients (backward compatible)Sage Weil2010-06-081-4/+8
|/
* Merge branch 'string' into unstableSage Weil2010-05-071-6/+6
|\
| * replace nstring with std::stringSage Weil2010-04-281-6/+6
* | types: standardize on uint64_tSage Weil2010-05-071-1/+1
|/
* mon: Change name of Session to MonSession.Greg Farnum2010-03-251-22/+22
* mon: Add a Session operator<<, use it in OSDMonitorGreg Farnum2010-03-151-0/+8
* xlist: clean up interfaceSage Weil2010-03-121-1/+1
* mon: only remove_session if !s->closedSage Weil2009-11-191-0/+1
* auth: reuse global_id when requesting ticketsYehuda Sadeh2009-11-161-1/+2
* auth: distribute global instance id to clientYehuda Sadeh2009-11-091-1/+2
* auth: parse mon capsYehuda Sadeh2009-10-231-7/+2
* auth: pass mon caps to the sessionYehuda Sadeh2009-10-231-0/+7
* Merge branch 'unstable' into authSage Weil2009-10-211-0/+28
|\
| * mon: fix use-after-free in session removalSage Weil2009-10-161-1/+1
| * mon: share new osd maps with 'random' osdsSage Weil2009-10-121-0/+26
| * mon: new, improved monitor request/reply routingSage Weil2009-10-091-0/+1
| * mon: fix session close racesSage Weil2009-10-081-0/+1
* | auth: kill useless AuthServiceManager; rename file to AuthServiceHandlerSage Weil2009-10-211-1/+1
* | auth: move session_key to the AuthHandlerSage Weil2009-09-231-2/+1
* | mon: put auth_handler in mon SessionSage Weil2009-09-231-1/+5
* | mon: route all auth traffic through authmonSage Weil2009-09-231-0/+3
|/
* mon: fix up subscribe infrastructure to use msgr connection for sessionsSage Weil2009-09-211-0/+90