summaryrefslogtreecommitdiff
path: root/server/src/httpd.cc
AgeCommit message (Expand)Author
2014-03-05Use hugin module instead of old debug code.Bent Bisballe Nyeng
2014-02-12Fix 64bit compilationBent Bisballe Nyeng
2012-08-10Fix compilation of all tests.Bent Bisballe Nyeng
2012-05-03Make MHD_get_connection_info work on old microhttpd.Bent Bisballe Nyeng
2012-05-03Print peer address on connection.Bent Bisballe Nyeng
2012-03-01Only print *data_size bytes from data to debug output. Added connection time ...Bent Bisballe Nyeng
2012-02-16Re-enable threads, they were not the culprit.Bent Bisballe Nyeng
2012-02-16Re-disable threaded connections.Bent Bisballe Nyeng
2012-01-10Make microhttp use one thread per connection.Bent Bisballe Nyeng
2011-12-06Rollback microhttpd using one thread pr. connection. This feature must be int...Bent Bisballe Nyeng
2011-11-28Use one-thread-per-connection and fix up Session locking.Bent Bisballe Nyeng
2011-08-02New 'open course' feature.deva
2011-02-17Rewrite of all old tests to new unittest framework. Also some work on testdb;...deva
2011-02-14Revert httpd.cc file from last commit.deva
2011-02-14'Ported' export functionality from macrotool.deva
2011-02-04A new connection handling mechanism.deva
2010-07-05Remove PRACRO_ prefix from debug macros.deva
2010-07-05Partial commit (final): Add missing headers, fixing gcc4.4 compile errors.deva
2010-06-14Isolated all microhttpd code in Httpd class.deva