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

25 commits

Author SHA1 Message Date
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