profile/ivi/libwebsockets.git
2013-03-07 Andy Greenfix no extensions build 18/3118/1
2013-03-07 Andy Greenmigrate client hs and c_port into ah 17/3117/1
2013-03-07 Andy Greenminor type optimizations 16/3116/1
2013-03-07 Andy Greenremove current_alloc_len 15/3115/1
2013-03-07 Andy Greenremove header name buffer 14/3114/1
2013-03-07 Andy Greenhandle http union transition properly 13/3113/1
2013-03-07 Andy Greentest server kill skt with minus 1 12/3112/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 GreenREADME.coding add note about closing connections 06/3106/1
2013-03-07 Andy Greenadd by hand http send example 05/3105/1
2013-03-07 Andy Greencreate user alloc for http if requested 04/3104/1
2013-03-07 Andy Greenintroduce LWS_CALLBACK_HTTP_WRITEABLE 03/3103/1
2013-03-07 Andy Greenjust get hostname into canonical_hostname 02/3102/1
2013-03-07 Andy Greenfragge able to send chunks larger than rx buffer 01/3101/1
2013-03-07 Andy Greenunstaged server changes 00/3100/1
2013-03-07 Andy Greenupdate 1.21 changelog 99/3099/1
2013-03-07 Andy Greencheck for default protocol rx buf limit 98/3098/1
2013-03-07 Andy Greenupdate changelog 97/3097/1
2013-03-07 Andy Greenfix missing cr from closing log 96/3096/1
2013-03-07 Andy Greenupdate echo to use externsion getting api 95/3095/1
2013-03-07 Joakim SoderbergFixed DLL compilation on Windows for CMake. 94/3094/1
2013-03-07 Joakim SoderbergFixed soname and build shared lib for CMake. 93/3093/1
2013-03-07 Joakim SoderbergAdded so-version information to the lib. 92/3092/1
2013-03-07 Andy Greendisable fstack usage 91/3091/1
2013-03-07 Andy Greenecho test app needs different lockfile 90/3090/1
2013-03-07 Andy Greenupdate rpm specfile 89/3089/1
2013-03-07 Andy Greenintroduce attack script 88/3088/1
2013-03-07 Andy Greensecurity disallow repeated GET 87/3087/1
2013-03-07 Andy Greensecurity harden http parser a bit 86/3086/1
2013-03-07 Andy Greenfix another escaape runon 85/3085/1
2013-03-07 Andy Greenadd cyassl keepalive valgrind minimal mem to changelog 84/3084/1
2013-03-07 Andy Greenbump version to 1.2 and soname to 3 83/3083/1
2013-03-07 Andy Greenapi make close api private only 82/3082/1
2013-03-07 Andy Greenapi remove hangup_on_client 81/3081/1
2013-03-07 Andy Greenupdate test echo for iface info member namechange 80/3080/1
2013-03-07 Andy Greeneliminate snprintf 79/3079/1
2013-03-07 Andy Greenfix info struct api docs for iface vs interface 78/3078/1
2013-03-07 Joakim SoderbergFixed compilation on Windows. 77/3077/1
2013-03-07 Andy Greenupdate memory performance info 76/3076/1
2013-03-07 Andy Greenfix ssl reject path for freeing header allocation 75/3075/1
2013-03-07 Andy Greenfix busted debug format in ssl mode 74/3074/1
2013-03-07 Andy Greenfix string escape runon 73/3073/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 client close in a controlled way on SIGINT 69/3069/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 Greenvalgrind dont close things directly in the callback 66/3066/1
2013-03-07 Andy Greenvalgrind client go through context destroy on connectio... 65/3065/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 Greenvalgrind drop header allocation down http path 60/3060/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 Greenremove extension cruft from struct lws 56/3056/1
2013-03-07 Andy Greenuse part of service buffer to make response not malloc 55/3055/1
2013-03-07 Andy Greenremove minimum frame size for deflate 54/3054/1
2013-03-07 Andy Greenstop O2 override 53/3053/1
2013-03-07 Andy Greendont close in user callback wrapper let ancestor do it 52/3052/1
2013-03-07 Andy Greenfix error path in file transfer 51/3051/1
2013-03-07 Andy Greenthrow out lws_websocket_related cruft 50/3050/1
2013-03-07 Andy Greenoptimize wsi using bitfields and enums to chars 49/3049/1
2013-03-07 Andy Greenuse context service buffer instead of stack for clent_c... 48/3048/1
2013-03-07 Andy Greenuse context service buffer instead of stack for clent_c... 47/3047/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 Greenuse context service buffer instead of stack for lws_cli... 44/3044/1
2013-03-07 Andy Greenuse context service buffer instead of stack for server_... 43/3043/1
2013-03-07 Andy Greenadd static stack analysis 42/3042/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 Greenremove receiving timeout for client 37/3037/1
2013-03-07 Andy Greencorrect test client to close synchronously with last... 36/3036/1
2013-03-07 Andy Greenalign max frame for mirror protocol to what the code... 35/3035/1
2013-03-07 Andy Greenchange context creation params to struct 34/3034/1
2013-03-07 Andy Greenhandshake bail3 should be bail 33/3033/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 Greenremove all PATH_MAX or MAX_PATH 30/3030/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 Andy Greenadd static linking exception to LICENSE 27/3027/1
2013-03-07 Andy Greenadd unchanged lgpl 2.1 in LICENSE 26/3026/1
2013-03-07 Peter PentchevFix memory leaks when creating a context. 25/3025/1
2013-03-07 Peter PentchevGenerate the API reference in text format, too. 24/3024/1
2013-03-07 Peter PentchevFix two typos. 23/3023/1
2013-03-07 Andy Greenchangelog header lifecycle 22/3022/1
2013-03-07 Andy Greenadd autotools bits for cyassl 21/3021/1
2013-03-07 Andy Greenunionize header token array 20/3020/1
2013-03-07 Andy Greendocument header lifecycle change 19/3019/1
next