profile/ivi/libwebsockets.git
2013-03-07 Andy Greenmerge test server extpoll into test server 95/2895/1
2013-03-07 Edwin van der... optimize extpoll fd delete 94/2894/1
2013-03-07 Andy Greendeal with SSL_ERROR_WANT_ in client connect action 93/2893/1
2013-03-07 Andy Greenadd longlived option to test client 92/2892/1
2013-03-07 Andy Greenlogging ensure everyone has a newline 91/2891/1
2013-03-07 Andy Greenreplace ifdefs around close socket with compatible_close 90/2890/1
2013-03-07 Larry Hayesssl client certs fix crash 89/2889/1
2013-03-07 Andy Greenabsorb README.rst into main README and code 88/2888/1
2013-03-07 Andy Greenexpose compiletime constants to setting from configure 87/2887/1
2013-03-07 Andy Greenrenable deflate frame buffer expansion fixing DoS 86/2886/1
2013-03-07 Andy Greenfix config enable name for getifaddrs 85/2885/1
2013-03-07 Davidintroduce getifaddrs for toolchains without it 84/2884/1
2013-03-07 Andy Greenaudit and make all malloc check for OOM 83/2883/1
2013-03-07 Andy Greenlogging add timestamp 82/2882/1
2013-03-07 Andy Greenlogging extend level set api to allow setting emission... 81/2881/1
2013-03-07 Andy Greenupdate README with info on new logging scheme 80/2880/1
2013-03-07 Andy Greenallow enabling debug contexts from test apps 79/2879/1
2013-03-07 Andy Greenintroduce logging api and convert all library output... 78/2878/1
2013-03-07 Aaron Zinmancompile in xcode, privatize debug macro 77/2877/1
2013-03-07 Andy Greenupdate soname and configure to v1.0 76/2876/1
2013-03-07 Andy Greencorrect autotools warning 75/2875/1
2013-03-07 Andy Greenzlib code add OOM checks remove buffer expansion on... 74/2874/1
2013-03-07 David GaleanoAvoid leaking a socket when SSL_accept fails. 73/2873/1
2013-03-07 David GaleanoPrint error string on accept failure. 72/2872/1
2013-03-07 David GaleanoIncreased MAX_BROADCAST_PAYLOAD to match MAX_USER_RX_BU... 71/2871/1
2013-03-07 David GaleanoAdded README file with some useful tips for using the... 70/2870/1
2013-03-07 David GaleanoAdded support for continuation frames on the server. 69/2869/1
2013-03-07 David GaleanoClose connection if LWS_CALLBACK_HTTP returns non-zero. 68/2868/1
2013-03-07 David GaleanoFixed to keep reading data until the SSL internal buffe... 67/2867/1
2013-03-07 David GaleanoAdded no-cache headers to client handshake: 66/2866/1
2013-03-07 David GaleanoSeparate compression levels for server and client, 65/2865/1
2013-03-07 David GaleanoMore correct handling of inflate result. 64/2864/1
2013-03-07 David GaleanoFixed crash when HTTP requests method is not GET. 63/2863/1
2013-03-07 David GaleanoCheck if macro SSL_OP_NO_COMPRESSION is defined before... 62/2862/1
2013-03-07 David GaleanoUsing size_t instead of int for deflate-frame offsets... 61/2861/1
2013-03-07 David GaleanoAdded private macro CIPHERS_LIST_STRING to define ciphe... 60/2860/1
2013-03-07 David GaleanoWhen choosing a cipher, use the server's preferences. 59/2859/1
2013-03-07 David GaleanoPass URI length to LWS_CALLBACK_HTTP. 58/2858/1
2013-03-07 David GaleanoDisable compression for SSL socket, 57/2857/1
2013-03-07 David GaleanoUsing "SSL_CTX_use_certificate_chain_file" instead... 56/2856/1
2013-03-07 David GaleanoBetter definition of "debug" macro for Win32 builds. 55/2855/1
2013-03-07 David GaleanoUse __inline for Win32 builds. 54/2854/1
2013-03-07 David GaleanoAvoid checking choked pipe if no extension has more... 53/2853/1
2013-03-07 David Galeanozlib update 1.2.7 52/2852/1
2013-03-07 David GaleanoSet listen backlog to SOMAXCONN. 51/2851/1
2013-03-07 David GaleanoFixed operator precedence bug. 50/2850/1
2013-03-07 David GaleanoAvoid deflate of small packets. 49/2849/1
2013-03-07 David GaleanoSupport compressed packets bigger than MAX_USER_RX_BUFFER. 48/2848/1
2013-03-07 David GaleanoAllow extensions when no protocol was specified. 47/2847/1
2013-03-07 David GaleanoAdded extension "deflate-frame". 46/2846/1
2013-03-07 David GaleanoAdded support for extensions that only manipulate appli... 45/2845/1
2013-03-07 David GaleanoFixed deflate-stream extension. 44/2844/1
2013-03-07 David GaleanoAdded private macro AWAITING_TIMEOUT instead of harcode... 43/2843/1
2013-03-07 David GaleanoFixed spacing. 42/2842/1
2013-03-07 David GaleanoAdded context creation parameter for CA certificates... 41/2841/1
2013-03-07 David GaleanoReturn NULL if the handshake failed to complete, 40/2840/1
2013-03-07 David GaleanoIgnoring linux build files 39/2839/1
2013-03-07 David GaleanoUse feature check rather than browser check. 38/2838/1
2013-03-07 David GaleanoChanged client handshake to use "Origin" instead of... 37/2837/1
2013-03-07 David GaleanoFixed compiler warnings on Windows. 36/2836/1
2013-03-07 David GaleanoAdded new status codes from RFC 6455. 35/2835/1
2013-03-07 David GaleanoFixed compiler warning on Windows. 34/2834/1
2013-03-07 Artem Baguinskirequired version of autoconf can be lower 33/2833/1
2013-03-07 David GaleanoStatic variable is now const. 32/2832/1
2013-03-07 Andy Greenadd context construction option to skip server hostname... 31/2831/1
2013-03-07 Andy Greenadd missing docs for new context user pointer 30/2830/1
2013-03-07 Alon Levylibwebsocket_service_fd: EAGAIN is harmless, treat... 29/2829/1
2013-03-07 Alon Levylibwebsocket_context: add userspace pointer for use... 28/2828/1
2013-03-07 Alon Levylib/Makefile.am: whitespace fix 27/2827/1
2013-03-07 Alon Levyadd pkg-config file libwebsockets.pc 26/2826/1
2013-03-07 Anders BranderAdded test.html favicon.ico to EXTRA_DIST. 25/2825/1
2013-03-07 Anders BranderAdd missing .h files to sources. 24/2824/1
2013-03-07 Anders BranderAdd kernel doc to extra_dist. 23/2823/1
2013-03-07 Andy Greenalways taking an interest in ppid wont hurt 22/2822/1
2013-03-07 Andy Greenremove depcomp 21/2821/1
2013-03-07 Andy Greenstop being so fragile on socket lifecycle 20/2820/1
2013-03-07 Andy Greenuse autogen.sh 19/2819/1
2012-09-05 Rusty LynchUpdating changelog 23/1623/1 1.0 1.0_branch accepted/2.0/20130306.212354 accepted/trunk/20120905.234502 submit/2.0/20130306.215142 submit/trunk/20120905.231624
2012-08-24 Rusty LynchAdding Tizen packaging files 63/1563/1
2012-07-20 Andy Greenadd not about autoreconf and libtoolize upstream 1.2
2012-07-20 Andy Greenrestore accept error as closure signal
2012-07-20 Artem Baguinskicheck for prctl, poll parent PID if not present
2012-06-04 Paulo Roberto... Fixing uninitialised memory
2012-06-04 Paulo Roberto... some toolchains need stddef
2012-06-04 Andy Greenadd missing sa_data init to canonical hostname code
2012-06-04 Paulo Roberto... Fixed segfault in libwebsocket_context_destroy.
2012-05-30 Tobias Maiersockets were left open if connection could not be
2012-05-21 yuval tallink lz explicitly for mips
2012-05-20 Andrew Chambersnull exception with null extensions list
2012-05-20 Andy Greenrefresh autotools stuff
2012-05-03 Andy Greenupdate test html now mozilla uses normal ws apis
2012-05-03 Andy Greenstart migration to getnameinfo
2012-05-03 Ken Athertonopenssl allow connect multiple packets for SSL_connect
2012-05-03 Andy Greencleanup extra wrapping needed on braced define
2012-05-01 Peter Hillierandroid toolchain SHA1 endian fix
2012-05-01 David Brooksssize_t needs help on windows
2012-04-20 David Brooksintroduce libwebsocket_client_connect_extended
2012-04-20 David Brooksintroduce LWS_CALLBACK_CLIENT_CONNECTION_ERROR
2012-04-20 David Brooksset connection callback before connection completed...
2012-04-20 David Brooksimprove callback prototypes to use single definition
next