platform/core/system/swap-manager.git
10 years agoMerge branch 'swap_protocol' of 106.109.8.71:/srv/git/sdk/dynamic-analysis-manager...
Vitaliy Cherepanov [Wed, 7 Aug 2013 08:00:10 +0000 (12:00 +0400)]
Merge branch 'swap_protocol' of 106.109.8.71:/srv/git/sdk/dynamic-analysis-manager into swap_protocol

10 years ago[IMPROVE] debug changes
Vitaliy Cherepanov [Wed, 7 Aug 2013 07:54:50 +0000 (11:54 +0400)]
[IMPROVE] debug changes

    - printBuf tell function name wich call it
    - fix parce debug

10 years ago[IMPROVE] flush_buf is always called with system trace period
Nikita Kalyazin [Wed, 7 Aug 2013 06:01:34 +0000 (10:01 +0400)]
[IMPROVE] flush_buf is always called with system trace period

10 years ago[IMPROVE] remove warning when no process to kill
Nikita Kalyazin [Tue, 6 Aug 2013 15:54:47 +0000 (19:54 +0400)]
[IMPROVE] remove warning when no process to kill

This is ok, if the application is not running.

10 years ago[FIX] segmentation fault (double free on disconnect)
Vitaliy Cherepanov [Tue, 6 Aug 2013 07:52:38 +0000 (11:52 +0400)]
[FIX] segmentation fault (double free on disconnect)

10 years ago[IMPROVE] get_device_network_type improve
Vitaliy Cherepanov [Mon, 5 Aug 2013 16:06:04 +0000 (20:06 +0400)]
[IMPROVE] get_device_network_type improve

10 years ago[FIX] fix segmentation fault on GetTargetInfo message
Vitaliy Cherepanov [Mon, 5 Aug 2013 15:54:02 +0000 (19:54 +0400)]
[FIX] fix segmentation fault on GetTargetInfo message

10 years ago[FIX] fix build with out DEVICE_ONLY cpp flag
Vitaliy Cherepanov [Fri, 2 Aug 2013 06:56:04 +0000 (10:56 +0400)]
[FIX] fix build with out DEVICE_ONLY cpp flag

10 years agoMerge branch 'swap_protocol' of 106.109.8.71:/srv/git/sdk/dynamic-analysis-manager...
Vitaliy Cherepanov [Thu, 1 Aug 2013 12:01:01 +0000 (16:01 +0400)]
Merge branch 'swap_protocol' of 106.109.8.71:/srv/git/sdk/dynamic-analysis-manager into swap_protocol

Conflicts:
daemon/sys_stat.c

10 years ago[IMPROVE] data files for generation MSG_SYSTEM are open permanetly
Vitaliy Cherepanov [Thu, 1 Aug 2013 11:44:25 +0000 (15:44 +0400)]
[IMPROVE] data files for generation MSG_SYSTEM are open permanetly

    - open files in init_system_file_descriptors
    - files descriptors are in daemon.fd structure

10 years ago[PROTO] flush buffer every time msg system is stored
Nikita Kalyazin [Thu, 1 Aug 2013 05:54:55 +0000 (09:54 +0400)]
[PROTO] flush buffer every time msg system is stored

10 years agoMerge branch 'swap_protocol' of ssh://106.109.8.71/srv/git/sdk/dynamic-analysis-manag...
Nikita Kalyazin [Tue, 30 Jul 2013 14:25:32 +0000 (18:25 +0400)]
Merge branch 'swap_protocol' of ssh://106.109.8.71/srv/git/sdk/dynamic-analysis-manager into swap_protocol

10 years ago[PROTO] implement new features layout
Nikita Kalyazin [Tue, 30 Jul 2013 14:23:25 +0000 (18:23 +0400)]
[PROTO] implement new features layout

10 years ago[STYLE] terminate_all_target: alignment
Nikita Kalyazin [Tue, 30 Jul 2013 14:22:27 +0000 (18:22 +0400)]
[STYLE] terminate_all_target: alignment

10 years ago[CLEAN] remove obsolete comments
Nikita Kalyazin [Tue, 30 Jul 2013 14:21:42 +0000 (18:21 +0400)]
[CLEAN] remove obsolete comments

10 years ago[FIX] add check on dynamic data in MSG_SYSTEM
Nikita Kalyazin [Tue, 30 Jul 2013 14:20:47 +0000 (18:20 +0400)]
[FIX] add check on dynamic data in MSG_SYSTEM

10 years ago[FIX] pack_* macros
Nikita Kalyazin [Tue, 30 Jul 2013 14:19:58 +0000 (18:19 +0400)]
[FIX] pack_* macros

10 years ago[FIX] audio status file name change (for MSG_SYSTEM)
Vitaliy Cherepanov [Tue, 30 Jul 2013 12:46:20 +0000 (16:46 +0400)]
[FIX] audio status file name change (for MSG_SYSTEM)

10 years ago[PROTO] MSG_SYSTEM format changed
Vitaliy Cherepanov [Mon, 29 Jul 2013 14:09:42 +0000 (18:09 +0400)]
[PROTO] MSG_SYSTEM format changed

10 years ago[FEATURE] get_partition_sector_size function added
Vitaliy Cherepanov [Mon, 29 Jul 2013 11:48:11 +0000 (15:48 +0400)]
[FEATURE] get_partition_sector_size function added

10 years agoMerge branch 'swap_protocol' of 106.109.8.71:/srv/git/sdk/dynamic-analysis-manager...
Vitaliy Cherepanov [Mon, 29 Jul 2013 10:13:23 +0000 (14:13 +0400)]
Merge branch 'swap_protocol' of 106.109.8.71:/srv/git/sdk/dynamic-analysis-manager into swap_protocol

10 years ago[FIX] file descriptor leak fix
Vitaliy Cherepanov [Mon, 29 Jul 2013 10:09:27 +0000 (14:09 +0400)]
[FIX] file descriptor leak fix

    - get_network_stat close desc added

10 years ago[CLEAN] remove useless debug (DEBUG_GSI)
Nikita Kalyazin [Mon, 29 Jul 2013 09:14:25 +0000 (13:14 +0400)]
[CLEAN] remove useless debug (DEBUG_GSI)

10 years ago[PROTO] implement new feature flags
Nikita Kalyazin [Mon, 29 Jul 2013 09:03:41 +0000 (13:03 +0400)]
[PROTO] implement new feature flags

10 years ago[PROTO] update da_command version
Nikita Kalyazin [Fri, 26 Jul 2013 14:11:42 +0000 (18:11 +0400)]
[PROTO] update da_command version

10 years ago[FIX] implement disk read/write, network send/recv data to message system
Vitaliy Cherepanov [Fri, 26 Jul 2013 08:16:38 +0000 (12:16 +0400)]
[FIX] implement disk read/write, network send/recv data to message system

10 years ago[FIX] actual shared mem value in MSG_SYSTEM message
Vitaliy Cherepanov [Thu, 25 Jul 2013 14:03:19 +0000 (18:03 +0400)]
[FIX] actual shared mem value in MSG_SYSTEM message

10 years ago[REFACTOR] add functions start_app_launch_timer stop_app_launch_timer
Vitaliy Cherepanov [Thu, 25 Jul 2013 09:22:24 +0000 (13:22 +0400)]
[REFACTOR] add functions start_app_launch_timer stop_app_launch_timer

10 years ago[FIX] build fix
Vitaliy Cherepanov [Wed, 24 Jul 2013 16:42:30 +0000 (20:42 +0400)]
[FIX] build fix

    - sendACKToHost function now is public

10 years agoMerge branch 'swap_protocol' of ssh://106.109.8.71/srv/git/sdk/dynamic-analysis-manag...
Nikita Kalyazin [Wed, 24 Jul 2013 10:00:47 +0000 (14:00 +0400)]
Merge branch 'swap_protocol' of ssh://106.109.8.71/srv/git/sdk/dynamic-analysis-manager into swap_protocol

10 years agoMerge branch 'swap_protocol' of ssh://106.109.8.71/srv/git/sdk/dynamic-analysis-manag...
Nikita Kalyazin [Wed, 24 Jul 2013 10:00:02 +0000 (14:00 +0400)]
Merge branch 'swap_protocol' of ssh://106.109.8.71/srv/git/sdk/dynamic-analysis-manager into swap_protocol

Conflicts:
daemon/daemon.c

10 years ago[CLEAN] sendACKCodeToHost function remove
Vitaliy Cherepanov [Wed, 24 Jul 2013 09:27:38 +0000 (13:27 +0400)]
[CLEAN] sendACKCodeToHost function remove

    - old string protocol function sendACKCodeToHost remove

10 years ago[PROTO] daemon exit criteria change
Vitaliy Cherepanov [Wed, 24 Jul 2013 09:04:26 +0000 (13:04 +0400)]
[PROTO] daemon exit criteria change

    - There should be only 2 cases, when the daemon exits:
    - 1. If there is no connection from host during 5 min after launch, then
      exit.
    - 2. If the host disconnected.
    - In all other cases daemon must report an error and continue the loop.
      proto discussion on 2013/07/18

10 years agoMerge branch 'swap_protocol' of ssh://106.109.8.71/srv/git/sdk/dynamic-analysis-manag...
Nikita Kalyazin [Wed, 24 Jul 2013 07:41:58 +0000 (11:41 +0400)]
Merge branch 'swap_protocol' of ssh://106.109.8.71/srv/git/sdk/dynamic-analysis-manager into swap_protocol

10 years agoMerge singleton fix related changes into swap_protocol
Nikita Kalyazin [Wed, 24 Jul 2013 07:37:02 +0000 (11:37 +0400)]
Merge singleton fix related changes into swap_protocol

Conflicts:
daemon/main.c

10 years ago[FIX] Fix more compiler warnings
Dmitry Bogatov [Tue, 23 Jul 2013 10:33:51 +0000 (14:33 +0400)]
[FIX] Fix more compiler warnings

10 years ago[STYLE] Remove all trailing whitespaces
Dmitry Bogatov [Tue, 23 Jul 2013 10:33:50 +0000 (14:33 +0400)]
[STYLE] Remove all trailing whitespaces

10 years ago[REFACTOR] Refactor epoll set initialization.
Dmitry Bogatov [Tue, 23 Jul 2013 10:33:49 +0000 (14:33 +0400)]
[REFACTOR] Refactor epoll set initialization.

10 years ago[REFACTOR] Refactor host server socket creation
Dmitry Bogatov [Tue, 23 Jul 2013 10:33:48 +0000 (14:33 +0400)]
[REFACTOR] Refactor host server socket creation

10 years ago[REFACTOR] Refactor target sockets and sigmask initialization
Dmitry Bogatov [Tue, 23 Jul 2013 10:33:47 +0000 (14:33 +0400)]
[REFACTOR] Refactor target sockets and sigmask initialization

10 years ago[FIX] Fix duplicate instance issue
Dmitry Bogatov [Tue, 23 Jul 2013 10:33:46 +0000 (14:33 +0400)]
[FIX] Fix duplicate instance issue

10 years ago[IMPROVE] Increase launch timeout
Dmitry Bogatov [Tue, 23 Jul 2013 10:33:45 +0000 (14:33 +0400)]
[IMPROVE] Increase launch timeout

Reason: 6 seconds are not enough on emulator,
huge value poses no treat as long application
actually launches.

10 years ago[CLEAN] Remove unused constant
Dmitry Bogatov [Tue, 23 Jul 2013 10:33:44 +0000 (14:33 +0400)]
[CLEAN] Remove unused constant

10 years ago[FIX] Fix compiler warnings
Dmitry Bogatov [Tue, 23 Jul 2013 10:33:43 +0000 (14:33 +0400)]
[FIX] Fix compiler warnings

10 years ago[REFACTOR] Simplify Makefile
Dmitry Bogatov [Tue, 23 Jul 2013 10:33:42 +0000 (14:33 +0400)]
[REFACTOR] Simplify Makefile

10 years ago[FIX] response to control socket on ioctl error
Vitaliy Cherepanov [Tue, 23 Jul 2013 12:22:55 +0000 (16:22 +0400)]
[FIX] response to control socket on ioctl error

    - if ioctl_send_msg failed then send ACK to host with
        error code ERR_CANNOT_START_PROFILING

10 years agoMerge branch 'swap_protocol' of 106.109.8.71:/srv/git/sdk/dynamic-analysis-manager...
Vitaliy Cherepanov [Tue, 23 Jul 2013 11:54:58 +0000 (15:54 +0400)]
Merge branch 'swap_protocol' of 106.109.8.71:/srv/git/sdk/dynamic-analysis-manager into swap_protocol

10 years ago[FIX] transfer thread exit fix
Vitaliy Cherepanov [Tue, 23 Jul 2013 11:53:07 +0000 (15:53 +0400)]
[FIX] transfer thread exit fix

    - if splice is failed then close pipe and exit thread

10 years agoMerge branch 'swap_protocol' of 106.109.8.71:/srv/git/sdk/dynamic-analysis-manager...
Vyacheslav Cherkashin [Tue, 23 Jul 2013 07:05:06 +0000 (11:05 +0400)]
Merge branch 'swap_protocol' of 106.109.8.71:/srv/git/sdk/dynamic-analysis-manager into swap_protocol

10 years ago[PROTO] expand field 'use_features' 8 --> 16 byte
Vyacheslav Cherkashin [Tue, 23 Jul 2013 06:56:06 +0000 (10:56 +0400)]
[PROTO] expand field 'use_features' 8 --> 16 byte

10 years ago[PROTO] remove app type from process info
Nikita Kalyazin [Mon, 22 Jul 2013 11:07:16 +0000 (15:07 +0400)]
[PROTO] remove app type from process info

10 years ago[REFACTOR] Simplify `initialize_log' function
Dmitry Bogatov [Fri, 19 Jul 2013 13:49:59 +0000 (17:49 +0400)]
[REFACTOR] Simplify `initialize_log' function

10 years ago[FIX] fix prevent error
Vitaliy Cherepanov [Mon, 22 Jul 2013 10:30:33 +0000 (14:30 +0400)]
[FIX] fix prevent error

    - merge tizen 2.2 (commit eba26853bd9fb9fa6b278541a9784e011e76b587)

10 years ago[STYLE] some long code lines divided
Vitaliy Cherepanov [Mon, 22 Jul 2013 08:10:40 +0000 (12:10 +0400)]
[STYLE] some long code lines divided

10 years ago[FIX] add getversion command in da_command
Vitaliy Cherepanov [Mon, 22 Jul 2013 07:39:45 +0000 (11:39 +0400)]
[FIX] add getversion command in da_command

    - merge (commit 953a7c778bee4ae07e42b6a9407c412d22965ead)
    - add getversion command for future compatibility
    - remove unnecessary command (runevent)

11 years ago[FIX] build of commit 08ab990a81e786581d74791697eb601cb0d02d6c
Vitaliy Cherepanov [Fri, 19 Jul 2013 14:13:16 +0000 (18:13 +0400)]
[FIX] build of commit 08ab990a81e786581d74791697eb601cb0d02d6c

11 years ago[FIX] tizen 2.2 merge
Vitaliy Cherepanov [Fri, 19 Jul 2013 14:11:01 +0000 (18:11 +0400)]
[FIX] tizen 2.2 merge

    -change some capi related system info (commit
        5804417c4554b592660c5b2830e5ca90046ae70d,
        cb9a92e5db205f3f6fa26af18cf84e5c6082dec4,
        a6398a8438a9003cbaef5e3e63c6eae20bc7cca6)
    - some constants are not available anymore.
    - SYSTEM_INFO_KEY_BLUETOOTH_SUPPORTED, SYSTEM_INFO_KEY_CAMERA_COUNT,
      SYSTEM_INFO_KEY_GPS_SUPPORTED, SYSTEM_INFO_KEY_NETWORK_TYPE,
      SYSTEM_INFO_KEY_WIFI_SUPPORTED
    - we change this apis to other apis.

11 years ago[FIX] change is_same_app_process function (commit b075358bc9a451f6fd34ae33530e51529fc...
Vitaliy Cherepanov [Thu, 18 Jul 2013 16:35:24 +0000 (20:35 +0400)]
[FIX] change is_same_app_process function (commit b075358bc9a451f6fd34ae33530e51529fcd4bd2)

    - merge with tizen 2.2
    - previously, in /proc/<pid>/cmdline, exe file and non-exe file is
    treated as different process.
    - now, we compare 'appPath' and '/proc/<pid>/cmdline' with the name to
    remove the extensions

11 years agoMerge branch 'swap_protocol' of 106.109.8.71:/srv/git/sdk/dynamic-analysis-manager...
Vitaliy Cherepanov [Wed, 17 Jul 2013 16:55:52 +0000 (20:55 +0400)]
Merge branch 'swap_protocol' of 106.109.8.71:/srv/git/sdk/dynamic-analysis-manager into swap_protocol

11 years ago[FIX] startup application time fix
Vitaliy Cherepanov [Wed, 17 Jul 2013 16:53:48 +0000 (20:53 +0400)]
[FIX] startup application time fix

    - process info message start time field fix

11 years agoMerge branch 'proto_1' into swap_protocol
Nikita Kalyazin [Tue, 16 Jul 2013 07:48:58 +0000 (11:48 +0400)]
Merge branch 'proto_1' into swap_protocol

11 years ago[FIX] complile with DEB_PRINTBUF disabled fix
Vitaliy Cherepanov [Mon, 15 Jul 2013 16:50:21 +0000 (20:50 +0400)]
[FIX] complile with DEB_PRINTBUF disabled fix

11 years ago[IMPROVE] insmod/rmmod via start/stop scripts
Nikita Kalyazin [Mon, 15 Jul 2013 15:59:02 +0000 (19:59 +0400)]
[IMPROVE] insmod/rmmod via start/stop scripts

11 years ago[FIX] change LOGE definition
Vitaliy Cherepanov [Mon, 15 Jul 2013 13:17:12 +0000 (17:17 +0400)]
[FIX] change LOGE definition

11 years ago[FIX] by default enabled WRN and ERR debugs
Vitaliy Cherepanov [Mon, 15 Jul 2013 11:48:02 +0000 (15:48 +0400)]
[FIX] by default enabled WRN and ERR debugs

 - to enable debugs make target "debug"

11 years agoMerge branch 'swap_protocol' of 106.109.8.71:/srv/git/sdk/dynamic-analysis-manager...
Vitaliy Cherepanov [Mon, 15 Jul 2013 10:15:09 +0000 (14:15 +0400)]
Merge branch 'swap_protocol' of 106.109.8.71:/srv/git/sdk/dynamic-analysis-manager into swap_protocol

11 years ago[FEATURE] add make target "nologs" for disabling LOGI("INF") logs
Vitaliy Cherepanov [Mon, 15 Jul 2013 10:11:16 +0000 (14:11 +0400)]
[FEATURE] add make target "nologs" for disabling LOGI("INF") logs

 - use: in build section of swap-manager.spec replace make to make
 nologs
 - only warning and error message logs will be availible

11 years ago[COPYRIGHT] updated authors
Nikita Kalyazin [Mon, 15 Jul 2013 07:54:31 +0000 (11:54 +0400)]
[COPYRIGHT] updated authors

11 years ago[IMPROVE] tune buffer size
Nikita Kalyazin [Sun, 14 Jul 2013 17:58:05 +0000 (21:58 +0400)]
[IMPROVE] tune buffer size

11 years ago[FEATURE] add send process info
Nikita Kalyazin [Sun, 14 Jul 2013 17:55:34 +0000 (21:55 +0400)]
[FEATURE] add send process info

11 years ago[IMPROVE] add force stop for transfer thread
Nikita Kalyazin [Sun, 14 Jul 2013 07:05:57 +0000 (11:05 +0400)]
[IMPROVE] add force stop for transfer thread

11 years ago[CLEAN] ioctl_commands.h
Vitaliy Cherepanov [Fri, 12 Jul 2013 14:28:59 +0000 (18:28 +0400)]
[CLEAN] ioctl_commands.h

11 years ago[FIX] add beyond buffer parse checking
Vitaliy Cherepanov [Fri, 12 Jul 2013 14:25:37 +0000 (18:25 +0400)]
[FIX] add beyond buffer parse checking

11 years ago[FIX] ioctl send message fix
Vitaliy Cherepanov [Fri, 12 Jul 2013 12:05:57 +0000 (16:05 +0400)]
[FIX] ioctl send message fix

 - ioctl defines changed
 - ioctl call fixed

11 years ago[FIX] replay events seq parse fix when enabled is 0
Vitaliy Cherepanov [Thu, 11 Jul 2013 16:21:04 +0000 (20:21 +0400)]
[FIX] replay events seq parse fix when enabled is 0

11 years ago[COPYRIGHT] copyright update
Vitaliy Cherepanov [Thu, 11 Jul 2013 13:18:20 +0000 (17:18 +0400)]
[COPYRIGHT] copyright update

11 years ago[IMPROVE] handle absence of freq files
Nikita Kalyazin [Wed, 10 Jul 2013 13:11:13 +0000 (17:11 +0400)]
[IMPROVE] handle absence of freq files

11 years ago[IMPROVE] return 0 if data source file absents
Nikita Kalyazin [Wed, 10 Jul 2013 13:10:29 +0000 (17:10 +0400)]
[IMPROVE] return 0 if data source file absents

11 years ago[FIX] replay: us -> ns
Nikita Kalyazin [Wed, 10 Jul 2013 07:14:12 +0000 (11:14 +0400)]
[FIX] replay: us -> ns

11 years ago[IMPROVE] add check for modules insert/remove
Nikita Kalyazin [Wed, 10 Jul 2013 06:47:06 +0000 (10:47 +0400)]
[IMPROVE] add check for modules insert/remove

11 years ago[RPM] rename dynamic-analysis-manager -> swap-manager
Nikita Kalyazin [Wed, 10 Jul 2013 05:26:37 +0000 (09:26 +0400)]
[RPM] rename dynamic-analysis-manager -> swap-manager

Changes:
 - spec and manifest files renamed;
 - spec: version 2.1.1 -> 3.0, description updated;
 - manifest: domain name changed to swap.

11 years ago[IMPROVE] exec application with timer check
Vitaliy Cherepanov [Mon, 8 Jul 2013 17:14:44 +0000 (21:14 +0400)]
[IMPROVE] exec application with timer check

 - default waiting time is 6 sec

11 years ago[FIX] segmentation fault on disconnet without stop message
Vitaliy Cherepanov [Mon, 8 Jul 2013 12:30:36 +0000 (16:30 +0400)]
[FIX] segmentation fault on disconnet without stop message

11 years ago[IMPROVE] add debugs for sampling and replay threads
Vitaliy Cherepanov [Mon, 8 Jul 2013 08:45:00 +0000 (12:45 +0400)]
[IMPROVE] add debugs for sampling and replay threads

 - use: enable THREAD_SAMPLING_DEBUG and THREAD_REPLAY_DEBUG definitions
 - default disabled

11 years ago[IMPROVE] increase buffer size to 16 * 64Kb
Nikita Kalyazin [Sun, 7 Jul 2013 10:10:26 +0000 (14:10 +0400)]
[IMPROVE] increase buffer size to 16 * 64Kb

11 years ago[FIX] add check for system cpu freq
Nikita Kalyazin [Sun, 7 Jul 2013 10:06:13 +0000 (14:06 +0400)]
[FIX] add check for system cpu freq

11 years ago[FIX] add check for recv
Nikita Kalyazin [Sun, 7 Jul 2013 10:05:42 +0000 (14:05 +0400)]
[FIX] add check for recv

11 years ago[FIX] remove meaningless logs
Nikita Kalyazin [Sun, 7 Jul 2013 10:05:20 +0000 (14:05 +0400)]
[FIX] remove meaningless logs

11 years ago[REFACTOR] remove useless free_sys_info
Nikita Kalyazin [Sun, 7 Jul 2013 10:04:45 +0000 (14:04 +0400)]
[REFACTOR] remove useless free_sys_info

There is reset_system_info() doing exactly the same.

11 years ago[FIX] add reset system info
Nikita Kalyazin [Sun, 7 Jul 2013 10:03:59 +0000 (14:03 +0400)]
[FIX] add reset system info

11 years agoMerge branch 'swap_protocol' of ssh://106.109.8.71/srv/git/sdk/dynamic-analysis-manag...
Nikita Kalyazin [Sun, 7 Jul 2013 09:37:04 +0000 (13:37 +0400)]
Merge branch 'swap_protocol' of ssh://106.109.8.71/srv/git/sdk/dynamic-analysis-manager into swap_protocol

11 years ago[FEATURE] ugly probe messages support
Nikita Kalyazin [Sun, 7 Jul 2013 09:34:59 +0000 (13:34 +0400)]
[FEATURE] ugly probe messages support

They will be sent by probe.so.
I added filtering for such messages and writing them to the buffer.

Thus, probe.so isn't writing to the buffer. Instead it sends probe
messages to manager.

11 years ago[IMPROVE] transfer thread: add splice write result check
Nikita Kalyazin [Sun, 7 Jul 2013 09:11:59 +0000 (13:11 +0400)]
[IMPROVE] transfer thread: add splice write result check

11 years ago[FIX] ioctl fix.
Vitaliy Cherepanov [Thu, 4 Jul 2013 16:13:38 +0000 (20:13 +0400)]
[FIX] ioctl fix.

 - transport start,stop,config,swap_inst_add,swap_inst_remove messages
 to driver
 - cat replays events from start message before send to drv
 - print buffer debug improved

11 years ago[FIX] add swap_message_parser.ko to insert and remove daemon functions
Vitaliy Cherepanov [Thu, 4 Jul 2013 13:34:49 +0000 (17:34 +0400)]
[FIX] add swap_message_parser.ko to insert and remove daemon functions

11 years ago[FIX] segmentaion fault
Vitaliy Cherepanov [Thu, 4 Jul 2013 10:24:09 +0000 (14:24 +0400)]
[FIX] segmentaion fault

 - try send corrupted data

11 years ago[FIX] release allocated memory
Vitaliy Cherepanov [Thu, 4 Jul 2013 10:17:26 +0000 (14:17 +0400)]
[FIX] release allocated memory

 - release sys_info structure in get_system_info
   in case fail get some system information

11 years ago[FIX] msg_t type change
Vitaliy Cherepanov [Thu, 4 Jul 2013 10:12:23 +0000 (14:12 +0400)]
[FIX] msg_t type change

 - char *payload changed to payload[0]

11 years agoMerge branch 'swap_protocol' of 106.109.8.71:/srv/git/sdk/dynamic-analysis-manager...
Vitaliy Cherepanov [Wed, 3 Jul 2013 14:15:12 +0000 (18:15 +0400)]
Merge branch 'swap_protocol' of 106.109.8.71:/srv/git/sdk/dynamic-analysis-manager into swap_protocol

Conflicts:
daemon/da_protocol.c
daemon/transfer_thread.c

11 years ago[FIX] duplicated events from sampling thread
Nikita Kalyazin [Wed, 3 Jul 2013 13:49:46 +0000 (17:49 +0400)]
[FIX] duplicated events from sampling thread