summaryrefslogtreecommitdiff
path: root/server
AgeCommit message (Expand)Author
2014-08-26Fix memoryleak.Bent Bisballe Nyeng
2014-03-19Add export 'from' and 'to' desciptions in html overview page.Bent Bisballe Nyeng
2014-03-19Fix infinite loop in export.Bent Bisballe Nyeng
2014-03-05Replace praxisd code with praxisdif module.Bent Bisballe Nyeng
2014-03-05Use hugin module instead of old debug code.Bent Bisballe Nyeng
2014-03-05Add missing config.h inclusion.Bent Bisballe Nyeng
2014-02-26Fix 64bit compilationBent Bisballe Nyeng
2014-02-26Port from libpqxx to libpq.Bent Bisballe Nyeng
2014-02-12Fix 64bit compilationBent Bisballe Nyeng
2012-08-10Make test script work with relative 'deps' source files.Bent Bisballe Nyeng
2012-08-10Fix compilation of all tests.Bent Bisballe Nyeng
2012-08-10libpqxx > 4.0 fix.Bent Bisballe Nyeng
2012-08-09Added session files to admin session list.Bent Bisballe Nyeng
2012-08-09Added SessionHeaderParser for faster session xml file content searching.Bent Bisballe Nyeng
2012-06-28Fixed calendar/date bug in praxisd.Bent Bisballe Nyeng
2012-05-03Make MHD_get_connection_info work on old microhttpd.Bent Bisballe Nyeng
2012-05-03New praxisd lua functions.Bent Bisballe Nyeng
2012-05-03Use http response documents as error messages instead of the http error codes.Bent Bisballe Nyeng
2012-05-03Add debug function for use in lua scriptsBent Bisballe Nyeng
2012-05-03Print peer address on connection.Bent Bisballe Nyeng
2012-04-13Documentation.Bent Bisballe Nyeng
2012-04-12New mutex wrapped debug system.Bent Bisballe Nyeng
2012-04-12Add delay on trylock on session fail, before trying again.Bent Bisballe Nyeng
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-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