summaryrefslogtreecommitdiff
path: root/server/src/admin_connection.cc
AgeCommit message (Expand)Author
2014-03-19Add export 'from' and 'to' desciptions in html overview page.Bent Bisballe Nyeng
2014-03-05Use hugin module instead of old debug code.Bent Bisballe Nyeng
2012-08-09Added session files to admin session list.Bent Bisballe Nyeng
2012-03-01activeSessions rewrite to prevent deadlock.Bent Bisballe Nyeng
2012-02-23Fix potential segfaultBent Bisballe Nyeng
2011-12-06Clean up the way connections are handled.Bent Bisballe Nyeng
2011-12-01Missing include.Bent Bisballe Nyeng
2011-11-28Use one-thread-per-connection and fix up Session locking.Bent Bisballe Nyeng
2011-11-25Reuse environment (macrolist) instead of creating a new one. Add 'to' and 'fr...Bent Bisballe Nyeng
2011-02-18Made Session isreadonly property private and created new commitMacro method.deva
2011-02-17'Renamed' active/setActive methods to idle/setIdle, since these names makes m...deva
2011-02-14'Ported' export functionality from macrotool.deva
2011-02-08Add URI in html title.deva
2011-02-07Cleaned up the Connection interface a bit.deva
2011-02-07Added resource handler.deva
2011-02-04Database pool is now used instead of one connection per session. Admin interf...deva
2011-02-04A new connection handling mechanism.deva