summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2012-04-12autoconf introduce enable mingw and adapt compiler optionsAndy Green1-0/+13
Based on work from Radu Sorici <soriciradu@gmail.com> Signed-off-by: Andy Green <andy.green@linaro.org>
2011-05-23introduce x google mux very draft indeedAndy Green1-0/+13
This is initial x-google-mux support. It's disabled by default since it's very pre-alpha. 1) To enable it, reconfigure with --enable-x-google-mux 2) It conflicts with deflate-stream, use the -u switch on the test client to disable deflate-stream 3) It deviates from the google standard by sending full headers in the addchannel subcommand rather than just changed ones from original connect 4) Quota is not implemented yet 5) Close of subchannel is not really implemented yet 6) Google opcode 0xf is changed to 0x7 to account for v7 protocol changes to opcode layout However despite those caveats, in fact it can run the test client reliably over one socket (both dumb-increment and lws-mirror-protocol), you can open a browser on the same test server too and see the circles, etc. Signed-off-by: Andy Green <andy@warmcat.com>
2011-03-06configure add requirement for zlib.hdeflate-stream-supportAndy Green1-1/+1
Signed-off-by: Andy Green <andy@warmcat.com>
2011-01-27introduce-test-ping-app.patchrelease-0.3Andy Green1-0/+11
Signed-off-by: Andy Green <andy@warmcat.com>
2011-01-27uplevel-soname-and-spec-0.3.patchAndy Green1-1/+1
Signed-off-by: Andy Green <andy@warmcat.com>
2011-01-27introduce-ssl-client-connections--flow-control.patchAndy Green1-1/+15
Signed-off-by: Andy Green <andy@warmcat.com>
2011-01-23introduce-private-md5-sha1.patchAndy Green1-1/+20
Signed-off-by: Andy Green <andy@warmcat.com>
2011-01-20add-enable-nofork-config-option.patchAndy Green1-1/+12
Signed-off-by: Andy Green <andy@warmcat.com>
2010-12-18fork-sever-process-and-introduce-broadcast-api.patchAndy Green1-1/+3
Signed-off-by: Andy Green <andy@warmcat.com>
2010-11-08convert-to-autotools.patchAndy Green1-0/+47
Signed-off-by: Andy Green <andy@warmcat.com>