libev port
[platform/upstream/libwebsockets.git] / lib / private-libwebsockets.h
2014-03-23 Andrew Canadaylibev port
2014-03-23 Andy Greentruncated send keep and grow truncation buffer
2014-03-08 Patrick GanstererAdd libwebsocket_cancel_service() to let a pending...
2014-02-28 Patrick GanstererRemove duplicated implementations for bzero()
2014-02-28 Patrick GanstererWSAGetLastError() instead of errno on Windows
2014-02-28 Andy Greenfix missing include for time
2014-02-28 Patrick GanstererAdd dummy implementation when strerror() is missing
2014-02-28 Patrick GanstererCleanup include statements
2014-02-27 Patrick GanstererUse native file functions on Windows
2014-02-27 Patrick GanstererAvoid calls to gettimeofday()
2014-02-19 Mattias LundbergAdd support to binding client to interface.
2013-12-25 Andy GreenUse ppoll to allow signals to wake service loop early...
2013-12-21 Andy Greenunify all pollfd lock management
2013-12-14 James DevineOptionally allow non-SSL connections on same port as SSL
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 Greentranslate and protect uri test sever use uri path
2013-11-09 Andy Greenmake ah available in http callback properly
2013-11-04 Andreas PakulatSupport _WIN32 in addition to WIN32 define
2013-11-04 Andreas PakulatDrop wsockcompat.h header its not part of msvc
2013-10-26 Andy Greentrac41 WIN32 add wsockcompat.h
2013-10-26 Markus Elfringmake header protection unique remove __prefix
2013-10-24 shyswait ssl connect completion on client proxy path
2013-10-17 Andy Greenadd explicit error for partial send
2013-09-20 Andy Greentrac 40 client connection properly nonblocking
2013-09-18 Andy Greentrac 36 make libwebsocket_set_timeout public
2013-05-19 Andy Greentrac 28 - differentiate between http serving and accept...
2013-04-27 Andy Greentrac 29 win32 EWOULDBLOCK
2013-03-16 Andy Greenrxflow remove recursion and simplify
2013-03-09 Andy Greendont leak when protocol agreement probs
2013-02-22 Andy Greenremove MAX_HEADER_NAME_LENGTH from header
2013-02-20 Andy Greentrac 18 deal with service connection timing out
2013-02-18 Andy Greenremove lws_ensure_user_space from public api change...
2013-02-18 Andy Greentrim proxy ads plus hostname stg
2013-02-18 Andy Greenmigrate client hs and c_port into ah
2013-02-18 Andy Greenminor type optimizations
2013-02-18 Andy Greenremove current_alloc_len
2013-02-18 Andy Greenremove header name buffer
2013-02-13 Joakim SoderbergFixed DLL compilation on Windows for CMake.
2013-02-12 Andy Greenapi make close api private only
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-11 Andy Greenremove extension cruft from struct lws
2013-02-10 Andy Greenthrow out lws_websocket_related cruft
2013-02-10 Andy Greenoptimize wsi using bitfields and enums to chars
2013-02-09 Andy Greenintroduce keepalive option and make common socket optio...
2013-02-08 Andy Greenremove fixed rx buffer allow definition per protocol
2013-02-08 Andy Greenremove all PATH_MAX or MAX_PATH
2013-02-08 Andy Greenremove need for filepath buffer on http file serve
2013-02-07 Andy Greenadd autotools bits for cyassl
2013-02-07 Andy Greenunionize header token array
2013-02-06 Joakim SoderbergFixed windows build.
2013-02-06 Joakim SoderbergAdded check for inline keyword availability.
2013-02-06 Joakim SöderbergFixed build on OSX.
2013-02-06 Joakim SoderbergCMake support + fixed windows build.
2013-01-30 Andy Greenintroduce lws_latency
2013-01-29 Andy Greenevict all broadcast support
2013-01-28 Andy Greentrac 6 expose libwebsockets read with note about not...
2013-01-28 Andy Greentimeout coverage for ssl accept
2013-01-28 Andy Greenbreak up ssl accept action
2013-01-21 Andy Greenunionize mutually exclusive wsi members
2013-01-21 Andy Greenkey_b64 doesnt need to be in wsi
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 Andy Greenintroduce without extensions
2013-01-19 Andy Greenmake use of lock file
2013-01-19 FNAwindows compatibility changes for private libwebsockets
2013-01-19 Andy Greenallow_use_of_lwsl_logging in user code
2013-01-19 Andy Greenadd lwsl_notice
2013-01-18 Andy Greenadd lws_confirm_legit_wsi
2013-01-18 Andy Greenrefactor and introduce without server configure option
2013-01-18 Andy Greenintrodice tracking if frame is binary
2013-01-17 Andy Greenadd lexical parser for headers
2013-01-17 Andy Greensolve flowcontrol problems
2013-01-17 Andy Greenreplace hashtable polltable management
2013-01-17 Peter Youngjust use limits.h directly
2013-01-16 Andy Greenexport lswl_hexdump
2013-01-15 Andy Greenlisten socket more frequent service
2013-01-15 Andy Greenallow LWS_SOMAXCONN to be defined at configuretime
2013-01-15 Jack Mitchellmake sure we have PATH_MAX on some linux toolchains
2013-01-15 Andy Greenhttp service break into outer loop states
2013-01-15 Andy Greendeal with SSL_ERROR_WANT_ in client connect action
2013-01-15 Andy Greenreplace ifdefs around close socket with compatible_close
2013-01-12 Andy Greenexpose compiletime constants to setting from configure
2013-01-10 Andy Greenintroduce logging api and convert all library output...
2013-01-10 Aaron Zinmancompile in xcode, privatize debug macro
2013-01-10 David GaleanoIncreased MAX_BROADCAST_PAYLOAD to match MAX_USER_RX_BU...
2013-01-10 David GaleanoAdded private macro CIPHERS_LIST_STRING to define ciphe...
2013-01-10 David GaleanoBetter definition of "debug" macro for Win32 builds.
2013-01-10 David GaleanoUse __inline for Win32 builds.
2013-01-09 David GaleanoAdded support for extensions that only manipulate appli...
2013-01-09 David GaleanoAdded private macro AWAITING_TIMEOUT instead of harcode...
2012-10-19 Alon Levylibwebsocket_context: add userspace pointer for use...
2012-07-20 Artem Baguinskicheck for prctl, poll parent PID if not present
2012-04-20 David Brooksimprove callback prototypes to use single definition
2012-04-12 Andy Greenmingw hide some missing includes
2012-04-09 Andy Greenstyle cleaning
next