summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-01oupsBent Bisballe Nyeng
2012-03-01activeSessions rewrite to prevent deadlock.Bent Bisballe Nyeng
2012-03-01Only print *data_size bytes from data to debug output. Added connection time ...Bent Bisballe Nyeng
2012-02-23Fix potential segfaultBent Bisballe Nyeng
2012-02-23Add thread id to debug output.Bent Bisballe Nyeng
2012-02-23Remove deadlock in session store.Bent Bisballe Nyeng
2012-02-16Re-enable threads, they were not the culprit.Bent Bisballe Nyeng
2012-02-16Fix uncaught Exception.Bent Bisballe Nyeng
2012-02-16Fix uncaught Exception.Bent Bisballe Nyeng
2012-02-16Fix uncaught Exception.Bent Bisballe Nyeng
2012-02-16Re-disable threaded connections.Bent Bisballe Nyeng
2012-02-09Bump server version to 2.2.2Bent Bisballe Nyeng
2012-02-09Add missing virtual destructors (oops, missed the 'virtual' keyword...).Bent Bisballe Nyeng
2012-02-09Add missing virtual destructor.Bent Bisballe Nyeng
2012-02-09Add missing virtual destructor.Bent Bisballe Nyeng
2012-02-09Fix missing log file descriptor reload in SIGHUP.Bent Bisballe Nyeng
2012-01-26New onCommit scripting system.Bent Bisballe Nyeng
2012-01-26New diagnose and behandling functions.Bent Bisballe Nyeng
2012-01-20Add missing prefix to cave search.Bent Bisballe Nyeng
2012-01-19Make client block on error response from server. Both on macro commits and on...Bent Bisballe Nyeng
2012-01-10Happy new year.Bent Bisballe Nyeng
2012-01-10Bump version to 2.2.1Bent Bisballe Nyeng
2012-01-10Make microhttp use one thread per connection.Bent Bisballe Nyeng
2012-01-10Fixed compilation error.Bent Bisballe Nyeng
2011-12-06Rollback microhttpd using one thread pr. connection. This feature must be int...Bent Bisballe Nyeng
2011-12-06Clean up the way connections are handled.Bent Bisballe Nyeng
2011-12-06Force split values with dot ('.') in the names into groups.Bent Bisballe Nyeng
2011-12-05Prepare for template scripts.Bent Bisballe Nyeng
2011-12-05Change how script code is stored to the Script objects. The std::string code ...Bent Bisballe Nyeng
2011-12-02Bump version.Bent Bisballe Nyeng
2011-12-02Updated the language filesenator
2011-12-01Merge branch 'master' of http://git.aasimon.org/public/pracrosenator
2011-12-01Added missing strings.Bent Bisballe Nyeng
2011-12-01Make sure space is added in the bottom (stretch) if the window is taller than...Bent Bisballe Nyeng
2011-12-01Restore sane animationtime value.Bent Bisballe Nyeng
2011-12-01Set window title and icon.Bent Bisballe Nyeng
2011-12-01Make combobox selection list popup on spacebar or mousedown.Bent Bisballe Nyeng
2011-12-01Force focus on combobox in altcombobox in order to avoid the inner widget gai...Bent Bisballe Nyeng
2011-12-01Fix setKeyboardFocus to work recursive on all widgets. Fixes bug where MultiL...Bent Bisballe Nyeng
2011-12-01Reorganise TabOrder according to child nesting order.Bent Bisballe Nyeng
2011-12-01Missing include.Bent Bisballe Nyeng
2011-12-01Add test course.Bent Bisballe Nyeng
2011-11-30Make sure the drawer button is focused before the macro is deleted. Otherwise...Bent Bisballe Nyeng
2011-11-30Since from to to heights are the same this is a noop, but it seems more corre...Bent Bisballe Nyeng
2011-11-30Make sure we don't 'bounce' around when animating to the same height.Bent Bisballe Nyeng
2011-11-29remove old debug code.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-11-25Replace newline with symbol to avoid new row generation in office import.Bent Bisballe Nyeng
2011-11-23Merge branch 'master' of http://git.aasimon.org/public/pracrosenator