libwebsockets/lib
Patrick Gansterer cb6ee152d2 Define libwebsocket_write_http as a macro instead of inline
This solves two problems:
a) We do not need to use the keyword inline in the public header.
b) We avoid a possible warning about an unused static function.
2014-03-03 19:50:42 +08:00
..
.gitignore Ignoring linux build files 2013-01-09 15:46:11 +08:00
base64-decode.c remove bae64 decode and selftest 2013-09-18 20:57:59 +08:00
client-handshake.c WSAGetLastError() instead of errno on Windows 2014-02-28 20:08:55 +08:00
client-parser.c fix zero length ping pong 2014-02-15 16:00:37 +08:00
client.c WSAGetLastError() instead of errno on Windows 2014-02-28 20:08:55 +08:00
daemonize.c Hide private library symbols 2013-03-30 09:52:21 +08:00
extension-deflate-frame.c style cleanup 2013-02-11 17:13:32 +08:00
extension-deflate-frame.h Separate compression levels for server and client, 2013-01-10 12:45:54 +08:00
extension-deflate-stream.c style cleanup 2013-02-11 17:13:32 +08:00
extension-deflate-stream.h remove fixed rx buffer allow definition per protocol 2013-02-08 13:16:07 +08:00
extension.c Hide private library symbols 2013-03-30 09:52:21 +08:00
getifaddrs.c style cleanup 2013-02-11 17:13:32 +08:00
getifaddrs.h make header protection unique remove __prefix 2013-10-26 20:23:00 +08:00
handshake.c Add explicit cast to setsockopt() calls 2014-02-28 08:45:19 +08:00
lextable.h Support for HTTP POST. 2013-11-24 10:36:37 +08:00
libwebsockets.c WSAGetLastError() instead of errno on Windows 2014-02-28 20:08:55 +08:00
libwebsockets.h Define libwebsocket_write_http as a macro instead of inline 2014-03-03 19:50:42 +08:00
minilex.c Support for HTTP POST. 2013-11-24 10:36:37 +08:00
output.c WSAGetLastError() instead of errno on Windows 2014-02-28 20:08:55 +08:00
parsers.c Cleanup include statements 2014-02-28 08:51:35 +08:00
private-libwebsockets.h Remove duplicated implementations for bzero() 2014-02-28 20:28:06 +08:00
server-handshake.c reflect send completeness in lws_write return 2013-02-23 10:50:10 +08:00
server.c WSAGetLastError() instead of errno on Windows 2014-02-28 20:08:55 +08:00
sha-1.c Remove duplicated implementations for bzero() 2014-02-28 20:28:06 +08:00