Implemented fixes allowing libwebsockets to be built under Windows using MinGM/MSYS
[platform/upstream/libwebsockets.git] / test-server / test-server.c
2015-10-29 Stephan EberleImplemented fixes allowing libwebsockets to be built...
2015-04-22 wonder-miceFrom 04da2ccd1e8c5b582c4e2a77ee53f929ae8f22a0 Mon Sep...
2015-03-28 Andy Greenprepare for v1.4
2015-03-05 Andy Greentest server only mention pollfd if EXTERNAL_POLL
2014-11-30 Andy Greencoverity 83658 test server check fstat return
2014-11-30 Andy Greencoverity 83662 test server check lseek return
2014-11-26 Andy Greenclean test server a bit
2014-11-24 Joakim SoderbergSubject: [PATCH] BUGFIX: Failed to get proper output...
2014-11-05 Andy Greenclean http2 passphrase code
2014-10-22 Andy Greenhttp2 alpn npn pollout
2014-10-18 Andy Greenhttp2 track content length add END_STREAM
2014-10-17 Andy Greenhttp2 handle flags
2014-10-12 Andy Greenhttp2 able to send test.html to nghttp2
2014-10-12 Andy Greenhttp2 hpack basic decode ok including huff
2014-10-08 Andy Greenhttp2 can keep upgraded connection up
2014-09-30 Andy Greenhttp2 add h2c upgrade and http2 connmode
2014-09-30 Andy Greenadd http2 settings token
2014-09-30 Andy Greentest server correct header naming order
2014-08-18 Andy Greenintroduce lws_partial_buffered
2014-07-06 Andy Greentest server dumb increment fix once per second duplicate
2014-04-11 Andy Greenrefactor libev eliminate all code ifdefs
2014-04-10 Andy Greentest server extend timeout while sending leaf
2014-03-30 Andy GreenMerge branch 'tid' of https://github.com/paroga/libwebs...
2014-03-29 Patrick GanstererUse Sleep() instead of usleep() on Windows
2014-03-29 Patrick GanstererRemove dummy headers for Windows
2014-03-29 Patrick GanstererRemove emulated_poll on Windows
2014-03-08 Patrick GanstererAdd libwebsocket_cancel_service() to let a pending...
2014-02-15 Michael Haberlerupdate test server for new extpoll
2014-02-15 Jakob Flierlmake force_exit volatile.
2013-12-25 Andy GreenUse ppoll to allow signals to wake service loop early...
2013-12-18 Andy Greenadd locking callback for fds
2013-12-14 James DevineOptionally allow non-SSL connections on same port as SSL
2013-12-10 Christian Wyssdistinguish error from truncation
2013-12-09 Andy Greenhandle EAGAIN during send
2013-11-24 kapejodSupport for HTTP POST.
2013-11-12 Andy Greenintroduce uri args
2013-11-10 Andy Greenreal http status codes update attack.sh
2013-11-10 Andy Greenuri santitation fixes deal with single dot update attack.sh
2013-11-10 Andy Greentranslate and protect uri test sever use uri path
2013-11-09 Andy Greenadd cookie example to test server
2013-11-09 Andy Greenallow other headers in http send file
2013-11-09 Andy Greenimprove minilex use external parsing header
2013-05-02 Andy Greentrac 29 convert more snprintf stowaways
2013-04-29 Andy Greentrac 29 eliminate snprintf again
2013-03-23 Andy Greentest server improve return checking
2013-03-23 Joakim SoderbergAllow setting the resource path via command line.
2013-03-16 Andy Greenintroduce api for unthrottle all connections of protocol
2013-03-16 Andy Greenrxflow remove recursion and simplify
2013-03-14 Michel ArchambaultFixed read of the jpg in Windows
2013-02-23 Lucfix mime type on leaf header
2013-02-23 Andy Greenreflect send completeness in lws_write return
2013-02-20 Edwin van den Oetelaarprovide socketfd at in param for LWS_CALLBACK_FILTER_NE...
2013-02-18 Andy Greenrestrict http send buffer to 4096
2013-02-17 Andy Greentest server kill skt with minus 1
2013-02-15 Andy Greenapi change deliver socket fd to in param of extpoll...
2013-02-14 Andy Greenadd by hand http send example
2013-02-13 Joakim SoderbergFixed DLL compilation on Windows for CMake.
2013-02-12 Andy Greenapi make close api private only
2013-02-12 Joakim SoderbergFixed compilation on Windows.
2013-02-11 Andy Greenvalgrind introduce protocol init and destroy user callbacks
2013-02-11 Andy Greenreplace per header mallocs with single malloc 3 level...
2013-02-09 Andy Greenalign max frame for mirror protocol to what the code...
2013-02-09 Andy Greenchange context creation params to struct
2013-02-08 Andy Greenremove fixed rx buffer allow definition per protocol
2013-02-08 Andy Greenremove need for filepath buffer on http file serve
2013-02-06 Joakim SoderbergFixed linux compilation and added more compile options.
2013-02-06 Joakim SoderbergCMake support + fixed windows build.
2013-02-02 Andy Greenimprove test server poll loop docs
2013-02-01 Andy Greenadditional casts allow test server build as cpp
2013-01-30 Andy Greenchange get_peer_addresses to use context wsi latency
2013-01-30 Andy Greentest server terminate cleanly on ctrl c
2013-01-29 Andy Greenevict all broadcast support
2013-01-25 Andy Greenautocreate foreign broadcast sockets on broadcast
2013-01-21 Andy Greenuse correct LWS_NO_DAEMONIZE on test server
2013-01-21 Andy Greenremove all support for pre v13 protocols
2013-01-21 Andy Greendisable private broadcast sockets if enable no fork...
2013-01-20 Edwin van den Oetelaaralign test server extpoll with library dynamic approach
2013-01-20 Andy Greenintroduce without extensions
2013-01-19 Andy Greenmake use of lock file
2013-01-19 Andy Greentest server add daemonization flag
2013-01-19 Andy Greentest server use syslog logging
2013-01-17 Andy Greensolve flowcontrol problems
2013-01-17 Edwin van der Oetelaaruse simple lookup table for extpoll
2013-01-16 Andy Greenmove array bounds gcc workaround outside function
2013-01-16 Andy Greenworkaround for some gcc array bounds false positive
2013-01-16 Andy Greenupdate test server html serving callback to use aepd...
2013-01-15 Andy Greenextpoll use hashtable for fd tracking
2013-01-15 Edwin van der Oetelaarextpoll break out of loop when set or clear finds fd
2013-01-15 Andy Greenhttp service break into outer loop states
2013-01-15 Andy Greenmerge test server extpoll into test server
2013-01-15 Andy Greenlogging ensure everyone has a newline
2013-01-13 Andy Greenabsorb README.rst into main README and code
2013-01-12 Andy Greenlogging extend level set api to allow setting emission...
2013-01-10 Andy Greenallow enabling debug contexts from test apps
2013-01-09 David GaleanoAdded context creation parameter for CA certificates...
2012-10-19 Alon Levylibwebsocket_context: add userspace pointer for use...
2012-07-20 Andy Greenrestore accept error as closure signal
2012-04-12 Andy Greenchange DATADIR to INSTALL_DATADIR solve mingw conflict
2012-04-09 Andy Greenstyle cleaning
2011-05-23 Andy Greenintroduce x google mux very draft indeed
next