summaryrefslogtreecommitdiff
path: root/lib/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2012-10-06use autogen.shAndy Green1-665/+0
Signed-off-by: Andy Green <andy.green@linaro.org>
2012-05-20refresh autotools stuffAndy Green1-29/+3
Signed-off-by: Andy Green <andy.green@linaro.org>
2012-05-03cleanup extra wrapping needed on braced defineAndy Green1-4/+30
Signed-off-by: Andy Green <andy.green@linaro.org>
2012-04-12mingw add win32helper to lib and fix extpollAndy Green1-1/+1
Based on work from Radu Sorici <soriciradu@gmail.com> Signed-off-by: Andy Green <andy.green@linaro.org>
2012-04-12mingw add zlib pathsAndy Green1-2/+2
Based on work from Radu Sorici <soriciradu@gmail.com> Signed-off-by: Andy Green <andy.green@linaro.org>
2012-04-12change DATADIR to INSTALL_DATADIR solve mingw conflictAndy Green1-1/+1
Based on work from Radu Sorici <soriciradu@gmail.com> Signed-off-by: Andy Green <andy.green@linaro.org>
2012-04-12autoconf introduce enable mingw and adapt compiler optionsAndy Green1-14/+27
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-5/+16
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-07add separate server writeable and change naming to match rest of callbacksAndy Green1-1/+1
Notice that the naming is changed, the notification to a server that it can write to the client is now called LWS_CALLBACK_SERVER_WRITEABLE, and the notification to a client that it can write to a server is LWS_CALLBACK_CLIENT_WRITEABLE. Signed-off-by: Andy Green <andy@warmcat.com>
2011-03-06introduce deflate compression extensionAndy Green1-3/+14
Signed-off-by: Andy Green <andy@warmcat.com>
2011-03-06introduce internal extensions arrayAndy Green1-4/+15
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/+2
Signed-off-by: Andy Green <andy@warmcat.com>
2011-01-23introduce-private-md5-sha1.patchAndy Green1-11/+28
Signed-off-by: Andy Green <andy@warmcat.com>
2011-01-22introduce-client-support.patchAndy Green1-1/+12
Signed-off-by: Andy Green <andy@warmcat.com>
2011-01-18add-base64-encode-decode.patchAndy Green1-1/+11
Signed-off-by: Andy Green <andy@warmcat.com>
2010-12-20use-libcrypto-hash-implementations.patchAndy Green1-13/+3
Signed-off-by: Andy Green <andy@warmcat.com>
2010-12-19clean-and-add-pedantic-remove-long-long.patchAndy Green1-1/+1
Signed-off-by: Andy Green <andy@warmcat.com>
2010-12-18fork-sever-process-and-introduce-broadcast-api.patchAndy Green1-2/+5
Signed-off-by: Andy Green <andy@warmcat.com>
2010-11-12move-to-automatic-protocol-list-scheme.patchAndy Green1-2/+2
Signed-off-by: Andy Green <andy@warmcat.com>
2010-11-08break-out-lib-sources.patchAndy Green1-2/+27
Signed-off-by: Andy Green <andy@warmcat.com>
2010-11-08add-documentation-script-to-automake.patchAndy Green1-11/+17
Signed-off-by: Andy Green <andy@warmcat.com>
2010-11-08convert-to-autotools.patchAndy Green1-0/+556
Signed-off-by: Andy Green <andy@warmcat.com>