TIVI-1932: Add support for systemd based socket activation.
[profile/ivi/libwebsockets.git] / lib / libwebsockets.c
2013-11-03 Ossama OthmanTIVI-1932: Add support for systemd based socket activation. 84/11684/2 accepted/tizen/ivi accepted/tizen_ivi_panda tizen_3.0.m14.2_ivi tizen_ivi tizen_ivi_panda accepted/tizen/20131104.234709 accepted/tizen/20131111.231336 accepted/tizen/ivi/20140411.012405 accepted/tizen/ivi/panda/20140326.233657 accepted/tizen_ivi_stable/20131119.040243 submit/tizen/20131104.225404 submit/tizen_ivi/20140411.012708 submit/tizen_ivi_panda/20140326.234013 submit/tizen_ivi_stable/20131119.035945 tizen_3.0.m14.2_ivi_release
2013-03-07 Kevron ReesMerge branch '2.0' of tizen:profile/ivi/libwebsockets...
2013-03-07 Andy Greenreflect send completeness in lws_write return 47/3147/1
2013-03-07 Andy Greenmove ssl cipher list from compiletime to context creati... 46/3146/1
2013-03-07 Andy Greenremove MAX_HEADER_NAME_LENGTH from header 45/3145/1
2013-03-07 Joakim SoderbergPrint SSL error codes as well as the string. 43/3143/1
2013-03-07 Joakim SoderbergFix LWS_NO_SERVER build. 36/3136/1
2013-03-07 Larry Hayeskeepalive swap interval and probes 34/3134/1
2013-03-07 Andy Greentrac 18 deal with service connection timing out 32/3132/1
2013-03-07 Andy Greentrac 17 update set_log_level api notice 26/3126/1
2013-03-07 Andy Greenremove lws_ensure_user_space from public api change... 22/3122/1
2013-03-07 Andy Greenfix no extensions build 18/3118/1
2013-03-07 Andy Greenhandle any POLLIN before error 11/3111/1
2013-03-07 Andy Greenclose if we tried to close politely just close next... 10/3110/1
2013-03-07 Andy Greenapi change deliver socket fd to in param of extpoll... 09/3109/1
2013-03-07 Andy Greenproblems in lws_handle_POLLOUT_event should just close 08/3108/1
2013-03-07 Andy Greenrobustness protect and document ensure_user_space 07/3107/1
2013-03-07 Andy Greenjust get hostname into canonical_hostname 02/3102/1
2013-03-07 Andy Greenfix missing cr from closing log 96/3096/1
2013-03-07 Andy Greensecurity harden http parser a bit 86/3086/1
2013-03-07 Andy Greenapi remove hangup_on_client 81/3081/1
2013-03-07 Joakim SoderbergFixed compilation on Windows. 77/3077/1
2013-03-07 Andy Greenfix without server 72/3072/1
2013-03-07 Andy Greenstyle cleanup 71/3071/1
2013-03-07 Andy Greenvalgrind openssl destroy as far as possible 70/3070/1
2013-03-07 Andy Greenvalgrind eliminate uninitialized warning on close 68/3068/1
2013-03-07 Andy Greenvalgrind also deallocate rx buf on close when client 67/3067/1
2013-03-07 Andy Greenclient convert to new headers scheme eliminating mallocs 64/3064/1
2013-03-07 Andy Greenvalgrind free rx_user_buffer if entered CONNMODE_WS_SERVING 63/3063/1
2013-03-07 Andy Greenvalgrind introduce protocol init and destroy user callbacks 62/3062/1
2013-03-07 Andy Greenvalgrind context destroy close all conns properly 61/3061/1
2013-03-07 Andy Greenreplace per header mallocs with single malloc 3 level... 59/3059/1
2013-03-07 Andy Greenimprove static allocation notice 58/3058/1
2013-03-07 Andy Greenvalgrind free context allocations 57/3057/1
2013-03-07 Andy Greendont close in user callback wrapper let ancestor do it 52/3052/1
2013-03-07 Andy Greenuse context service buffer instead of stack for create_... 46/3046/1
2013-03-07 Andy Greenfix non ssl changes missed from context api change 45/3045/1
2013-03-07 Andy Greendont try figure out listen_service_fd position if unset 41/3041/1
2013-03-07 Andy Greendont try set per socket keepalive timing on bsds 40/3040/1
2013-03-07 Andy Greenfix broken listen socket piggybacking 39/3039/1
2013-03-07 Andy Greenintroduce keepalive option and make common socket optio... 38/3038/1
2013-03-07 Andy Greenchange context creation params to struct 34/3034/1
2013-03-07 Andy Greenremove fixed rx buffer allow definition per protocol 32/3032/1
2013-03-07 Andy Greenaccount for context in static allocation figure 31/3031/1
2013-03-07 Andy Greenuse context service buf in place of large stack arrays 29/3029/1
2013-03-07 Andy Greenremove need for filepath buffer on http file serve 28/3028/1
2013-03-07 Peter PentchevFix memory leaks when creating a context. 25/3025/1
2013-03-07 Andy Greenadd autotools bits for cyassl 21/3021/1
2013-03-07 Andy Greenheaders deleted after websocket established 18/3018/1
2013-03-07 Joakim SöderbergFixed build on OSX. 04/3004/1
2013-03-07 Joakim SoderbergCMake support + fixed windows build. 02/3002/1
2013-03-07 Andy Greenintroduce library version plus git hash 96/2996/1
2013-03-07 Andy Greenget error from getnameinfo if unable to improve hostnam... 88/2988/1
2013-03-07 Andy Greenfixes for without server and without client 87/2987/1
2013-03-07 Jack Mitchellfix unused var if no enable openssl 86/2986/1
2013-03-07 Andy Greenadd info about why we close to more places 84/2984/1
2013-03-07 Andy Greenchange get_peer_addresses to use context wsi latency 81/2981/1
2013-03-07 Andy Greenintroduce lws_latency 79/2979/1
2013-03-07 Andy Greenevict all broadcast support 76/2976/1
2013-03-07 Andy Greenbreak up ssl accept action 69/2969/1
2013-03-07 Andy Greenautocreate foreign broadcast sockets on broadcast 67/2967/1
2013-03-07 Andy Greentrac 3 document write and context_user 65/2965/1
2013-03-07 Andy Greentrac 4 correct libebsocket_service_fd 64/2964/1
2013-03-07 Andy Greenmore LWS_NO_DAEMONIZE 62/2962/1
2013-03-07 Andy Greenunionize mutually exclusive wsi members 59/2959/1
2013-03-07 Andy Greenremove all support for pre v13 protocols 56/2956/1
2013-03-07 Andy Greendisable private broadcast sockets if enable no fork... 55/2955/1
2013-03-07 Andy Greenlog major dynamic allocation info 52/2952/1
2013-03-07 Andy Greenintroduce without extensions 50/2950/1
2013-03-07 Edwin van den Oetelaarsyslog requires format string 48/2948/1
2013-03-07 Andy Greenmake use of lock file 46/2946/1
2013-03-07 Andy Greentest server add daemonization flag 44/2944/1
2013-03-07 Andy Greentest server use syslog logging 43/2943/1
2013-03-07 Andy Greenhelper api: log through syslog 41/2941/1
2013-03-07 Andy Greenlogging select some lwsl_info usage to be lwsl_notice 40/2940/1
2013-03-07 Andy Greenadd lwsl_notice 39/2939/1
2013-03-07 Andy Greenexpose log level in emit 38/2938/1
2013-03-07 Andy Greenadd lws_confirm_legit_wsi 35/2935/1
2013-03-07 Andy Greenrefactor and introduce without server configure option 34/2934/1
2013-03-07 Andy Greensolve flowcontrol problems 29/2929/1
2013-03-07 Andy Greencheck errors on shutdown close 28/2928/1
2013-03-07 Andy Greenreplace hashtable polltable management 27/2927/1
2013-03-07 Andy Greenportability dont assume size of tv.t_usec 24/2924/1
2013-03-07 Andy Greenupdate ping test client and stop exposing payload to... 17/2917/1
2013-03-07 Andy Greenroubustness only return 0 from fd service if handled 15/2915/1
2013-03-07 Andy Greenconfigure without client 14/2914/1
2013-03-07 Andy Greenrefactor migrate client stuff to client.c 11/2911/1
2013-03-07 Andy Greenrobustness server dont exit server on accept problems 09/2909/1
2013-03-07 Andy Greenlisten socket more frequent service 03/2903/1
2013-03-07 Andy Greenallow LWS_SOMAXCONN to be defined at configuretime 01/2901/1
2013-03-07 Andy Greenhttp service break into outer loop states 96/2896/1
2013-03-07 Andy Greendeal with SSL_ERROR_WANT_ in client connect action 93/2893/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 Greenexpose compiletime constants to setting from configure 87/2887/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
next