peers: Add threshold option on cli.
[archipelago] / xseg / peers / user / peer.c
2013-12-10 Filippos Giannakospeers: Add threshold option on cli.
2013-08-06 Filippos Giannakospeer: Respect the nr of ops enforced by xq size.
2013-07-11 Filippos Giannakospeer: Create pidfile with read/write permissions
2013-07-08 Filippos Giannakospeer.c: Fix compilation warning message.
2013-06-03 Filippos Giannakospeer.c: Call custom peer finalize with st_threads
2013-05-17 Filippos GiannakosAdd wrapper function for ST peerd loop.
2013-05-17 Filippos GiannakosMake peers close stdin when entering daemon mode.
2013-05-17 Filippos GiannakosRemove async unsafe functions from signal handlers
2013-05-07 Alex Pyrgiotispeer: Move peerd_loop plug out of peer_reqs loop
2013-03-14 Filippos GiannakosRemove unused stuff and reduce warnings
2013-03-14 Filippos GiannakosAdd compilation warning about MT and ST_THREADS
2013-03-14 Filippos GiannakosFix queue size of per thread queue.
2013-03-14 Filippos GiannakosFix peer termination.
2013-03-14 Filippos GiannakosSplit peer request queues.
2013-03-14 Filippos GiannakosAdd check to not respond request if none associated.
2013-03-11 Alex PyrgiotisFix signal handling of peers
2013-03-11 Alex PyrgiotisInitial support for xseg ops
2013-03-11 Alex PyrgiotisMake bench send requests faster
2013-03-11 Alex PyrgiotisSimplify port binding code
2013-03-11 Alex PyrgiotisKeep naming in peerd_loop consistent
2013-03-11 Alex PyrgiotisComplete unification of thread_loop/peerd_loop
2013-03-11 Alex PyrgiotisFix segfault
2013-03-11 Alex PyrgiotisUnify thread loop with peerd_loop
2013-03-11 Alex PyrgiotisAdd support for custom peer loop
2013-03-11 Alex PyrgiotisAdd S_IWUSR permission bit for O_CREAT
2013-02-27 Filippos GiannakosAdd defer support to peers
2013-02-27 Filippos GiannakosReimplement xseg paths and add xseg_forward
2012-12-10 Filippos Giannakosadd license headers
2012-12-03 Filippos Giannakosmake peers expect portno
2012-11-27 Filippos Giannakosfix mapper finalizing actions
2012-11-27 Filippos Giannakosadd finalize function to peers and make mapper close...
2012-11-22 Filippos Giannakosfix wrong errno checking in pidfile read
2012-11-22 Filippos Giannakosadd improved argument parsing. also add helper messages
2012-11-21 Filippos Giannakosfix mt-pfiled spin-block lock. also fix mt-peers stopping
2012-11-19 Filippos Giannakosmodify logging mechanism to support redirection of...
2012-11-12 Filippos Giannakosadd stdout, stderr redirection of peers to logfile
2012-11-02 Giannakos Filipposadd pfiled based on peer skeleton
2012-11-02 Giannakos Filipposremove some warnings in peer skeleton
2012-10-29 Giannakos Filipposfix peer.c pidfile handling on error, plus archipelagos...
2012-10-29 Giannakos Filipposmake peers daemonize and use pidfiles
2012-10-24 Giannakos Filipposmark terminated peer flag as volatile
2012-10-24 Filippos Giannakosextend gracefull exit to SIGINT, SIGQUIT
2012-10-24 Filippos Giannakosexpand gracefull exit to mt peers
2012-10-23 Filippos Giannakosimplement gracefull exit in peers
2012-10-23 Filippos Giannakosmerge peers skeletons