libuv when in use skip shutdown close phase
[platform/upstream/libwebsockets.git] / test-server /
2014-11-30 Andy Greencoverity 83683 test ping more uint64_t needed
2014-11-30 Andy Greencoverity 83658 test server check fstat return
2014-11-30 Andy Greencoverity 83662 test server check lseek return
2014-11-30 Andy Greencoverity 83668 test echo nesting level bug
2014-11-30 Andy Green83675 test echo param could bust bounds
2014-11-30 Andy Greencoverity 83682 suspicous signed bytewise reassembly
2014-11-30 Andy Greencoverity 83683 shift greater than 31 technically undefined
2014-11-26 Andy Greentest echo initialize listen port
2014-11-26 Andy Greenclean test server a bit
2014-11-24 Joakim SoderbergSubject: [PATCH] BUGFIX: Failed to get proper output...
2014-11-18 Andy Greentest-echo: enable for ssl cert serving and verification
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-18 Andy Greenhandle client protocol lists properly
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-04-02 Andy Greenrefactor out WIN32 tests from code
2014-03-30 Andy GreenMerge branch 'tid' of https://github.com/paroga/libwebs...
2014-03-29 Patrick GanstererMove #define for random() into the test applications...
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.
2014-02-15 martellfixed windows build
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-10 John Harrisonie10 lws url workaround
2013-12-09 Andy Greenhandle EAGAIN during send
2013-11-24 kapejodSupport for HTTP POST.
2013-11-12 Andy Greenintroduce uri args
2013-11-12 Andy Greenback up directory paths properly
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-09-20 Andy Greentrac 40 client connection properly nonblocking
2013-05-02 Andy Greentrac 29 convert more snprintf stowaways
2013-05-01 Andy Greentrac 29 echo remoe mention of syslog constants for...
2013-04-29 Andy Greentrac 29 avoid syslog in echo test if win32
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 Greentest client have u option also reject deflate stream
2013-03-16 Andy Greenrxflow remove recursion and simplify
2013-03-14 Michel ArchambaultFixed read of the jpg in Windows
2013-03-09 Andy Greenremove autotools build
2013-02-23 Lucfix mime type on leaf header
2013-02-23 Andy Greenreflect send completeness in lws_write return
2013-02-22 Joakim SoderbergFixed CMake compile options.
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-14 Andy Greenfragge able to send chunks larger than rx buffer
2013-02-13 Andy Greenupdate echo to use externsion getting api
2013-02-13 Joakim SoderbergFixed DLL compilation on Windows for CMake.
2013-02-12 Andy Greenecho test app needs different lockfile
2013-02-12 Andy Greenintroduce attack script
2013-02-12 Andy Greenapi make close api private only
2013-02-12 Andy Greenupdate test echo for iface info member namechange
2013-02-12 Joakim SoderbergFixed compilation on Windows.
2013-02-11 Andy Greenvalgrind client close in a controlled way on SIGINT
2013-02-11 Andy Greenvalgrind dont close things directly in the callback
2013-02-11 Andy Greenvalgrind client go through context destroy on connectio...
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 Greencorrect test client to close synchronously with last...
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-07 Peter PentchevFix two typos.
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-31 Andy Greenrenovate test html
2013-01-31 Andy Greenfixes for without server and without client
2013-01-30 Andy Greenintroduce test echo
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
next