1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00
Commit graph

45 commits

Author SHA1 Message Date
77f3033007 log: remove indention feature complete for better compatability with new C++ logger 2018-07-16 14:42:11 +02:00
58a13ae92e cmake: fix some #ifdefs 2018-06-29 14:36:50 +02:00
4badc94f0b web: improve logging 2018-06-12 20:02:58 +02:00
e5afb8ec48 fix several build system related issues 2018-02-06 23:29:54 +01:00
c69d307bc9 improve Makefiles:
- moved all build-time options to Makefile.config
- build VILLASnode without hook support
- build VILLASnode without web & API support
- build VILLASnode without IO format support
- build VILLASnode without external plugins
2018-02-04 16:45:32 +01:00
0017d1bcb1 refactor: change include prefix 2018-02-04 16:40:52 +01:00
1758b58195 web: fixed bus which causes API requests to timeout 2017-09-06 21:31:31 +02:00
ba897f2c47 web: proper alignment of log output 2017-09-06 20:32:18 +02:00
876a147842 fix memory leaks detected by valgrind 2017-09-05 01:09:34 +02:00
44c4e9d52f refactor: whitespace changes only 2017-09-02 22:02:01 +02:00
cc3292974f use better name for worker thread functions 2017-08-30 10:40:15 +02:00
1946d137fa reworked libwebsocket buffers in order to support fragmented messages 2017-08-27 17:04:25 +02:00
cea8ad2877 web: protocols[0] must handle HTTP requests 2017-08-23 15:46:29 +02:00
5edafe2388 remove superflouus includes 2017-08-22 14:14:12 +02:00
9eeeb9493e web: change order of LWS protocols 2017-08-22 12:12:49 +02:00
d73f5fa6b6 web: improve LWS log output 2017-08-22 12:12:26 +02:00
434fe6dbd6 replaced libconfig by jansson for parsing the configuration (huge commit) 2017-08-03 00:19:27 +02:00
a71053f718 refactor: use libconfig instance only within _parse() functions 2017-08-01 11:56:47 +02:00
e9ebbed9db improve Makefiles and make web, api and json support optional 2017-07-25 12:07:06 +02:00
522ded3ea7 made most of Linux dependencies optional
VILLASnode now compiles on OS X Yosemite :-)
2017-07-25 12:07:06 +02:00
59f3e86d21 web: fix segmention fault during shutdown of web server (closes #93) 2017-06-09 12:02:01 +02:00
48dd5953e0 several workarounds to start daemon without super-user privilges (closes #43) 2017-05-24 14:47:24 +00:00
1e3980f034 fix the race in web startup differently 2017-05-14 11:36:44 +02:00
Georg Reinke
959d8aa796 fix race condition when starting web service 2017-05-12 11:52:30 +02:00
49054eef9f cleanup: removed trailing whitespaces in code 2017-05-05 19:24:16 +00:00
5be1853649 added GPL license to file headers 2017-04-27 12:56:43 +02:00
Georg Reinke
d161d22f67 add some missing headers 2017-04-27 11:26:10 +02:00
de601a10f5 allow villas-node to be started without listening on web port 2017-04-24 19:55:46 +02:00
580189b678 refactor: api_ressource => api_action and introduced new subdirectories 2017-04-09 16:24:55 +02:00
96190a5822 Run libwebsockets in a worker thread 2017-04-07 17:39:37 +02:00
6d3ee5baac some codingstyle improvements 2017-04-03 09:01:14 +02:00
64e0f625f5 do not throw SIGABRT in case of libwebsocket errors 2017-04-02 13:03:14 +02:00
3d46a3d344 fix some aborts due to destruction of uninitialised objects 2017-04-02 04:56:08 +02:00
3eb629d9d5 various bug fixes from todays debugging session 2017-03-29 04:25:30 +02:00
607be1dd99 minor bugfixes and improvements 2017-03-13 23:51:38 -03:00
2757011e1b several smaller fixes and documentation updates 2017-03-12 17:13:37 -03:00
cc8984e2d0 assert instead of run-time errors 2017-03-12 17:04:43 -03:00
cdd5a2ca90 refactoring: unified states of common objects: nodes, paths, node-types, plugins, hooks, etc.. 2017-03-11 23:50:30 -03:00
c56caf3b73 improve logging 2017-03-06 19:08:45 -04:00
429c07f1e3 add little FSM to pool, web, api, queue to track state of initialisation 2017-03-06 13:26:23 -04:00
57d19bfff9 reenabled websocket node type 2017-03-06 12:28:06 -04:00
9c40931a04 Merge branch 'feature-mpmc-queue' into feature-curlio 2017-03-05 10:06:32 -04:00
e27f0b699f several fixes for clean compilation 2017-03-03 20:21:33 -04:00
3e7c855526 updated licence and copyright info in file headers 2017-03-03 20:20:13 -04:00
f92537172e separated websocket node-type into web, api modules 2017-02-18 10:57:29 -05:00