Blame view

TODO 607 Bytes
Barak A. Pearlmutter authored
1
0! [SECURITY] Drop privilegies. Preserve access to files via "capabilities".
redmine authored
2
1. Remove pthreads metainfo GC
redmine authored
3
2. Replace g_hash_table* with "tsearch" and so on.
redmine authored
4 5 6
3. Remove all code with "#ifdef DOXYGEN"
4. Find-out is "pthread_tryjoin_np()" really required? Can we remove all this
	"threadsinfo" mechanism?
redmine authored
7 8 9

	There's a memleak if not pthread_*join*() is done.

redmine authored
10
5. Deduplicate code from functions, that calls sync_exec() and sync_exec_thread()
redmine authored
11
6. Fix variables' names
redmine authored
12
7. [CLUSTER] Replace node_id value with his ipv4 address (8bits -> 32bits)
Andrew Savchenko authored
13
8. In daemon mode stdout/stderr should be redirected to system log.