summaryrefslogtreecommitdiff
path: root/daemon/da_protocol.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-15[FIX] prevent issueHEADmasterVitaliy Cherepanov1-2/+3
2014-12-15[FIX] MSG_BINARY_INFO daemon crash if file type is not ELFVitaliy Cherepanov1-1/+6
2014-10-30[FIX] MD5 sum in MSG_BINARY_ACKVitaliy Cherepanov1-1/+4
2014-10-22[FIX] error codes ackVitaliy Cherepanov1-0/+3
2014-10-21[FIX] prevent issuesVitaliy Cherepanov1-12/+29
2014-10-17[FIX] prevent issuesVitaliy Cherepanov1-1/+3
2014-10-13[FIX] MSG_GET_PROCESS_ADD_INFO_ACK error codeVitaliy Cherepanov1-0/+2
2014-10-10[FIX] prevent issuesVitaliy Cherepanov1-3/+3
2014-09-30[FIX] prevent issuesVitaliy Cherepanov1-17/+23
2014-09-26[FIX] replay event in start messageVitaliy Cherepanov1-0/+3
2014-09-18[FIX] replay eventsVitaliy Cherepanov1-0/+1
2014-09-03[REFACTOR] encapsulate target struct (part 1)Vyacheslav Cherkashin1-30/+47
2014-08-27[IMPROVE] Protocol: add Windows-style path supportAlexander Aksenov1-2/+19
2014-07-21[PROTO] add MSG_GET_PROCESS_ADD_INFOVitaliy Cherepanov1-0/+108
2014-07-18[FIX] binary message daemon faultVitaliy Cherepanov1-7/+6
2014-07-16[FEATURE] internal external call instrumentationVitaliy Cherepanov1-15/+31
2014-07-16[FIX] MSG_BINARY_INFO messageVitaliy Cherepanov1-9/+32
2014-05-30[PROTO] new MSG_SYSTEM format messageVitaliy Cherepanov1-6/+23
2014-04-25[FIX] start profiling time value in MSG_START_ACKVitaliy Cherepanov1-1/+6
2014-04-16[FIX] remove memory leaksVitaliy Cherepanov1-2/+3
2014-04-02Revert "[IMPROVE] Implement freezing/unfreezing apps"Alexander Aksenov1-6/+0
2014-03-28[IMPROVE] add write_to_buf check resultVitaliy Cherepanov1-1/+2
2014-02-27Merge "[IMPROVE] Implement freezing/unfreezing apps"Vyacheslav Cherkashin1-0/+6
2014-02-27[IMPROVE] Implement freezing/unfreezing appsAlexander Aksenov1-0/+6
2014-01-23[FEATURE] web app supportNikita Kalyazin1-0/+15
2014-01-18[CLEAN] remove unused codeNikita Kalyazin1-168/+0
2014-01-18[FIX] empty string in sprintfNikita Kalyazin1-1/+1
2014-01-18[FIX] missing prototypes: add "static"Nikita Kalyazin1-6/+6
2013-11-28[REFACTOR] Refactor big switch from `sendACKToHost`Dmitry Bogatov1-32/+26
2013-11-28[FIX] Fix warningsDmitry Bogatov1-6/+5
2013-11-22[PROTO] update feature list, enable 64bit featuresAnastasia Lyupa1-5/+10
2013-11-15[CLEAN] unused NMSG_PROBE_ enumsAnastasia Lyupa1-11/+0
2013-11-15[IMPROVE] improve feature bits debugVitaliy Cherepanov1-29/+29
2013-11-12[PROTO] add probe return type to messageVitaliy Cherepanov1-0/+14
2013-11-08[PROTO] add MSG_GET_SCREENSHOT message supportVitaliy Cherepanov1-65/+75
2013-10-31[PROTO] relative values for disk read write and net send recvVitaliy Cherepanov1-4/+4
2013-10-31[FIX] kill app before start profilingVitaliy Cherepanov1-0/+5
2013-10-29[IMPROVE] Replace `pack_int` with `pack_int{32,64}Dmitry Bogatov1-11/+10
2013-10-28[FIX] double startVitaliy Cherepanov1-0/+5
2013-10-25[FIX] daemon Oops on host connection brokenVitaliy Cherepanov1-4/+26
2013-10-24[FIX] sampling start when profiling has not startedAnastasia Lyupa1-1/+2
2013-10-23[FIX] epoll_ctl error, double stoppingAnastasia Lyupa1-16/+44
2013-10-22[FIX] failed start_profiling leaves us inst runVitaliy Cherepanov1-1/+7
2013-10-18[FIX] ACK return error codeVitaliy Cherepanov1-5/+6
2013-10-18[FIX] process_msg_start wrong ret valueVitaliy Cherepanov1-1/+1
2013-10-16[PROTO] Add timestamp in MSG_START replyNikita Kalyazin1-32/+50
2013-10-16[PROTO] Add appname into msg_binary_info replyDmitry Bogatov1-1/+12
2013-10-16[PROTO] Fix missing return ID and binary_ack countDmitry Bogatov1-4/+12
2013-10-16[REFACTOR] Remove redutant checkDmitry Bogatov1-6/+0
2013-10-10[PROTO] library user space instrumentation are common for all applicationsVitaliy Cherepanov1-373/+119