client callback closed if not upgraded also for server connection
[platform/upstream/libwebsockets.git] / lib / parsers.c
2016-02-20 Andy Greenah pool lifetime use dynamic rxpos
2016-02-16 Andy Greendebug reduce noise
2016-02-15 Andy Greencoverity 158145 lws_header_table_detatch must handle...
2016-02-15 Andy Greenah owns rxbuf
2016-02-09 Andy Greenlws_reset_header_table dont reset NULL
2016-02-02 Andy Greendebug spew remove ah reset logging
2016-01-30 Andy Greenah http1.1 deal with pipelined headers properly
2016-01-29 Andy Greenclean pre 1.7
2016-01-26 Andy Greenmultithread stability
2016-01-21 Andy Greenunify bounds checking in parser
2016-01-20 Andy Greenintroduce LWS_WARN_UNUSED_RESULT
2016-01-20 Andy Greenheader fragment reject empty early
2016-01-19 Andy Greentolower remove
2016-01-19 Andy Greenparser issue_char audit
2016-01-19 Andy Greenmultithreaded service
2016-01-12 Andy Greenfuzzer rx overflow mitigate
2016-01-11 Andy Greenextension permessage deflate
2015-12-30 Andy Greendoc improve docs around header access apis
2015-12-28 Andy Greenautobahn extend max ping pong close payload to 125
2015-12-26 Andy Greenclose add callback to get peer close reason
2015-12-25 Andy Greenhttp header malloc pool implement pool
2015-12-25 Andy Greenws ping buffer allocate in wsi ws union member
2015-12-18 Andy Greenuridecoding lws_hdr_fragment_length
2015-12-18 Andy Greenuridecode no need to require length plus 2
2015-12-18 Andy Greenuridecoding disallow uriencoded equals in name part
2015-12-18 Andy Greenuridecoding handle plus chars as space
2015-12-18 Andy Greenuridecoding support optional semicolon as delimiter
2015-12-17 Andy Greenclean internal refactor
2015-12-16 Andy Greenpublic api remove context from user callback API BREAK
2015-12-16 Andy Greenpublic api remove superfluous context params API BREAK
2015-12-15 Andy Greenhttp uri arguments process in fragments
2015-12-15 Andy GreenURIPS_ARGUMENTS is redundant
2015-12-15 Andy Greenintroduce lws_hdr_copy_fragment
2015-12-15 Andy Greenrefactor needless context with wsi paramater passing
2015-12-14 Andy Greenuriencoding deal with0uriencoded question mark properly
2015-12-14 Andy Greenwhitespace trailing mass cleanout
2015-12-13 Andy Greenlws_get_ctx conversion
2015-12-04 Andy Greenclean tidy the worst whitespace alignment probs due...
2015-12-04 Andy Greenapi rationalization: eliminate all libwebsocket[s]_...
2015-12-04 Andy Greenapi rationalization eliminate oldstyle internal api...
2015-12-04 Andy Greenapi rationalization use new names internally
2015-12-01 Andrejs HaninsAllow zero-length pong to be received by server
2015-11-29 Andrew CanadayC89 tweaks as per #348.
2015-11-29 Andrew CanadayTerminate truncated header strings.
2015-11-14 Andy Greenmbed3 warning cleaning
2015-10-11 John TarltonAdded callback for PONG responses
2015-04-17 Andy Greenclose reply must use writable control reply path
2015-04-07 Andy Greenparser restrict unknown header paranoia to server methods
2015-03-30 Andy Greenunsigned char by default compiler compatibility
2015-03-24 Andy Greenping client ping handling use same infrastructure as...
2015-03-24 Andy Greenping allow zero length PING
2015-01-30 Drew NoakesSubject: [PATCH] Fix bug parsing unknown headers.
2015-01-26 Quinlan PfifferAdd PATCH, PUT, DELETE methods
2014-12-04 Alejandro MerySubject: [PATCH] Introduce lws_free2() helper to free...
2014-12-04 Alejandro MerySubject: [PATCH] Use custom allocator
2014-11-30 Andy Greencoverity 83666 fail on null buffer
2014-11-30 Andy Greencoverity 83679 default int expansion might bloat byte...
2014-11-08 Andrew CanadayBe sure to invoke *lws_free_header_table*:
2014-11-07 Andrew CanadayAdding header table free function to make sure we free...
2014-09-30 Andy Greenparser default to name parsing if unknown
2014-08-24 Andy Greendefer PONG send until no partial send buffer
2014-08-22 Andy Greenaccept fail char means we are done
2014-08-19 Andy Greencleanup style in parser
2014-07-18 Andrew CanadayOnly check for '?' URI args during URI path parse
2014-07-14 Andrew CanadayHTTP Version, Keep-alive support, No-copy POST
2014-07-06 Andrew CanadayAdded HTTP OPTIONS support:
2014-07-06 Andrew CanadayReducing CPU cycles spent calculating per-header length...
2014-07-06 Andrew CanadayAdded optional per-header length limits:
2014-06-29 Andrew CanadayAdded new HTTP headers and WSI tokens:
2014-04-10 Andy Greenclean=various ifdef reduction
2014-04-02 Andy Greenrefactor out most NO_EXTENSIONS
2014-03-09 Andy Greenupgrade and improve storage efficiency of minilex
2014-02-28 Patrick GanstererCleanup include statements
2014-02-15 Andy Greenfix zero length ping pong
2013-11-24 kapejodSupport for HTTP POST.
2013-11-13 Andy Greencase insensitive http headers
2013-11-12 Andy Greenintroduce uri args
2013-11-12 Andy Greenback up directory paths properly
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 Greenimprove minilex use external parsing header
2013-11-04 Andreas PakulatSupport _WIN32 in addition to WIN32 define
2013-03-30 Peter PentchevHide private library symbols
2013-03-23 Andy Greencosmetic debug improvements
2013-03-16 Andy Greenrxflow remove recursion and simplify
2013-03-09 Andy Greendont sweat unkknown method for client
2013-02-28 Andy Greentrace 22 fix zero length close from client
2013-02-23 Andy Greenreflect send completeness in lws_write return
2013-02-18 Andy Greenremove header name buffer
2013-02-14 Andy Greenunstaged server changes
2013-02-12 Andy Greensecurity disallow repeated GET
2013-02-12 Andy Greensecurity harden http parser a bit
2013-02-11 Andy Greenfix ssl reject path for freeing header allocation
2013-02-11 Andy Greenstyle cleanup
2013-02-11 Andy Greenclient convert to new headers scheme eliminating mallocs
2013-02-11 Andy Greenreplace per header mallocs with single malloc 3 level...
2013-02-10 Andy Greendont close in user callback wrapper let ancestor do it
2013-02-10 Andy Greenthrow out lws_websocket_related cruft
2013-02-08 Andy Greenremove fixed rx buffer allow definition per protocol
2013-02-07 Andy Greenunionize header token array
next