1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

Commit graph

  • a2073a48e3 Added additional LWS_CALLBACK_CLOSED_HTTP callback to just_kill_connection branch of close_and_free_session Niall T. Davidson 2013-06-10 22:22:52 +01:00
  • fc0a34ad8f Fixed erroneous byte count reported by libwebsocket_write() Niall T. Davidson 2013-06-10 22:09:16 +01:00
  • 0c9563bbd2 add LWS_CALLBACK_CLOSED_HTTP Andy Green 2013-06-10 22:54:40 +08:00
  • 7cf6cb00c2 trac 28 - differentiate between http serving and accepted http connection Andy Green 2013-05-19 14:04:10 +08:00
  • 502b9948f2 trac 28 brackets around POLLIN flag test Simon Wulf 2013-05-06 06:11:53 +08:00
  • 66986b2e85 log err if unable to open http file Andy Green 2013-05-03 21:13:35 +08:00
  • 6c72070fd4 trac 29 convert more snprintf stowaways Andy Green 2013-05-02 08:15:53 +08:00
  • 86aa80509f trac 29 echo remoe mention of syslog constants for win32 Andy Green 2013-05-02 07:04:54 +08:00
  • 70d6717afb trac 29 avoid syslog in echo test if win32 Andy Green 2013-04-30 06:53:56 +08:00
  • d91561c2f6 trac 29 eliminate snprintf again Andy Green 2013-04-30 06:51:10 +08:00
  • 4e414e65bb trac 29 win32 EWOULDBLOCK Andy Green 2013-04-27 08:33:26 +08:00
  • 3661d7be53 Trac 29: win32 fix LWS_VISIBLE issue Andy Green 2013-04-26 07:37:16 +08:00
  • ac04911dde cygwin compatibility Bob Roberts 2013-04-25 09:16:30 +08:00
  • d34bae15d3 trac 27: use fullpath in OSX dynamic libs thinkski 2013-04-16 19:48:05 +08:00
  • dd93a0c416 pkg config avoid hardcoded prefix thinkski 2013-04-12 10:31:46 +08:00
  • efda177e80 cmake use existing spec file for RPM generation Tomas Cejka 2013-04-11 08:13:13 +08:00
  • f35fd9789a cmake added RPM generation Tomas Cejka 2013-04-11 08:38:02 +08:00
  • 5b479ac2f1 cmake improve cross documentation Andy Green 2013-03-30 10:30:03 +08:00
  • 9a4fef7ed6 Hide private library symbols Peter Pentchev 2013-03-30 09:52:21 +08:00
  • 01b206e804 SOL_SNDBUF set to protocol rx size Andy Green 2013-03-23 09:53:17 +08:00
  • 3390efd7c3 test server improve return checking Andy Green 2013-03-23 09:46:18 +08:00
  • 98ba9e01b4 cosmetic debug improvements Andy Green 2013-03-23 09:44:47 +08:00
  • 9c037c05fb BUGFIX: Properly add libcyassl to the lib list. Joakim Soderberg 2013-03-23 08:55:28 +08:00
  • c2012e40ed Check for GCC/G++ explicitly instead of simply Unix. Joakim Soderberg 2013-03-23 08:55:02 +08:00
  • f0ee6696f4 Allow setting the resource path via command line. Joakim Soderberg 2013-03-18 17:08:25 +00:00
  • b55451c6d2 introduce api for unthrottle all connections of protocol Andy Green 2013-03-16 12:32:27 +08:00
  • 5c9fcacd7a test client have u option also reject deflate stream Andy Green 2013-03-16 12:34:36 +08:00
  • da3f6ffdbf cmake add gcc compile options Andy Green 2013-03-16 12:32:59 +08:00
  • ca0a129065 rxflow remove recursion and simplify Andy Green 2013-03-16 11:24:23 +08:00
  • 37029d9081 replaced last remaining close on wsi->sock with compatible_close Tobias Maier 2013-03-14 13:02:23 +01:00
  • e8c00aa47e Fixed read of the jpg in Windows Michel Archambault 2013-03-14 11:45:49 -04:00
  • 2577c831f4 update service_fd comment and api docs Andy Green 2013-03-11 20:37:03 +08:00
  • b2637a3978 cmake update specfile Andy Green 2013-03-10 07:16:04 +08:00
  • 27696f2596 cmake add missing echo test app Andy Green 2013-03-10 08:09:25 +08:00
  • c8c166221d cmake packageconfig installs to lib dir Andy Green 2013-03-10 08:10:19 +08:00
  • 2aab3f9513 cmake ignore non source things for make dist Andy Green 2013-03-10 08:11:48 +08:00
  • c3872c5fe0 android include gregorys example makefile Gregory Junker 2013-03-10 07:16:26 +08:00
  • 19c1a99b59 update version 1.3 soname 4 Andy Green 2013-03-10 06:59:01 +08:00
  • 15a38a788f cmake some cosmetic improvementss Edwin van den Oetelaar 2013-03-10 06:53:57 +08:00
  • 2fd02fc0b8 autotools remove INSTALL m4 COPYING Edwin van der Oetelaar 2013-03-10 06:43:29 +08:00
  • 0097a99082 remove autotools build Andy Green 2013-03-09 13:06:37 +08:00
  • 58f214ea0c document revent clearing scheme Andy Green 2013-03-09 13:03:53 +08:00
  • b1a5e6c377 clear down wsi_lookup on allocation and clear pollfd revents if serviced Andy Green 2013-03-09 12:34:30 +08:00
  • 25eddab5c8 reduce httpd close debug spew Andy Green 2013-03-09 12:54:14 +08:00
  • 63b3b959fc cmake fix install path Andy Green 2013-03-09 12:51:43 +08:00
  • 9f2246eb35 correct example lws_write in header Alex Rhatushnyak 2013-03-09 12:01:47 +08:00
  • 38c570c6d2 dont leak when protocol agreement probs Andy Green 2013-03-09 11:52:18 +08:00
  • 2bdbe7a969 Fix printf format error Henrik Abelsson 2013-03-07 15:52:53 +01:00
  • a83349414f cmake win32 change helper includes to HDR_PUBLIC so they install Andy Green 2013-03-09 09:16:41 +08:00
  • 646c98ab42 dont sweat unkknown method for client Andy Green 2013-03-09 09:09:05 +08:00
  • 5a4f3ae7d0 POLLOUT during wait for server response not an error Andy Green 2013-03-09 09:09:46 +08:00
  • 47f5fa4983 fix win32helpers gettimeofday epoch Arokux B 2013-03-05 08:41:47 +08:00
  • 1bc12f9e99 trace 22 fix zero length close from client Andy Green 2013-02-28 17:11:29 +08:00
  • 897fec3a89 cmake mingw no need for websock w32 Arokux B 2013-02-28 09:25:02 +08:00
  • fc90f698b3 normalize formatting in gettimeofday Andy Green 2013-02-28 09:22:38 +08:00
  • e5ae9a95fb fix win32 gettimeofday for mingw Arokux B 2013-02-28 09:18:38 +08:00
  • 975423c949 cmake lib lib64 problem Andy Green 2013-02-26 11:58:45 +08:00
  • e46043cb8c fix mime type on leaf header Luc 2013-02-23 11:01:21 +08:00
  • fc7c5e4539 reflect send completeness in lws_write return Andy Green 2013-02-23 10:50:10 +08:00
  • 2672fb2d68 move ssl cipher list from compiletime to context creation time option Andy Green 2013-02-22 09:54:35 +08:00
  • 8699cec50f remove MAX_HEADER_NAME_LENGTH from header Andy Green 2013-02-22 09:38:54 +08:00
  • c7ed2be638 Fix running test programs from within visual studio. Joakim Soderberg 2013-02-22 09:28:17 +08:00
  • b82b0dd118 Print SSL error codes as well as the string. Joakim Soderberg 2013-02-22 09:28:15 +08:00
  • 51197c0d6f Set the _DEBUG macro for CMake also. Joakim Söderberg 2013-02-22 09:28:13 +08:00
  • 20aedc89c1 Fixed ssl cert generation on Windows. Joakim Soderberg 2013-02-22 09:28:11 +08:00
  • b37827b651 Added CPack support + some more. Joakim Soderberg 2013-02-22 09:28:08 +08:00
  • 11a8cda204 BUGFIX: Fixed bug for installing test-apps for CMake. Joakim Soderberg 2013-02-22 09:28:06 +08:00
  • 7eadd586b1 Fixed CMake compile options. Joakim Soderberg 2013-02-22 09:28:04 +08:00
  • fcec61c576 getifaddrs missing more user friendly in CMake. Joakim Soderberg 2013-02-22 09:28:02 +08:00
  • 3baa08cac3 Fix LWS_NO_SERVER build. Joakim Soderberg 2013-02-22 09:27:59 +08:00
  • fe2dae759d Bugfix compiling for cross compiling. Joakim Soderberg 2013-02-22 09:27:57 +08:00
  • bb66ac6ec1 keepalive swap interval and probes Larry Hayes 2013-02-22 09:16:20 +08:00
  • 8c8a8e149d provide socketfd at in param for LWS_CALLBACK_FILTER_NETWORK_CONNECTION Edwin van den Oetelaar 2013-02-20 20:56:59 +08:00
  • 1c6e1422e6 trac 18 deal with service connection timing out Andy Green 2013-02-20 19:11:31 +08:00
  • d75076eaea cmake fix for older cmake Edwin van den Oetelaar 2013-02-20 02:08:51 +08:00
  • 0c2f4d865a update missed extpoll calls to use correct args for ssl Andy Green 2013-02-19 19:19:51 +08:00
  • 799ecbf773 cmake docs add note about prefix Andy Green 2013-02-19 10:26:39 +08:00
  • 455e45150a Create the "doc" dir before generating docs. Joakim Söderberg 2013-02-19 10:14:54 +08:00
  • 6ac9709790 Added "make install" support to the CMake project. Joakim Söderberg 2013-02-19 10:14:37 +08:00
  • c6511a08b4 trac 17 update set_log_level api notice Andy Green 2013-02-19 10:01:48 +08:00
  • d6bf73c224 move cms cmake addition to cmake module paths earlier Edwin van den Oetelaar 2013-02-18 20:20:05 +08:00
  • d169bb7de9 add FindGit.cmake Andy Green 2013-02-18 18:34:10 +08:00
  • dc914cfebb document ensure_user_space going private Andy Green 2013-02-18 16:54:26 +08:00
  • 2af4d5b2e2 remove lws_ensure_user_space from public api change return Andy Green 2013-02-18 16:30:10 +08:00
  • cb8febdda2 update arm build stats Andy Green 2013-02-18 12:08:15 +08:00
  • 8dac94da67 trim proxy ads plus hostname stg Andy Green 2013-02-18 12:02:18 +08:00
  • 73a820a989 restrict http send buffer to 4096 Andy Green 2013-02-18 11:32:49 +08:00
  • 760c3d4aa5 fix no extensions build Andy Green 2013-02-18 10:43:18 +08:00
  • a7521debde migrate client hs and c_port into ah Andy Green 2013-02-18 10:38:45 +08:00
  • 6636eec8e5 minor type optimizations Andy Green 2013-02-18 10:34:25 +08:00
  • 3b49848b36 remove current_alloc_len Andy Green 2013-02-18 10:29:22 +08:00
  • cc7cb68ded remove header name buffer Andy Green 2013-02-18 10:22:42 +08:00
  • 0caf9c5acb handle http union transition properly Andy Green 2013-02-18 09:48:31 +08:00
  • 51b20ee92a test server kill skt with minus 1 Andy Green 2013-02-17 09:14:08 +08:00
  • c9ac31ee1c handle any POLLIN before error Andy Green 2013-02-16 10:17:52 +08:00
  • 22524a65a2 close if we tried to close politely just close next time Andy Green 2013-02-15 22:48:58 +08:00
  • 50097dd078 api change deliver socket fd to in param of extpoll callbacks Andy Green 2013-02-15 22:36:30 +08:00
  • b059371e40 problems in lws_handle_POLLOUT_event should just close Andy Green 2013-02-15 22:32:53 +08:00
  • 67d556c682 robustness protect and document ensure_user_space Andy Green 2013-02-15 22:31:55 +08:00
  • 099f789d2f README.coding add note about closing connections Andy Green 2013-02-15 10:25:58 +08:00