platform/upstream/libwebsockets.git
2014-12-01 Michael HaberlerSubject: [PATCH] serve_http_file: add feature test...
2014-12-01 Andy Greentest echo versa + uri
2014-12-01 Andy Greentest echo add port to server host
2014-12-01 Andy Greenrevert 187
2014-12-01 Andy GreenREADME.md update markup api key
2014-12-01 =?UTF-8?q?Joakim... Subject: [PATCH] Nicer readmes using markdown.
2014-11-30 Andy Greencoverity 83669 remove random from fraggle
2014-11-30 Andy Greencoverity 83663 remove random from test client
2014-11-30 Andy Greencoverity 83687 daemonize was not a close problem
2014-11-30 Andy Greencoverity 83682 base64 decode more dead code
2014-11-30 Andy Greencoverity 83683 test ping more uint64_t needed
2014-11-30 Andy Greencoverity 83684 more ways to close and use freed wsi
2014-11-30 Andy Greencoverity 83685 daemonize put the close in the right...
2014-11-30 Andy Greencoverity 83686 server close sockfd if failing out
2014-11-30 Andy Greenwin32 does not know uint64_t without stdint.h
2014-11-30 Andy Greencoverity 83656 server check setsockopt return
2014-11-30 Andy Greencoverity 83657 plat unix check setsockopt return
2014-11-30 Andy Greencoverity 83658 test server check fstat return
2014-11-30 Andy Greencoverity 83659 plat unix check fstat return
2014-11-30 Andy Greencoverity 83660 plat unix check fcntl return
2014-11-30 Andy Greencoverity 83661 output check lseek return
2014-11-30 Andy Greencoverity 83662 test server check lseek return
2014-11-30 Andy Greencoverity 83664 consistently check NULL
2014-11-30 Andy Greencoverity 83665 fail on null buffer
2014-11-30 Andy Greencoverity 83666 fail on null buffer
2014-11-30 Andy Greencoverity 83667 dead code
2014-11-30 Andy Greencoverity 83668 test echo nesting level bug
2014-11-30 Andy Greencoverity 83671 dead code
2014-11-30 Andy Greencoverity 83672 dead code
2014-11-30 Andy Greencoverity 83673 deference after NULL check
2014-11-30 Andy Green83674 dereference after NULL check
2014-11-30 Andy Green83675 test echo param could bust bounds
2014-11-30 Andy Greencoverity 83678 unused assignment
2014-11-30 Andy Greencoverity 83679 default int expansion might bloat byte...
2014-11-30 Andy Greencoverity 83680 kill needless semicolons
2014-11-30 Andy Greencoverity 83681 unused assignment
2014-11-30 Andy Greencoverity 83682 suspicous signed bytewise reassembly
2014-11-30 Andy Greencoverity 83683 shift greater than 31 technically undefined
2014-11-30 Andy Greencoverity 83670 daemonize can leak lock handle
2014-11-30 Andy Greencoverity 83684 let parent close if ssl service fails
2014-11-30 Andy Greencoverty travis fix env indentation
2014-11-30 Andy Greencoverity travis add key
2014-11-30 =?UTF-8?q?Joakim... Subject: [PATCH] Add support for coverity static analys...
2014-11-27 Samuel MartinSubject: [PATCH] cmake: set the project language
2014-11-26 =?UTF-8?q?Joakim... Subject: [PATCH] Add appveyor CI support for Windows.
2014-11-26 Christoph MuellnerSubject: [PATCH] Adding lws_config.h to list of install...
2014-11-26 Andy Greenremove duplicate const
2014-11-26 Andy Greentest echo initialize listen port
2014-11-26 Andy Greenmove bind passphrase out of LWS_NO_SERVER
2014-11-26 Andy Greenclean test server a bit
2014-11-25 Joakim SoderbergAdd libev dependecny
2014-11-25 Joakim SoderbergRemove lcov depdency
2014-11-25 Joakim SoderbergCLang gives an error on -O4
2014-11-25 Joakim SoderbergAdded travis support
2014-11-24 Roger A. LightSubject: [PATCH] SSL: Disable support for SSLv2 and...
2014-11-24 Joakim SoderbergSubject: [PATCH] Enable usage of ancient OpenSSL.
2014-11-24 Joakim SoderbergSubject: [PATCH] BUGFIX: Failed to get proper output...
2014-11-20 Andy Greenssl fix client and server passphrase handling
2014-11-18 Andy Greenandroid64 make bzero def conditional
2014-11-18 Andy Greentest-echo: enable for ssl cert serving and verification
2014-11-18 Andy Greenssl: improve client error message on server cert probs
2014-11-17 Andy Greenssl also allow passphrase management for server
2014-11-13 Andy Greenreturn_http_staus fix http2 defeating body addition
2014-11-09 Andy Greenreadme tag key
2014-11-08 Andy Greenlws_union_transition
2014-11-08 Andrew CanadayBe sure to invoke *lws_free_header_table*:
2014-11-07 Andrew CanadayDon't free wsi->u.hdr.ah except through lws_free_header...
2014-11-07 Andrew CanadayAdding header table free function to make sure we free...
2014-11-06 Emerson Clarkeplat win add ibterface to sa
2014-11-05 Andy Greenssl CYASSL doesnt have new api
2014-11-05 Andy Greenclean http2 passphrase code
2014-11-01 Andy Greenhttp2 window update
2014-11-01 Andy Greenclean remove debug spew outside http2
2014-10-31 kulwikSubject: [PATCH] ssl fix self-singed certificate accept...
2014-10-29 Rene JagerSubject: [PATCH] fixes for handling multiple protocols...
2014-10-27 Andy Greenhttp2 padding and ping to autopong
2014-10-27 Andy Greenopenssl update deprecated remove_state api
2014-10-23 Drew NoakesSubject: [PATCH] Fix minor typos in code documentation
2014-10-22 Andy Greenhttp2 alpn npn pollout
2014-10-22 Marek KochanowiczSubject: [PATCH] Initialize openssl during client initi...
2014-10-18 Andy Greenhttp2 dont use incoming END_STREAM when sending headers
2014-10-18 Andy Greenadd newline on libwebsockets.c for ancient compilers
2014-10-18 Andy Greenhttp2 working nghttp fetch multi files completely
2014-10-18 Andy Greenhttp2 track content length add END_STREAM
2014-10-17 Andy Greenhttp2 handle flags
2014-10-17 Andy Greenssl clean recent external CTX patch so doesnt break...
2014-10-16 joseph.urciuolissl allow externally managed SSL_CTX
2014-10-16 Andy Greentrac 89 add flag on fatal send fail to use simple close
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-09 Andy Greenhttp2 add hpack decode support
2014-10-09 Andy Greenfix return_http_status adaptation for http2
2014-10-09 Christian Schüldtssl renew timeout while post keeps coming
2014-10-09 Christian Schüldtssl fix service problem in MORE_SERVICE case
2014-10-09 Andy Greenssl optimize poll when buffered ssl read data
2014-10-09 Andy Greenssl_capable_read add context param
2014-10-08 Andy Greenssl fix pending reads stuck in ssl layer
2014-10-08 Andy Greenhttp2 fix build when http2 disabled
2014-10-08 Andy Greenhttp2 headers huffman decoder
2014-10-08 Andy Greenhttp2 can keep upgraded connection up
next