lp:~azat/parnas/trunk

Created by Azat Khuzhin and last modified
Get this branch:
bzr branch lp:~azat/parnas/trunk

Related bugs

Related blueprints

Branch information

Owner:
Azat Khuzhin
Project:
parnas
Status:
Development

Import details

Import Status: Failed

This branch is an import of the HEAD branch of the Git repository at https://github.com/azat/parnas.git.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on juju-1e3bde-prod-lp-code-import-12 and finished taking 5 seconds — see the log
Import started on russkaya and finished taking 25 seconds — see the log
Import started on galapagos and finished taking 50 seconds — see the log
Import started on russkaya and finished taking 50 seconds — see the log

Recent revisions

147. By Azat Khuzhin

Finally normal clean up events

No need in using pthread conditionals,
the only thing that need to do is not canceling thread - that's all!

Before first canceling, so because of this there is a race conditionals
Using pthread condititionals this problem is not solved,
because we can't wait after we call loopbreak, because we can already signaled this condition

issue #25

146. By Azat Khuzhin

Add notes about valgrind

145. By Azat Khuzhin

Update README about version of libevent that needed

144. By Azat Khuzhin

Add new cli arg "-P --pid_file_path Write pid of main process to file"

This is usefull if write for this daemon init script,
but also wrap exec of "parnas" daemon in such program like numactl.
That not return PID of child process, and we can save it for restarting/stoping

143. By Azat Khuzhin

Add pthread_cond_wait() in destroying threads ( wait until event callback it recieve & process a message )

142. By Azat Khuzhin

Comment "event_enable_debug_mode()" because of leak at "event_debug_map_HT_GROW (event.c)"

141. By Azat Khuzhin

Add "-std=c++0x" flag to gcc

140. By Azat Khuzhin

Rename "valgrind_empty_drd.h" to "valgrind_empty_annotations.h"

139. By Azat Khuzhin

Ignoring "configure.lineno"

138. By Azat Khuzhin

Fix event free, at program end (or SIGINT) - issue #25
Refactoring: drop `struct` keyword, that ned only for C, encapsulations

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers