53 Commits

Author SHA1 Message Date
Pin
ec6fac8537 . 2024-05-21 23:17:21 -04:00
Pin
4dd55da7e7 debug 2024-05-21 23:11:14 -04:00
Pin
8fa0c4b259 magic 2024-05-21 21:36:50 -04:00
Pin
84fffca8e5 format 2024-05-21 21:27:47 -04:00
Pin
e4d58ff94b testing 2024-05-21 21:08:35 -04:00
Pin
fdd643c528 efhjksedjksejkn.fk 2024-05-14 22:31:05 -04:00
Pin
81bc834b26 yes i try i 2024-05-14 22:09:54 -04:00
e4d2076fa2 Send message to a worker 2024-04-04 22:59:10 -04:00
3f8bd314b6 Make a frontend in front of an actor 2024-03-30 17:14:49 -04:00
2493f8916a Update usage
Tell users they should specify the name for an image.
2024-03-07 18:42:05 -05:00
5f98d369fa Prefix libguestfs-inspect functions with guestfs_inspect_.
The functions are also made non-static.
This is in preparation to moving the header function implementations to a .c file.
2024-03-06 23:32:07 -05:00
ba3ac50325 Remove unused include 2024-03-06 19:25:05 -05:00
1378a5a31a Free the worker 2024-03-06 19:24:34 -05:00
Pin
46d9500d3a small fix 2024-03-05 20:40:11 -05:00
Pin
20fc94fb35 testing errors 2024-03-03 18:46:41 -05:00
c6f9204014 Cat seems to hang forever 2024-03-03 17:43:58 -05:00
6700d98ad6 Fully branch cat and ls 2024-03-03 17:41:06 -05:00
2b4aa5cbaf Add message to show the number of paths sent to the worker to ls 2024-03-03 16:51:03 -05:00
b99513c8b3 Fix serialization
Was putting new data in the front of the message instead of the end.
This mismatched with how I was deserializing the messages
2024-03-03 16:50:45 -05:00
32a03a3895 Add message to show when the daemon is ready 2024-03-03 16:50:45 -05:00
16e95af02a Serialize struct from the client 2024-03-03 16:48:44 -05:00
859ee90048 Send message from daemon to client 2024-03-03 15:41:10 -05:00
83f62dc217 Remove router loop 2024-03-03 15:35:11 -05:00
ea58a6ebd3 Do not use redundant pointer to pointer 2024-03-03 15:22:36 -05:00
eaf8dde6c3 Do not use draft API 2024-03-03 15:22:15 -05:00
26af0a5a5d trying to use the draft api to get router ids 2024-03-03 15:18:18 -05:00
187acad82a Trying to send a reply string from the worker 2024-03-03 15:18:18 -05:00
d6c57e9e32 Automatically select the first worker for development 2024-03-03 14:19:32 -05:00
07ee70b002 Add print statements for debugging 2024-03-03 14:16:51 -05:00
2c4cb0e235 Uncomment worker loop 2024-03-03 02:05:33 -05:00
Pin
d01a6e593a Merge branch 'dev' of https://git.robbyzambito.me/robby/guestfs-inspect into dev 2024-03-03 01:13:14 -05:00
Pin
2505662cfb breaking out init_guestfs and cat_file 2024-03-03 01:12:59 -05:00
ce8d3843a3 cleanup after junior engineer 2024-03-03 01:01:56 -05:00
2bdf450d65 Initial client 2024-03-03 01:01:56 -05:00
73d8b6716b Dispatch message to worker by name 2024-03-03 01:01:31 -05:00
052aa99a6c Fix Spencers HORRIBLE spelling. 2024-03-03 00:32:56 -05:00
Pin
cbb0a440e9 zmsg_send changes 2024-03-02 23:54:37 -05:00
Pin
ac70e240c8 format 2024-03-02 23:50:20 -05:00
Pin
991ffb5224 Merge branch 'dev' of https://git.robbyzambito.me/robby/guestfs-inspect into dev 2024-03-02 23:35:01 -05:00
6ca7727ee8 Add initial header file
This will be used in the client and the daemon
2024-03-02 23:29:39 -05:00
Pin
9899945354 Merge branch 'dev' of https://git.robbyzambito.me/robby/guestfs-inspect into dev 2024-03-02 23:08:00 -05:00
Pin
e3c82eabdd adding worker task 2024-03-02 23:07:58 -05:00
78cbc47487 Fix bug where I initialized the worker wrong. 2024-03-02 23:02:57 -05:00
0134deeb56 Add loop to map messages to workers 2024-03-02 22:41:05 -05:00
bccd86ef38 Map the disk / vm names to workers. 2024-03-02 22:25:13 -05:00
300b4d7aba Construct the router socket to route to the workers. 2024-03-02 22:20:23 -05:00
7e2b619148 Add initial endpoint function 2024-03-02 22:15:33 -05:00
3ffa4cdd6a Do some nonsense to pass two values to one argument. 2024-03-02 22:14:28 -05:00
c962723bb5 Initialize the path and name from the arguments. 2024-03-02 21:58:56 -05:00
80be57dc36 Spin up a worker for each disk image. 2024-03-02 21:51:01 -05:00